body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.8rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.28rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #006699 !important;
}
.bg-success {
  background-color: #34ae1d !important;
}
.bg-info {
  background-color: #8264fd !important;
}
.bg-warning {
  background-color: #ff3366 !important;
}
.bg-danger {
  background-color: #ff8a73 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #006699 !important;
  border-color: #006699 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #00334d !important;
  border-color: #00334d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #00334d !important;
  border-color: #00334d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5580ff !important;
  border-color: #5580ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #8264fd !important;
  border-color: #8264fd !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4518fc !important;
  border-color: #4518fc !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4518fc !important;
  border-color: #4518fc !important;
}
.btn-success,
.btn-success:active {
  background-color: #34ae1d !important;
  border-color: #34ae1d !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #206c12 !important;
  border-color: #206c12 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #206c12 !important;
  border-color: #206c12 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff8a73 !important;
  border-color: #ff8a73 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff4a26 !important;
  border-color: #ff4a26 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff4a26 !important;
  border-color: #ff4a26 !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: #002233;
  color: #002233;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #006699;
  border-color: #006699;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #006699 !important;
  border-color: #006699 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #003cee;
  color: #003cee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #5580ff;
  border-color: #5580ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #3303f8;
  color: #3303f8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #8264fd;
  border-color: #8264fd;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #8264fd !important;
  border-color: #8264fd !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #1a570e;
  color: #1a570e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #34ae1d;
  border-color: #34ae1d;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #34ae1d !important;
  border-color: #34ae1d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ff350d;
  color: #ff350d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #ff8a73;
  border-color: #ff8a73;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8a73 !important;
  border-color: #ff8a73 !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: #006699 !important;
}
.text-secondary {
  color: #5580ff !important;
}
.text-success {
  color: #34ae1d !important;
}
.text-info {
  color: #8264fd !important;
}
.text-warning {
  color: #ff3366 !important;
}
.text-danger {
  color: #ff8a73 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #002233 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #003cee !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1a570e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3303f8 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cc0033 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ff350d !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: #8264fd;
}
.alert-warning {
  background-color: #ff3366;
}
.alert-danger {
  background-color: #ff8a73;
}
.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: #006699;
  border-color: #006699;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #006699;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1ab3ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #79e565;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
blockquote {
  border-color: #006699;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #006699 !important;
  -webkit-box-shadow: 0 6px 16px 0 #006699 !important;
  background-color: #006699 !important;
  border-color: #006699 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #5580ff !important;
  -webkit-box-shadow: 0 6px 16px 0 #5580ff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !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 #34ae1d !important;
  -webkit-box-shadow: 0 6px 16px 0 #34ae1d !important;
  background-color: #34ae1d !important;
  border-color: #34ae1d !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #006699;
  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: #006699;
  border-bottom-color: #006699;
}
.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: #006699 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #5580ff !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='%23006699' %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-sunLm8Fkmw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #006699;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sunLm8Fkmw .nav-item,
.cid-sunLm8Fkmw .nav-link,
.cid-sunLm8Fkmw .navbar-caption {
  font-weight: normal;
}
.cid-sunLm8Fkmw .nav-item:focus,
.cid-sunLm8Fkmw .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sunLm8Fkmw .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sunLm8Fkmw .nav-item .nav-link {
    position: relative;
  }
  .cid-sunLm8Fkmw .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #006699;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sunLm8Fkmw .nav-item:hover .nav-link:before,
  .cid-sunLm8Fkmw .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sunLm8Fkmw .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sunLm8Fkmw .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sunLm8Fkmw .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sunLm8Fkmw .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sunLm8Fkmw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sunLm8Fkmw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sunLm8Fkmw .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-sunLm8Fkmw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sunLm8Fkmw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sunLm8Fkmw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sunLm8Fkmw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sunLm8Fkmw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sunLm8Fkmw .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sunLm8Fkmw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sunLm8Fkmw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sunLm8Fkmw .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-sunLm8Fkmw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sunLm8Fkmw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sunLm8Fkmw .dropdown-item.active,
.cid-sunLm8Fkmw .dropdown-item:active {
  background-color: transparent;
}
.cid-sunLm8Fkmw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sunLm8Fkmw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sunLm8Fkmw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sunLm8Fkmw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sunLm8Fkmw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sunLm8Fkmw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sunLm8Fkmw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sunLm8Fkmw .navbar-buttons {
  text-align: center;
}
.cid-sunLm8Fkmw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sunLm8Fkmw .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sunLm8Fkmw a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sunLm8Fkmw .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5580ff;
  display: inline-flex;
}
.cid-sunLm8Fkmw .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sunLm8Fkmw .soc-item {
  margin: .5rem .3rem;
}
.cid-sunLm8Fkmw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sunLm8Fkmw a.nav-link .mbr-iconfont-btn,
.cid-sunLm8Fkmw a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sunLm8Fkmw a.nav-link:hover .mbr-iconfont-btn,
.cid-sunLm8Fkmw a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sunLm8Fkmw a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sunLm8Fkmw .navbar {
    height: 77px;
  }
  .cid-sunLm8Fkmw .navbar.opened {
    height: auto;
  }
  .cid-sunLm8Fkmw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t9ZdIVeW9B {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #006699;
  position: relative;
  overflow: hidden;
}
.cid-t9ZdIVeW9B svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-t9ZdIVeW9B #e2_shape {
  fill: #ffffff !important;
}
.cid-t9ZdIVeW9B 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-t9ZdIVeW9B img {
    width: 90%!important;
  }
}
.cid-t9ZdIVeW9B H1 {
  color: #ffffff;
}
.cid-t9ZdIVeW9B .mbr-text,
.cid-t9ZdIVeW9B .mbr-section-btn {
  color: #cccccc;
}
.cid-t9ZdIVeW9B .video {
  width: 800px;
  height: 498px;
}
@media (max-width: 786px) {
  .cid-t9ZdIVeW9B .video {
    width: 500px;
    height: 230px;
  }
}
.cid-rQdYiFq2RB {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQdYiFq2RB img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQdYiFq2RB H1 {
  color: #000000;
  text-align: center;
}
.cid-rQdYiFq2RB .mbr-text,
.cid-rQdYiFq2RB .mbr-section-btn {
  color: #716c80;
}
.cid-rQdYiFq2RB H3 {
  color: #716c80;
}
.cid-rQdYiFq2RB .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQdYiFq2RB .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQdYiFq2RB .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQdYiFq2RB .link:hover {
  color: #006699 !important;
}
.cid-rQdYiFq2RB .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-rQdYiFq2RB DIV {
  color: #57468b;
}
.cid-rQdYiFq2RB .mbr-text,
.cid-rQdYiFq2RB .media-content {
  color: #000000;
  text-align: center;
}
.cid-rQ8w6NE0eJ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rQ8w6NE0eJ h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-rQ8w6NE0eJ .mbr-section-subtitle {
  color: #767676;
}
.cid-rQ8w6NE0eJ .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-rQ8w6NE0eJ .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-rQ8w6NE0eJ .mbr-text-left {
  color: #000000;
}
.cid-rQ8w6NE0eJ .mbr-text-right {
  color: #000000;
}
.cid-rQ8w6NE0eJ .article-title-right {
  color: #000000;
}
.cid-rQ8w6NE0eJ .article-title-left {
  color: #000000;
}
.cid-rQdyBtMKo4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQdyBtMKo4 p {
  line-height: 1.6;
}
.cid-rQdyBtMKo4 .card-box {
  width: -webkit-fill-available;
}
.cid-rQdyBtMKo4 .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-rQdyBtMKo4 .card-img .img1 {
  color: #006699 !important;
}
.cid-rQdyBtMKo4 .card-img .img2 {
  color: #006699 !important;
}
.cid-rQdyBtMKo4 .card-img .img3 {
  color: #006699 !important;
}
.cid-rQdyBtMKo4 .card-img .img4 {
  color: #006699 !important;
}
.cid-rQdyBtMKo4 .card-img .img5 {
  color: #006699 !important;
}
.cid-rQdyBtMKo4 .card-img .img6 {
  color: #006699 !important;
}
.cid-rQdyBtMKo4 .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rQdyBtMKo4 .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-rQdyBtMKo4 .card {
  height: 100%;
  margin: auto;
}
.cid-rQdyBtMKo4 img {
  width: 100%;
  heigth: auto;
}
.cid-rQdyBtMKo4 .card-title1 {
  color: #000000;
}
.cid-rQdyBtMKo4 .mbr-text1 {
  color: #000000;
}
.cid-rQdyBtMKo4 .card-title2 {
  color: #000000;
}
.cid-rQdyBtMKo4 .mbr-text2 {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-rQdyBtMKo4 .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-rQdyBtMKo4 .card-img {
    order: 1;
  }
  .cid-rQdyBtMKo4 .card-box {
    order: 2;
  }
}
.cid-rXF9C43vyc {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rXF9C43vyc H1 {
  color: #57468b;
}
.cid-rXF9C43vyc .mbr-text,
.cid-rXF9C43vyc .mbr-section-btn {
  color: #716c80;
}
.cid-rXF9C43vyc H3 {
  color: #716c80;
}
.cid-rSWszB4cVe {
  overflow: hidden !important;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #006699;
}
.cid-rSWszB4cVe .container-fluid {
  padding: 0 5rem;
}
.cid-rSWszB4cVe .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSWszB4cVe .mbr-section-title {
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-rSWszB4cVe .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-rSWszB4cVe .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-rSWszB4cVe .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-rSWszB4cVe .container-fluid {
    padding: 0 1rem;
  }
  .cid-rSWszB4cVe .mbr-figure {
    margin-top: 1rem;
  }
  .cid-rSWszB4cVe .mbr-section-title {
    text-align: center !important;
  }
  .cid-rSWszB4cVe .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-rSWszB4cVe .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rSWszB4cVe .mbr-section-subtitle,
.cid-rSWszB4cVe .mbr-section-btn {
  color: #ffffff;
}
.cid-rQ8nwQKS6s {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rQ8nwQKS6s .text-content .btn-bgr {
  z-index: 0;
}
.cid-rQ8nwQKS6s .mbr-overlay {
  background: #d7e8f6;
}
.cid-rQ8nwQKS6s .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-rQ8nwQKS6s .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rQ8nwQKS6s .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-rQ8nwQKS6s .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-rQ8nwQKS6s .text-content {
    margin-bottom: 2rem;
  }
}
.cid-rQ8nwQKS6s P {
  color: #000000;
}
.cid-rQe3aeOP1Z {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQe3aeOP1Z .title {
  background: #efefef;
  width: fit-content;
  display: inline-block;
  padding: 1rem 2rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-rQe3aeOP1Z .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-rQe3aeOP1Z p {
  margin: 0;
  padding: 0;
}
.cid-rQe3aeOP1Z .card {
  margin-bottom: 2rem;
}
.cid-rQe3aeOP1Z .card-block {
  letter-spacing: 0.03em;
  position: relative;
  background: #efefef;
  color: #232323;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 2rem;
}
.cid-rQe3aeOP1Z .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #efefef;
  border-right: 15px solid transparent;
}
.cid-rQe3aeOP1Z .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
  margin-right: 1.5rem;
}
.cid-rQe3aeOP1Z .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rQe3aeOP1Z .name-wrap {
  display: inline-block;
}
.cid-rQe3aeOP1Z .card-footer {
  margin-top: 1rem;
  display: flex;
  border-top: none;
  background: none;
  padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.cid-rQe3aeOP1Z .mbr-author-desc {
  color: #000000;
}
.cid-rQe3aeOP1Z .card-block P {
  color: #000000;
}
.cid-rQe3aeOP1Z .mbr-author-name {
  color: #006699;
}
.cid-rQe3aeOP1Z .mbr-section-title,
.cid-rQe3aeOP1Z .title DIV {
  color: #232323;
  text-align: center;
}
.cid-rQe4dYNsKW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQe4dYNsKW .title {
  background: #efefef;
  width: fit-content;
  display: inline-block;
  padding: 1rem 2rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-rQe4dYNsKW .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-rQe4dYNsKW p {
  margin: 0;
  padding: 0;
}
.cid-rQe4dYNsKW .card {
  margin-bottom: 2rem;
}
.cid-rQe4dYNsKW .card-block {
  letter-spacing: 0.03em;
  position: relative;
  background: #efefef;
  color: #232323;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 2rem;
}
.cid-rQe4dYNsKW .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #efefef;
  border-right: 15px solid transparent;
}
.cid-rQe4dYNsKW .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
  margin-right: 1.5rem;
}
.cid-rQe4dYNsKW .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rQe4dYNsKW .name-wrap {
  display: inline-block;
}
.cid-rQe4dYNsKW .card-footer {
  margin-top: 1rem;
  display: flex;
  border-top: none;
  background: none;
  padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.cid-rQe4dYNsKW .mbr-author-desc {
  color: #000000;
}
.cid-rQe4dYNsKW .card-block P {
  color: #000000;
}
.cid-rQe4dYNsKW .mbr-author-name {
  color: #006699;
}
.cid-rQe4dYNsKW .mbr-section-title,
.cid-rQe4dYNsKW .title DIV {
  color: #232323;
  text-align: center;
}
.cid-rQe7Br37uU {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rQe7Br37uU H1 {
  color: #57468b;
}
.cid-rQe7Br37uU .mbr-text,
.cid-rQe7Br37uU .mbr-section-btn {
  color: #716c80;
}
.cid-rQe7Br37uU H3 {
  color: #716c80;
}
.cid-rQdPqTfn08 {
  padding-top: 120px;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-rQdPqTfn08 .container {
  margin-bottom: 15%;
}
.cid-rQdPqTfn08 .content-container .btn-bgr {
  z-index: 0;
}
.cid-rQdPqTfn08 .container-boxes {
  padding-bottom: 90px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-rQdPqTfn08 .icon-block-top span {
  background-color: #006699;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-rQdPqTfn08 .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-rQdPqTfn08 .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-rQdPqTfn08 .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-rQdPqTfn08 .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-rQdPqTfn08 .box-item-text,
.cid-rQdPqTfn08 .mbr-section-btn {
  color: #000000;
}
.cid-rQdPqTfn08 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rQdPqTfn08 .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rQdPqTfn08 .box-list li:last-child {
  border-bottom: none;
}
.cid-rQdPqTfn08 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rQdPqTfn08 .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-rQdPqTfn08 .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-rQdPqTfn08 .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rQdPqTfn08 .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-rQdPqTfn08 .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-rQdPqTfn08 .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rQdPqTfn08 .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rQdPqTfn08 .mbr-text {
  color: #ffffff;
}
.cid-rQdPqTfn08 H1 {
  color: #ffffff;
}
.cid-rR4ITP16E7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rR4ITP16E7 .mbr-text {
  margin: 0;
}
.cid-rR4ITP16E7 .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-rR4ITP16E7 .row-element,
.cid-rR4ITP16E7 .image-element {
  padding: 0;
}
.cid-rR4ITP16E7 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rR4ITP16E7 .image-element .img-wrap {
  width: 100% !important;
}
.cid-rR4ITP16E7 .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rR4ITP16E7 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rR4ITP16E7 .carousel-item.active,
.cid-rR4ITP16E7 .carousel-item-next,
.cid-rR4ITP16E7 .carousel-item-prev {
  display: flex;
}
.cid-rR4ITP16E7 .carousel-indicators {
  display: none;
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-rR4ITP16E7 .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #006699;
}
.cid-rR4ITP16E7 .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-rR4ITP16E7 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-rR4ITP16E7 .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-rR4ITP16E7 .carousel-controls {
    display: block;
  }
  .cid-rR4ITP16E7 .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-rR4ITP16E7 .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-rR4ITP16E7 .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-rR4ITP16E7 .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-rR4ITP16E7 .text-element {
    padding: 1rem;
  }
  .cid-rR4ITP16E7 .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rR4ITP16E7 .image-element {
    min-width: 50%;
  }
  .cid-rR4ITP16E7 .media-container-row {
    width: 100%;
  }
}
.cid-rR4ITP16E7 .mbr-text,
.cid-rR4ITP16E7 .link {
  text-align: left;
}
.cid-rR4IUxRNNL {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rR4IUxRNNL H1 {
  color: #57468b;
}
.cid-rR4IUxRNNL .mbr-text,
.cid-rR4IUxRNNL .mbr-section-btn {
  color: #716c80;
}
.cid-rR4IUxRNNL H3 {
  color: #716c80;
}
.cid-rQoCJhpCGY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQoCJhpCGY img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQoCJhpCGY H1 {
  color: #000000;
  text-align: center;
}
.cid-rQoCJhpCGY .mbr-text,
.cid-rQoCJhpCGY .mbr-section-btn {
  color: #716c80;
}
.cid-rQoCJhpCGY H3 {
  color: #716c80;
}
.cid-rQoCJhpCGY .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQoCJhpCGY .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQoCJhpCGY .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQoCJhpCGY .link:hover {
  color: #006699 !important;
}
.cid-rQoCJhpCGY .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-rQoCJhpCGY DIV {
  color: #57468b;
}
.cid-rQoCJhpCGY .mbr-text,
.cid-rQoCJhpCGY .media-content {
  color: #000000;
}
.cid-rQoAT3Akpe {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rQoAT3Akpe .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
}
.cid-rQoAT3Akpe .section-content-title {
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.03em;
}
.cid-rQoAT3Akpe .section-content-text {
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-rQoAT3Akpe .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-rQoAT3Akpe .progress {
  width: 100%;
  height: 25px;
}
.cid-rQoAT3Akpe .progress-bar {
  height: 25px;
  background-color: #006699;
}
.cid-rQoAT3Akpe .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rQoAT3Akpe .progressbar-number {
  display: inline-block;
}
.cid-rQoAT3Akpe .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rQoAT3Akpe .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rQoAT3Akpe .progress_value {
  position: relative;
}
.cid-rQoAT3Akpe progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rQoAT3Akpe progress::-webkit-progress-value {
  background: #006699;
}
.cid-rQoAT3Akpe progress[value]::-moz-progress-bar {
  background: #006699;
}
.cid-rQoAT3Akpe progress::-ms-fill {
  background: #006699;
}
.cid-rQoAT3Akpe .progress1 .progressbar-number:before {
  content: '100';
}
.cid-rQoAT3Akpe .progress2 .progressbar-number:before {
  content: '100';
}
.cid-rQoAT3Akpe .progress3 .progressbar-number:before {
  content: '41';
}
.cid-rQoAT3Akpe .progress4 .progressbar-number:before {
  content: '28';
}
.cid-rQoAT3Akpe .progress5 .progressbar-number:before {
  content: '10';
}
.cid-rQoAT3Akpe .progress-bar-1 {
  width: 100%;
}
.cid-rQoAT3Akpe .progress-bar-2 {
  width: 100%;
}
.cid-rQoAT3Akpe .progress-bar-3 {
  width: 41%;
}
.cid-rQoAT3Akpe .progress-bar-4 {
  width: 28%;
}
.cid-rQoAT3Akpe .progress-bar-5 {
  width: 10%;
}
.cid-rQoAT3Akpe .progressbar-title p,
.cid-rQoAT3Akpe .progress_value {
  color: #000000;
}
.cid-rQoDwjoSzs {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rQoDwjoSzs H1 {
  color: #57468b;
}
.cid-rQoDwjoSzs .mbr-text,
.cid-rQoDwjoSzs .mbr-section-btn {
  color: #716c80;
}
.cid-rQoDwjoSzs H3 {
  color: #716c80;
}
.cid-rQiaTNDV0F {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQiaTNDV0F img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQiaTNDV0F H1 {
  color: #000000;
  text-align: center;
}
.cid-rQiaTNDV0F .mbr-text,
.cid-rQiaTNDV0F .mbr-section-btn {
  color: #716c80;
}
.cid-rQiaTNDV0F H3 {
  color: #716c80;
}
.cid-rQiaTNDV0F .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQiaTNDV0F .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQiaTNDV0F .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQiaTNDV0F .link:hover {
  color: #006699 !important;
}
.cid-rQiaTNDV0F .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-rQiaTNDV0F DIV {
  color: #57468b;
}
.cid-rQiaTNDV0F .mbr-text,
.cid-rQiaTNDV0F .media-content {
  color: #000000;
  text-align: center;
}
.cid-rQeayoEyZg {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rQeayoEyZg .card .card-img {
  overflow: hidden;
}
.cid-rQeayoEyZg .card .card-img img {
  transition: all .5s;
}
.cid-rQeayoEyZg .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-rQeayoEyZg .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-rQeayoEyZg .card {
  height: 100%;
}
.cid-rQeayoEyZg .card .card-wrapper {
  height: 100%;
}
.cid-rQeayoEyZg .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-rQeayoEyZg .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-rQeayoEyZg .card .card-box .card-title {
  margin: 0;
}
.cid-rQeayoEyZg .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQeayoEyZg .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-rQeayoEyZg .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-rQeayoEyZg .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-rQeayoEyZg .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQeayoEyZg .card .card-footer .icons-list {
  margin: 0;
}
.cid-rQeayoEyZg .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-rQeayoEyZg .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-rQeayoEyZg .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-rQeayoEyZg .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-rQeayoEyZg .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}
.cid-rQeayoEyZg .card-footer {
  border-top: 1px solid #efefef;
}
@media (max-width: 767px) {
  .cid-rQeayoEyZg .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-rQeayoEyZg .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-rQizUUhM04 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQizUUhM04 H1 {
  color: #000000;
}
.cid-rQizUUhM04 .mbr-text,
.cid-rQizUUhM04 .mbr-section-btn {
  color: #000000;
}
.cid-rQizUUhM04 H3 {
  color: #716c80;
}
.cid-rQiibS34Nn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQiibS34Nn h4 {
  display: flex;
  color: #232323;
}
.cid-rQiibS34Nn .panel-text {
  color: #000000;
  line-height: 1.7;
}
.cid-rQiibS34Nn .wrap {
  display: flex;
}
.cid-rQiibS34Nn .icon {
  background: #149dcc;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-rQiibS34Nn img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-rQiibS34Nn .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-rQiibS34Nn p {
  margin: 0;
}
.cid-rQiibS34Nn .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px!important;
}
.cid-rQiibS34Nn .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-rQiibS34Nn .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rQiibS34Nn .panel-group {
  width: 100%;
}
.cid-rQiibS34Nn .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-rQiibS34Nn .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rQiibS34Nn .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rQiibS34Nn .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-rQiibS34Nn .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rQiibS34Nn .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-rQiibS34Nn .card .panel-body {
  background: #ffffff;
}
.cid-rQiibS34Nn .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rQiibS34Nn .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rQiibS34Nn .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-rQiibS34Nn .header-text,
.cid-rQiibS34Nn .sign {
  color: #000000;
}
.cid-rQiiHz8u01 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rQiiHz8u01 h4 {
  display: flex;
  color: #232323;
}
.cid-rQiiHz8u01 .panel-text {
  color: #000000;
  line-height: 1.7;
}
.cid-rQiiHz8u01 .wrap {
  display: flex;
}
.cid-rQiiHz8u01 .icon {
  background: #149dcc;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-rQiiHz8u01 img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-rQiiHz8u01 .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-rQiiHz8u01 p {
  margin: 0;
}
.cid-rQiiHz8u01 .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px !important;
}
.cid-rQiiHz8u01 .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-rQiiHz8u01 .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rQiiHz8u01 .panel-group {
  width: 100%;
}
.cid-rQiiHz8u01 .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-rQiiHz8u01 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rQiiHz8u01 .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rQiiHz8u01 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-rQiiHz8u01 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rQiiHz8u01 .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-rQiiHz8u01 .card .panel-body {
  background: #ffffff;
}
.cid-rQiiHz8u01 .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rQiiHz8u01 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rQiiHz8u01 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-rQiiHz8u01 .header-text,
.cid-rQiiHz8u01 .sign {
  color: #232323;
}
.cid-s07N7zNPQw {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #006699;
  position: relative;
  overflow: hidden;
}
.cid-s07N7zNPQw .container {
  max-width: 1400px;
}
.cid-s07N7zNPQw .card-img2 span {
  padding-top: 6px;
}
.cid-s07N7zNPQw .soc-item a {
  padding-top: 5px;
}
.cid-s07N7zNPQw .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-s07N7zNPQw .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-s07N7zNPQw .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-s07N7zNPQw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s07N7zNPQw svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-s07N7zNPQw #e2_shape {
  fill: #ffffff !important;
}
.cid-s07N7zNPQw .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-s07N7zNPQw .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-s07N7zNPQw .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s07N7zNPQw .card-img {
  width: auto;
}
.cid-s07N7zNPQw .soc-item {
  width: 45px;
  height: 45px;
  background: #006699;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-s07N7zNPQw .soc-item span {
  font-size: 1.4rem;
}
.cid-s07N7zNPQw .soc-item:hover span {
  color: #006699 !important;
}
.cid-s07N7zNPQw .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-s07N7zNPQw .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s07N7zNPQw .media-wrap {
  margin-bottom: 1rem;
}
.cid-s07N7zNPQw .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
@media (max-width: 576px) {
  .cid-s07N7zNPQw .item {
    justify-content: center;
  }
  .cid-s07N7zNPQw .quote::after {
    left: 60px;
  }
}
.cid-s07N7zNPQw .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-s07N7zNPQw .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s07N7zNPQw .text1 {
  color: #ffffff;
}
.cid-s07N7zNPQw .item-title {
  color: #ffffff;
}
.cid-s07N7zNPQw H5 {
  color: #ffffff;
}
.cid-s07N7zNPQw .theme {
  color: #ffffff;
}
.cid-s07N7zNPQw .copyright > p {
  color: #ff3366;
}
.cid-s07N7zNPQw .text2 {
  color: #ffffff;
}
.cid-s0idRZF5Ti.popup-builder {
  background-color: #ffffff;
}
.cid-s0idRZF5Ti.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s0idRZF5Ti.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s0idRZF5Ti .modal-content,
.cid-s0idRZF5Ti .modal-dialog {
  height: auto;
}
.cid-s0idRZF5Ti .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s0idRZF5Ti .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s0idRZF5Ti .form-wrapper .mbr-form .form-group,
  .cid-s0idRZF5Ti .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s0idRZF5Ti .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s0idRZF5Ti .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0idRZF5Ti .mbr-text {
  text-align: center;
}
.cid-s0idRZF5Ti .pt-0 {
  padding-top: 0 !important;
}
.cid-s0idRZF5Ti .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s0idRZF5Ti .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s0idRZF5Ti .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s0idRZF5Ti .modal-open {
  overflow: hidden;
}
.cid-s0idRZF5Ti .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s0idRZF5Ti .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s0idRZF5Ti .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s0idRZF5Ti .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s0idRZF5Ti .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s0idRZF5Ti .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s0idRZF5Ti .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s0idRZF5Ti .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s0idRZF5Ti .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s0idRZF5Ti .modal-backdrop.fade {
  opacity: 0;
}
.cid-s0idRZF5Ti .modal-backdrop.show {
  opacity: .5;
}
.cid-s0idRZF5Ti .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s0idRZF5Ti .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s0idRZF5Ti .modal-header .close:hover {
  opacity: 1;
}
.cid-s0idRZF5Ti .modal-header .close:focus {
  outline: none;
}
.cid-s0idRZF5Ti .modal-title {
  line-height: 1.0;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s0idRZF5Ti .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s0idRZF5Ti .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s0idRZF5Ti .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s0idRZF5Ti .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s0idRZF5Ti .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s0idRZF5Ti .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s0idRZF5Ti .modal-sm {
    max-width: 300px;
  }
  .cid-s0idRZF5Ti .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s0idRZF5Ti .modal-lg,
  .cid-s0idRZF5Ti .modal-xl {
    max-width: 800px;
  }
  .cid-s0idRZF5Ti .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s0idRZF5Ti .modal-xl {
    max-width: 1140px;
  }
  .cid-s0idRZF5Ti .container {
    max-width: 1140px;
  }
}
.cid-s0idRZF5Ti .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s0idRZF5Ti .container {
    max-width: 720px;
  }
}
.cid-s0idRZF5Ti .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s0idRZF5Ti .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s0idRZF5Ti .form-group {
  margin-bottom: 1rem;
}
.cid-s0idRZF5Ti .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s0idRZF5Ti .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s0idRZF5Ti .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rQpffEtdEk {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background-design02-1896x947.png");
}
.cid-rQpffEtdEk .mbr-section-title,
.cid-rQpffEtdEk .mbr-section-subtitle {
  color: #000000;
}
.cid-rQpffEtdEk .mbr-section-text {
  color: #232323;
}
.cid-rQpffEtdEk .mbr-text,
.cid-rQpffEtdEk .typed-text,
.cid-rQpffEtdEk .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rQpffEtdEk .btn {
  margin-left: 4px !important;
}
.cid-rQpffEtdEk .animated-element {
  color: #000000;
}
.cid-rQpffEtdEk .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #000000;
}
.cid-rQpffEtdEk .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rQpffEtdEk .typed-text,
  .cid-rQpffEtdEk .mbr-section-subtitle,
  .cid-rQpffEtdEk .mbr-section-text,
  .cid-rQpffEtdEk .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rQpffEtdEk .mbr-section-text,
.cid-rQpffEtdEk .mbr-section-btn {
  color: #000000;
}
.cid-rQpPcSrUFI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rQpPcSrUFI .mbr-shop {
  display: table;
  width: 100%;
  margin: auto;
}
.cid-rQpPcSrUFI .mbr-shop .row {
  margin: 0;
}
.cid-rQpPcSrUFI .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-rQpPcSrUFI .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-rQpPcSrUFI .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-rQpPcSrUFI .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-rQpPcSrUFI .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-rQpPcSrUFI .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-rQpPcSrUFI .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-rQpPcSrUFI .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-rQpPcSrUFI .mbr-shop .hide-modal {
  display: none;
}
.cid-rQpPcSrUFI .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-rQpPcSrUFI .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-rQpPcSrUFI .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-rQpPcSrUFI .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-rQpPcSrUFI .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.cid-rQpPcSrUFI .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rQpPcSrUFI .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-rQpPcSrUFI .mbr-shop .filter-by-pu,
.cid-rQpPcSrUFI .mbr-shop .filter-by-pd,
.cid-rQpPcSrUFI .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-rQpPcSrUFI .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-rQpPcSrUFI .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-rQpPcSrUFI .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-rQpPcSrUFI .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-rQpPcSrUFI .mbr-shop .galleryItem h4,
.cid-rQpPcSrUFI .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-rQpPcSrUFI .mbr-shop .galleryItem h5,
.cid-rQpPcSrUFI .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-rQpPcSrUFI .mbr-shop .galleryItem p,
.cid-rQpPcSrUFI .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-rQpPcSrUFI .mbr-shop .item-button {
  text-align: center;
}
.cid-rQpPcSrUFI .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-rQpPcSrUFI .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-rQpPcSrUFI .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-rQpPcSrUFI .mbr-shop .sidebar-block {
  position: relative;
}
.cid-rQpPcSrUFI .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.05);
  top: -20px;
  right: 3px;
}
.cid-rQpPcSrUFI .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-rQpPcSrUFI .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-rQpPcSrUFI .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-rQpPcSrUFI .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-rQpPcSrUFI .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-rQpPcSrUFI .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-rQpPcSrUFI .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-rQpPcSrUFI .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-rQpPcSrUFI .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-rQpPcSrUFI .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-rQpPcSrUFI .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-rQpPcSrUFI .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #00b100;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-rQpPcSrUFI .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-rQpPcSrUFI .mbr-shop .mbr-gallery-item__hided h4,
.cid-rQpPcSrUFI .mbr-shop .mbr-gallery-item__hided h5,
.cid-rQpPcSrUFI .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-rQpPcSrUFI .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-rQpPcSrUFI .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-rQpPcSrUFI .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-rQpPcSrUFI .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-rQpPcSrUFI .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-rQpPcSrUFI .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-rQpPcSrUFI .mbr-shop .mbr-gallery-filter ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-rQpPcSrUFI .mbr-shop .mbr-gallery-filter ul li:hover {
  padding-left: 30px;
  background-color: transparent;
}
.cid-rQpPcSrUFI .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-rQpPcSrUFI .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-rQpPcSrUFI .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-rQpPcSrUFI .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-rQpPcSrUFI .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-rQpPcSrUFI .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-rQpPcSrUFI .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-rQpPcSrUFI .mbr-shop .range-controls {
  position: relative;
}
.cid-rQpPcSrUFI .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-rQpPcSrUFI .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-rQpPcSrUFI .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-rQpPcSrUFI .mbr-shop .toggle:hover,
.cid-rQpPcSrUFI .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-rQpPcSrUFI .mbr-shop .min-toggle {
  left: 0;
}
.cid-rQpPcSrUFI .mbr-shop .max-toggle {
  right: 0;
}
.cid-rQpPcSrUFI .mbr-shop .hided-by-price {
  display: none;
}
.cid-rQpPcSrUFI .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-rQpPcSrUFI .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-rQpPcSrUFI .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-rQpPcSrUFI .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-rQpPcSrUFI .mbr-shop .text-modal .price-block span {
  display: inline-block;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-rQpPcSrUFI .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-rQpPcSrUFI .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-rQpPcSrUFI .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-rQpPcSrUFI .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-rQpPcSrUFI .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-rQpPcSrUFI .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rQpPcSrUFI .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rQpPcSrUFI .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-rQpPcSrUFI .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-rQpPcSrUFI .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-rQpPcSrUFI .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-rQpPcSrUFI .mbr-shop .shop-items .onsale,
.cid-rQpPcSrUFI .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-rQpPcSrUFI .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-rQpPcSrUFI .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-rQpPcSrUFI .mbr-shop .price-range {
  display: inline-block;
}
.cid-rQpPcSrUFI .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-rQpPcSrUFI .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-rQpPcSrUFI .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-rQpPcSrUFI .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-rQpPcSrUFI .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-rQpPcSrUFI .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-rQpPcSrUFI .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-rQpPcSrUFI .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-rQpPcSrUFI .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-rQpPcSrUFI .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-rQpPcSrUFI .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-rQpPcSrUFI .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-rQpPcSrUFI .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-rQpPcSrUFI .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-rQpPcSrUFI .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rQpPcSrUFI .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-rQpPcSrUFI .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-rQpPcSrUFI .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-rQpPcSrUFI .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-rQpPcSrUFI .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-rQpPcSrUFI .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-rQpPcSrUFI .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-rQpPcSrUFI .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-rQpPcSrUFI .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-rQpPcSrUFI .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-rQpPcSrUFI .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-rQpPcSrUFI .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-rQpPcSrUFI .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-rQpPcSrUFI .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-rQpPcSrUFI .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-rQpPcSrUFI .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-rQpPcSrUFI .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-rQpPcSrUFI .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-rQpPcSrUFI .oldprice {
  color: #767676;
  padding-left: .8rem;
  text-decoration: line-through;
}
.cid-rQpPcSrUFI .mbr-gallery-item {
  width: 33% !important;
  margin-bottom: 40px !important;
}
.cid-rQpPcSrUFI .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: left;
}
.cid-rQpPcSrUFI .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  padding-bottom: .5rem;
}
.cid-rQpPcSrUFI .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: left;
}
.cid-rQpPcSrUFI .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: left;
}
.cid-rQpPcSrUFI .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQpPcSrUFI .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-rQpPcSrUFI .card-description P {
  color: #232323;
}
.cid-rQpPcSrUFI .mbr-gallery-item:hover .galleryItem .img_wraper {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px !important;
}
.cid-rQLvMkjbKM {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQLvMkjbKM img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQLvMkjbKM H1 {
  color: #000000;
  text-align: center;
}
.cid-rQLvMkjbKM .mbr-text,
.cid-rQLvMkjbKM .mbr-section-btn {
  color: #716c80;
}
.cid-rQLvMkjbKM H3 {
  color: #716c80;
}
.cid-rQLvMkjbKM .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQLvMkjbKM .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQLvMkjbKM .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQLvMkjbKM .link:hover {
  color: #006699 !important;
}
.cid-rQLvMkjbKM .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-rQLvMkjbKM DIV {
  color: #57468b;
}
.cid-rQLvMkjbKM .mbr-text,
.cid-rQLvMkjbKM .media-content {
  color: #000000;
  text-align: center;
}
.cid-rQLGucltRv {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rQLGucltRv .nav-tabs .nav-item.open .nav-link:focus,
.cid-rQLGucltRv .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rQLGucltRv .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid lightgray;
  border-bottom: none;
  padding-right: 4rem;
}
.cid-rQLGucltRv .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-rQLGucltRv p {
  padding-left: 2rem;
}
.cid-rQLGucltRv .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-rQLGucltRv .nav-tabs .nav-link {
  color: #c1c1c1;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-rQLGucltRv .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #000000;
}
.cid-rQLGucltRv .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
}
.cid-rQLGucltRv P {
  color: #000000;
  text-align: left;
}
.cid-rQLGucltRv H2 {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rQLGucltRv .nav-tabs {
    flex-direction: row;
    border-right: 0px;
    padding-right: 0rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-rQLGucltRv .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-rQLGucltRv p {
    padding-left: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-rQLGucltRv .mbr-text,
  .cid-rQLGucltRv .nav-link {
    text-align: center;
  }
  .cid-rQLGucltRv .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-rQLGucltRv .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-rQLGucltRv p {
    padding-left: 0rem;
  }
}
.cid-rQpMkjNsuu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rQpMkjNsuu .mbr-text {
  margin: 0;
}
.cid-rQpMkjNsuu .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-rQpMkjNsuu .row-element,
.cid-rQpMkjNsuu .image-element {
  padding: 0;
}
.cid-rQpMkjNsuu .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQpMkjNsuu .image-element .img-wrap {
  width: 100% !important;
}
.cid-rQpMkjNsuu .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rQpMkjNsuu .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQpMkjNsuu .carousel-item.active,
.cid-rQpMkjNsuu .carousel-item-next,
.cid-rQpMkjNsuu .carousel-item-prev {
  display: flex;
}
.cid-rQpMkjNsuu .carousel-indicators {
  display: none;
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-rQpMkjNsuu .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #006699;
}
.cid-rQpMkjNsuu .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-rQpMkjNsuu .carousel-indicators li:hover {
  opacity: 1;
}
.cid-rQpMkjNsuu .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-rQpMkjNsuu .carousel-controls {
    display: block;
  }
  .cid-rQpMkjNsuu .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-rQpMkjNsuu .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-rQpMkjNsuu .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-rQpMkjNsuu .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-rQpMkjNsuu .text-element {
    padding: 1rem;
  }
  .cid-rQpMkjNsuu .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQpMkjNsuu .image-element {
    min-width: 50%;
  }
  .cid-rQpMkjNsuu .media-container-row {
    width: 100%;
  }
}
.cid-rQpMkjNsuu .mbr-text,
.cid-rQpMkjNsuu .link {
  text-align: left;
}
.cid-rR4JHm4LaM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #006699;
}
.cid-rR4JHm4LaM img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rR4JHm4LaM H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rR4JHm4LaM .mbr-text,
.cid-rR4JHm4LaM .mbr-section-btn {
  color: #716c80;
}
.cid-rR4JHm4LaM H3 {
  color: #716c80;
}
.cid-rR4JHm4LaM .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rR4JHm4LaM .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rR4JHm4LaM .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rR4JHm4LaM .link:hover {
  color: #006699 !important;
}
.cid-rR4JHm4LaM .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-rR4JHm4LaM DIV {
  color: #57468b;
}
.cid-rQLEN25sUT {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rQLEN25sUT .container {
  max-width: 1500px;
}
.cid-rQLEN25sUT .row {
  background: #ffffff;
}
.cid-rQLEN25sUT .img-col {
  padding: 0;
}
.cid-rQLEN25sUT .title-col {
  padding: 4rem 8rem;
}
.cid-rQLEN25sUT img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rQLEN25sUT h2 {
  padding: 0;
  margin: 0;
}
.cid-rQLEN25sUT .text-wrap {
  margin: auto;
}
.cid-rQLEN25sUT .mbr-text {
  color: #000000;
}
@media (max-width: 1200px) {
  .cid-rQLEN25sUT .row {
    margin: 2rem;
  }
  .cid-rQLEN25sUT .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rQLEN25sUT .row {
    margin: 0rem;
  }
  .cid-rQLEN25sUT .title-col {
    padding: 2rem 1rem;
  }
}
.cid-rQLEN25sUT H2 {
  color: #000000;
}
.cid-rQLvetShJw {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rQLvetShJw H1 {
  color: #000000;
}
.cid-rQLvetShJw .align-left {
  margin: auto;
}
.cid-rQLvetShJw .row {
  justify-content: space-between;
}
.cid-rQLvetShJw .mbr-text,
.cid-rQLvetShJw .mbr-section-btn {
  color: #716c80;
}
.cid-rQLvetShJw .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-rQLvetShJw .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQLvetShJw .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQLvetShJw .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQLvetShJw .link:hover {
  color: #006699 !important;
}
.cid-rQLvetShJw .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-rQLvetShJw DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rQLvetShJw .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rQLvetShJw h1 {
    padding-bottom: 1rem;
  }
}
.cid-rQLvetShJw .mbr-text,
.cid-rQLvetShJw .media-content {
  color: #000000;
}
.cid-rQpQpnHHIo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rQpQpnHHIo h4 {
  margin-bottom: 0;
}
.cid-rQpQpnHHIo .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(136, 166, 255, 0.35);
}
.cid-rQpQpnHHIo .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-rQpQpnHHIo .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rQpQpnHHIo .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-rQpQpnHHIo .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #006699 !important;
  box-shadow: none!important;
}
.cid-rQpQpnHHIo .btn[class*="-outline"]:active,
.cid-rQpQpnHHIo .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rQpQpnHHIo .card-box {
  padding-top: 2rem;
}
.cid-rQpQpnHHIo .card-wrapper {
  height: 100%;
}
.cid-rQpQpnHHIo .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQpQpnHHIo img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rQpQpnHHIo .card-title {
  color: #000000;
}
.cid-rQpQpnHHIo .main-title {
  color: #232323;
}
.cid-rQpQpnHHIo .mbr-text,
.cid-rQpQpnHHIo .mbr-link-btn {
  color: #000000;
}
.cid-rQpRLcB7et {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rQpRLcB7et h4 {
  margin-bottom: 0;
}
.cid-rQpRLcB7et .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(136, 166, 255, 0.35);
}
.cid-rQpRLcB7et .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-rQpRLcB7et .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rQpRLcB7et .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-rQpRLcB7et .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #006699 !important;
  box-shadow: none!important;
}
.cid-rQpRLcB7et .btn[class*="-outline"]:active,
.cid-rQpRLcB7et .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rQpRLcB7et .card-box {
  padding-top: 2rem;
}
.cid-rQpRLcB7et .card-wrapper {
  height: 100%;
}
.cid-rQpRLcB7et .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQpRLcB7et img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rQpRLcB7et .card-title {
  color: #000000;
}
.cid-rQpRLcB7et .main-title {
  color: #232323;
}
.cid-rQpRLcB7et .mbr-text,
.cid-rQpRLcB7et .mbr-link-btn {
  color: #000000;
}
.cid-rQpRLAouV3 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rQpRLAouV3 h4 {
  margin-bottom: 0;
}
.cid-rQpRLAouV3 .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(136, 166, 255, 0.35);
}
.cid-rQpRLAouV3 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-rQpRLAouV3 .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rQpRLAouV3 .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-rQpRLAouV3 .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #006699 !important;
  box-shadow: none!important;
}
.cid-rQpRLAouV3 .btn[class*="-outline"]:active,
.cid-rQpRLAouV3 .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rQpRLAouV3 .card-box {
  padding-top: 2rem;
}
.cid-rQpRLAouV3 .card-wrapper {
  height: 100%;
}
.cid-rQpRLAouV3 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQpRLAouV3 img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rQpRLAouV3 .card-title {
  color: #000000;
}
.cid-rQpRLAouV3 .main-title {
  color: #232323;
}
.cid-rQpRLAouV3 .mbr-text,
.cid-rQpRLAouV3 .mbr-link-btn {
  color: #000000;
}
.cid-rXFcn8Q7Hs {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #006699;
  position: relative;
  overflow: hidden;
}
.cid-rXFcn8Q7Hs .container {
  max-width: 1400px;
}
.cid-rXFcn8Q7Hs .card-img2 span {
  padding-top: 6px;
}
.cid-rXFcn8Q7Hs .soc-item a {
  padding-top: 5px;
}
.cid-rXFcn8Q7Hs .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rXFcn8Q7Hs .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-rXFcn8Q7Hs .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-rXFcn8Q7Hs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rXFcn8Q7Hs svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rXFcn8Q7Hs #e2_shape {
  fill: #ffffff !important;
}
.cid-rXFcn8Q7Hs .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rXFcn8Q7Hs .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rXFcn8Q7Hs .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rXFcn8Q7Hs .card-img {
  width: auto;
}
.cid-rXFcn8Q7Hs .soc-item {
  width: 45px;
  height: 45px;
  background: #006699;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rXFcn8Q7Hs .soc-item span {
  font-size: 1.4rem;
}
.cid-rXFcn8Q7Hs .soc-item:hover span {
  color: #006699 !important;
}
.cid-rXFcn8Q7Hs .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rXFcn8Q7Hs .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rXFcn8Q7Hs .media-wrap {
  margin-bottom: 1rem;
}
.cid-rXFcn8Q7Hs .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
@media (max-width: 576px) {
  .cid-rXFcn8Q7Hs .item {
    justify-content: center;
  }
  .cid-rXFcn8Q7Hs .quote::after {
    left: 60px;
  }
}
.cid-rXFcn8Q7Hs .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rXFcn8Q7Hs .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rXFcn8Q7Hs .text1 {
  color: #ffffff;
}
.cid-rXFcn8Q7Hs .item-title {
  color: #ffffff;
}
.cid-rXFcn8Q7Hs H5 {
  color: #ffffff;
}
.cid-rXFcn8Q7Hs .theme {
  color: #ffffff;
}
.cid-rXFcn8Q7Hs .copyright > p {
  color: #ff3366;
}
.cid-rXFcn8Q7Hs .text2 {
  color: #ffffff;
}
.cid-sunLm8Fkmw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #006699;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sunLm8Fkmw .nav-item,
.cid-sunLm8Fkmw .nav-link,
.cid-sunLm8Fkmw .navbar-caption {
  font-weight: normal;
}
.cid-sunLm8Fkmw .nav-item:focus,
.cid-sunLm8Fkmw .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sunLm8Fkmw .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sunLm8Fkmw .nav-item .nav-link {
    position: relative;
  }
  .cid-sunLm8Fkmw .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #006699;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sunLm8Fkmw .nav-item:hover .nav-link:before,
  .cid-sunLm8Fkmw .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sunLm8Fkmw .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sunLm8Fkmw .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sunLm8Fkmw .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sunLm8Fkmw .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sunLm8Fkmw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sunLm8Fkmw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sunLm8Fkmw .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-sunLm8Fkmw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sunLm8Fkmw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sunLm8Fkmw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sunLm8Fkmw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sunLm8Fkmw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sunLm8Fkmw .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sunLm8Fkmw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sunLm8Fkmw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sunLm8Fkmw .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-sunLm8Fkmw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sunLm8Fkmw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sunLm8Fkmw .dropdown-item.active,
.cid-sunLm8Fkmw .dropdown-item:active {
  background-color: transparent;
}
.cid-sunLm8Fkmw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sunLm8Fkmw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sunLm8Fkmw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sunLm8Fkmw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sunLm8Fkmw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sunLm8Fkmw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sunLm8Fkmw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sunLm8Fkmw .navbar-buttons {
  text-align: center;
}
.cid-sunLm8Fkmw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sunLm8Fkmw .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sunLm8Fkmw a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sunLm8Fkmw .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5580ff;
  display: inline-flex;
}
.cid-sunLm8Fkmw .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sunLm8Fkmw .soc-item {
  margin: .5rem .3rem;
}
.cid-sunLm8Fkmw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sunLm8Fkmw a.nav-link .mbr-iconfont-btn,
.cid-sunLm8Fkmw a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sunLm8Fkmw a.nav-link:hover .mbr-iconfont-btn,
.cid-sunLm8Fkmw a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sunLm8Fkmw a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sunLm8Fkmw .navbar {
    height: 77px;
  }
  .cid-sunLm8Fkmw .navbar.opened {
    height: auto;
  }
  .cid-sunLm8Fkmw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rRJpzLSWPX {
  background-image: url("../../../assets/images/background-recursos02-1-1896x947.png");
}
.cid-rRJpzLSWPX .mbr-section-title,
.cid-rRJpzLSWPX .mbr-section-subtitle {
  color: #000000;
}
.cid-rRJpzLSWPX .mbr-section-text {
  color: #232323;
}
.cid-rRJpzLSWPX .mbr-text,
.cid-rRJpzLSWPX .typed-text,
.cid-rRJpzLSWPX .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rRJpzLSWPX .btn {
  margin-left: 4px !important;
}
.cid-rRJpzLSWPX .animated-element {
  color: #000000;
}
.cid-rRJpzLSWPX .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #000000;
}
.cid-rRJpzLSWPX .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rRJpzLSWPX .typed-text,
  .cid-rRJpzLSWPX .mbr-section-subtitle,
  .cid-rRJpzLSWPX .mbr-section-text,
  .cid-rRJpzLSWPX .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rRJpzLSWPX .mbr-section-text,
.cid-rRJpzLSWPX .mbr-section-btn {
  color: #000000;
}
.cid-rRJv3FPk3I {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRJv3FPk3I .mbr-text {
  margin: 0;
}
.cid-rRJv3FPk3I .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-rRJv3FPk3I .row-element,
.cid-rRJv3FPk3I .image-element {
  padding: 0;
}
.cid-rRJv3FPk3I .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rRJv3FPk3I .image-element .img-wrap {
  width: 100% !important;
}
.cid-rRJv3FPk3I .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rRJv3FPk3I .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rRJv3FPk3I .carousel-item.active,
.cid-rRJv3FPk3I .carousel-item-next,
.cid-rRJv3FPk3I .carousel-item-prev {
  display: flex;
}
.cid-rRJv3FPk3I .carousel-indicators {
  display: none;
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-rRJv3FPk3I .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #006699;
}
.cid-rRJv3FPk3I .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-rRJv3FPk3I .carousel-indicators li:hover {
  opacity: 1;
}
.cid-rRJv3FPk3I .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-rRJv3FPk3I .carousel-controls {
    display: block;
  }
  .cid-rRJv3FPk3I .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-rRJv3FPk3I .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-rRJv3FPk3I .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-rRJv3FPk3I .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-rRJv3FPk3I .text-element {
    padding: 1rem;
  }
  .cid-rRJv3FPk3I .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rRJv3FPk3I .image-element {
    min-width: 50%;
  }
  .cid-rRJv3FPk3I .media-container-row {
    width: 100%;
  }
}
.cid-rRJv3FPk3I .mbr-text,
.cid-rRJv3FPk3I .link {
  text-align: left;
  color: #000000;
}
.cid-rRJv3FPk3I .mbr-title,
.cid-rRJv3FPk3I .ornament {
  color: #000000;
}
.cid-rRJvQYNnhf {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rRJvQYNnhf .mbr-text {
  color: #767676;
}
.cid-rRJvQYNnhf .mbr-section-subtitle {
  color: #767676;
}
.cid-rRJvQYNnhf .title {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rRJvQYNnhf .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 3.5rem;
}
.cid-rRJvQYNnhf .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-rRJvQYNnhf .card-text {
  padding-top: 2rem;
  color: #000000;
}
.cid-rRJvQYNnhf .card-box {
  padding-bottom: 1rem;
}
.cid-rRJvQYNnhf .num {
  color: #c1c1c1;
}
@media (max-width: 767px) {
  .cid-rRJvQYNnhf .num,
  .cid-rRJvQYNnhf .card-title,
  .cid-rRJvQYNnhf .mbr-text,
  .cid-rRJvQYNnhf .mbr-title,
  .cid-rRJvQYNnhf .mbr-section-subtitle,
  .cid-rRJvQYNnhf .mbr-section-btn,
  .cid-rRJvQYNnhf .mbr-section-title {
    text-align: center !important;
  }
  .cid-rRJvQYNnhf .content-column {
    margin-bottom: 2rem;
  }
}
.cid-rRJvQYNnhf .mbr-section-title {
  text-align: center;
}
.cid-rRJvQYNnhf .card-title,
.cid-rRJvQYNnhf .card-img {
  color: #000000;
}
.cid-rRJyFQTjs3 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rRJyFQTjs3 H1 {
  color: #000000;
}
.cid-rRJyFQTjs3 .align-left {
  margin: auto;
}
.cid-rRJyFQTjs3 .row {
  justify-content: space-between;
}
.cid-rRJyFQTjs3 .mbr-text,
.cid-rRJyFQTjs3 .mbr-section-btn {
  color: #716c80;
}
.cid-rRJyFQTjs3 .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-rRJyFQTjs3 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rRJyFQTjs3 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rRJyFQTjs3 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rRJyFQTjs3 .link:hover {
  color: #006699 !important;
}
.cid-rRJyFQTjs3 .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-rRJyFQTjs3 DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rRJyFQTjs3 .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rRJyFQTjs3 h1 {
    padding-bottom: 1rem;
  }
}
.cid-rRJyFQTjs3 .mbr-text,
.cid-rRJyFQTjs3 .media-content {
  color: #000000;
}
.cid-rRJyIwnKan {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rRJyIwnKan img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rRJyIwnKan H1 {
  color: #57468b;
}
.cid-rRJyIwnKan .mbr-text,
.cid-rRJyIwnKan .mbr-section-btn {
  color: #716c80;
}
.cid-rRJyIwnKan H3 {
  color: #716c80;
}
.cid-rRJyIwnKan .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rRJyIwnKan .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rRJyIwnKan .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rRJyIwnKan .link:hover {
  color: #006699 !important;
}
.cid-rRJyIwnKan .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-rRJyIwnKan DIV {
  color: #57468b;
}
.cid-rRJyIwnKan .mbr-text,
.cid-rRJyIwnKan .media-content {
  color: #000000;
}
.cid-rRJsC4SEMQ {
  padding-top: 40px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rRJsC4SEMQ .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rRJsC4SEMQ .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rRJsC4SEMQ .text-content {
  padding-right: 1.5rem;
}
.cid-rRJsC4SEMQ .mbr-text,
.cid-rRJsC4SEMQ .mbr-section-btn {
  color: #000000;
}
.cid-rRJsC4SEMQ .mbr-figure img {
  border-radius: .25rem;
}
.cid-rRJsC4SEMQ .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rRJsC4SEMQ .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rRJsC4SEMQ .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-rRJsC4SEMQ .main-row {
    margin: 0;
  }
  .cid-rRJsC4SEMQ .mbr-section-title,
  .cid-rRJsC4SEMQ .mbr-text,
  .cid-rRJsC4SEMQ .list,
  .cid-rRJsC4SEMQ .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rRJsC4SEMQ .text-content {
    padding: 0;
  }
}
.cid-rRJx9fzjR4 {
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rRJx9fzjR4 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rRJx9fzjR4 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rRJx9fzjR4 .text-content {
  padding-right: 1.5rem;
}
.cid-rRJx9fzjR4 .mbr-text,
.cid-rRJx9fzjR4 .mbr-section-btn {
  color: #000000;
}
.cid-rRJx9fzjR4 .mbr-figure img {
  border-radius: .25rem;
}
.cid-rRJx9fzjR4 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rRJx9fzjR4 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rRJx9fzjR4 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rRJx9fzjR4 .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-rRJx9fzjR4 .main-row {
    margin: 0;
  }
  .cid-rRJx9fzjR4 .mbr-section-title,
  .cid-rRJx9fzjR4 .mbr-text,
  .cid-rRJx9fzjR4 .list,
  .cid-rRJx9fzjR4 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rRJx9fzjR4 .text-content {
    padding: 0;
  }
}
.cid-rRJx9fzjR4 .mbr-section-title {
  color: #000000;
}
.cid-rRJBtdbKh0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRJBtdbKh0 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rRJBtdbKh0 H1 {
  color: #000000;
  text-align: center;
}
.cid-rRJBtdbKh0 .mbr-text,
.cid-rRJBtdbKh0 .mbr-section-btn {
  color: #716c80;
}
.cid-rRJBtdbKh0 H3 {
  color: #716c80;
}
.cid-rRJBtdbKh0 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rRJBtdbKh0 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rRJBtdbKh0 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rRJBtdbKh0 .link:hover {
  color: #006699 !important;
}
.cid-rRJBtdbKh0 .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-rRJBtdbKh0 DIV {
  color: #57468b;
}
.cid-rRJBtdbKh0 .mbr-text,
.cid-rRJBtdbKh0 .media-content {
  color: #000000;
  text-align: left;
}
.cid-rScmZVbwrm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rScmZVbwrm .mbr-text {
  color: #000000;
}
.cid-rScmZVbwrm .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rScmZVbwrm .card-img .img1 {
  background-color: #006699;
}
.cid-rScmZVbwrm .card-img .img2 {
  background-color: #006699;
}
.cid-rScmZVbwrm .card-img .img3 {
  background-color: #006699;
}
.cid-rScmZVbwrm .card-img .img4 {
  background-color: #ff8a73;
}
.cid-rScmZVbwrm .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rScmZVbwrm .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-rScmZVbwrm .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rScmZVbwrm .card-title,
.cid-rScmZVbwrm .card-img {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-rScmZVbwrm .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rScmZVbwrm .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-rScmZVbwrm .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-rScmZVbwrm .card-img span {
    margin-right: 0rem;
  }
}
.cid-rScmZVbwrm .card-title {
  color: #006699;
}
.cid-rSM1XBWtXy {
  overflow: hidden !important;
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSM1XBWtXy .container-fluid {
  padding: 0 5rem;
}
.cid-rSM1XBWtXy .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSM1XBWtXy .mbr-section-title {
  padding-bottom: 2rem;
  color: #000000;
}
.cid-rSM1XBWtXy .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-rSM1XBWtXy .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-rSM1XBWtXy .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-rSM1XBWtXy .container-fluid {
    padding: 0 1rem;
  }
  .cid-rSM1XBWtXy .mbr-figure {
    margin-top: 1rem;
  }
  .cid-rSM1XBWtXy .mbr-section-title {
    text-align: center !important;
  }
  .cid-rSM1XBWtXy .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-rSM1XBWtXy .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rSM1XBWtXy .mbr-section-subtitle,
.cid-rSM1XBWtXy .mbr-section-btn {
  color: #000000;
}
.cid-rXFcsl22g4 {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #006699;
  position: relative;
  overflow: hidden;
}
.cid-rXFcsl22g4 .container {
  max-width: 1400px;
}
.cid-rXFcsl22g4 .card-img2 span {
  padding-top: 6px;
}
.cid-rXFcsl22g4 .soc-item a {
  padding-top: 5px;
}
.cid-rXFcsl22g4 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rXFcsl22g4 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-rXFcsl22g4 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-rXFcsl22g4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rXFcsl22g4 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rXFcsl22g4 #e2_shape {
  fill: #ffffff !important;
}
.cid-rXFcsl22g4 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rXFcsl22g4 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rXFcsl22g4 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rXFcsl22g4 .card-img {
  width: auto;
}
.cid-rXFcsl22g4 .soc-item {
  width: 45px;
  height: 45px;
  background: #006699;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rXFcsl22g4 .soc-item span {
  font-size: 1.4rem;
}
.cid-rXFcsl22g4 .soc-item:hover span {
  color: #006699 !important;
}
.cid-rXFcsl22g4 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rXFcsl22g4 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rXFcsl22g4 .media-wrap {
  margin-bottom: 1rem;
}
.cid-rXFcsl22g4 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
@media (max-width: 576px) {
  .cid-rXFcsl22g4 .item {
    justify-content: center;
  }
  .cid-rXFcsl22g4 .quote::after {
    left: 60px;
  }
}
.cid-rXFcsl22g4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rXFcsl22g4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rXFcsl22g4 .text1 {
  color: #ffffff;
}
.cid-rXFcsl22g4 .item-title {
  color: #ffffff;
}
.cid-rXFcsl22g4 H5 {
  color: #ffffff;
}
.cid-rXFcsl22g4 .theme {
  color: #ffffff;
}
.cid-rXFcsl22g4 .copyright > p {
  color: #ff3366;
}
.cid-rXFcsl22g4 .text2 {
  color: #ffffff;
}
.cid-sunLm8Fkmw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #006699;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sunLm8Fkmw .nav-item,
.cid-sunLm8Fkmw .nav-link,
.cid-sunLm8Fkmw .navbar-caption {
  font-weight: normal;
}
.cid-sunLm8Fkmw .nav-item:focus,
.cid-sunLm8Fkmw .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sunLm8Fkmw .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sunLm8Fkmw .nav-item .nav-link {
    position: relative;
  }
  .cid-sunLm8Fkmw .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #006699;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sunLm8Fkmw .nav-item:hover .nav-link:before,
  .cid-sunLm8Fkmw .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sunLm8Fkmw .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sunLm8Fkmw .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sunLm8Fkmw .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sunLm8Fkmw .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sunLm8Fkmw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sunLm8Fkmw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sunLm8Fkmw .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-sunLm8Fkmw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sunLm8Fkmw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sunLm8Fkmw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sunLm8Fkmw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sunLm8Fkmw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sunLm8Fkmw .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sunLm8Fkmw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sunLm8Fkmw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sunLm8Fkmw .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-sunLm8Fkmw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sunLm8Fkmw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sunLm8Fkmw .dropdown-item.active,
.cid-sunLm8Fkmw .dropdown-item:active {
  background-color: transparent;
}
.cid-sunLm8Fkmw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sunLm8Fkmw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sunLm8Fkmw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sunLm8Fkmw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sunLm8Fkmw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sunLm8Fkmw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sunLm8Fkmw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sunLm8Fkmw .navbar-buttons {
  text-align: center;
}
.cid-sunLm8Fkmw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sunLm8Fkmw .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sunLm8Fkmw a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sunLm8Fkmw .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5580ff;
  display: inline-flex;
}
.cid-sunLm8Fkmw .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sunLm8Fkmw .soc-item {
  margin: .5rem .3rem;
}
.cid-sunLm8Fkmw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sunLm8Fkmw a.nav-link .mbr-iconfont-btn,
.cid-sunLm8Fkmw a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sunLm8Fkmw a.nav-link:hover .mbr-iconfont-btn,
.cid-sunLm8Fkmw a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sunLm8Fkmw a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sunLm8Fkmw .navbar {
    height: 77px;
  }
  .cid-sunLm8Fkmw .navbar.opened {
    height: auto;
  }
  .cid-sunLm8Fkmw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rRIhhh0aV7 {
  padding-top: 90px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background-atendimento-1896x947.png");
}
.cid-rRIhhh0aV7 .mbr-section-title,
.cid-rRIhhh0aV7 .mbr-section-subtitle {
  color: #000000;
}
.cid-rRIhhh0aV7 .mbr-section-text {
  color: #232323;
}
.cid-rRIhhh0aV7 .mbr-text,
.cid-rRIhhh0aV7 .typed-text,
.cid-rRIhhh0aV7 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rRIhhh0aV7 .btn {
  margin-left: 4px !important;
}
.cid-rRIhhh0aV7 .animated-element {
  color: #000000;
}
.cid-rRIhhh0aV7 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #000000;
}
.cid-rRIhhh0aV7 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rRIhhh0aV7 .typed-text,
  .cid-rRIhhh0aV7 .mbr-section-subtitle,
  .cid-rRIhhh0aV7 .mbr-section-text,
  .cid-rRIhhh0aV7 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rRIiTexcb7 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rRIiTexcb7 H1 {
  color: #000000;
}
.cid-rRIiTexcb7 .align-left {
  margin: auto;
}
.cid-rRIiTexcb7 .row {
  justify-content: space-between;
}
.cid-rRIiTexcb7 .mbr-text,
.cid-rRIiTexcb7 .mbr-section-btn {
  color: #716c80;
}
.cid-rRIiTexcb7 .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-rRIiTexcb7 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rRIiTexcb7 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rRIiTexcb7 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rRIiTexcb7 .link:hover {
  color: #006699 !important;
}
.cid-rRIiTexcb7 .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-rRIiTexcb7 DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rRIiTexcb7 .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rRIiTexcb7 h1 {
    padding-bottom: 1rem;
  }
}
.cid-rRIiTexcb7 .mbr-text,
.cid-rRIiTexcb7 .media-content {
  color: #000000;
}
.cid-rRIhUHF0Qj {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRIhUHF0Qj .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-rRIhUHF0Qj h4 {
  text-align: center;
}
.cid-rRIhUHF0Qj p {
  text-align: center;
}
.cid-rRIhUHF0Qj .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rRIhUHF0Qj .mbr-iconfont {
  transition: all 0.3s;
  color: #006699 !important;
  font-size: 6rem !important;
}
.cid-rRIhUHF0Qj .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-rRIhUHF0Qj .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rRIhUHF0Qj .card:hover .mbr-iconfont {
  color: #232323 !important;
}
.cid-rRIhUHF0Qj .card-title,
.cid-rRIhUHF0Qj .card-img {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-rRIhUHF0Qj .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-rRIhUHF0Qj .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-sy3feB4a7X {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #006699;
}
.cid-sy3feB4a7X .mbr-text,
.cid-sy3feB4a7X .typed-text,
.cid-sy3feB4a7X .mbr-section-text {
  letter-spacing: 0.03rem;
  text-align: center;
}
.cid-sy3feB4a7X .btn {
  margin-left: 4px !important;
}
.cid-sy3feB4a7X .animated-element {
  color: #743fff;
}
.cid-sy3feB4a7X .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #743fff;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sy3feB4a7X .mbr-section-subtitle {
  text-align: center;
}
.cid-sy3feB4a7X .mbr-section-text,
.cid-sy3feB4a7X .mbr-section-btn {
  text-align: center;
}
.cid-sMchKsTksq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #006699;
}
.cid-sMchKsTksq .mbr-text,
.cid-sMchKsTksq .typed-text,
.cid-sMchKsTksq .mbr-section-text {
  letter-spacing: 0.03rem;
  text-align: center;
}
.cid-sMchKsTksq .btn {
  margin-left: 4px !important;
}
.cid-sMchKsTksq .animated-element {
  color: #743fff;
}
.cid-sMchKsTksq .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #743fff;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sMchKsTksq .mbr-section-subtitle {
  text-align: center;
}
.cid-sMchKsTksq .mbr-section-text,
.cid-sMchKsTksq .mbr-section-btn {
  text-align: center;
}
.cid-rRPj4NP13r {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRPj4NP13r img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rRPj4NP13r H1 {
  color: #000000;
  text-align: center;
}
.cid-rRPj4NP13r .mbr-text,
.cid-rRPj4NP13r .mbr-section-btn {
  color: #716c80;
}
.cid-rRPj4NP13r H3 {
  color: #716c80;
}
.cid-rRPj4NP13r .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rRPj4NP13r .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rRPj4NP13r .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rRPj4NP13r .link:hover {
  color: #006699 !important;
}
.cid-rRPj4NP13r .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-rRPj4NP13r DIV {
  color: #57468b;
}
.cid-rRPj4NP13r .mbr-text,
.cid-rRPj4NP13r .media-content {
  color: #000000;
  text-align: center;
}
.cid-rRIsRITCxs {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rRIsRITCxs .card .card-img {
  overflow: hidden;
}
.cid-rRIsRITCxs .card .card-img img {
  transition: all .5s;
}
.cid-rRIsRITCxs .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-rRIsRITCxs .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-rRIsRITCxs .card {
  height: 100%;
}
.cid-rRIsRITCxs .card .card-wrapper {
  height: 100%;
}
.cid-rRIsRITCxs .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-rRIsRITCxs .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-rRIsRITCxs .card .card-box .card-title {
  margin: 0;
}
.cid-rRIsRITCxs .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rRIsRITCxs .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-rRIsRITCxs .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-rRIsRITCxs .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-rRIsRITCxs .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rRIsRITCxs .card .card-footer .icons-list {
  margin: 0;
}
.cid-rRIsRITCxs .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-rRIsRITCxs .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-rRIsRITCxs .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-rRIsRITCxs .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-rRIsRITCxs .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}
.cid-rRIsRITCxs .card-footer {
  border-top: 1px solid #efefef;
}
@media (max-width: 767px) {
  .cid-rRIsRITCxs .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-rRIsRITCxs .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-rXFerbOiIJ {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #006699;
  position: relative;
  overflow: hidden;
}
.cid-rXFerbOiIJ .container {
  max-width: 1400px;
}
.cid-rXFerbOiIJ .card-img2 span {
  padding-top: 6px;
}
.cid-rXFerbOiIJ .soc-item a {
  padding-top: 5px;
}
.cid-rXFerbOiIJ .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rXFerbOiIJ .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-rXFerbOiIJ .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-rXFerbOiIJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rXFerbOiIJ svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rXFerbOiIJ #e2_shape {
  fill: #ffffff !important;
}
.cid-rXFerbOiIJ .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rXFerbOiIJ .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rXFerbOiIJ .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rXFerbOiIJ .card-img {
  width: auto;
}
.cid-rXFerbOiIJ .soc-item {
  width: 45px;
  height: 45px;
  background: #006699;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rXFerbOiIJ .soc-item span {
  font-size: 1.4rem;
}
.cid-rXFerbOiIJ .soc-item:hover span {
  color: #006699 !important;
}
.cid-rXFerbOiIJ .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rXFerbOiIJ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rXFerbOiIJ .media-wrap {
  margin-bottom: 1rem;
}
.cid-rXFerbOiIJ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
@media (max-width: 576px) {
  .cid-rXFerbOiIJ .item {
    justify-content: center;
  }
  .cid-rXFerbOiIJ .quote::after {
    left: 60px;
  }
}
.cid-rXFerbOiIJ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rXFerbOiIJ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rXFerbOiIJ .text1 {
  color: #ffffff;
}
.cid-rXFerbOiIJ .item-title {
  color: #ffffff;
}
.cid-rXFerbOiIJ H5 {
  color: #ffffff;
}
.cid-rXFerbOiIJ .theme {
  color: #ffffff;
}
.cid-rXFerbOiIJ .copyright > p {
  color: #ff3366;
}
.cid-rXFerbOiIJ .text2 {
  color: #ffffff;
}
.cid-sunLm8Fkmw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #006699;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sunLm8Fkmw .nav-item,
.cid-sunLm8Fkmw .nav-link,
.cid-sunLm8Fkmw .navbar-caption {
  font-weight: normal;
}
.cid-sunLm8Fkmw .nav-item:focus,
.cid-sunLm8Fkmw .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sunLm8Fkmw .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sunLm8Fkmw .nav-item .nav-link {
    position: relative;
  }
  .cid-sunLm8Fkmw .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #006699;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sunLm8Fkmw .nav-item:hover .nav-link:before,
  .cid-sunLm8Fkmw .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sunLm8Fkmw .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sunLm8Fkmw .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sunLm8Fkmw .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sunLm8Fkmw .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sunLm8Fkmw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sunLm8Fkmw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sunLm8Fkmw .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-sunLm8Fkmw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sunLm8Fkmw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sunLm8Fkmw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sunLm8Fkmw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sunLm8Fkmw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sunLm8Fkmw .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sunLm8Fkmw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sunLm8Fkmw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sunLm8Fkmw .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-sunLm8Fkmw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sunLm8Fkmw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sunLm8Fkmw .dropdown-item.active,
.cid-sunLm8Fkmw .dropdown-item:active {
  background-color: transparent;
}
.cid-sunLm8Fkmw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sunLm8Fkmw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sunLm8Fkmw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sunLm8Fkmw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sunLm8Fkmw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sunLm8Fkmw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sunLm8Fkmw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sunLm8Fkmw .navbar-buttons {
  text-align: center;
}
.cid-sunLm8Fkmw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sunLm8Fkmw .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sunLm8Fkmw a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sunLm8Fkmw .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5580ff;
  display: inline-flex;
}
.cid-sunLm8Fkmw .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sunLm8Fkmw .soc-item {
  margin: .5rem .3rem;
}
.cid-sunLm8Fkmw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sunLm8Fkmw a.nav-link .mbr-iconfont-btn,
.cid-sunLm8Fkmw a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sunLm8Fkmw a.nav-link:hover .mbr-iconfont-btn,
.cid-sunLm8Fkmw a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sunLm8Fkmw a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sunLm8Fkmw .navbar {
    height: 77px;
  }
  .cid-sunLm8Fkmw .navbar.opened {
    height: auto;
  }
  .cid-sunLm8Fkmw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rQLOHUX4Oj {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background-quem-somos02-1896x947.png");
}
.cid-rQLOHUX4Oj .mbr-section-title,
.cid-rQLOHUX4Oj .mbr-section-subtitle {
  color: #000000;
}
.cid-rQLOHUX4Oj .mbr-section-text {
  color: #232323;
}
.cid-rQLOHUX4Oj .mbr-text,
.cid-rQLOHUX4Oj .typed-text,
.cid-rQLOHUX4Oj .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rQLOHUX4Oj .btn {
  margin-left: 4px !important;
}
.cid-rQLOHUX4Oj .animated-element {
  color: #ff3366;
}
.cid-rQLOHUX4Oj .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-rQLOHUX4Oj .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rQLOHUX4Oj .typed-text,
  .cid-rQLOHUX4Oj .mbr-section-subtitle,
  .cid-rQLOHUX4Oj .mbr-section-text,
  .cid-rQLOHUX4Oj .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rQLOHUX4Oj .mbr-section-text,
.cid-rQLOHUX4Oj .mbr-section-btn {
  color: #000000;
}
.cid-smEvXP4n9V {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-smEvXP4n9V img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-smEvXP4n9V H1 {
  color: #000000;
  text-align: center;
}
.cid-smEvXP4n9V .mbr-text,
.cid-smEvXP4n9V .mbr-section-btn {
  color: #716c80;
}
.cid-smEvXP4n9V H3 {
  color: #716c80;
}
.cid-smEvXP4n9V .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-smEvXP4n9V .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-smEvXP4n9V .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-smEvXP4n9V .link:hover {
  color: #006699 !important;
}
.cid-smEvXP4n9V .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-smEvXP4n9V DIV {
  color: #57468b;
}
.cid-smEvlcJuwF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-smEvlcJuwF {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-smEvlcJuwF .box {
  background-image: url("../../../assets/images/whatsapp-image-2020-03-06-at-16.19.25-1280x960.jpeg");
  background-size: cover;
  background-position: center;
  height: 450px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-smEvlcJuwF .icon-wrap {
  background-color: #006699 !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-smEvlcJuwF .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-smEvlcJuwF .icon-wrap span {
  padding-left: 8px;
}
.cid-smEvlcJuwF .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-smEvlcJuwF .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-smEvlcJuwF .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-smEvlcJuwF .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-smEvlcJuwF .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-smEvlcJuwF a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-smEvlcJuwF a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-smEvlcJuwF {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-smEvlcJuwF .box {
    height: 250px;
  }
  .cid-smEvlcJuwF .row {
    padding: 1rem!important;
  }
}
.cid-smEvnBBe9h {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-smEvnBBe9h img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-smEvnBBe9h H1 {
  color: #57468b;
}
.cid-smEvnBBe9h .mbr-text,
.cid-smEvnBBe9h .mbr-section-btn {
  color: #716c80;
}
.cid-smEvnBBe9h H3 {
  color: #716c80;
}
.cid-smEvnBBe9h .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-smEvnBBe9h .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-smEvnBBe9h .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-smEvnBBe9h .link:hover {
  color: #006699 !important;
}
.cid-smEvnBBe9h .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-smEvnBBe9h DIV {
  color: #57468b;
}
.cid-smEvnBBe9h .mbr-text,
.cid-smEvnBBe9h .media-content {
  color: #000000;
}
.cid-smEvmj8dcl {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-smEvmj8dcl H1 {
  color: #57468b;
}
.cid-smEvmj8dcl .mbr-text,
.cid-smEvmj8dcl .mbr-section-btn {
  color: #716c80;
}
.cid-smEvmj8dcl H3 {
  color: #716c80;
}
.cid-rQLZRsq9Zx {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #f4f8fa;
}
.cid-rQLZRsq9Zx .text-content .btn-bgr {
  z-index: 0;
}
.cid-rQLZRsq9Zx .mbr-overlay {
  background: #d7e8f6;
}
.cid-rQLZRsq9Zx .text-content {
  padding: 2rem 0rem;
  background-color: #f4f8fa;
}
.cid-rQLZRsq9Zx .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rQLZRsq9Zx .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-rQLZRsq9Zx .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-rQLZRsq9Zx .text-content {
    margin-bottom: 2rem;
  }
}
.cid-rQLZRsq9Zx P {
  color: #000000;
}
.cid-rQLZRRuo8v {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-rQLZRRuo8v h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-rQLZRRuo8v .mbr-section-subtitle {
  color: #767676;
}
.cid-rQLZRRuo8v .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-rQLZRRuo8v .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-rQLZRRuo8v .mbr-text-left {
  color: #000000;
}
.cid-rQLZRRuo8v .mbr-text-right {
  color: #000000;
}
.cid-rQLZRRuo8v .article-title-right {
  color: #000000;
}
.cid-rQLZRRuo8v .article-title-left {
  color: #000000;
}
.cid-rYpyFuYPng {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
.cid-rYpyFuYPng .card {
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYpyFuYPng .card-box {
  width: 100%;
}
.cid-rYpyFuYPng .card-img {
  padding: 1rem;
  border: 2px solid #232323;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-rYpyFuYPng .card-img span {
  color: #232323;
  font-size: 3.4rem;
}
.cid-rYpyFuYPng .mbr-text {
  color: #767676;
}
.cid-rYpyFuYPng p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-rYpyFuYPng .card {
    margin-bottom: 2rem;
  }
}
.cid-rYpyFuYPng .card-title,
.cid-rYpyFuYPng .card-img {
  color: #006699;
  text-align: center;
}
.cid-rYpyFuYPng .mbr-section-title {
  text-align: center;
}
.cid-rYpyFuYPng .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rYpyFuYPng .mbr-section-title,
.cid-rYpyFuYPng .line-wrap {
  text-align: center;
}
.cid-rYpyFuYPng .mbr-text,
.cid-rYpyFuYPng .line-wrap2 {
  text-align: center;
  color: #000000;
}
.cid-rQMrz60aCT {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rQMrz60aCT .mbr-text {
  color: #767676;
}
.cid-rQMrz60aCT .mbr-section-subtitle {
  color: #767676;
}
.cid-rQMrz60aCT .title {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQMrz60aCT .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 4rem;
}
.cid-rQMrz60aCT .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-rQMrz60aCT .card-text {
  padding-top: 2rem;
  color: #000000;
}
.cid-rQMrz60aCT .card-box {
  padding-bottom: 1rem;
}
.cid-rQMrz60aCT .num {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-rQMrz60aCT .num,
  .cid-rQMrz60aCT .card-title,
  .cid-rQMrz60aCT .mbr-text,
  .cid-rQMrz60aCT .mbr-title,
  .cid-rQMrz60aCT .mbr-section-subtitle,
  .cid-rQMrz60aCT .mbr-section-btn,
  .cid-rQMrz60aCT .mbr-section-title {
    text-align: center !important;
  }
  .cid-rQMrz60aCT .content-column {
    margin-bottom: 2rem;
  }
}
.cid-rQMrz60aCT .mbr-section-title {
  text-align: center;
}
.cid-rQMrz60aCT .card-title,
.cid-rQMrz60aCT .card-img {
  color: #000000;
}
.cid-rQM08pU7DT {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-rQM08pU7DT img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQM08pU7DT H1 {
  color: #000000;
  text-align: center;
}
.cid-rQM08pU7DT .mbr-text,
.cid-rQM08pU7DT .mbr-section-btn {
  color: #716c80;
}
.cid-rQM08pU7DT H3 {
  color: #716c80;
}
.cid-rQM08pU7DT .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQM08pU7DT .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQM08pU7DT .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQM08pU7DT .link:hover {
  color: #006699 !important;
}
.cid-rQM08pU7DT .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-rQM08pU7DT DIV {
  color: #57468b;
}
.cid-rQM08pU7DT .mbr-text,
.cid-rQM08pU7DT .media-content {
  color: #000000;
}
.cid-rQM08WdZKF {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f4f8fa;
}
.cid-rQM08WdZKF .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
}
.cid-rQM08WdZKF .section-content-title {
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.03em;
}
.cid-rQM08WdZKF .section-content-text {
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-rQM08WdZKF .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-rQM08WdZKF .progress {
  width: 100%;
  height: 25px;
}
.cid-rQM08WdZKF .progress-bar {
  height: 25px;
  background-color: #006699;
}
.cid-rQM08WdZKF .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rQM08WdZKF .progressbar-number {
  display: inline-block;
}
.cid-rQM08WdZKF .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rQM08WdZKF .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rQM08WdZKF .progress_value {
  position: relative;
}
.cid-rQM08WdZKF progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rQM08WdZKF progress::-webkit-progress-value {
  background: #006699;
}
.cid-rQM08WdZKF progress[value]::-moz-progress-bar {
  background: #006699;
}
.cid-rQM08WdZKF progress::-ms-fill {
  background: #006699;
}
.cid-rQM08WdZKF .progress1 .progressbar-number:before {
  content: '100';
}
.cid-rQM08WdZKF .progress2 .progressbar-number:before {
  content: '100';
}
.cid-rQM08WdZKF .progress3 .progressbar-number:before {
  content: '41';
}
.cid-rQM08WdZKF .progress4 .progressbar-number:before {
  content: '28';
}
.cid-rQM08WdZKF .progress5 .progressbar-number:before {
  content: '10';
}
.cid-rQM08WdZKF .progress-bar-1 {
  width: 100%;
}
.cid-rQM08WdZKF .progress-bar-2 {
  width: 100%;
}
.cid-rQM08WdZKF .progress-bar-3 {
  width: 41%;
}
.cid-rQM08WdZKF .progress-bar-4 {
  width: 28%;
}
.cid-rQM08WdZKF .progress-bar-5 {
  width: 10%;
}
.cid-rQM08WdZKF .progressbar-title p,
.cid-rQM08WdZKF .progress_value {
  color: #000000;
}
.cid-rQM09o2Wlk {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f4f8fa;
}
.cid-rQM09o2Wlk H1 {
  color: #57468b;
}
.cid-rQM09o2Wlk .mbr-text,
.cid-rQM09o2Wlk .mbr-section-btn {
  color: #716c80;
}
.cid-rQM09o2Wlk H3 {
  color: #716c80;
}
.cid-sJbKVrMjAL {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sJbKVrMjAL .nav-tabs .nav-item.open .nav-link:focus,
.cid-sJbKVrMjAL .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sJbKVrMjAL h4 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-sJbKVrMjAL h4:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sJbKVrMjAL .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  justify-content: space-around;
}
.cid-sJbKVrMjAL .tabs-col {
  overflow: hidden;
}
.cid-sJbKVrMjAL .tab-content {
  border-top: 1px solid lightgray;
  padding: 0rem;
  padding-top: 5rem;
}
.cid-sJbKVrMjAL .nav-tabs .nav-link {
  color: #006699;
  font-style: normal;
  padding: 1rem 1.5rem;
  background: transparent;
  font-weight: 400;
  border: none;
  border-radius: 0;
  position: relative;
}
.cid-sJbKVrMjAL .nav-tabs .nav-link:before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #006699;
  background: white;
  transition: all 0.3s;
  z-index: 9;
}
.cid-sJbKVrMjAL .nav-tabs .nav-link:after {
  position: absolute;
  content: '';
  bottom: 0px;
  right: 50%;
  width: 9999px;
  height: 1px;
  transition: all 0.3s;
  background: transparent;
}
.cid-sJbKVrMjAL .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-sJbKVrMjAL .nav-tabs .nav-link.active {
  font-weight: 400;
  font-style: normal;
}
.cid-sJbKVrMjAL .nav-tabs .nav-link.active:before {
  background: #006699;
}
.cid-sJbKVrMjAL .nav-tabs .nav-link.active:after {
  background: #006699;
}
@media (max-width: 767px) {
  .cid-sJbKVrMjAL .nav-tabs {
    flex-direction: row;
  }
  .cid-sJbKVrMjAL .mbr-text,
  .cid-sJbKVrMjAL .nav-link {
    text-align: center;
  }
  .cid-sJbKVrMjAL .nav-tabs .nav-link {
    margin-bottom: 1rem;
    border: 0;
  }
  .cid-sJbKVrMjAL .nav-tabs .nav-link:after {
    content: none;
  }
  .cid-sJbKVrMjAL .nav-item {
    min-width: 100px;
  }
  .cid-sJbKVrMjAL .tab-content {
    border-top: 0px;
    padding-top: 2rem;
  }
}
.cid-sJbKVrMjAL H3 {
  color: #767676;
}
.cid-sJbKVrMjAL H1 {
  color: #000000;
}
.cid-rQM3OGWy72 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rQM3OGWy72 .card .card-img {
  overflow: hidden;
}
.cid-rQM3OGWy72 .card .card-img img {
  transition: all .5s;
}
.cid-rQM3OGWy72 .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-rQM3OGWy72 .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-rQM3OGWy72 .card {
  height: 100%;
}
.cid-rQM3OGWy72 .card .card-wrapper {
  height: 100%;
}
.cid-rQM3OGWy72 .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-rQM3OGWy72 .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-rQM3OGWy72 .card .card-box .card-title {
  margin: 0;
}
.cid-rQM3OGWy72 .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQM3OGWy72 .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-rQM3OGWy72 .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-rQM3OGWy72 .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-rQM3OGWy72 .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQM3OGWy72 .card .card-footer .icons-list {
  margin: 0;
}
.cid-rQM3OGWy72 .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-rQM3OGWy72 .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-rQM3OGWy72 .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-rQM3OGWy72 .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-rQM3OGWy72 .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}
.cid-rQM3OGWy72 .card-footer {
  border-top: 1px solid #efefef;
}
@media (max-width: 767px) {
  .cid-rQM3OGWy72 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-rQM3OGWy72 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-rQM3OGWy72 .main-title {
  color: #000000;
}
.cid-rQMqOG4ELh {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQMqOG4ELh H1 {
  color: #000000;
}
.cid-rQMqOG4ELh .mbr-text,
.cid-rQMqOG4ELh .mbr-section-btn {
  color: #000000;
}
.cid-rQMqOG4ELh H3 {
  color: #716c80;
}
.cid-rTIz64tZ4f {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTIz64tZ4f h4 {
  display: flex;
  color: #232323;
}
.cid-rTIz64tZ4f .panel-text {
  color: #000000;
  line-height: 1.7;
}
.cid-rTIz64tZ4f .wrap {
  display: flex;
}
.cid-rTIz64tZ4f .icon {
  background: #149dcc;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-rTIz64tZ4f img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-rTIz64tZ4f .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-rTIz64tZ4f p {
  margin: 0;
}
.cid-rTIz64tZ4f .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px!important;
}
.cid-rTIz64tZ4f .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-rTIz64tZ4f .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rTIz64tZ4f .panel-group {
  width: 100%;
}
.cid-rTIz64tZ4f .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-rTIz64tZ4f .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rTIz64tZ4f .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rTIz64tZ4f .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-rTIz64tZ4f .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rTIz64tZ4f .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-rTIz64tZ4f .card .panel-body {
  background: #ffffff;
}
.cid-rTIz64tZ4f .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rTIz64tZ4f .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rTIz64tZ4f .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-rTIz64tZ4f .header-text,
.cid-rTIz64tZ4f .sign {
  color: #000000;
}
.cid-rTIz6w0GJG {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rTIz6w0GJG h4 {
  display: flex;
  color: #232323;
}
.cid-rTIz6w0GJG .panel-text {
  color: #000000;
  line-height: 1.7;
}
.cid-rTIz6w0GJG .wrap {
  display: flex;
}
.cid-rTIz6w0GJG .icon {
  background: #149dcc;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-rTIz6w0GJG img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-rTIz6w0GJG .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-rTIz6w0GJG p {
  margin: 0;
}
.cid-rTIz6w0GJG .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px !important;
}
.cid-rTIz6w0GJG .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-rTIz6w0GJG .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rTIz6w0GJG .panel-group {
  width: 100%;
}
.cid-rTIz6w0GJG .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-rTIz6w0GJG .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rTIz6w0GJG .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rTIz6w0GJG .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-rTIz6w0GJG .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rTIz6w0GJG .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-rTIz6w0GJG .card .panel-body {
  background: #ffffff;
}
.cid-rTIz6w0GJG .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rTIz6w0GJG .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rTIz6w0GJG .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-rTIz6w0GJG .header-text,
.cid-rTIz6w0GJG .sign {
  color: #232323;
}
.cid-rYpzJDruuW {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #006699;
  position: relative;
  overflow: hidden;
}
.cid-rYpzJDruuW .container {
  max-width: 1400px;
}
.cid-rYpzJDruuW .card-img2 span {
  padding-top: 6px;
}
.cid-rYpzJDruuW .soc-item a {
  padding-top: 5px;
}
.cid-rYpzJDruuW .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rYpzJDruuW .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-rYpzJDruuW .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-rYpzJDruuW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rYpzJDruuW svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rYpzJDruuW #e2_shape {
  fill: #ffffff !important;
}
.cid-rYpzJDruuW .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rYpzJDruuW .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rYpzJDruuW .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rYpzJDruuW .card-img {
  width: auto;
}
.cid-rYpzJDruuW .soc-item {
  width: 45px;
  height: 45px;
  background: #006699;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rYpzJDruuW .soc-item span {
  font-size: 1.4rem;
}
.cid-rYpzJDruuW .soc-item:hover span {
  color: #006699 !important;
}
.cid-rYpzJDruuW .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rYpzJDruuW .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rYpzJDruuW .media-wrap {
  margin-bottom: 1rem;
}
.cid-rYpzJDruuW .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
@media (max-width: 576px) {
  .cid-rYpzJDruuW .item {
    justify-content: center;
  }
  .cid-rYpzJDruuW .quote::after {
    left: 60px;
  }
}
.cid-rYpzJDruuW .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rYpzJDruuW .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rYpzJDruuW .text1 {
  color: #ffffff;
}
.cid-rYpzJDruuW .item-title {
  color: #ffffff;
}
.cid-rYpzJDruuW H5 {
  color: #ffffff;
}
.cid-rYpzJDruuW .theme {
  color: #ffffff;
}
.cid-rYpzJDruuW .copyright > p {
  color: #ff3366;
}
.cid-rYpzJDruuW .text2 {
  color: #ffffff;
}
.cid-sunLm8Fkmw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #006699;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sunLm8Fkmw .nav-item,
.cid-sunLm8Fkmw .nav-link,
.cid-sunLm8Fkmw .navbar-caption {
  font-weight: normal;
}
.cid-sunLm8Fkmw .nav-item:focus,
.cid-sunLm8Fkmw .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sunLm8Fkmw .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sunLm8Fkmw .nav-item .nav-link {
    position: relative;
  }
  .cid-sunLm8Fkmw .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #006699;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sunLm8Fkmw .nav-item:hover .nav-link:before,
  .cid-sunLm8Fkmw .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sunLm8Fkmw .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sunLm8Fkmw .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sunLm8Fkmw .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sunLm8Fkmw .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sunLm8Fkmw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sunLm8Fkmw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sunLm8Fkmw .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-sunLm8Fkmw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sunLm8Fkmw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sunLm8Fkmw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sunLm8Fkmw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sunLm8Fkmw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sunLm8Fkmw .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sunLm8Fkmw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sunLm8Fkmw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sunLm8Fkmw .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-sunLm8Fkmw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sunLm8Fkmw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sunLm8Fkmw .dropdown-item.active,
.cid-sunLm8Fkmw .dropdown-item:active {
  background-color: transparent;
}
.cid-sunLm8Fkmw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sunLm8Fkmw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sunLm8Fkmw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sunLm8Fkmw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sunLm8Fkmw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sunLm8Fkmw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sunLm8Fkmw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sunLm8Fkmw .navbar-buttons {
  text-align: center;
}
.cid-sunLm8Fkmw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sunLm8Fkmw .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sunLm8Fkmw a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sunLm8Fkmw .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5580ff;
  display: inline-flex;
}
.cid-sunLm8Fkmw .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sunLm8Fkmw .soc-item {
  margin: .5rem .3rem;
}
.cid-sunLm8Fkmw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sunLm8Fkmw a.nav-link .mbr-iconfont-btn,
.cid-sunLm8Fkmw a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sunLm8Fkmw a.nav-link:hover .mbr-iconfont-btn,
.cid-sunLm8Fkmw a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sunLm8Fkmw a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sunLm8Fkmw .navbar {
    height: 77px;
  }
  .cid-sunLm8Fkmw .navbar.opened {
    height: auto;
  }
  .cid-sunLm8Fkmw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rSbxSSVnUf {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/background-migracao-3-1896x947.png");
}
.cid-rSbxSSVnUf .mbr-section-title,
.cid-rSbxSSVnUf .mbr-section-subtitle {
  color: #000000;
}
.cid-rSbxSSVnUf .mbr-section-text {
  color: #232323;
}
.cid-rSbxSSVnUf .mbr-text,
.cid-rSbxSSVnUf .typed-text,
.cid-rSbxSSVnUf .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rSbxSSVnUf .btn {
  margin-left: 4px !important;
}
.cid-rSbxSSVnUf .animated-element {
  color: #000000;
}
.cid-rSbxSSVnUf .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #000000;
}
.cid-rSbxSSVnUf .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rSbxSSVnUf .typed-text,
  .cid-rSbxSSVnUf .mbr-section-subtitle,
  .cid-rSbxSSVnUf .mbr-section-text,
  .cid-rSbxSSVnUf .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rSbzdCZte8 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #006699;
}
.cid-rSbzdCZte8 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rSbzdCZte8 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rSbzdCZte8 .mbr-text,
.cid-rSbzdCZte8 .mbr-section-btn {
  color: #716c80;
}
.cid-rSbzdCZte8 H3 {
  color: #716c80;
}
.cid-rSbzdCZte8 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rSbzdCZte8 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rSbzdCZte8 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rSbzdCZte8 .link:hover {
  color: #006699 !important;
}
.cid-rSbzdCZte8 .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-rSbzdCZte8 DIV {
  color: #57468b;
}
.cid-rSbzdCZte8 .mbr-text,
.cid-rSbzdCZte8 .media-content {
  color: #ffffff;
}
.cid-rSby4uNpLG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #006699;
}
.cid-rSby4uNpLG .mbr-text {
  color: #ffffff;
}
.cid-rSby4uNpLG h4 {
  text-align: center;
}
.cid-rSby4uNpLG p {
  text-align: center;
}
.cid-rSby4uNpLG .mbr-fonts-style {
  color: #ffffff;
}
.cid-rSby4uNpLG .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSby4uNpLG .card:hover .step {
  color: #ffffff;
  border: 0px solid transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rSby4uNpLG .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-rSby4uNpLG .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rSby4uNpLG .step:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.3s;
  background: linear-gradient(45deg, #006699, #149dcc);
  border-radius: 50%;
}
.cid-rSby4uNpLG .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rSby4uNpLG .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #006699, #5580ff);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-rSby4uNpLG .mbr-section-title,
  .cid-rSby4uNpLG .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-rSRD5kHKxr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #006699;
}
.cid-rSRD5kHKxr .mbr-text {
  color: #ffffff;
}
.cid-rSRD5kHKxr h4 {
  text-align: center;
}
.cid-rSRD5kHKxr p {
  text-align: center;
}
.cid-rSRD5kHKxr .mbr-fonts-style {
  color: #ffffff;
}
.cid-rSRD5kHKxr .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSRD5kHKxr .card:hover .step {
  color: #ffffff;
  border: 0px solid transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rSRD5kHKxr .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-rSRD5kHKxr .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rSRD5kHKxr .step:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.3s;
  background: linear-gradient(45deg, #006699, #149dcc);
  border-radius: 50%;
}
.cid-rSRD5kHKxr .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rSRD5kHKxr .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #006699, #5580ff);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-rSRD5kHKxr .mbr-section-title,
  .cid-rSRD5kHKxr .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-rSRDaSULk4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #006699;
}
.cid-rSRDaSULk4 .mbr-text {
  color: #ffffff;
}
.cid-rSRDaSULk4 h4 {
  text-align: center;
}
.cid-rSRDaSULk4 p {
  text-align: center;
}
.cid-rSRDaSULk4 .mbr-fonts-style {
  color: #ffffff;
}
.cid-rSRDaSULk4 .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSRDaSULk4 .card:hover .step {
  color: #ffffff;
  border: 0px solid transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rSRDaSULk4 .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-rSRDaSULk4 .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rSRDaSULk4 .step:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.3s;
  background: linear-gradient(45deg, #006699, #149dcc);
  border-radius: 50%;
}
.cid-rSRDaSULk4 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rSRDaSULk4 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #006699, #5580ff);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-rSRDaSULk4 .mbr-section-title,
  .cid-rSRDaSULk4 .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-rSRDbhHobS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #006699;
}
.cid-rSRDbhHobS .mbr-text {
  color: #ffffff;
}
.cid-rSRDbhHobS h4 {
  text-align: center;
}
.cid-rSRDbhHobS p {
  text-align: center;
}
.cid-rSRDbhHobS .mbr-fonts-style {
  color: #ffffff;
}
.cid-rSRDbhHobS .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSRDbhHobS .card:hover .step {
  color: #ffffff;
  border: 0px solid transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rSRDbhHobS .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-rSRDbhHobS .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rSRDbhHobS .step:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.3s;
  background: linear-gradient(45deg, #006699, #149dcc);
  border-radius: 50%;
}
.cid-rSRDbhHobS .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rSRDbhHobS .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #006699, #5580ff);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-rSRDbhHobS .mbr-section-title,
  .cid-rSRDbhHobS .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-rSRDbPEaw9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #006699;
}
.cid-rSRDbPEaw9 .mbr-text {
  color: #ffffff;
}
.cid-rSRDbPEaw9 h4 {
  text-align: center;
}
.cid-rSRDbPEaw9 p {
  text-align: center;
}
.cid-rSRDbPEaw9 .mbr-fonts-style {
  color: #ffffff;
}
.cid-rSRDbPEaw9 .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSRDbPEaw9 .card:hover .step {
  color: #ffffff;
  border: 0px solid transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rSRDbPEaw9 .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-rSRDbPEaw9 .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rSRDbPEaw9 .step:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.3s;
  background: linear-gradient(45deg, #006699, #149dcc);
  border-radius: 50%;
}
.cid-rSRDbPEaw9 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rSRDbPEaw9 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #006699, #5580ff);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-rSRDbPEaw9 .mbr-section-title,
  .cid-rSRDbPEaw9 .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-rSRDceDqMl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #006699;
}
.cid-rSRDceDqMl .mbr-text {
  color: #ffffff;
}
.cid-rSRDceDqMl h4 {
  text-align: center;
}
.cid-rSRDceDqMl p {
  text-align: center;
}
.cid-rSRDceDqMl .mbr-fonts-style {
  color: #ffffff;
}
.cid-rSRDceDqMl .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSRDceDqMl .card:hover .step {
  color: #ffffff;
  border: 0px solid transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rSRDceDqMl .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-rSRDceDqMl .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rSRDceDqMl .step:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.3s;
  background: linear-gradient(45deg, #006699, #149dcc);
  border-radius: 50%;
}
.cid-rSRDceDqMl .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rSRDceDqMl .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #006699, #5580ff);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-rSRDceDqMl .mbr-section-title,
  .cid-rSRDceDqMl .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-rSRDcCR512 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #006699;
}
.cid-rSRDcCR512 .mbr-text {
  color: #ffffff;
}
.cid-rSRDcCR512 h4 {
  text-align: center;
}
.cid-rSRDcCR512 p {
  text-align: center;
}
.cid-rSRDcCR512 .mbr-fonts-style {
  color: #ffffff;
}
.cid-rSRDcCR512 .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSRDcCR512 .card:hover .step {
  color: #ffffff;
  border: 0px solid transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rSRDcCR512 .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-rSRDcCR512 .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rSRDcCR512 .step:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.3s;
  background: linear-gradient(45deg, #006699, #149dcc);
  border-radius: 50%;
}
.cid-rSRDcCR512 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rSRDcCR512 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #006699, #5580ff);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-rSRDcCR512 .mbr-section-title,
  .cid-rSRDcCR512 .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-rSRDd9Ba6a {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #006699;
}
.cid-rSRDd9Ba6a .mbr-text {
  color: #ffffff;
}
.cid-rSRDd9Ba6a h4 {
  text-align: center;
}
.cid-rSRDd9Ba6a p {
  text-align: center;
}
.cid-rSRDd9Ba6a .mbr-fonts-style {
  color: #ffffff;
}
.cid-rSRDd9Ba6a .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSRDd9Ba6a .card:hover .step {
  color: #ffffff;
  border: 0px solid transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rSRDd9Ba6a .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-rSRDd9Ba6a .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rSRDd9Ba6a .step:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.3s;
  background: linear-gradient(45deg, #006699, #149dcc);
  border-radius: 50%;
}
.cid-rSRDd9Ba6a .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rSRDd9Ba6a .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #006699, #5580ff);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-rSRDd9Ba6a .mbr-section-title,
  .cid-rSRDd9Ba6a .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-rSRDdL5EyQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #006699;
}
.cid-rSRDdL5EyQ .mbr-text {
  color: #ffffff;
}
.cid-rSRDdL5EyQ h4 {
  text-align: center;
}
.cid-rSRDdL5EyQ p {
  text-align: center;
}
.cid-rSRDdL5EyQ .mbr-fonts-style {
  color: #ffffff;
}
.cid-rSRDdL5EyQ .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSRDdL5EyQ .card:hover .step {
  color: #ffffff;
  border: 0px solid transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rSRDdL5EyQ .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-rSRDdL5EyQ .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rSRDdL5EyQ .step:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.3s;
  background: linear-gradient(45deg, #006699, #149dcc);
  border-radius: 50%;
}
.cid-rSRDdL5EyQ .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rSRDdL5EyQ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #006699, #5580ff);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-rSRDdL5EyQ .mbr-section-title,
  .cid-rSRDdL5EyQ .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-rSRDecK9LN {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #006699;
}
.cid-rSRDecK9LN .mbr-text {
  color: #ffffff;
}
.cid-rSRDecK9LN h4 {
  text-align: center;
}
.cid-rSRDecK9LN p {
  text-align: center;
}
.cid-rSRDecK9LN .mbr-fonts-style {
  color: #ffffff;
}
.cid-rSRDecK9LN .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSRDecK9LN .card:hover .step {
  color: #ffffff;
  border: 0px solid transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rSRDecK9LN .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-rSRDecK9LN .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rSRDecK9LN .step:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.3s;
  background: linear-gradient(45deg, #006699, #149dcc);
  border-radius: 50%;
}
.cid-rSRDecK9LN .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rSRDecK9LN .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #006699, #5580ff);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-rSRDecK9LN .mbr-section-title,
  .cid-rSRDecK9LN .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-rSRJfNryl1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSRJfNryl1 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rSRJfNryl1 H1 {
  color: #000000;
  text-align: center;
}
.cid-rSRJfNryl1 .mbr-text,
.cid-rSRJfNryl1 .mbr-section-btn {
  color: #716c80;
}
.cid-rSRJfNryl1 H3 {
  color: #716c80;
}
.cid-rSRJfNryl1 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rSRJfNryl1 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rSRJfNryl1 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rSRJfNryl1 .link:hover {
  color: #006699 !important;
}
.cid-rSRJfNryl1 .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-rSRJfNryl1 DIV {
  color: #57468b;
}
.cid-rSRJj2VVGW {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rSRJj2VVGW .nav-tabs .nav-item.open .nav-link:focus,
.cid-rSRJj2VVGW .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rSRJj2VVGW .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}
.cid-rSRJj2VVGW .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-rSRJj2VVGW .first {
  margin-left: -24px;
}
.cid-rSRJj2VVGW .nav-tabs .nav-link {
  color: #c1c1c1;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-rSRJj2VVGW .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #006699;
}
.cid-rSRJj2VVGW .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #006699;
  font-style: normal;
}
.cid-rSRJj2VVGW P {
  color: #000000;
}
.cid-rSRJj2VVGW H2 {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-rSRJj2VVGW .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-rSRJj2VVGW .mbr-text,
  .cid-rSRJj2VVGW .nav-link {
    text-align: center;
  }
}
.cid-rSRKQmdeLQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #006699;
}
.cid-rSRKQmdeLQ img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rSRKQmdeLQ H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rSRKQmdeLQ .mbr-text,
.cid-rSRKQmdeLQ .mbr-section-btn {
  color: #716c80;
}
.cid-rSRKQmdeLQ H3 {
  color: #716c80;
}
.cid-rSRKQmdeLQ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rSRKQmdeLQ .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rSRKQmdeLQ .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rSRKQmdeLQ .link:hover {
  color: #006699 !important;
}
.cid-rSRKQmdeLQ .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-rSRKQmdeLQ DIV {
  color: #57468b;
}
.cid-rSRKQmdeLQ .mbr-text,
.cid-rSRKQmdeLQ .media-content {
  color: #ffffff;
}
.cid-rSRKPAkGOu {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #006699;
}
.cid-rSRKPAkGOu H1 {
  color: #57468b;
}
.cid-rSRKPAkGOu .mbr-text,
.cid-rSRKPAkGOu .mbr-section-btn {
  color: #716c80;
}
.cid-rSRKPAkGOu H3 {
  color: #716c80;
}
.cid-rSRM769Je6 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSRM769Je6 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rSRM769Je6 H1 {
  color: #000000;
  text-align: center;
}
.cid-rSRM769Je6 .mbr-text,
.cid-rSRM769Je6 .mbr-section-btn {
  color: #716c80;
}
.cid-rSRM769Je6 H3 {
  color: #716c80;
}
.cid-rSRM769Je6 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rSRM769Je6 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rSRM769Je6 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rSRM769Je6 .link:hover {
  color: #006699 !important;
}
.cid-rSRM769Je6 .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-rSRM769Je6 DIV {
  color: #57468b;
}
.cid-rSRM769Je6 .mbr-text,
.cid-rSRM769Je6 .media-content {
  color: #000000;
}
.cid-rSRM0tjIU4 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSRM0tjIU4 H1 {
  color: #000000;
}
.cid-rSRM0tjIU4 .mbr-text,
.cid-rSRM0tjIU4 .mbr-section-btn {
  color: #232323;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-rSRM0tjIU4 img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-rSRM0tjIU4 img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rSRM0tjIU4 H3 {
  color: #716c80;
}
.cid-s7u55wgGWR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7u55wgGWR H1 {
  color: #000000;
}
.cid-s7u55wgGWR .mbr-text,
.cid-s7u55wgGWR .mbr-section-btn {
  color: #000000;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-s7u55wgGWR img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-s7u55wgGWR img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-s7u55wgGWR H3 {
  color: #716c80;
}
.cid-s7u56qYocs {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7u56qYocs H1 {
  color: #000000;
}
.cid-s7u56qYocs .mbr-text,
.cid-s7u56qYocs .mbr-section-btn {
  color: #000000;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-s7u56qYocs img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-s7u56qYocs img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-s7u56qYocs H3 {
  color: #716c80;
}
.cid-rSRN3YOx9T {
  overflow: hidden !important;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSRN3YOx9T .container-fluid {
  padding: 0 5rem;
}
.cid-rSRN3YOx9T .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSRN3YOx9T .mbr-section-title {
  padding-bottom: 2rem;
  color: #000000;
}
.cid-rSRN3YOx9T .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-rSRN3YOx9T .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-rSRN3YOx9T .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-rSRN3YOx9T .container-fluid {
    padding: 0 1rem;
  }
  .cid-rSRN3YOx9T .mbr-figure {
    margin-top: 1rem;
  }
  .cid-rSRN3YOx9T .mbr-section-title {
    text-align: center !important;
  }
  .cid-rSRN3YOx9T .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-rSRN3YOx9T .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rSRN3YOx9T .mbr-section-subtitle,
.cid-rSRN3YOx9T .mbr-section-btn {
  color: #000000;
}
.cid-rSbwWxpDxU {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #006699;
  position: relative;
  overflow: hidden;
}
.cid-rSbwWxpDxU .container {
  max-width: 1400px;
}
.cid-rSbwWxpDxU .card-img2 span {
  padding-top: 6px;
}
.cid-rSbwWxpDxU .soc-item a {
  padding-top: 5px;
}
.cid-rSbwWxpDxU .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rSbwWxpDxU .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-rSbwWxpDxU .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-rSbwWxpDxU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rSbwWxpDxU svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rSbwWxpDxU #e2_shape {
  fill: #ffffff !important;
}
.cid-rSbwWxpDxU .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rSbwWxpDxU .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rSbwWxpDxU .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rSbwWxpDxU .card-img {
  width: auto;
}
.cid-rSbwWxpDxU .soc-item {
  width: 45px;
  height: 45px;
  background: #006699;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rSbwWxpDxU .soc-item span {
  font-size: 1.4rem;
}
.cid-rSbwWxpDxU .soc-item:hover span {
  color: #006699 !important;
}
.cid-rSbwWxpDxU .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rSbwWxpDxU .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rSbwWxpDxU .media-wrap {
  margin-bottom: 1rem;
}
.cid-rSbwWxpDxU .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
@media (max-width: 576px) {
  .cid-rSbwWxpDxU .item {
    justify-content: center;
  }
  .cid-rSbwWxpDxU .quote::after {
    left: 60px;
  }
}
.cid-rSbwWxpDxU .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rSbwWxpDxU .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rSbwWxpDxU .text1 {
  color: #ffffff;
}
.cid-rSbwWxpDxU .item-title {
  color: #ffffff;
}
.cid-rSbwWxpDxU H5 {
  color: #ffffff;
}
.cid-rSbwWxpDxU .theme {
  color: #ffffff;
}
.cid-rSbwWxpDxU .copyright > p {
  color: #ff3366;
}
.cid-rSbwWxpDxU .text2 {
  color: #ffffff;
}
.cid-sunLm8Fkmw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #006699;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sunLm8Fkmw .nav-item,
.cid-sunLm8Fkmw .nav-link,
.cid-sunLm8Fkmw .navbar-caption {
  font-weight: normal;
}
.cid-sunLm8Fkmw .nav-item:focus,
.cid-sunLm8Fkmw .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sunLm8Fkmw .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sunLm8Fkmw .nav-item .nav-link {
    position: relative;
  }
  .cid-sunLm8Fkmw .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #006699;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sunLm8Fkmw .nav-item:hover .nav-link:before,
  .cid-sunLm8Fkmw .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sunLm8Fkmw .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sunLm8Fkmw .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sunLm8Fkmw .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sunLm8Fkmw .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sunLm8Fkmw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sunLm8Fkmw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sunLm8Fkmw .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-sunLm8Fkmw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sunLm8Fkmw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sunLm8Fkmw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sunLm8Fkmw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sunLm8Fkmw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sunLm8Fkmw .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sunLm8Fkmw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sunLm8Fkmw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sunLm8Fkmw .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-sunLm8Fkmw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sunLm8Fkmw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sunLm8Fkmw .dropdown-item.active,
.cid-sunLm8Fkmw .dropdown-item:active {
  background-color: transparent;
}
.cid-sunLm8Fkmw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sunLm8Fkmw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sunLm8Fkmw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sunLm8Fkmw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sunLm8Fkmw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sunLm8Fkmw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sunLm8Fkmw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sunLm8Fkmw .navbar-buttons {
  text-align: center;
}
.cid-sunLm8Fkmw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sunLm8Fkmw .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sunLm8Fkmw a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sunLm8Fkmw .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5580ff;
  display: inline-flex;
}
.cid-sunLm8Fkmw .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sunLm8Fkmw .soc-item {
  margin: .5rem .3rem;
}
.cid-sunLm8Fkmw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sunLm8Fkmw a.nav-link .mbr-iconfont-btn,
.cid-sunLm8Fkmw a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sunLm8Fkmw a.nav-link:hover .mbr-iconfont-btn,
.cid-sunLm8Fkmw a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sunLm8Fkmw a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sunLm8Fkmw .navbar {
    height: 77px;
  }
  .cid-sunLm8Fkmw .navbar.opened {
    height: auto;
  }
  .cid-sunLm8Fkmw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rSWuvr7J8s {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/background-checkout-1-1896x947.png");
}
.cid-rSWuvr7J8s .mbr-section-title,
.cid-rSWuvr7J8s .mbr-section-subtitle {
  color: #000000;
}
.cid-rSWuvr7J8s .mbr-section-text {
  color: #232323;
}
.cid-rSWuvr7J8s .mbr-text,
.cid-rSWuvr7J8s .typed-text,
.cid-rSWuvr7J8s .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rSWuvr7J8s .btn {
  margin-left: 4px !important;
}
.cid-rSWuvr7J8s .animated-element {
  color: #ff3366;
}
.cid-rSWuvr7J8s .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-rSWuvr7J8s .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rSWuvr7J8s .typed-text,
  .cid-rSWuvr7J8s .mbr-section-subtitle,
  .cid-rSWuvr7J8s .mbr-section-text,
  .cid-rSWuvr7J8s .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rSWuvr7J8s .mbr-section-text,
.cid-rSWuvr7J8s .mbr-section-btn {
  color: #000000;
}
.cid-rSWuvr7J8s .mbr-section-subtitle,
.cid-rSWuvr7J8s .typed-text {
  color: #000000;
}
.cid-rSWYOTr9Ur {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rSWYOTr9Ur .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rSWYOTr9Ur .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rSWYOTr9Ur .text-content {
  padding-right: 1.5rem;
}
.cid-rSWYOTr9Ur .mbr-text,
.cid-rSWYOTr9Ur .mbr-section-btn {
  color: #000000;
}
.cid-rSWYOTr9Ur .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(173, 159, 194, 0.3);
  box-shadow: 0px 0px 30px rgba(173, 159, 194, 0.3);
  border-radius: .25rem;
}
.cid-rSWYOTr9Ur .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rSWYOTr9Ur .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rSWYOTr9Ur .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rSWYOTr9Ur .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #006699;
}
@media (max-width: 991px) {
  .cid-rSWYOTr9Ur .main-row {
    margin: 0;
  }
  .cid-rSWYOTr9Ur .mbr-section-title,
  .cid-rSWYOTr9Ur .mbr-text,
  .cid-rSWYOTr9Ur .list,
  .cid-rSWYOTr9Ur .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rSWYOTr9Ur .text-content {
    padding: 0;
  }
}
.cid-rSWYOTr9Ur .mbr-section-title {
  color: #000000;
}
.cid-rSX2t2Jhc7 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSX2t2Jhc7 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rSX2t2Jhc7 H1 {
  color: #000000;
  text-align: left;
}
.cid-rSX2t2Jhc7 .mbr-text,
.cid-rSX2t2Jhc7 .mbr-section-btn {
  color: #716c80;
}
.cid-rSX2t2Jhc7 H3 {
  color: #716c80;
}
.cid-rSX2t2Jhc7 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rSX2t2Jhc7 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rSX2t2Jhc7 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rSX2t2Jhc7 .link:hover {
  color: #006699 !important;
}
.cid-rSX2t2Jhc7 .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-rSX2t2Jhc7 DIV {
  color: #57468b;
}
.cid-rSWYCo3Cps {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rSWYCo3Cps .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rSWYCo3Cps .mbr-text {
  color: #8d97ad;
}
.cid-rSWYCo3Cps .nav {
  border: none;
}
.cid-rSWYCo3Cps .nav-tabs {
  width: 100%;
}
.cid-rSWYCo3Cps .nav-tabs .nav-item {
  margin-bottom: 1rem;
  width: 100%;
}
.cid-rSWYCo3Cps .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(173, 159, 194, 0.3);
  box-shadow: 0px 0px 30px rgba(173, 159, 194, 0.3);
}
.cid-rSWYCo3Cps .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-rSWYCo3Cps .nav-tabs .nav-link {
  display: flex;
  color: #ffffff;
  box-sizing: border-box;
  font-style: normal;
  background: #006699;
  font-weight: 500;
  padding: 1rem;
  border: 1px solid #005179;
  margin: 0px;
  border-radius: 0px !important;
  transition: all .3s;
}
.cid-rSWYCo3Cps .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-rSWYCo3Cps .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-rSWYCo3Cps .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-rSWYCo3Cps .nav-item {
    display: table-row !important;
  }
}
.cid-rSWYCo3Cps .mbr-section-title {
  color: #000000;
}
.cid-rSWYCo3Cps .mbr-text,
.cid-rSWYCo3Cps .mbr-section-btn {
  color: #000000;
}
.cid-rSX2G263CG {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSX2G263CG img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rSX2G263CG H1 {
  color: #000000;
  text-align: left;
}
.cid-rSX2G263CG .mbr-text,
.cid-rSX2G263CG .mbr-section-btn {
  color: #716c80;
}
.cid-rSX2G263CG H3 {
  color: #716c80;
}
.cid-rSX2G263CG .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rSX2G263CG .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rSX2G263CG .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rSX2G263CG .link:hover {
  color: #006699 !important;
}
.cid-rSX2G263CG .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-rSX2G263CG DIV {
  color: #57468b;
}
.cid-rSX2jwfm2R {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSX2jwfm2R .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rSX2jwfm2R .mbr-text {
  color: #8d97ad;
}
.cid-rSX2jwfm2R .nav {
  border: none;
}
.cid-rSX2jwfm2R .nav-tabs {
  width: 100%;
}
.cid-rSX2jwfm2R .nav-tabs .nav-item {
  margin-bottom: 1rem;
  width: 100%;
}
.cid-rSX2jwfm2R .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(173, 159, 194, 0.3);
  box-shadow: 0px 0px 30px rgba(173, 159, 194, 0.3);
}
.cid-rSX2jwfm2R .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-rSX2jwfm2R .nav-tabs .nav-link {
  display: flex;
  color: #ffffff;
  box-sizing: border-box;
  font-style: normal;
  background: #006699;
  font-weight: 500;
  padding: 1rem;
  border: 1px solid #005179;
  margin: 0px;
  border-radius: 0px !important;
  transition: all .3s;
}
.cid-rSX2jwfm2R .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-rSX2jwfm2R .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-rSX2jwfm2R .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-rSX2jwfm2R .nav-item {
    display: table-row !important;
  }
}
.cid-rSX2jwfm2R .mbr-text,
.cid-rSX2jwfm2R .mbr-section-btn {
  color: #000000;
}
.cid-s0on2a2Yk3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s0on2a2Yk3 .card {
  padding: 1rem;
}
.cid-s0on2a2Yk3 .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-s0on2a2Yk3 .card-img {
  position: absolute;
  width: 0px;
  height: 0px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: none;
}
.cid-s0on2a2Yk3 .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s0on2a2Yk3 .card-title {
  padding: 8px 40px;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #006699, #51aafa);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-s0on2a2Yk3 .card-sign {
  padding-top: .5rem;
}
.cid-s0on2a2Yk3 .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-s0on2a2Yk3 .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-s0on2a2Yk3 .card-title {
    text-align: center;
  }
  .cid-s0on2a2Yk3 p.mbr-text,
  .cid-s0on2a2Yk3 p.date {
    text-align: center;
  }
}
.cid-s0on2a2Yk3 .card-box {
  background: #ffffff;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-s0on2a2Yk3 .card-text,
.cid-s0on2a2Yk3 .mbr-subtitle {
  color: #8d97ad;
}
.cid-s0on2a2Yk3 .card-text {
  color: #000000;
}
.cid-s0on2a2Yk3 H2 {
  color: #000000;
}
.cid-s0onRdDkaf {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s0onRdDkaf .card {
  padding: 1rem;
}
.cid-s0onRdDkaf .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-s0onRdDkaf .card-img {
  position: absolute;
  width: 0px;
  height: 0px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: none;
}
.cid-s0onRdDkaf .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s0onRdDkaf .card-title {
  padding: 8px 40px;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #006699, #51aafa);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-s0onRdDkaf .card-sign {
  padding-top: .5rem;
}
.cid-s0onRdDkaf .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-s0onRdDkaf .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-s0onRdDkaf .card-title {
    text-align: center;
  }
  .cid-s0onRdDkaf p.mbr-text,
  .cid-s0onRdDkaf p.date {
    text-align: center;
  }
}
.cid-s0onRdDkaf .card-box {
  background: #ffffff;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-s0onRdDkaf .card-text,
.cid-s0onRdDkaf .mbr-subtitle {
  color: #8d97ad;
}
.cid-s0onRdDkaf .card-text {
  color: #000000;
}
.cid-rSX51gFQWQ {
  overflow: hidden !important;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSX51gFQWQ .container-fluid {
  padding: 0 5rem;
}
.cid-rSX51gFQWQ .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSX51gFQWQ .mbr-section-title {
  padding-bottom: 2rem;
  color: #000000;
}
.cid-rSX51gFQWQ .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-rSX51gFQWQ .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-rSX51gFQWQ .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-rSX51gFQWQ .container-fluid {
    padding: 0 1rem;
  }
  .cid-rSX51gFQWQ .mbr-figure {
    margin-top: 1rem;
  }
  .cid-rSX51gFQWQ .mbr-section-title {
    text-align: center !important;
  }
  .cid-rSX51gFQWQ .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-rSX51gFQWQ .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rSX51gFQWQ .mbr-section-subtitle,
.cid-rSX51gFQWQ .mbr-section-btn {
  color: #000000;
}
.cid-rXFb96XjgH {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #006699;
  position: relative;
  overflow: hidden;
}
.cid-rXFb96XjgH .container {
  max-width: 1400px;
}
.cid-rXFb96XjgH .card-img2 span {
  padding-top: 6px;
}
.cid-rXFb96XjgH .soc-item a {
  padding-top: 5px;
}
.cid-rXFb96XjgH .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rXFb96XjgH .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-rXFb96XjgH .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-rXFb96XjgH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rXFb96XjgH svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rXFb96XjgH #e2_shape {
  fill: #ffffff !important;
}
.cid-rXFb96XjgH .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rXFb96XjgH .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rXFb96XjgH .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rXFb96XjgH .card-img {
  width: auto;
}
.cid-rXFb96XjgH .soc-item {
  width: 45px;
  height: 45px;
  background: #006699;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rXFb96XjgH .soc-item span {
  font-size: 1.4rem;
}
.cid-rXFb96XjgH .soc-item:hover span {
  color: #006699 !important;
}
.cid-rXFb96XjgH .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rXFb96XjgH .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rXFb96XjgH .media-wrap {
  margin-bottom: 1rem;
}
.cid-rXFb96XjgH .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
@media (max-width: 576px) {
  .cid-rXFb96XjgH .item {
    justify-content: center;
  }
  .cid-rXFb96XjgH .quote::after {
    left: 60px;
  }
}
.cid-rXFb96XjgH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rXFb96XjgH .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rXFb96XjgH .text1 {
  color: #ffffff;
}
.cid-rXFb96XjgH .item-title {
  color: #ffffff;
}
.cid-rXFb96XjgH H5 {
  color: #ffffff;
}
.cid-rXFb96XjgH .theme {
  color: #ffffff;
}
.cid-rXFb96XjgH .copyright > p {
  color: #ff3366;
}
.cid-rXFb96XjgH .text2 {
  color: #ffffff;
}
.cid-sunLm8Fkmw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #006699;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sunLm8Fkmw .nav-item,
.cid-sunLm8Fkmw .nav-link,
.cid-sunLm8Fkmw .navbar-caption {
  font-weight: normal;
}
.cid-sunLm8Fkmw .nav-item:focus,
.cid-sunLm8Fkmw .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sunLm8Fkmw .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sunLm8Fkmw .nav-item .nav-link {
    position: relative;
  }
  .cid-sunLm8Fkmw .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #006699;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sunLm8Fkmw .nav-item:hover .nav-link:before,
  .cid-sunLm8Fkmw .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sunLm8Fkmw .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sunLm8Fkmw .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sunLm8Fkmw .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sunLm8Fkmw .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sunLm8Fkmw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sunLm8Fkmw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sunLm8Fkmw .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-sunLm8Fkmw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sunLm8Fkmw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sunLm8Fkmw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sunLm8Fkmw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sunLm8Fkmw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sunLm8Fkmw .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sunLm8Fkmw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sunLm8Fkmw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sunLm8Fkmw .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-sunLm8Fkmw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sunLm8Fkmw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sunLm8Fkmw .dropdown-item.active,
.cid-sunLm8Fkmw .dropdown-item:active {
  background-color: transparent;
}
.cid-sunLm8Fkmw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sunLm8Fkmw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sunLm8Fkmw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sunLm8Fkmw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sunLm8Fkmw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sunLm8Fkmw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sunLm8Fkmw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sunLm8Fkmw .navbar-buttons {
  text-align: center;
}
.cid-sunLm8Fkmw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sunLm8Fkmw .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sunLm8Fkmw a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sunLm8Fkmw .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5580ff;
  display: inline-flex;
}
.cid-sunLm8Fkmw .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sunLm8Fkmw .soc-item {
  margin: .5rem .3rem;
}
.cid-sunLm8Fkmw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sunLm8Fkmw a.nav-link .mbr-iconfont-btn,
.cid-sunLm8Fkmw a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sunLm8Fkmw a.nav-link:hover .mbr-iconfont-btn,
.cid-sunLm8Fkmw a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sunLm8Fkmw a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sunLm8Fkmw .navbar {
    height: 77px;
  }
  .cid-sunLm8Fkmw .navbar.opened {
    height: auto;
  }
  .cid-sunLm8Fkmw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rRa2t1UpaY {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background-recursos02-1896x947.png");
}
.cid-rRa2t1UpaY .mbr-section-title,
.cid-rRa2t1UpaY .mbr-section-subtitle {
  color: #000000;
}
.cid-rRa2t1UpaY .mbr-section-text {
  color: #232323;
}
.cid-rRa2t1UpaY .mbr-text,
.cid-rRa2t1UpaY .typed-text,
.cid-rRa2t1UpaY .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rRa2t1UpaY .btn {
  margin-left: 4px !important;
}
.cid-rRa2t1UpaY .animated-element {
  color: #000000;
}
.cid-rRa2t1UpaY .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #000000;
}
.cid-rRa2t1UpaY .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rRa2t1UpaY .typed-text,
  .cid-rRa2t1UpaY .mbr-section-subtitle,
  .cid-rRa2t1UpaY .mbr-section-text,
  .cid-rRa2t1UpaY .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rRa2t1UpaY .mbr-section-text,
.cid-rRa2t1UpaY .mbr-section-btn {
  color: #000000;
}
.cid-rRIvXhT0dr {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rRIvXhT0dr H1 {
  color: #000000;
}
.cid-rRIvXhT0dr .align-left {
  margin: auto;
}
.cid-rRIvXhT0dr .row {
  justify-content: space-between;
}
.cid-rRIvXhT0dr .mbr-text,
.cid-rRIvXhT0dr .mbr-section-btn {
  color: #716c80;
}
.cid-rRIvXhT0dr .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-rRIvXhT0dr .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rRIvXhT0dr .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rRIvXhT0dr .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rRIvXhT0dr .link:hover {
  color: #006699 !important;
}
.cid-rRIvXhT0dr .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-rRIvXhT0dr DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rRIvXhT0dr .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rRIvXhT0dr h1 {
    padding-bottom: 1rem;
  }
}
.cid-rRIvXhT0dr .mbr-text,
.cid-rRIvXhT0dr .media-content {
  color: #000000;
}
.cid-rRa2B1Igpo {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRa2B1Igpo img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rRa2B1Igpo H1 {
  color: #000000;
  text-align: center;
}
.cid-rRa2B1Igpo .mbr-text,
.cid-rRa2B1Igpo .mbr-section-btn {
  color: #716c80;
}
.cid-rRa2B1Igpo H3 {
  color: #716c80;
}
.cid-rRa2B1Igpo .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rRa2B1Igpo .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rRa2B1Igpo .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rRa2B1Igpo .link:hover {
  color: #006699 !important;
}
.cid-rRa2B1Igpo .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-rRa2B1Igpo DIV {
  color: #57468b;
}
.cid-rRa2B1Igpo .mbr-text,
.cid-rRa2B1Igpo .media-content {
  color: #000000;
  text-align: center;
}
.cid-rRa2AB6H7L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRa2AB6H7L p {
  line-height: 1.6;
}
.cid-rRa2AB6H7L .card-box {
  width: -webkit-fill-available;
}
.cid-rRa2AB6H7L .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-rRa2AB6H7L .card-img .img1 {
  color: #006699 !important;
}
.cid-rRa2AB6H7L .card-img .img2 {
  color: #006699 !important;
}
.cid-rRa2AB6H7L .card-img .img3 {
  color: #006699 !important;
}
.cid-rRa2AB6H7L .card-img .img4 {
  color: #006699 !important;
}
.cid-rRa2AB6H7L .card-img .img5 {
  color: #006699 !important;
}
.cid-rRa2AB6H7L .card-img .img6 {
  color: #006699 !important;
}
.cid-rRa2AB6H7L .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rRa2AB6H7L .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-rRa2AB6H7L .card {
  height: 100%;
  margin: auto;
}
.cid-rRa2AB6H7L img {
  width: 100%;
  heigth: auto;
}
.cid-rRa2AB6H7L .card-title1 {
  color: #000000;
}
.cid-rRa2AB6H7L .mbr-text1 {
  color: #000000;
}
.cid-rRa2AB6H7L .card-title2 {
  color: #000000;
}
.cid-rRa2AB6H7L .mbr-text2 {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-rRa2AB6H7L .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-rRa2AB6H7L .card-img {
    order: 1;
  }
  .cid-rRa2AB6H7L .card-box {
    order: 2;
  }
}
.cid-rRDbjFL56u {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRDbjFL56u img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rRDbjFL56u H1 {
  color: #000000;
  text-align: center;
}
.cid-rRDbjFL56u .mbr-text,
.cid-rRDbjFL56u .mbr-section-btn {
  color: #716c80;
}
.cid-rRDbjFL56u H3 {
  color: #716c80;
}
.cid-rRDbjFL56u .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rRDbjFL56u .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rRDbjFL56u .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rRDbjFL56u .link:hover {
  color: #006699 !important;
}
.cid-rRDbjFL56u .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-rRDbjFL56u DIV {
  color: #57468b;
}
.cid-rRDbjFL56u .mbr-text,
.cid-rRDbjFL56u .media-content {
  color: #000000;
  text-align: center;
}
.cid-rRa3OW8GER {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rRa3OW8GER .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rRa3OW8GER .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
}
.cid-rRa3OW8GER .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rRa3OW8GER .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-rRa3OW8GER .process-icon,
.cid-rRa3OW8GER .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-rRa3OW8GER .wrapper,
.cid-rRa3OW8GER .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-rRa3OW8GER .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #006699;
  opacity: .4;
}
.cid-rRa3OW8GER .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-rRa3OW8GER .icon-container a {
  display: inherit;
}
.cid-rRa3OW8GER .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #232323 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-rRa3OW8GER .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-rRa3OW8GER .icon-main:hover .icon-wrapper {
  background-color: #232323 !important;
}
.cid-rRa3OW8GER .icon-main:hover .icon-number {
  background-color: #006699 !important;
  color: #ffffff !important;
}
.cid-rRa3OW8GER .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-rRa3OW8GER .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-rRa3OW8GER .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-rRa3OW8GER .third-elem .wrapper:before {
    display: none;
  }
}
.cid-rRa3OW8GER .mbr-section-title {
  margin: 0;
}
.cid-rRa3OW8GER .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-rSovgssaOD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #006699;
}
.cid-rSovgssaOD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rSovgssaOD .btn {
  margin: 0 0 .5rem 0;
}
@media (max-width: 768px) {
  .cid-rSovgssaOD h2,
  .cid-rSovgssaOD h3 {
    text-align: center !important;
  }
  .cid-rSovgssaOD .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rSovgssaOD H2 {
  color: #ffffff;
}
.cid-rRa5JZzIIN {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRa5JZzIIN img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rRa5JZzIIN H1 {
  color: #000000;
  text-align: center;
}
.cid-rRa5JZzIIN .mbr-text,
.cid-rRa5JZzIIN .mbr-section-btn {
  color: #716c80;
}
.cid-rRa5JZzIIN H3 {
  color: #716c80;
}
.cid-rRa5JZzIIN .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rRa5JZzIIN .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rRa5JZzIIN .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rRa5JZzIIN .link:hover {
  color: #006699 !important;
}
.cid-rRa5JZzIIN .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-rRa5JZzIIN DIV {
  color: #57468b;
}
.cid-rRa5JZzIIN .mbr-text,
.cid-rRa5JZzIIN .media-content {
  color: #000000;
  text-align: left;
}
.cid-rRa4uCs3WK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRa4uCs3WK .container {
  max-width: 1500px;
}
.cid-rRa4uCs3WK .row {
  background: #ffffff;
}
.cid-rRa4uCs3WK .img-col {
  padding: 0;
}
.cid-rRa4uCs3WK .title-col {
  padding: 4rem 8rem;
}
.cid-rRa4uCs3WK img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rRa4uCs3WK h2 {
  padding: 0;
  margin: 0;
}
.cid-rRa4uCs3WK .text-wrap {
  margin: auto;
}
.cid-rRa4uCs3WK .mbr-text {
  color: #000000;
}
@media (max-width: 1200px) {
  .cid-rRa4uCs3WK .row {
    margin: 2rem;
  }
  .cid-rRa4uCs3WK .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rRa4uCs3WK .row {
    margin: 0rem;
  }
  .cid-rRa4uCs3WK .title-col {
    padding: 2rem 1rem;
  }
}
.cid-rRa4uCs3WK H2 {
  color: #000000;
}
.cid-rSLXa2T4ZU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSLXa2T4ZU .container {
  max-width: 1500px;
}
.cid-rSLXa2T4ZU .row {
  background: #ffffff;
}
.cid-rSLXa2T4ZU .img-col {
  padding: 0;
}
.cid-rSLXa2T4ZU .title-col {
  padding: 4rem 8rem;
}
.cid-rSLXa2T4ZU img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rSLXa2T4ZU h2 {
  padding: 0;
  margin: 0;
}
.cid-rSLXa2T4ZU .text-wrap {
  margin: auto;
}
.cid-rSLXa2T4ZU .mbr-text {
  color: #000000;
}
@media (max-width: 1200px) {
  .cid-rSLXa2T4ZU .row {
    margin: 2rem;
  }
  .cid-rSLXa2T4ZU .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rSLXa2T4ZU .row {
    margin: 0rem;
  }
  .cid-rSLXa2T4ZU .title-col {
    padding: 2rem 1rem;
  }
}
.cid-rSLXa2T4ZU H2 {
  color: #000000;
}
.cid-rRa4xkNP5k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRa4xkNP5k .container {
  max-width: 1500px;
}
.cid-rRa4xkNP5k .row {
  background: #ffffff;
}
.cid-rRa4xkNP5k .img-col {
  padding: 0;
}
.cid-rRa4xkNP5k .title-col {
  padding: 4rem 8rem;
}
.cid-rRa4xkNP5k img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rRa4xkNP5k h2 {
  padding: 0;
  margin: 0;
}
.cid-rRa4xkNP5k .text-wrap {
  margin: auto;
}
.cid-rRa4xkNP5k .mbr-text {
  color: #000000;
}
@media (max-width: 1200px) {
  .cid-rRa4xkNP5k .row {
    margin: 2rem;
  }
  .cid-rRa4xkNP5k .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rRa4xkNP5k .row {
    margin: 0rem;
  }
  .cid-rRa4xkNP5k .title-col {
    padding: 2rem 1rem;
  }
}
.cid-rRa4xkNP5k H2 {
  color: #000000;
}
.cid-rRa4wW5WfJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRa4wW5WfJ .container {
  max-width: 1500px;
}
.cid-rRa4wW5WfJ .row {
  background: #ffffff;
}
.cid-rRa4wW5WfJ .img-col {
  padding: 0;
}
.cid-rRa4wW5WfJ .title-col {
  padding: 4rem 8rem;
}
.cid-rRa4wW5WfJ img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rRa4wW5WfJ h2 {
  padding: 0;
  margin: 0;
}
.cid-rRa4wW5WfJ .text-wrap {
  margin: auto;
}
.cid-rRa4wW5WfJ .mbr-text {
  color: #000000;
}
@media (max-width: 1200px) {
  .cid-rRa4wW5WfJ .row {
    margin: 2rem;
  }
  .cid-rRa4wW5WfJ .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rRa4wW5WfJ .row {
    margin: 0rem;
  }
  .cid-rRa4wW5WfJ .title-col {
    padding: 2rem 1rem;
  }
}
.cid-rRa4wW5WfJ H2 {
  color: #000000;
}
.cid-rSLXvZmxjg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSLXvZmxjg .container {
  max-width: 1500px;
}
.cid-rSLXvZmxjg .row {
  background: #ffffff;
}
.cid-rSLXvZmxjg .img-col {
  padding: 0;
}
.cid-rSLXvZmxjg .title-col {
  padding: 4rem 8rem;
}
.cid-rSLXvZmxjg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rSLXvZmxjg h2 {
  padding: 0;
  margin: 0;
}
.cid-rSLXvZmxjg .text-wrap {
  margin: auto;
}
.cid-rSLXvZmxjg .mbr-text {
  color: #000000;
}
@media (max-width: 1200px) {
  .cid-rSLXvZmxjg .row {
    margin: 2rem;
  }
  .cid-rSLXvZmxjg .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rSLXvZmxjg .row {
    margin: 0rem;
  }
  .cid-rSLXvZmxjg .title-col {
    padding: 2rem 1rem;
  }
}
.cid-rSLXvZmxjg H2 {
  color: #000000;
}
.cid-rRa4xFFaBV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rRa4xFFaBV .container {
  max-width: 1500px;
}
.cid-rRa4xFFaBV .row {
  background: #ffffff;
}
.cid-rRa4xFFaBV .img-col {
  padding: 0;
}
.cid-rRa4xFFaBV .title-col {
  padding: 4rem 8rem;
}
.cid-rRa4xFFaBV img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rRa4xFFaBV h2 {
  padding: 0;
  margin: 0;
}
.cid-rRa4xFFaBV .text-wrap {
  margin: auto;
}
.cid-rRa4xFFaBV .mbr-text {
  color: #000000;
}
@media (max-width: 1200px) {
  .cid-rRa4xFFaBV .row {
    margin: 2rem;
  }
  .cid-rRa4xFFaBV .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rRa4xFFaBV .row {
    margin: 0rem;
  }
  .cid-rRa4xFFaBV .title-col {
    padding: 2rem 1rem;
  }
}
.cid-rRa4xFFaBV H2 {
  color: #000000;
}
.cid-rRaapJlEGD {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRaapJlEGD img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rRaapJlEGD H1 {
  color: #000000;
  text-align: center;
}
.cid-rRaapJlEGD .mbr-text,
.cid-rRaapJlEGD .mbr-section-btn {
  color: #716c80;
}
.cid-rRaapJlEGD H3 {
  color: #716c80;
}
.cid-rRaapJlEGD .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rRaapJlEGD .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rRaapJlEGD .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rRaapJlEGD .link:hover {
  color: #006699 !important;
}
.cid-rRaapJlEGD .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-rRaapJlEGD DIV {
  color: #57468b;
}
.cid-rRaapJlEGD .mbr-text,
.cid-rRaapJlEGD .media-content {
  color: #000000;
  text-align: center;
}
.cid-rRa2HmJ8c0 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRa2HmJ8c0 .mbr-section-title {
  font-weight: bold;
  color: #232323;
  margin-bottom: 2.5rem;
}
.cid-rRa2HmJ8c0 .tab-header {
  color: #006699;
}
.cid-rRa2HmJ8c0 .mbr-section-subtitle {
  font-weight: 500;
  margin-bottom: 2rem;
}
.cid-rRa2HmJ8c0 .mbr-element-title {
  margin-bottom: 1rem;
}
.cid-rRa2HmJ8c0 .card-img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-rRa2HmJ8c0 .card-img span {
  font-size: 80px;
}
.cid-rRa2HmJ8c0 .nav {
  border: none;
  margin-bottom: 3rem;
}
.cid-rRa2HmJ8c0 .nav-tabs {
  margin-top: 1rem;
  margin-bottom: 2rem;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRa2HmJ8c0 .tabcont {
  z-index: 1;
  margin: 0;
}
.cid-rRa2HmJ8c0 .nav-item {
  margin-top: 1rem;
}
.cid-rRa2HmJ8c0 .tab-content-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
.cid-rRa2HmJ8c0 .tab-content {
  width: 100%;
}
.cid-rRa2HmJ8c0 .nav-tabs .nav-link {
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  padding: 1rem;
  margin: 0px -0.5px;
  transition: all .5s;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom: 1px solid #000000;
}
.cid-rRa2HmJ8c0 .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 1px solid #000000;
}
.cid-rRa2HmJ8c0 .nav-tabs .nav-link.active {
  border: 1px solid #000000;
  border-bottom: none;
  font-style: normal;
  background-color: transparent;
}
.cid-rRa2HmJ8c0 .mbr-element-title,
.cid-rRa2HmJ8c0 .card-img {
  text-align: center;
  color: #000000;
}
.cid-rRa2HmJ8c0 .mbr-section-text {
  color: #000000;
}
.cid-rRDw7ouESo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #006699;
}
.cid-rRDw7ouESo .text-content .btn-bgr {
  z-index: 0;
}
.cid-rRDw7ouESo .mbr-overlay {
  background: #d7e8f6;
}
.cid-rRDw7ouESo .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-rRDw7ouESo .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rRDw7ouESo .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-rRDw7ouESo .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-rRDw7ouESo .text-content {
    margin-bottom: 2rem;
  }
}
.cid-rRDtO2gk8A {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rRDtO2gk8A img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rRDtO2gk8A H1 {
  color: #000000;
  text-align: center;
}
.cid-rRDtO2gk8A .mbr-text,
.cid-rRDtO2gk8A .mbr-section-btn {
  color: #716c80;
}
.cid-rRDtO2gk8A H3 {
  color: #716c80;
}
.cid-rRDtO2gk8A .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rRDtO2gk8A .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rRDtO2gk8A .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rRDtO2gk8A .link:hover {
  color: #006699 !important;
}
.cid-rRDtO2gk8A .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-rRDtO2gk8A DIV {
  color: #57468b;
}
.cid-rRDtO2gk8A .mbr-text,
.cid-rRDtO2gk8A .media-content {
  color: #000000;
  text-align: center;
}
.cid-rRDsKYSzrw {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRDsKYSzrw .mbr-text {
  margin: 0;
}
.cid-rRDsKYSzrw .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-rRDsKYSzrw .row-element,
.cid-rRDsKYSzrw .image-element {
  padding: 0;
}
.cid-rRDsKYSzrw .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rRDsKYSzrw .image-element .img-wrap {
  width: 100% !important;
}
.cid-rRDsKYSzrw .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rRDsKYSzrw .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rRDsKYSzrw .carousel-item.active,
.cid-rRDsKYSzrw .carousel-item-next,
.cid-rRDsKYSzrw .carousel-item-prev {
  display: flex;
}
.cid-rRDsKYSzrw .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-rRDsKYSzrw .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #006699;
}
.cid-rRDsKYSzrw .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-rRDsKYSzrw .carousel-indicators li:hover {
  opacity: 1;
}
.cid-rRDsKYSzrw .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-rRDsKYSzrw .carousel-controls {
    display: block;
  }
  .cid-rRDsKYSzrw .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-rRDsKYSzrw .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-rRDsKYSzrw .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-rRDsKYSzrw .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-rRDsKYSzrw .text-element {
    padding: 1rem;
  }
  .cid-rRDsKYSzrw .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rRDsKYSzrw .image-element {
    min-width: 50%;
  }
  .cid-rRDsKYSzrw .media-container-row {
    width: 100%;
  }
}
.cid-rRDuWxNJfb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rRDuWxNJfb h4 {
  margin-bottom: 0;
}
.cid-rRDuWxNJfb .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(136, 166, 255, 0.35);
}
.cid-rRDuWxNJfb .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-rRDuWxNJfb .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rRDuWxNJfb .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-rRDuWxNJfb .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #006699 !important;
  box-shadow: none!important;
}
.cid-rRDuWxNJfb .btn[class*="-outline"]:active,
.cid-rRDuWxNJfb .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rRDuWxNJfb .card-box {
  padding-top: 2rem;
}
.cid-rRDuWxNJfb .card-wrapper {
  height: 100%;
}
.cid-rRDuWxNJfb .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rRDuWxNJfb img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rRDuWxNJfb .card-title {
  color: #000000;
}
.cid-rRDuWxNJfb .main-title {
  color: #232323;
}
.cid-rRDuWxNJfb .mbr-text,
.cid-rRDuWxNJfb .mbr-link-btn {
  color: #000000;
}
.cid-rRDykGXuiL {
  overflow: hidden !important;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #006699;
}
.cid-rRDykGXuiL .container-fluid {
  padding: 0 5rem;
}
.cid-rRDykGXuiL .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rRDykGXuiL .mbr-section-title {
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-rRDykGXuiL .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-rRDykGXuiL .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-rRDykGXuiL .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-rRDykGXuiL .container-fluid {
    padding: 0 1rem;
  }
  .cid-rRDykGXuiL .mbr-figure {
    margin-top: 1rem;
  }
  .cid-rRDykGXuiL .mbr-section-title {
    text-align: center !important;
  }
  .cid-rRDykGXuiL .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-rRDykGXuiL .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rRDykGXuiL .mbr-section-subtitle,
.cid-rRDykGXuiL .mbr-section-btn {
  color: #ffffff;
}
.cid-rRIxtX3aXK {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRIxtX3aXK img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rRIxtX3aXK H1 {
  color: #000000;
  text-align: center;
}
.cid-rRIxtX3aXK .mbr-text,
.cid-rRIxtX3aXK .mbr-section-btn {
  color: #716c80;
}
.cid-rRIxtX3aXK H3 {
  color: #716c80;
}
.cid-rRIxtX3aXK .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rRIxtX3aXK .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rRIxtX3aXK .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rRIxtX3aXK .link:hover {
  color: #006699 !important;
}
.cid-rRIxtX3aXK .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-rRIxtX3aXK DIV {
  color: #57468b;
}
.cid-rRIxtX3aXK .mbr-text,
.cid-rRIxtX3aXK .media-content {
  color: #000000;
}
.cid-rTCpBQAXHS {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #006699;
  position: relative;
  overflow: hidden;
}
.cid-rTCpBQAXHS .container {
  max-width: 1400px;
}
.cid-rTCpBQAXHS .card-img2 span {
  padding-top: 6px;
}
.cid-rTCpBQAXHS .soc-item a {
  padding-top: 5px;
}
.cid-rTCpBQAXHS .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rTCpBQAXHS .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-rTCpBQAXHS .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-rTCpBQAXHS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rTCpBQAXHS svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rTCpBQAXHS #e2_shape {
  fill: #ffffff !important;
}
.cid-rTCpBQAXHS .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rTCpBQAXHS .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rTCpBQAXHS .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rTCpBQAXHS .card-img {
  width: auto;
}
.cid-rTCpBQAXHS .soc-item {
  width: 45px;
  height: 45px;
  background: #006699;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rTCpBQAXHS .soc-item span {
  font-size: 1.4rem;
}
.cid-rTCpBQAXHS .soc-item:hover span {
  color: #006699 !important;
}
.cid-rTCpBQAXHS .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rTCpBQAXHS .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rTCpBQAXHS .media-wrap {
  margin-bottom: 1rem;
}
.cid-rTCpBQAXHS .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
@media (max-width: 576px) {
  .cid-rTCpBQAXHS .item {
    justify-content: center;
  }
  .cid-rTCpBQAXHS .quote::after {
    left: 60px;
  }
}
.cid-rTCpBQAXHS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rTCpBQAXHS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rTCpBQAXHS .text1 {
  color: #ffffff;
}
.cid-rTCpBQAXHS .item-title {
  color: #ffffff;
}
.cid-rTCpBQAXHS H5 {
  color: #ffffff;
}
.cid-rTCpBQAXHS .theme {
  color: #ffffff;
}
.cid-rTCpBQAXHS .copyright > p {
  color: #ff3366;
}
.cid-rTCpBQAXHS .text2 {
  color: #ffffff;
}
.cid-sunLm8Fkmw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #006699;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sunLm8Fkmw .nav-item,
.cid-sunLm8Fkmw .nav-link,
.cid-sunLm8Fkmw .navbar-caption {
  font-weight: normal;
}
.cid-sunLm8Fkmw .nav-item:focus,
.cid-sunLm8Fkmw .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sunLm8Fkmw .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sunLm8Fkmw .nav-item .nav-link {
    position: relative;
  }
  .cid-sunLm8Fkmw .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #006699;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sunLm8Fkmw .nav-item:hover .nav-link:before,
  .cid-sunLm8Fkmw .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sunLm8Fkmw .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sunLm8Fkmw .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sunLm8Fkmw .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sunLm8Fkmw .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sunLm8Fkmw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sunLm8Fkmw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sunLm8Fkmw .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-sunLm8Fkmw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sunLm8Fkmw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sunLm8Fkmw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sunLm8Fkmw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sunLm8Fkmw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sunLm8Fkmw .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sunLm8Fkmw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sunLm8Fkmw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sunLm8Fkmw .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-sunLm8Fkmw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sunLm8Fkmw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sunLm8Fkmw .dropdown-item.active,
.cid-sunLm8Fkmw .dropdown-item:active {
  background-color: transparent;
}
.cid-sunLm8Fkmw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sunLm8Fkmw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sunLm8Fkmw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sunLm8Fkmw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sunLm8Fkmw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sunLm8Fkmw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sunLm8Fkmw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sunLm8Fkmw .navbar-buttons {
  text-align: center;
}
.cid-sunLm8Fkmw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sunLm8Fkmw .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sunLm8Fkmw a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sunLm8Fkmw .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5580ff;
  display: inline-flex;
}
.cid-sunLm8Fkmw .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sunLm8Fkmw .soc-item {
  margin: .5rem .3rem;
}
.cid-sunLm8Fkmw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sunLm8Fkmw a.nav-link .mbr-iconfont-btn,
.cid-sunLm8Fkmw a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sunLm8Fkmw a.nav-link:hover .mbr-iconfont-btn,
.cid-sunLm8Fkmw a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sunLm8Fkmw a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sunLm8Fkmw .navbar {
    height: 77px;
  }
  .cid-sunLm8Fkmw .navbar.opened {
    height: auto;
  }
  .cid-sunLm8Fkmw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rQMtF6kDag {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background-tecnologia02-1896x947.png");
}
.cid-rQMtF6kDag .mbr-section-title,
.cid-rQMtF6kDag .mbr-section-subtitle {
  color: #000000;
}
.cid-rQMtF6kDag .mbr-section-text {
  color: #232323;
}
.cid-rQMtF6kDag .mbr-text,
.cid-rQMtF6kDag .typed-text,
.cid-rQMtF6kDag .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rQMtF6kDag .btn {
  margin-left: 4px !important;
}
.cid-rQMtF6kDag .animated-element {
  color: #000000;
}
.cid-rQMtF6kDag .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #000000;
}
.cid-rQMtF6kDag .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rQMtF6kDag .typed-text,
  .cid-rQMtF6kDag .mbr-section-subtitle,
  .cid-rQMtF6kDag .mbr-section-text,
  .cid-rQMtF6kDag .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rQMtF6kDag .mbr-section-subtitle,
.cid-rQMtF6kDag .typed-text {
  color: #000000;
}
.cid-rQMtF6kDag .mbr-section-text,
.cid-rQMtF6kDag .mbr-section-btn {
  color: #000000;
}
.cid-rQMtF6kDag .mbr-figure img {
  display: none;
}
.cid-rQMtYkJnSL {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rQMtYkJnSL H1 {
  color: #000000;
}
.cid-rQMtYkJnSL .mbr-text,
.cid-rQMtYkJnSL .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-rQMtYkJnSL img {
  width: 90%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-rQMtYkJnSL img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rQMtYkJnSL H3 {
  color: #716c80;
}
.cid-rQMtRXBHdZ {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rQMtRXBHdZ .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-rQMtRXBHdZ h4 {
  text-align: center;
}
.cid-rQMtRXBHdZ p {
  text-align: center;
}
.cid-rQMtRXBHdZ .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rQMtRXBHdZ .mbr-iconfont {
  transition: all 0.3s;
  color: #006699 !important;
  font-size: 6rem !important;
}
.cid-rQMtRXBHdZ .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-rQMtRXBHdZ .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rQMtRXBHdZ .card:hover .mbr-iconfont {
  color: #006699 !important;
}
.cid-rQMtRXBHdZ .card-title,
.cid-rQMtRXBHdZ .card-img {
  color: #000000;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-rQMtRXBHdZ .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-rQMtRXBHdZ .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-rQMtXDSmXl {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rQMtXDSmXl H1 {
  color: #000000;
}
.cid-rQMtXDSmXl .mbr-text,
.cid-rQMtXDSmXl .mbr-section-btn {
  color: #000000;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-rQMtXDSmXl img {
  width: 90%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-rQMtXDSmXl img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rQMtXDSmXl H3 {
  color: #716c80;
}
.cid-rQMvlMOYhO {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQMvlMOYhO img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQMvlMOYhO H1 {
  color: #000000;
  text-align: center;
}
.cid-rQMvlMOYhO .mbr-text,
.cid-rQMvlMOYhO .mbr-section-btn {
  color: #716c80;
}
.cid-rQMvlMOYhO H3 {
  color: #716c80;
}
.cid-rQMvlMOYhO .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQMvlMOYhO .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQMvlMOYhO .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQMvlMOYhO .link:hover {
  color: #006699 !important;
}
.cid-rQMvlMOYhO .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-rQMvlMOYhO DIV {
  color: #57468b;
}
.cid-rQMvlMOYhO .mbr-text,
.cid-rQMvlMOYhO .media-content {
  color: #000000;
}
.cid-rQMvmgQMJR {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rQMvmgQMJR .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
}
.cid-rQMvmgQMJR .section-content-title {
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.03em;
}
.cid-rQMvmgQMJR .section-content-text {
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-rQMvmgQMJR .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-rQMvmgQMJR .progress {
  width: 100%;
  height: 25px;
}
.cid-rQMvmgQMJR .progress-bar {
  height: 25px;
  background-color: #006699;
}
.cid-rQMvmgQMJR .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rQMvmgQMJR .progressbar-number {
  display: inline-block;
}
.cid-rQMvmgQMJR .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rQMvmgQMJR .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rQMvmgQMJR .progress_value {
  position: relative;
}
.cid-rQMvmgQMJR progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rQMvmgQMJR progress::-webkit-progress-value {
  background: #006699;
}
.cid-rQMvmgQMJR progress[value]::-moz-progress-bar {
  background: #006699;
}
.cid-rQMvmgQMJR progress::-ms-fill {
  background: #006699;
}
.cid-rQMvmgQMJR .progress1 .progressbar-number:before {
  content: '100';
}
.cid-rQMvmgQMJR .progress2 .progressbar-number:before {
  content: '100';
}
.cid-rQMvmgQMJR .progress3 .progressbar-number:before {
  content: '41';
}
.cid-rQMvmgQMJR .progress4 .progressbar-number:before {
  content: '28';
}
.cid-rQMvmgQMJR .progress5 .progressbar-number:before {
  content: '10';
}
.cid-rQMvmgQMJR .progress-bar-1 {
  width: 100%;
}
.cid-rQMvmgQMJR .progress-bar-2 {
  width: 100%;
}
.cid-rQMvmgQMJR .progress-bar-3 {
  width: 41%;
}
.cid-rQMvmgQMJR .progress-bar-4 {
  width: 28%;
}
.cid-rQMvmgQMJR .progress-bar-5 {
  width: 10%;
}
.cid-rQMvmgQMJR .progressbar-title p,
.cid-rQMvmgQMJR .progress_value {
  color: #000000;
}
.cid-rQMvmLyYta {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rQMvmLyYta H1 {
  color: #57468b;
}
.cid-rQMvmLyYta .mbr-text,
.cid-rQMvmLyYta .mbr-section-btn {
  color: #716c80;
}
.cid-rQMvmLyYta H3 {
  color: #716c80;
}
.cid-rQMwyrzWag {
  padding-top: 120px;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-rQMwyrzWag .container {
  margin-bottom: 15%;
}
.cid-rQMwyrzWag .content-container .btn-bgr {
  z-index: 0;
}
.cid-rQMwyrzWag .container-boxes {
  padding-bottom: 90px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-rQMwyrzWag .icon-block-top span {
  background-color: #006699;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-rQMwyrzWag .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-rQMwyrzWag .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-rQMwyrzWag .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-rQMwyrzWag .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-rQMwyrzWag .box-item-text,
.cid-rQMwyrzWag .mbr-section-btn {
  color: #000000;
}
.cid-rQMwyrzWag .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rQMwyrzWag .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rQMwyrzWag .box-list li:last-child {
  border-bottom: none;
}
.cid-rQMwyrzWag .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rQMwyrzWag .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-rQMwyrzWag .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-rQMwyrzWag .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rQMwyrzWag .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-rQMwyrzWag .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-rQMwyrzWag .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rQMwyrzWag .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rQMwyrzWag .mbr-text {
  color: #ffffff;
}
.cid-rQMwyrzWag H1 {
  color: #ffffff;
}
.cid-rQMyCyCmtX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #006699;
}
.cid-rQMyCyCmtX img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQMyCyCmtX H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rQMyCyCmtX .mbr-text,
.cid-rQMyCyCmtX .mbr-section-btn {
  color: #716c80;
}
.cid-rQMyCyCmtX H3 {
  color: #716c80;
}
.cid-rQMyCyCmtX .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQMyCyCmtX .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQMyCyCmtX .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQMyCyCmtX .link:hover {
  color: #006699 !important;
}
.cid-rQMyCyCmtX .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-rQMyCyCmtX DIV {
  color: #57468b;
}
.cid-rQMyD1ma78 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rQMyD1ma78 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQMyD1ma78 H1 {
  color: #57468b;
}
.cid-rQMyD1ma78 .mbr-text,
.cid-rQMyD1ma78 .mbr-section-btn {
  color: #716c80;
}
.cid-rQMyD1ma78 H3 {
  color: #716c80;
}
.cid-rQMyD1ma78 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQMyD1ma78 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQMyD1ma78 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQMyD1ma78 .link:hover {
  color: #006699 !important;
}
.cid-rQMyD1ma78 .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-rQMyD1ma78 DIV {
  color: #57468b;
}
.cid-rQMyD1ma78 .mbr-text,
.cid-rQMyD1ma78 .media-content {
  color: #000000;
}
.cid-rQMyEd1cur {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #006699;
}
.cid-rQMyEd1cur img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQMyEd1cur H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rQMyEd1cur .mbr-text,
.cid-rQMyEd1cur .mbr-section-btn {
  color: #716c80;
}
.cid-rQMyEd1cur H3 {
  color: #716c80;
}
.cid-rQMyEd1cur .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQMyEd1cur .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQMyEd1cur .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQMyEd1cur .link:hover {
  color: #006699 !important;
}
.cid-rQMyEd1cur .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-rQMyEd1cur DIV {
  color: #57468b;
}
.cid-rQMzxtbrL9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rQMzxtbrL9 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQMzxtbrL9 H1 {
  color: #57468b;
}
.cid-rQMzxtbrL9 .mbr-text,
.cid-rQMzxtbrL9 .mbr-section-btn {
  color: #716c80;
}
.cid-rQMzxtbrL9 H3 {
  color: #716c80;
}
.cid-rQMzxtbrL9 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQMzxtbrL9 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQMzxtbrL9 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQMzxtbrL9 .link:hover {
  color: #006699 !important;
}
.cid-rQMzxtbrL9 .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-rQMzxtbrL9 DIV {
  color: #57468b;
}
.cid-rQMzxtbrL9 .mbr-text,
.cid-rQMzxtbrL9 .media-content {
  color: #000000;
}
.cid-rQMBiICd9W {
  background-image: url("../../../assets/images/plataforma-e-commerce-datacenter-eua-brasil-mapa-1920-bc-1400x700.jpg");
}
.cid-rQMBiICd9W .container {
  height: 35rem;
}
.cid-rQMzygSDHJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #006699;
}
.cid-rQMzygSDHJ img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQMzygSDHJ H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rQMzygSDHJ .mbr-text,
.cid-rQMzygSDHJ .mbr-section-btn {
  color: #716c80;
}
.cid-rQMzygSDHJ H3 {
  color: #716c80;
}
.cid-rQMzygSDHJ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQMzygSDHJ .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQMzygSDHJ .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQMzygSDHJ .link:hover {
  color: #006699 !important;
}
.cid-rQMzygSDHJ .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-rQMzygSDHJ DIV {
  color: #57468b;
}
.cid-rQMzyyWQXS {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rQMzyyWQXS img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQMzyyWQXS H1 {
  color: #57468b;
}
.cid-rQMzyyWQXS .mbr-text,
.cid-rQMzyyWQXS .mbr-section-btn {
  color: #716c80;
}
.cid-rQMzyyWQXS H3 {
  color: #716c80;
}
.cid-rQMzyyWQXS .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQMzyyWQXS .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQMzyyWQXS .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQMzyyWQXS .link:hover {
  color: #006699 !important;
}
.cid-rQMzyyWQXS .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-rQMzyyWQXS DIV {
  color: #57468b;
}
.cid-rQMzyyWQXS .mbr-text,
.cid-rQMzyyWQXS .media-content {
  color: #000000;
}
.cid-rQMCmfiWSp {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rQMCmfiWSp h5,
.cid-rQMCmfiWSp h4,
.cid-rQMCmfiWSp p {
  margin-bottom: 0;
}
.cid-rQMCmfiWSp p {
  color: #767676;
}
.cid-rQMCmfiWSp .card-img {
  padding: 0;
}
.cid-rQMCmfiWSp .card-wrapper {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-rQMCmfiWSp .card-box {
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-rQMCmfiWSp .card-box {
    padding: 2rem 0 0;
  }
  .cid-rQMCmfiWSp .card-wrapper {
    display: block !important;
  }
}
.cid-rQMCmfiWSp .card-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.cid-rQMCmfiWSp .card-title,
.cid-rQMCmfiWSp .main-title {
  color: #57468b;
}
.cid-rQMCmfiWSp .card-title {
  color: #000000;
}
.cid-rQMCmfiWSp .mbr-text,
.cid-rQMCmfiWSp .mbr-section-btn {
  color: #000000;
}
.cid-rQMD4PEWIG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQMD4PEWIG H1 {
  color: #000000;
}
.cid-rQMD4PEWIG .mbr-text,
.cid-rQMD4PEWIG .mbr-section-btn {
  color: #000000;
}
.cid-rQMD4PEWIG H3 {
  color: #716c80;
}
.cid-rQMD5gdzKv {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rQMD5gdzKv h4 {
  display: flex;
  color: #232323;
}
.cid-rQMD5gdzKv .panel-text {
  color: #000000;
  line-height: 1.7;
}
.cid-rQMD5gdzKv .wrap {
  display: flex;
}
.cid-rQMD5gdzKv .icon {
  background: #149dcc;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-rQMD5gdzKv img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-rQMD5gdzKv .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-rQMD5gdzKv p {
  margin: 0;
}
.cid-rQMD5gdzKv .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px!important;
}
.cid-rQMD5gdzKv .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-rQMD5gdzKv .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rQMD5gdzKv .panel-group {
  width: 100%;
}
.cid-rQMD5gdzKv .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-rQMD5gdzKv .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rQMD5gdzKv .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rQMD5gdzKv .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-rQMD5gdzKv .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rQMD5gdzKv .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-rQMD5gdzKv .card .panel-body {
  background: #ffffff;
}
.cid-rQMD5gdzKv .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rQMD5gdzKv .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rQMD5gdzKv .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-rQMD5gdzKv .header-text,
.cid-rQMD5gdzKv .sign {
  color: #000000;
}
.cid-rXFf5ZfIgE {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #006699;
  position: relative;
  overflow: hidden;
}
.cid-rXFf5ZfIgE .container {
  max-width: 1400px;
}
.cid-rXFf5ZfIgE .card-img2 span {
  padding-top: 6px;
}
.cid-rXFf5ZfIgE .soc-item a {
  padding-top: 5px;
}
.cid-rXFf5ZfIgE .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rXFf5ZfIgE .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-rXFf5ZfIgE .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-rXFf5ZfIgE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rXFf5ZfIgE svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rXFf5ZfIgE #e2_shape {
  fill: #ffffff !important;
}
.cid-rXFf5ZfIgE .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rXFf5ZfIgE .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rXFf5ZfIgE .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rXFf5ZfIgE .card-img {
  width: auto;
}
.cid-rXFf5ZfIgE .soc-item {
  width: 45px;
  height: 45px;
  background: #006699;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rXFf5ZfIgE .soc-item span {
  font-size: 1.4rem;
}
.cid-rXFf5ZfIgE .soc-item:hover span {
  color: #006699 !important;
}
.cid-rXFf5ZfIgE .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rXFf5ZfIgE .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rXFf5ZfIgE .media-wrap {
  margin-bottom: 1rem;
}
.cid-rXFf5ZfIgE .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
@media (max-width: 576px) {
  .cid-rXFf5ZfIgE .item {
    justify-content: center;
  }
  .cid-rXFf5ZfIgE .quote::after {
    left: 60px;
  }
}
.cid-rXFf5ZfIgE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rXFf5ZfIgE .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rXFf5ZfIgE .text1 {
  color: #ffffff;
}
.cid-rXFf5ZfIgE .item-title {
  color: #ffffff;
}
.cid-rXFf5ZfIgE H5 {
  color: #ffffff;
}
.cid-rXFf5ZfIgE .theme {
  color: #ffffff;
}
.cid-rXFf5ZfIgE .copyright > p {
  color: #ff3366;
}
.cid-rXFf5ZfIgE .text2 {
  color: #ffffff;
}
.cid-sunLm8Fkmw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #006699;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sunLm8Fkmw .nav-item,
.cid-sunLm8Fkmw .nav-link,
.cid-sunLm8Fkmw .navbar-caption {
  font-weight: normal;
}
.cid-sunLm8Fkmw .nav-item:focus,
.cid-sunLm8Fkmw .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sunLm8Fkmw .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sunLm8Fkmw .nav-item .nav-link {
    position: relative;
  }
  .cid-sunLm8Fkmw .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #006699;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sunLm8Fkmw .nav-item:hover .nav-link:before,
  .cid-sunLm8Fkmw .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sunLm8Fkmw .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sunLm8Fkmw .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sunLm8Fkmw .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sunLm8Fkmw .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sunLm8Fkmw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sunLm8Fkmw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sunLm8Fkmw .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-sunLm8Fkmw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sunLm8Fkmw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sunLm8Fkmw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sunLm8Fkmw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sunLm8Fkmw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sunLm8Fkmw .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sunLm8Fkmw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sunLm8Fkmw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sunLm8Fkmw .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-sunLm8Fkmw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sunLm8Fkmw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sunLm8Fkmw .dropdown-item.active,
.cid-sunLm8Fkmw .dropdown-item:active {
  background-color: transparent;
}
.cid-sunLm8Fkmw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sunLm8Fkmw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sunLm8Fkmw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sunLm8Fkmw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sunLm8Fkmw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sunLm8Fkmw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sunLm8Fkmw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sunLm8Fkmw .navbar-buttons {
  text-align: center;
}
.cid-sunLm8Fkmw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sunLm8Fkmw .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sunLm8Fkmw a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sunLm8Fkmw .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5580ff;
  display: inline-flex;
}
.cid-sunLm8Fkmw .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sunLm8Fkmw .soc-item {
  margin: .5rem .3rem;
}
.cid-sunLm8Fkmw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sunLm8Fkmw a.nav-link .mbr-iconfont-btn,
.cid-sunLm8Fkmw a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sunLm8Fkmw a.nav-link:hover .mbr-iconfont-btn,
.cid-sunLm8Fkmw a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sunLm8Fkmw a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sunLm8Fkmw .navbar {
    height: 77px;
  }
  .cid-sunLm8Fkmw .navbar.opened {
    height: auto;
  }
  .cid-sunLm8Fkmw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rXFKaeOOo5 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #006699;
}
.cid-rXFKaeOOo5 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rXFKaeOOo5 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rXFKaeOOo5 .mbr-text,
.cid-rXFKaeOOo5 .mbr-section-btn {
  color: #716c80;
}
.cid-rXFKaeOOo5 H3 {
  color: #716c80;
}
.cid-rXFKaeOOo5 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rXFKaeOOo5 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rXFKaeOOo5 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rXFKaeOOo5 .link:hover {
  color: #006699 !important;
}
.cid-rXFKaeOOo5 .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-rXFKaeOOo5 DIV {
  color: #57468b;
}
.cid-rXFKaeOOo5 .mbr-text,
.cid-rXFKaeOOo5 .media-content {
  color: #ffffff;
}
.cid-rXFKaK8iXb {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rXFKaK8iXb img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rXFKaK8iXb H1 {
  color: #000000;
  text-align: center;
}
.cid-rXFKaK8iXb .mbr-text,
.cid-rXFKaK8iXb .mbr-section-btn {
  color: #716c80;
}
.cid-rXFKaK8iXb H3 {
  color: #716c80;
}
.cid-rXFKaK8iXb .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rXFKaK8iXb .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rXFKaK8iXb .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rXFKaK8iXb .link:hover {
  color: #006699 !important;
}
.cid-rXFKaK8iXb .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-rXFKaK8iXb DIV {
  color: #57468b;
}
.cid-rXFKaK8iXb .mbr-text,
.cid-rXFKaK8iXb .media-content {
  color: #000000;
}
.cid-rXFKbbEGLX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rXFKbbEGLX .card .card-img {
  overflow: hidden;
}
.cid-rXFKbbEGLX .card .card-img img {
  transition: all .5s;
}
.cid-rXFKbbEGLX .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-rXFKbbEGLX .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-rXFKbbEGLX .card {
  height: 100%;
}
.cid-rXFKbbEGLX .card .card-wrapper {
  height: 100%;
}
.cid-rXFKbbEGLX .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-rXFKbbEGLX .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-rXFKbbEGLX .card .card-box .card-title {
  margin: 0;
}
.cid-rXFKbbEGLX .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXFKbbEGLX .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-rXFKbbEGLX .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-rXFKbbEGLX .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-rXFKbbEGLX .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXFKbbEGLX .card .card-footer .icons-list {
  margin: 0;
}
.cid-rXFKbbEGLX .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-rXFKbbEGLX .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-rXFKbbEGLX .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-rXFKbbEGLX .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-rXFKbbEGLX .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}
.cid-rXFKbbEGLX .card-footer {
  border-top: 1px solid #efefef;
}
@media (max-width: 767px) {
  .cid-rXFKbbEGLX .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-rXFKbbEGLX .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-rXFKcTrHRW {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #006699;
  position: relative;
  overflow: hidden;
}
.cid-rXFKcTrHRW .container {
  max-width: 1400px;
}
.cid-rXFKcTrHRW .card-img2 span {
  padding-top: 6px;
}
.cid-rXFKcTrHRW .soc-item a {
  padding-top: 5px;
}
.cid-rXFKcTrHRW .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rXFKcTrHRW .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-rXFKcTrHRW .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-rXFKcTrHRW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rXFKcTrHRW svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rXFKcTrHRW #e2_shape {
  fill: #ffffff !important;
}
.cid-rXFKcTrHRW .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rXFKcTrHRW .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rXFKcTrHRW .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rXFKcTrHRW .card-img {
  width: auto;
}
.cid-rXFKcTrHRW .soc-item {
  width: 45px;
  height: 45px;
  background: #006699;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rXFKcTrHRW .soc-item span {
  font-size: 1.4rem;
}
.cid-rXFKcTrHRW .soc-item:hover span {
  color: #006699 !important;
}
.cid-rXFKcTrHRW .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rXFKcTrHRW .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rXFKcTrHRW .media-wrap {
  margin-bottom: 1rem;
}
.cid-rXFKcTrHRW .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
@media (max-width: 576px) {
  .cid-rXFKcTrHRW .item {
    justify-content: center;
  }
  .cid-rXFKcTrHRW .quote::after {
    left: 60px;
  }
}
.cid-rXFKcTrHRW .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rXFKcTrHRW .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rXFKcTrHRW .text1 {
  color: #ffffff;
}
.cid-rXFKcTrHRW .item-title {
  color: #ffffff;
}
.cid-rXFKcTrHRW H5 {
  color: #ffffff;
}
.cid-rXFKcTrHRW .theme {
  color: #ffffff;
}
.cid-rXFKcTrHRW .copyright > p {
  color: #ff3366;
}
.cid-rXFKcTrHRW .text2 {
  color: #ffffff;
}
.cid-sunLm8Fkmw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #006699;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sunLm8Fkmw .nav-item,
.cid-sunLm8Fkmw .nav-link,
.cid-sunLm8Fkmw .navbar-caption {
  font-weight: normal;
}
.cid-sunLm8Fkmw .nav-item:focus,
.cid-sunLm8Fkmw .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sunLm8Fkmw .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sunLm8Fkmw .nav-item .nav-link {
    position: relative;
  }
  .cid-sunLm8Fkmw .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #006699;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sunLm8Fkmw .nav-item:hover .nav-link:before,
  .cid-sunLm8Fkmw .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sunLm8Fkmw .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sunLm8Fkmw .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sunLm8Fkmw .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sunLm8Fkmw .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sunLm8Fkmw .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sunLm8Fkmw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sunLm8Fkmw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sunLm8Fkmw .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-sunLm8Fkmw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sunLm8Fkmw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sunLm8Fkmw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sunLm8Fkmw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sunLm8Fkmw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sunLm8Fkmw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sunLm8Fkmw .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sunLm8Fkmw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sunLm8Fkmw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sunLm8Fkmw .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-sunLm8Fkmw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sunLm8Fkmw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sunLm8Fkmw .dropdown-item.active,
.cid-sunLm8Fkmw .dropdown-item:active {
  background-color: transparent;
}
.cid-sunLm8Fkmw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sunLm8Fkmw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sunLm8Fkmw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sunLm8Fkmw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sunLm8Fkmw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sunLm8Fkmw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sunLm8Fkmw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sunLm8Fkmw .navbar-buttons {
  text-align: center;
}
.cid-sunLm8Fkmw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sunLm8Fkmw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sunLm8Fkmw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sunLm8Fkmw .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sunLm8Fkmw a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sunLm8Fkmw .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5580ff;
  display: inline-flex;
}
.cid-sunLm8Fkmw .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sunLm8Fkmw .soc-item {
  margin: .5rem .3rem;
}
.cid-sunLm8Fkmw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sunLm8Fkmw a.nav-link .mbr-iconfont-btn,
.cid-sunLm8Fkmw a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sunLm8Fkmw a.nav-link:hover .mbr-iconfont-btn,
.cid-sunLm8Fkmw a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sunLm8Fkmw a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sunLm8Fkmw .navbar {
    height: 77px;
  }
  .cid-sunLm8Fkmw .navbar.opened {
    height: auto;
  }
  .cid-sunLm8Fkmw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sunLt2Xdtf .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sunLt2Xdtf .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sunLt2Xdtf .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sunLt2Xdtf .navbar .dropdown-item {
  transition: all 0.3s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-sunLt2Xdtf .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sunLt2Xdtf .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sunLt2Xdtf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sunLt2Xdtf .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sunLt2Xdtf .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #006699;
}
.cid-sunLt2Xdtf .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sunLt2Xdtf .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sunLt2Xdtf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sunLt2Xdtf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sunLt2Xdtf .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sunLt2Xdtf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sunLt2Xdtf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sunLt2Xdtf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sunLt2Xdtf .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  padding: 0.667em 1.667em;
}
.cid-sunLt2Xdtf .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sunLt2Xdtf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sunLt2Xdtf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
}
.cid-sunLt2Xdtf .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sunLt2Xdtf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sunLt2Xdtf .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sunLt2Xdtf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sunLt2Xdtf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sunLt2Xdtf .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sunLt2Xdtf .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    padding: 0.667em 1.667em;
  }
  .cid-sunLt2Xdtf .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sunLt2Xdtf .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sunLt2Xdtf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sunLt2Xdtf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-sunLt2Xdtf .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sunLt2Xdtf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sunLt2Xdtf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sunLt2Xdtf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sunLt2Xdtf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sunLt2Xdtf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sunLt2Xdtf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sunLt2Xdtf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sunLt2Xdtf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sunLt2Xdtf .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sunLt2Xdtf .dropdown-item.active,
.cid-sunLt2Xdtf .dropdown-item:active {
  background-color: transparent;
}
.cid-sunLt2Xdtf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sunLt2Xdtf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sunLt2Xdtf .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sunLt2Xdtf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sunLt2Xdtf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sunLt2Xdtf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sunLt2Xdtf ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sunLt2Xdtf .navbar-buttons {
  text-align: center;
}
.cid-sunLt2Xdtf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sunLt2Xdtf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sunLt2Xdtf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sunLt2Xdtf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sunLt2Xdtf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sunLt2Xdtf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sunLt2Xdtf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sunLt2Xdtf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sunLt2Xdtf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sunLt2Xdtf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sunLt2Xdtf .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sunLt2Xdtf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sunLt2Xdtf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sunLt2Xdtf .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  padding: 1.667em 1.667em;
}
.cid-sunLt2Xdtf .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sunLt2Xdtf .nav-link:hover,
.cid-sunLt2Xdtf .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sunJw6faTU {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sunJw6faTU img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sunJw6faTU H1 {
  color: #232323;
  text-align: center;
}
.cid-sunJw6faTU .mbr-text,
.cid-sunJw6faTU .mbr-section-btn {
  color: #716c80;
}
.cid-sunJw6faTU H3 {
  color: #716c80;
  text-align: center;
}
.cid-sunJw6faTU .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sunJw6faTU .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sunJw6faTU .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sunJw6faTU .link:hover {
  color: #006699 !important;
}
.cid-sunJw6faTU .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-sunJw6faTU DIV {
  color: #57468b;
}
.cid-sunJw6faTU .mbr-text,
.cid-sunJw6faTU .media-content {
  color: #716c80;
}
.cid-sunMArnSY0 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sunMArnSY0 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sunMArnSY0 H1 {
  color: #232323;
}
.cid-sunMArnSY0 .mbr-text,
.cid-sunMArnSY0 .mbr-section-btn {
  color: #716c80;
}
.cid-sunMArnSY0 H3 {
  color: #716c80;
}
.cid-sunMArnSY0 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sunMArnSY0 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sunMArnSY0 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sunMArnSY0 .link:hover {
  color: #006699 !important;
}
.cid-sunMArnSY0 .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-sunMArnSY0 DIV {
  color: #57468b;
}
.cid-sunMArnSY0 .mbr-text,
.cid-sunMArnSY0 .media-content {
  color: #716c80;
}
.cid-sunMVsg9AO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sunMVsg9AO .mbr-text {
  color: #716c80;
}
.cid-sunMVsg9AO .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-sunMVsg9AO .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-sunNA9Bvdp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sunNA9Bvdp img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sunNA9Bvdp H1 {
  color: #57468b;
}
.cid-sunNA9Bvdp .mbr-text,
.cid-sunNA9Bvdp .mbr-section-btn {
  color: #716c80;
}
.cid-sunNA9Bvdp H3 {
  color: #716c80;
}
.cid-sunNA9Bvdp .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sunNA9Bvdp .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sunNA9Bvdp .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sunNA9Bvdp .link:hover {
  color: #006699 !important;
}
.cid-sunNA9Bvdp .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-sunNA9Bvdp DIV {
  color: #57468b;
}
.cid-sunNA9Bvdp .mbr-text,
.cid-sunNA9Bvdp .media-content {
  color: #716c80;
}
.cid-sunNKzBt5Z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sunNKzBt5Z .mbr-text {
  color: #716c80;
}
.cid-sunNKzBt5Z .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-sunNKzBt5Z .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-sunNSHRDI4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sunNSHRDI4 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sunNSHRDI4 H1 {
  color: #57468b;
}
.cid-sunNSHRDI4 .mbr-text,
.cid-sunNSHRDI4 .mbr-section-btn {
  color: #716c80;
}
.cid-sunNSHRDI4 H3 {
  color: #716c80;
}
.cid-sunNSHRDI4 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sunNSHRDI4 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sunNSHRDI4 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sunNSHRDI4 .link:hover {
  color: #006699 !important;
}
.cid-sunNSHRDI4 .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-sunNSHRDI4 DIV {
  color: #57468b;
}
.cid-sunNSHRDI4 .mbr-text,
.cid-sunNSHRDI4 .media-content {
  color: #716c80;
}
.cid-sunNVGzqS1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sunNVGzqS1 .mbr-text {
  color: #716c80;
}
.cid-sunNVGzqS1 .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-sunNVGzqS1 .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-sunO8xSxst {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sunO8xSxst img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sunO8xSxst H1 {
  color: #232323;
}
.cid-sunO8xSxst .mbr-text,
.cid-sunO8xSxst .mbr-section-btn {
  color: #716c80;
}
.cid-sunO8xSxst H3 {
  color: #716c80;
}
.cid-sunO8xSxst .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sunO8xSxst .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sunO8xSxst .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sunO8xSxst .link:hover {
  color: #006699 !important;
}
.cid-sunO8xSxst .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-sunO8xSxst DIV {
  color: #57468b;
}
.cid-sunO8xSxst .mbr-text,
.cid-sunO8xSxst .media-content {
  color: #716c80;
}
.cid-sunOmUQFnp {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sunOmUQFnp img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sunOmUQFnp H1 {
  color: #232323;
}
.cid-sunOmUQFnp .mbr-text,
.cid-sunOmUQFnp .mbr-section-btn {
  color: #716c80;
}
.cid-sunOmUQFnp H3 {
  color: #716c80;
}
.cid-sunOmUQFnp .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sunOmUQFnp .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sunOmUQFnp .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sunOmUQFnp .link:hover {
  color: #006699 !important;
}
.cid-sunOmUQFnp .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-sunOmUQFnp DIV {
  color: #57468b;
}
.cid-sunOmUQFnp .mbr-text,
.cid-sunOmUQFnp .media-content {
  color: #716c80;
}
.cid-sunP9kw1sT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sunP9kw1sT .mbr-section-subtitle {
  color: #767676;
}
.cid-sunP9kw1sT .container-table {
  margin: 0 auto;
}
.cid-sunP9kw1sT .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sunP9kw1sT .dataTables_wrapper {
  display: block;
}
.cid-sunP9kw1sT .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sunP9kw1sT .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sunP9kw1sT table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #006699;
  margin-bottom: 0;
}
.cid-sunP9kw1sT table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #006699;
  transition: all .2s;
}
.cid-sunP9kw1sT table th:hover {
  background: #006699;
  color: #ffffff;
}
.cid-sunP9kw1sT table td {
  border: 1px solid #006699;
}
.cid-sunP9kw1sT .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sunP9kw1sT .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sunP9kw1sT .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sunP9kw1sT .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sunP9kw1sT .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sunP9kw1sT .dataTables_filter {
    text-align: center;
  }
  .cid-sunP9kw1sT .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sunP9kw1sT .head-item {
  color: #232323;
  text-align: center;
}
.cid-sunP9kw1sT .body-item {
  color: #716c80;
  text-align: left;
}
.cid-sunP9kw1sT .mbr-section-title {
  color: #57468b;
}
.cid-sunP9kw1sT .head-item1 {
  color: #232323;
}
.cid-sunP9kw1sT .body-item1 {
  color: #716c80;
}
.cid-sunP9kw1sT .table.dataTable thead .sorting:before {
  display: none;
}
.cid-sunP9kw1sT .table.dataTable thead .sorting:after {
  display: none;
}
.cid-sunUQEQmbM {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sunUQEQmbM img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sunUQEQmbM H1 {
  color: #232323;
}
.cid-sunUQEQmbM .mbr-text,
.cid-sunUQEQmbM .mbr-section-btn {
  color: #716c80;
}
.cid-sunUQEQmbM H3 {
  color: #716c80;
}
.cid-sunUQEQmbM .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sunUQEQmbM .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sunUQEQmbM .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sunUQEQmbM .link:hover {
  color: #006699 !important;
}
.cid-sunUQEQmbM .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-sunUQEQmbM DIV {
  color: #57468b;
}
.cid-sunUQEQmbM .mbr-text,
.cid-sunUQEQmbM .media-content {
  color: #716c80;
}
.cid-sunVoPhK6c {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sunVoPhK6c img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sunVoPhK6c H1 {
  color: #232323;
}
.cid-sunVoPhK6c .mbr-text,
.cid-sunVoPhK6c .mbr-section-btn {
  color: #716c80;
}
.cid-sunVoPhK6c H3 {
  color: #716c80;
}
.cid-sunVoPhK6c .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sunVoPhK6c .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sunVoPhK6c .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sunVoPhK6c .link:hover {
  color: #006699 !important;
}
.cid-sunVoPhK6c .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-sunVoPhK6c DIV {
  color: #57468b;
}
.cid-sunVoPhK6c .mbr-text,
.cid-sunVoPhK6c .media-content {
  color: #716c80;
}
.cid-sunVwlWODJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sunVwlWODJ .mbr-text {
  color: #716c80;
}
.cid-sunVwlWODJ .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-sunVwlWODJ .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-sunVE354Rc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sunVE354Rc img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sunVE354Rc H1 {
  color: #57468b;
}
.cid-sunVE354Rc .mbr-text,
.cid-sunVE354Rc .mbr-section-btn {
  color: #716c80;
}
.cid-sunVE354Rc H3 {
  color: #716c80;
}
.cid-sunVE354Rc .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sunVE354Rc .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sunVE354Rc .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sunVE354Rc .link:hover {
  color: #006699 !important;
}
.cid-sunVE354Rc .link:hover .link-ico {
  color: #006699 !important;
  padding-left: 10px;
}
.cid-sunVE354Rc DIV {
  color: #57468b;
}
.cid-sunVE354Rc .mbr-text,
.cid-sunVE354Rc .media-content {
  color: #716c80;
}
.cid-sunUwhs8dK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sunUwhs8dK a:link {
  text-decoration: none;
}
.cid-sunUwhs8dK .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sunUwhs8dK .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sunUwhs8dK .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sunUwhs8dK .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sunUwhs8dK .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sunUwhs8dK .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sunUwhs8dK .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-sunUwhs8dK .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-sunUwhs8dK .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sunUwhs8dK .plan-title,
.cid-sunUwhs8dK .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sunUwhs8dK .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sunUwhs8dK .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sunUwhs8dK .mbr-section-title span {
  color: #ffbc00;
}
