body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'MuseoModerno', display;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((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.3 * (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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6dc043 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #33358c !important;
}
.bg-warning {
  background-color: #a8aaf1 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6dc043 !important;
  border-color: #6dc043 !important;
  color: #fafafa !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fafafa !important;
  background-color: #579c34 !important;
  border-color: #579c34 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff9083 !important;
  border-color: #ff9083 !important;
  color: #fafafa !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fafafa !important;
  background-color: #ff6250 !important;
  border-color: #ff6250 !important;
}
.btn-info,
.btn-info:active {
  background-color: #33358c !important;
  border-color: #33358c !important;
  color: #fafafa !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fafafa !important;
  background-color: #252767 !important;
  border-color: #252767 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #fafafa !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fafafa !important;
  background-color: #338d99 !important;
  border-color: #338d99 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a8aaf1 !important;
  border-color: #a8aaf1 !important;
  color: #fafafa !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #fafafa !important;
  background-color: #7c7fea !important;
  border-color: #7c7fea !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #fafafa !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fafafa !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-primary-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #6dc043 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #fafafa !important;
  background-color: #6dc043 !important;
  border-color: #6dc043 !important;
}
.btn-primary-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #6dc043;
}
.btn-primary-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-primary-outline {
    display: inline-block;
    border-color: #6dc043;
  }
  .btn-primary-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-secondary-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #ff9083 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #fafafa !important;
  background-color: #ff9083 !important;
  border-color: #ff9083 !important;
}
.btn-secondary-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #ff9083;
}
.btn-secondary-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-secondary-outline {
    display: inline-block;
    border-color: #ff9083;
  }
  .btn-secondary-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-info-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #33358c !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #fafafa !important;
  background-color: #33358c !important;
  border-color: #33358c !important;
}
.btn-info-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #33358c;
}
.btn-info-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-info-outline {
    display: inline-block;
    border-color: #33358c;
  }
  .btn-info-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-success-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #40b0bf !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #fafafa !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #40b0bf;
}
.btn-success-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-success-outline {
    display: inline-block;
    border-color: #40b0bf;
  }
  .btn-success-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-warning-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #a8aaf1 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #fafafa !important;
  background-color: #a8aaf1 !important;
  border-color: #a8aaf1 !important;
}
.btn-warning-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #a8aaf1;
}
.btn-warning-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-warning-outline {
    display: inline-block;
    border-color: #a8aaf1;
  }
  .btn-warning-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-danger-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #ff9966 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #fafafa !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #ff9966;
}
.btn-danger-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-danger-outline {
    display: inline-block;
    border-color: #ff9966;
  }
  .btn-danger-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-black-outline {
  color: #333333!important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #fafafa!important;
  background-color: #333333;
  border-color: transparent;
}
.btn-white-outline {
  color: #fafafa!important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: #fafafa;
  color: #333333;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333!important;
  background-color: #fafafa;
  border-color: transparent;
}
.btn-white {
  color: #333333!important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333!important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #fafafa !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333 !important;
}
.btn-white:hover {
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:hover:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #fafafa !important;
}
.btn-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #fafafa !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black {
  color: #fafafa !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #fafafa !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #fafafa !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black:hover {
  color: #333333 !important;
}
.btn-black:hover,
.btn-black:hover:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #fafafa !important;
}
.btn-black:hover:hover,
.btn-black:hover:focus,
.btn-black:hover.focus,
.btn-black:hover.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-black:hover.disabled,
.btn-black:hover:disabled {
  color: #fafafa !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.text-primary {
  color: #6dc043 !important;
}
.text-secondary {
  color: #ff9083 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #33358c !important;
}
.text-warning {
  color: #a8aaf1 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #333333 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #579c34 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff6250 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #338d99 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #252767 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #7c7fea !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff7733 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #e1e1e1 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #33358c;
}
.alert-warning {
  background-color: #a8aaf1;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6dc043;
  border-color: #6dc043;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6dc043;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b7e0a2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #7375cc;
}
.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_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #6dc043;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6dc043;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6dc043;
  border-bottom-color: #6dc043;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #6dc043 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff9083 !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%;
  width: 100%;
  height: auto;
}
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='%236dc043' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uKgm06jG8s {
  z-index: 1000;
  width: 100%;
}
.cid-uKgm06jG8s nav.navbar {
  position: fixed;
}
.cid-uKgm06jG8s .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKgm06jG8s .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uKgm06jG8s .dropdown-item:hover,
.cid-uKgm06jG8s .dropdown-item:focus {
  color: #6dc043 !important;
}
.cid-uKgm06jG8s .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-uKgm06jG8s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKgm06jG8s .nav-link {
  position: relative;
  padding: 0;
}
.cid-uKgm06jG8s .container {
  display: flex;
  margin: auto;
}
.cid-uKgm06jG8s .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKgm06jG8s .dropdown-menu,
.cid-uKgm06jG8s .navbar.opened {
  background: #ffffff !important;
}
.cid-uKgm06jG8s .nav-item:focus,
.cid-uKgm06jG8s .nav-link:focus {
  outline: none;
}
.cid-uKgm06jG8s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKgm06jG8s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKgm06jG8s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKgm06jG8s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKgm06jG8s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKgm06jG8s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKgm06jG8s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
}
.cid-uKgm06jG8s .navbar.opened {
  transition: all 0.3s;
}
.cid-uKgm06jG8s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKgm06jG8s .navbar .navbar-logo img {
  width: auto;
}
.cid-uKgm06jG8s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKgm06jG8s .navbar.collapsed {
  justify-content: center;
}
.cid-uKgm06jG8s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKgm06jG8s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKgm06jG8s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uKgm06jG8s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKgm06jG8s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKgm06jG8s .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uKgm06jG8s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKgm06jG8s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKgm06jG8s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKgm06jG8s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKgm06jG8s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKgm06jG8s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKgm06jG8s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKgm06jG8s .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uKgm06jG8s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKgm06jG8s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKgm06jG8s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKgm06jG8s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKgm06jG8s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKgm06jG8s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKgm06jG8s .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKgm06jG8s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKgm06jG8s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKgm06jG8s .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKgm06jG8s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKgm06jG8s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKgm06jG8s .dropdown-item.active,
.cid-uKgm06jG8s .dropdown-item:active {
  background-color: transparent;
}
.cid-uKgm06jG8s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKgm06jG8s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKgm06jG8s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKgm06jG8s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKgm06jG8s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKgm06jG8s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKgm06jG8s ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uKgm06jG8s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKgm06jG8s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKgm06jG8s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKgm06jG8s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKgm06jG8s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKgm06jG8s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKgm06jG8s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKgm06jG8s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKgm06jG8s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKgm06jG8s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKgm06jG8s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKgm06jG8s .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-uKgm06jG8s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKgm06jG8s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKgm06jG8s .navbar {
    height: 70px;
  }
  .cid-uKgm06jG8s .navbar.opened {
    height: auto;
  }
  .cid-uKgm06jG8s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKgm06jG8s a {
  display: inline;
}
.cid-uKgm06jG8s img {
  display: inline;
  padding-right: 10px;
}
.cid-uKgm06jG8s .dropdown-toggle:after {
  display: none;
}
.cid-uKgm06jG8s .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uKgm06jG8s .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-uKgm06jG8s .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uKgm06jG8s .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uKgm06jG8s .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uKgm06jG8s .nav-item {
  margin-right: 32px;
}
.cid-uKgm06jG8s .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uKgm06jG8s ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uKgm06jG8s .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uKgm06jG8s .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uKgm06jG8s .navbar-nav {
  margin: auto;
}
.cid-uKgm06jG8s .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uKgm06jG8s .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-uKgm06jG8s .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-uKgm06jG8s .btn {
  border-radius: 1000px !important;
}
.cid-uKgm06jG8s .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-uKgm06jG8s .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uKgm06jG8s .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uKgm06jG8s .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-uKgm06jG8s .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-uKgm06jG8s .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uKgm06jG8s .top {
    margin-top: 25px;
  }
}
.cid-uKgm06jG8s .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-uKgm06jG8s .container,
  .cid-uKgm06jG8s .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uKgm06jG8s li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-uKgm06jG8s ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uKgm06jG8s .icons-menu {
    min-width: initial !important;
  }
  .cid-uKgm06jG8s a.btn {
    margin-top: 10px;
  }
}
.cid-uKgm06jG8s a.btn > span {
  margin-left: 0.5rem;
}
.cid-uKgm06jG8s .navbar-nav .nav-item .nav-link:hover,
.cid-uKgm06jG8s .navbar-nav .nav-item .nav-link:focus {
  color: #3f69ff !important;
}
.cid-uKjmi8WvMe {
  padding-top: 15rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uKjmi8WvMe .mbr-text,
.cid-uKjmi8WvMe .mbr-section-btn {
  color: #000000;
}
.cid-uKjmi8WvMe .btn-white {
  color: #333333!important;
}
.cid-uKjmi8WvMe .image1 {
  position: absolute;
  right: 8%;
  top: 25%;
  height: 500px;
  width: auto;
  animation: rev 5s ease-in-out infinite;
}
.cid-uKjmi8WvMe .image2 {
  position: absolute;
  left: 8%;
  bottom: 20%;
  height: 500px;
  width: auto;
  animation: rev2 5s ease-in-out infinite;
}
@keyframes rev {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(10px) translateY(-10px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
@keyframes rev2 {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(15px) translateY(5px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
.cid-uKjmi8WvMe svg {
  position: absolute;
  left: 50%;
  top: -150px;
  transform: translateX(-50%);
}
.cid-uKjmi8WvMe svg path {
  fill: #6dc043;
}
@media (max-width: 1600px) {
  .cid-uKjmi8WvMe .image1 {
    top: 5%;
    height: 280px;
  }
  .cid-uKjmi8WvMe .image2 {
    bottom: 5%;
    height: 280px;
  }
}
@media (max-width: 992px) {
  .cid-uKjmi8WvMe svg {
    width: 1050px;
    height: 1050px;
  }
  .cid-uKjmi8WvMe .image1 {
    height: 220px;
  }
  .cid-uKjmi8WvMe .image2 {
    bottom: 15%;
    height: 220px;
  }
}
@media (max-width: 767px) {
  .cid-uKjmi8WvMe svg {
    top: -120px;
  }
  .cid-uKjmi8WvMe .image1 {
    left: 50%;
    right: 50%;
    height: 180px;
    top: 3rem;
    transform: translateX(-50%);
    animation: none;
  }
  .cid-uKjmi8WvMe .image2 {
    right: 50%;
    left: 50%;
    bottom: 3rem;
    height: 180px;
    transform: translateX(-50%);
    animation: none;
  }
}
.cid-uKjmi8WvMe .mbr-section-title {
  color: #ffffff;
}
.cid-uKjmi8WvMe .mbr-section-subtitle {
  color: #0061a3;
}
.cid-uKjmi8WvMe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjmi8WvMe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjtQm0adC {
  display: flex;
  padding-top: 60px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #ffffff, #d9ffc6);
}
@media (min-width: 768px) {
  .cid-uKjtQm0adC {
    align-items: flex-start;
  }
  .cid-uKjtQm0adC .row {
    justify-content: flex-start;
  }
}
.cid-uKjtQm0adC .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uKjtQm0adC .mbr-text,
.cid-uKjtQm0adC .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKjtQm0adC .mbr-section-title,
.cid-uKjtQm0adC .line {
  color: #232323;
}
.cid-uKjtQm0adC h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uKjtQm0adC h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uKjtQm0adC .mbr-section-subtitle,
.cid-uKjtQm0adC .align {
  text-align: left;
  color: #232323;
}
.cid-uKjtQm0adC .mbr-section-title,
.cid-uKjtQm0adC .line DIV {
  text-align: center;
}
.cid-s5yY0qI2Sb {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #d9ffc6;
}
.cid-s5yY0qI2Sb .mbr-section-subtitle {
  color: #33358c;
}
.cid-s5yY0qI2Sb .mbr-text,
.cid-s5yY0qI2Sb .mbr-section-btn {
  color: #616161;
}
.cid-s5yY0qI2Sb .row {
  justify-content: space-between;
}
.cid-s5yY0qI2Sb img {
  border-radius: 8px;
}
.cid-s5yY0qI2Sb .mbr-section-title {
  color: #33358c;
}
#custom-html-2 .about-section {
  background-color: #d9ffc6;
  text-align: center;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}
#custom-html-2 .about-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
}
#custom-html-2 .about-section .highlight {
  color: #0061a3;
  /* Verde */
}
#custom-html-2 .about-section .underline {
  width: 60px;
  height: 4px;
  background-color: #0061a3;
  margin: 16px auto;
}
#custom-html-2 .about-section p {
  font-size: 16px;
  color: #444;
  max-width: 600px;
  margin: 0 auto;
}
.cid-uKh37Ifv9x {
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #d9ffc6, #0061a3);
}
.cid-uKh37Ifv9x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKh37Ifv9x .card-link {
  position: relative;
  width: fit-content;
}
.cid-uKh37Ifv9x .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uKh37Ifv9x .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #d9ffc6;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uKh37Ifv9x .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uKh37Ifv9x .item-wrapper:hover {
  background: #33358c;
  transform: translateY(-5px);
}
.cid-uKh37Ifv9x .item-wrapper:hover .card-title,
.cid-uKh37Ifv9x .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uKh37Ifv9x .item-wrapper:hover span,
.cid-uKh37Ifv9x .item-wrapper:hover .card-link,
.cid-uKh37Ifv9x .item-wrapper:hover .card-link a {
  color: #6dc043 !important;
}
.cid-uKh37Ifv9x .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uKh37Ifv9x .card-title,
.cid-uKh37Ifv9x .card-text,
.cid-uKh37Ifv9x .card-link,
.cid-uKh37Ifv9x .card-link a {
  transition: all 0.3s;
}
.cid-uKh37Ifv9x .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uKh37Ifv9x .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uKh37Ifv9x .link-wrapper:hover {
  cursor: pointer;
}
.cid-uKh37Ifv9x .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #33358c;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uKh37Ifv9x .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uKh37Ifv9x .card-title,
.cid-uKh37Ifv9x .iconfont-wrapper {
  color: #000000;
}
.cid-uKh37Ifv9x .card-text {
  color: #232323;
}
.cid-uKh37Ifv9x .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uKh37Ifv9x .card-link,
.cid-uKh37Ifv9x .link-icon,
.cid-uKh37Ifv9x .link-align {
  color: #232323;
}
.cid-uKh37Ifv9x .mbr-section-subtitle {
  text-align: left;
}
.cid-uKh3fjNWuV {
  padding-top: 0px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #0061a3, #d9ffc6);
}
.cid-uKh3fjNWuV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKh3fjNWuV .card-link {
  position: relative;
  width: fit-content;
}
.cid-uKh3fjNWuV .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uKh3fjNWuV .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #d9ffc6;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uKh3fjNWuV .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uKh3fjNWuV .item-wrapper:hover {
  background: #33358c;
  transform: translateY(-5px);
}
.cid-uKh3fjNWuV .item-wrapper:hover .card-title,
.cid-uKh3fjNWuV .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uKh3fjNWuV .item-wrapper:hover span,
.cid-uKh3fjNWuV .item-wrapper:hover .card-link,
.cid-uKh3fjNWuV .item-wrapper:hover .card-link a {
  color: #6dc043 !important;
}
.cid-uKh3fjNWuV .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uKh3fjNWuV .card-title,
.cid-uKh3fjNWuV .card-text,
.cid-uKh3fjNWuV .card-link,
.cid-uKh3fjNWuV .card-link a {
  transition: all 0.3s;
}
.cid-uKh3fjNWuV .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uKh3fjNWuV .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uKh3fjNWuV .link-wrapper:hover {
  cursor: pointer;
}
.cid-uKh3fjNWuV .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #33358c;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uKh3fjNWuV .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uKh3fjNWuV .card-title,
.cid-uKh3fjNWuV .iconfont-wrapper {
  color: #000000;
}
.cid-uKh3fjNWuV .card-text {
  color: #232323;
}
.cid-uKh3fjNWuV .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uKh3fjNWuV .card-link,
.cid-uKh3fjNWuV .link-icon,
.cid-uKh3fjNWuV .link-align {
  color: #232323;
}
.cid-uKh3fjNWuV .mbr-section-subtitle {
  text-align: left;
}
.cid-uKheNO5ye4 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #d9ffc6;
}
.cid-uKheNO5ye4 .mbr-section-subtitle {
  color: #33358c;
}
.cid-uKheNO5ye4 .mbr-text,
.cid-uKheNO5ye4 .mbr-section-btn {
  color: #000000;
}
.cid-uKheNO5ye4 .row {
  justify-content: space-between;
}
.cid-uKheNO5ye4 img {
  border-radius: 8px;
}
.cid-uKheNO5ye4 .mbr-section-title {
  color: #33358c;
}
.cid-uKhfVWIZKx {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #d9ffc6, #6592e6);
}
.cid-uKhfVWIZKx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKhfVWIZKx .card-link {
  position: relative;
  width: fit-content;
}
.cid-uKhfVWIZKx .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uKhfVWIZKx h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uKhfVWIZKx h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uKhfVWIZKx .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uKhfVWIZKx .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uKhfVWIZKx .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-uKhfVWIZKx .item-wrapper:hover .card-title,
.cid-uKhfVWIZKx .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uKhfVWIZKx .item-wrapper:hover span,
.cid-uKhfVWIZKx .item-wrapper:hover .card-link,
.cid-uKhfVWIZKx .item-wrapper:hover .card-link a {
  color: #6dc043 !important;
}
.cid-uKhfVWIZKx .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uKhfVWIZKx .card-title,
.cid-uKhfVWIZKx .card-text,
.cid-uKhfVWIZKx .card-link,
.cid-uKhfVWIZKx .card-link a {
  transition: all 0.3s;
}
.cid-uKhfVWIZKx .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uKhfVWIZKx .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uKhfVWIZKx .link-wrapper:hover {
  cursor: pointer;
}
.cid-uKhfVWIZKx .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uKhfVWIZKx .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uKhfVWIZKx .card-title,
.cid-uKhfVWIZKx .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uKhfVWIZKx .card-text {
  color: #232323;
  text-align: center;
}
.cid-uKhfVWIZKx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKhfVWIZKx .card-link,
.cid-uKhfVWIZKx .link-icon,
.cid-uKhfVWIZKx .link-align {
  color: #232323;
}
.cid-uKhfVWIZKx .mbr-section-subtitle {
  text-align: left;
}
.cid-uKhfVWIZKx .mbr-section-subtitle,
.cid-uKhfVWIZKx .align {
  color: #232323;
}
#custom-html-c .about-section {
  background-color: #6592e6;
  text-align: center;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}
#custom-html-c .about-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
}
#custom-html-c .about-section .highlight {
  color: #d9ffc6;
  /* Verde */
}
#custom-html-c .about-section .underline {
  width: 60px;
  height: 4px;
  background-color: #d9ffc6;
  margin: 16px auto;
}
#custom-html-c .about-section p {
  font-size: 16px;
  color: #444;
  max-width: 600px;
  margin: 0 auto;
}
.cid-uKhhjp4AGa {
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #6592e6, #d9ffc6);
}
.cid-uKhhjp4AGa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKhhjp4AGa .card-link {
  position: relative;
  width: fit-content;
}
.cid-uKhhjp4AGa .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uKhhjp4AGa .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #d9ffc6;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uKhhjp4AGa .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uKhhjp4AGa .item-wrapper:hover {
  background: #33358c;
  transform: translateY(-5px);
}
.cid-uKhhjp4AGa .item-wrapper:hover .card-title,
.cid-uKhhjp4AGa .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uKhhjp4AGa .item-wrapper:hover span,
.cid-uKhhjp4AGa .item-wrapper:hover .card-link,
.cid-uKhhjp4AGa .item-wrapper:hover .card-link a {
  color: #6dc043 !important;
}
.cid-uKhhjp4AGa .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uKhhjp4AGa .card-title,
.cid-uKhhjp4AGa .card-text,
.cid-uKhhjp4AGa .card-link,
.cid-uKhhjp4AGa .card-link a {
  transition: all 0.3s;
}
.cid-uKhhjp4AGa .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uKhhjp4AGa .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uKhhjp4AGa .link-wrapper:hover {
  cursor: pointer;
}
.cid-uKhhjp4AGa .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #33358c;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uKhhjp4AGa .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uKhhjp4AGa .card-title,
.cid-uKhhjp4AGa .iconfont-wrapper {
  color: #000000;
}
.cid-uKhhjp4AGa .card-text {
  color: #232323;
}
.cid-uKhhjp4AGa .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uKhhjp4AGa .card-link,
.cid-uKhhjp4AGa .link-icon,
.cid-uKhhjp4AGa .link-align {
  color: #232323;
}
.cid-uKhhjp4AGa .mbr-section-subtitle {
  text-align: left;
}
.cid-uKhjJSKR8w {
  padding-top: 0px;
  padding-bottom: 90px;
  background: linear-gradient(to bottom, #6592e6, #d9ffc6);
}
.cid-uKhjJSKR8w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKhjJSKR8w .card-link {
  position: relative;
  width: fit-content;
}
.cid-uKhjJSKR8w .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uKhjJSKR8w .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #d9ffc6;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uKhjJSKR8w .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uKhjJSKR8w .item-wrapper:hover {
  background: #33358c;
  transform: translateY(-5px);
}
.cid-uKhjJSKR8w .item-wrapper:hover .card-title,
.cid-uKhjJSKR8w .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uKhjJSKR8w .item-wrapper:hover span,
.cid-uKhjJSKR8w .item-wrapper:hover .card-link,
.cid-uKhjJSKR8w .item-wrapper:hover .card-link a {
  color: #6dc043 !important;
}
.cid-uKhjJSKR8w .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uKhjJSKR8w .card-title,
.cid-uKhjJSKR8w .card-text,
.cid-uKhjJSKR8w .card-link,
.cid-uKhjJSKR8w .card-link a {
  transition: all 0.3s;
}
.cid-uKhjJSKR8w .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uKhjJSKR8w .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uKhjJSKR8w .link-wrapper:hover {
  cursor: pointer;
}
.cid-uKhjJSKR8w .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #33358c;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uKhjJSKR8w .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uKhjJSKR8w .card-title,
.cid-uKhjJSKR8w .iconfont-wrapper {
  color: #000000;
}
.cid-uKhjJSKR8w .card-text {
  color: #232323;
}
.cid-uKhjJSKR8w .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uKhjJSKR8w .card-link,
.cid-uKhjJSKR8w .link-icon,
.cid-uKhjJSKR8w .link-align {
  color: #232323;
}
.cid-uKhjJSKR8w .mbr-section-subtitle {
  text-align: left;
}
.cid-uKhkG6nWMF {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #d9ffc6;
}
.cid-uKhkG6nWMF .mbr-section-subtitle {
  color: #33358c;
}
.cid-uKhkG6nWMF .mbr-text,
.cid-uKhkG6nWMF .mbr-section-btn {
  color: #000000;
}
.cid-uKhkG6nWMF .row {
  justify-content: space-between;
}
.cid-uKhkG6nWMF img {
  border-radius: 8px;
}
.cid-uKhkG6nWMF .mbr-section-title {
  color: #33358c;
  text-align: left;
}
.cid-uKh9onEl2O {
  display: flex;
  padding-top: 60px;
  padding-bottom: 225px;
  background: linear-gradient(to bottom, #d9ffc6, #6592e6);
}
@media (min-width: 768px) {
  .cid-uKh9onEl2O {
    align-items: flex-start;
  }
  .cid-uKh9onEl2O .row {
    justify-content: flex-start;
  }
}
.cid-uKh9onEl2O .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uKh9onEl2O .mbr-text,
.cid-uKh9onEl2O .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKh9onEl2O .mbr-section-title,
.cid-uKh9onEl2O .line {
  color: #232323;
}
.cid-uKh9onEl2O h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uKh9onEl2O h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uKh9onEl2O .mbr-section-subtitle,
.cid-uKh9onEl2O .align {
  text-align: left;
  color: #232323;
}
.cid-uKh9onEl2O .mbr-section-title,
.cid-uKh9onEl2O .line DIV {
  text-align: center;
}
.cid-uKhe8dvFE3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #33358c;
}
.cid-uKhe8dvFE3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKhe8dvFE3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKhe8dvFE3 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKhe8dvFE3 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uKhe8dvFE3 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKhe8dvFE3 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uKhe8dvFE3 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKhe8dvFE3 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uKhe8dvFE3 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKhe8dvFE3 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
  color: #6bbfaf;
}
.cid-uKhe8dvFE3 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uKhe8dvFE3 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uKhe8dvFE3 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uKhe8dvFE3 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uKhe8dvFE3 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uKhe8dvFE3 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uKhe8dvFE3 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKhe8dvFE3 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uKhe8dvFE3 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uKhe8dvFE3 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uKhe8dvFE3 .list-wrapper .list .item-wrap:hover,
.cid-uKhe8dvFE3 .list-wrapper .list .item-wrap:focus {
  color: #6bbfaf;
}
.cid-uKhe8dvFE3 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKhe8dvFE3 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uKhe8dvFE3 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKhe8dvFE3 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uKhe8dvFE3 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uKhe8dvFE3 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uKhe8dvFE3 .mbr-desc {
  color: #ffffff;
}
.cid-uKhe8dvFE3 .mbr-text,
.cid-uKhe8dvFE3 .text-wrapper {
  color: #9aa0a6;
}
.cid-uKhe8dvFE3 .list {
  color: #9aa0a6;
}
.cid-uKhe8dvFE3 .list,
.cid-uKhe8dvFE3 .item-wrap {
  color: #ffffff;
}
.cid-uKhe8dvFE3 .mbr-desc,
.cid-uKhe8dvFE3 .content-wrapper {
  color: #ffffff;
}
.cid-uKhe8dvFE3 .mbr-text,
.cid-uKhe8dvFE3 .mbr-section-btn {
  color: #111111;
}
.cid-uKhe8dvFE3 P {
  color: #ffffff;
}
.cid-uKhnIksRc0 {
  z-index: 1000;
  width: 100%;
}
.cid-uKhnIksRc0 nav.navbar {
  position: fixed;
}
.cid-uKhnIksRc0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKhnIksRc0 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uKhnIksRc0 .dropdown-item:hover,
.cid-uKhnIksRc0 .dropdown-item:focus {
  color: #6dc043 !important;
}
.cid-uKhnIksRc0 .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-uKhnIksRc0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKhnIksRc0 .nav-link {
  position: relative;
  padding: 0;
}
.cid-uKhnIksRc0 .container {
  display: flex;
  margin: auto;
}
.cid-uKhnIksRc0 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKhnIksRc0 .dropdown-menu,
.cid-uKhnIksRc0 .navbar.opened {
  background: #ffffff !important;
}
.cid-uKhnIksRc0 .nav-item:focus,
.cid-uKhnIksRc0 .nav-link:focus {
  outline: none;
}
.cid-uKhnIksRc0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKhnIksRc0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKhnIksRc0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKhnIksRc0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKhnIksRc0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKhnIksRc0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKhnIksRc0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
}
.cid-uKhnIksRc0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uKhnIksRc0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKhnIksRc0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uKhnIksRc0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKhnIksRc0 .navbar.collapsed {
  justify-content: center;
}
.cid-uKhnIksRc0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKhnIksRc0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKhnIksRc0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uKhnIksRc0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKhnIksRc0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKhnIksRc0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uKhnIksRc0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKhnIksRc0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKhnIksRc0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKhnIksRc0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKhnIksRc0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKhnIksRc0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKhnIksRc0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKhnIksRc0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uKhnIksRc0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKhnIksRc0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKhnIksRc0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKhnIksRc0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKhnIksRc0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKhnIksRc0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKhnIksRc0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKhnIksRc0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKhnIksRc0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKhnIksRc0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKhnIksRc0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKhnIksRc0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKhnIksRc0 .dropdown-item.active,
.cid-uKhnIksRc0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKhnIksRc0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKhnIksRc0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKhnIksRc0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKhnIksRc0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKhnIksRc0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKhnIksRc0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKhnIksRc0 ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uKhnIksRc0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKhnIksRc0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKhnIksRc0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKhnIksRc0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKhnIksRc0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKhnIksRc0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKhnIksRc0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKhnIksRc0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKhnIksRc0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKhnIksRc0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKhnIksRc0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKhnIksRc0 .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-uKhnIksRc0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKhnIksRc0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKhnIksRc0 .navbar {
    height: 70px;
  }
  .cid-uKhnIksRc0 .navbar.opened {
    height: auto;
  }
  .cid-uKhnIksRc0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKhnIksRc0 a {
  display: inline;
}
.cid-uKhnIksRc0 img {
  display: inline;
  padding-right: 10px;
}
.cid-uKhnIksRc0 .dropdown-toggle:after {
  display: none;
}
.cid-uKhnIksRc0 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uKhnIksRc0 .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-uKhnIksRc0 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uKhnIksRc0 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uKhnIksRc0 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uKhnIksRc0 .nav-item {
  margin-right: 32px;
}
.cid-uKhnIksRc0 .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uKhnIksRc0 ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uKhnIksRc0 .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uKhnIksRc0 .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uKhnIksRc0 .navbar-nav {
  margin: auto;
}
.cid-uKhnIksRc0 .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uKhnIksRc0 .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-uKhnIksRc0 .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-uKhnIksRc0 .btn {
  border-radius: 1000px !important;
}
.cid-uKhnIksRc0 .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-uKhnIksRc0 .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uKhnIksRc0 .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uKhnIksRc0 .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-uKhnIksRc0 .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-uKhnIksRc0 .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uKhnIksRc0 .top {
    margin-top: 25px;
  }
}
.cid-uKhnIksRc0 .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-uKhnIksRc0 .container,
  .cid-uKhnIksRc0 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uKhnIksRc0 li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-uKhnIksRc0 ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uKhnIksRc0 .icons-menu {
    min-width: initial !important;
  }
  .cid-uKhnIksRc0 a.btn {
    margin-top: 10px;
  }
}
.cid-uKhnIksRc0 a.btn > span {
  margin-left: 0.5rem;
}
.cid-uKhnIksRc0 .navbar-nav .nav-item .nav-link:hover,
.cid-uKhnIksRc0 .navbar-nav .nav-item .nav-link:focus {
  color: #3f69ff !important;
}
.cid-uKhnIkYEyG {
  display: flex;
  padding-top: 225px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #0061a3, #d9ffc6);
}
@media (min-width: 768px) {
  .cid-uKhnIkYEyG {
    align-items: flex-start;
  }
  .cid-uKhnIkYEyG .row {
    justify-content: flex-start;
  }
}
.cid-uKhnIkYEyG .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uKhnIkYEyG .mbr-text,
.cid-uKhnIkYEyG .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uKhnIkYEyG .mbr-section-title,
.cid-uKhnIkYEyG .line {
  color: #ffffff;
}
.cid-uKhnIkYEyG h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uKhnIkYEyG h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uKhnIkYEyG .mbr-section-subtitle,
.cid-uKhnIkYEyG .align {
  text-align: left;
  color: #232323;
}
.cid-uKhnOpVMrm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #d9ffc6;
}
.cid-uKhnOpVMrm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKhnOpVMrm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKhnOpVMrm .map-wrapper {
  height: 100%;
}
.cid-uKhnOpVMrm .card-wrapper {
  border: 1px solid #6dc043;
  padding: 3rem 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKhnOpVMrm .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uKhnOpVMrm .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uKhnOpVMrm .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKhnOpVMrm .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uKhnOpVMrm .google-map {
  height: 100%;
  position: relative;
}
.cid-uKhnOpVMrm .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uKhnOpVMrm .google-map iframe {
    min-height: 350px;
  }
}
.cid-uKhnOpVMrm .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uKhnOpVMrm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uKhnOpVMrm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uKhnOpVMrm ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uKhnOpVMrm .content-head {
  max-width: 800px;
}
.cid-uKhnOpVMrm .mbr-section-title {
  color: #cc2952;
}
.cid-uKhnOpVMrm .cardTitle {
  color: #e1201d;
}
.cid-uKhnOpVMrm .list,
.cid-uKhnOpVMrm .item-wrap {
  color: #000000;
}
.cid-uKhnOpVMrm .mbr-section-subtitle {
  color: #000000;
}
.cid-uKhnIokEXt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #33358c;
}
.cid-uKhnIokEXt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKhnIokEXt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKhnIokEXt .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKhnIokEXt .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uKhnIokEXt .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKhnIokEXt .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uKhnIokEXt .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKhnIokEXt .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uKhnIokEXt .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKhnIokEXt .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
  color: #6bbfaf;
}
.cid-uKhnIokEXt .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uKhnIokEXt .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uKhnIokEXt .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uKhnIokEXt .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uKhnIokEXt .items-wrapper .card {
  padding: 0 32px;
}
.cid-uKhnIokEXt .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uKhnIokEXt .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKhnIokEXt .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uKhnIokEXt .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uKhnIokEXt .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uKhnIokEXt .list-wrapper .list .item-wrap:hover,
.cid-uKhnIokEXt .list-wrapper .list .item-wrap:focus {
  color: #6bbfaf;
}
.cid-uKhnIokEXt .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKhnIokEXt .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uKhnIokEXt .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKhnIokEXt .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uKhnIokEXt .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uKhnIokEXt .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uKhnIokEXt .mbr-desc {
  color: #ffffff;
}
.cid-uKhnIokEXt .mbr-text,
.cid-uKhnIokEXt .text-wrapper {
  color: #9aa0a6;
}
.cid-uKhnIokEXt .list {
  color: #9aa0a6;
}
.cid-uKhnIokEXt .list,
.cid-uKhnIokEXt .item-wrap {
  color: #ffffff;
}
.cid-uKhnIokEXt .mbr-desc,
.cid-uKhnIokEXt .content-wrapper {
  color: #ffffff;
}
.cid-uKhnIokEXt .mbr-text,
.cid-uKhnIokEXt .mbr-section-btn {
  color: #111111;
}
.cid-uKhnIokEXt P {
  color: #ffffff;
}
.cid-uKhnJTPir7 {
  z-index: 1000;
  width: 100%;
}
.cid-uKhnJTPir7 nav.navbar {
  position: fixed;
}
.cid-uKhnJTPir7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKhnJTPir7 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uKhnJTPir7 .dropdown-item:hover,
.cid-uKhnJTPir7 .dropdown-item:focus {
  color: #6dc043 !important;
}
.cid-uKhnJTPir7 .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-uKhnJTPir7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKhnJTPir7 .nav-link {
  position: relative;
  padding: 0;
}
.cid-uKhnJTPir7 .container {
  display: flex;
  margin: auto;
}
.cid-uKhnJTPir7 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKhnJTPir7 .dropdown-menu,
.cid-uKhnJTPir7 .navbar.opened {
  background: #ffffff !important;
}
.cid-uKhnJTPir7 .nav-item:focus,
.cid-uKhnJTPir7 .nav-link:focus {
  outline: none;
}
.cid-uKhnJTPir7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKhnJTPir7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKhnJTPir7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKhnJTPir7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKhnJTPir7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKhnJTPir7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKhnJTPir7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
}
.cid-uKhnJTPir7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uKhnJTPir7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKhnJTPir7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uKhnJTPir7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKhnJTPir7 .navbar.collapsed {
  justify-content: center;
}
.cid-uKhnJTPir7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKhnJTPir7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKhnJTPir7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uKhnJTPir7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKhnJTPir7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKhnJTPir7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uKhnJTPir7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKhnJTPir7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKhnJTPir7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKhnJTPir7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKhnJTPir7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKhnJTPir7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKhnJTPir7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKhnJTPir7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uKhnJTPir7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKhnJTPir7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKhnJTPir7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKhnJTPir7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKhnJTPir7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKhnJTPir7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKhnJTPir7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKhnJTPir7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKhnJTPir7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKhnJTPir7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKhnJTPir7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKhnJTPir7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKhnJTPir7 .dropdown-item.active,
.cid-uKhnJTPir7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKhnJTPir7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKhnJTPir7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKhnJTPir7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKhnJTPir7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKhnJTPir7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKhnJTPir7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKhnJTPir7 ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uKhnJTPir7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKhnJTPir7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKhnJTPir7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKhnJTPir7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKhnJTPir7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKhnJTPir7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKhnJTPir7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKhnJTPir7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKhnJTPir7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKhnJTPir7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKhnJTPir7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKhnJTPir7 .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-uKhnJTPir7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKhnJTPir7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKhnJTPir7 .navbar {
    height: 70px;
  }
  .cid-uKhnJTPir7 .navbar.opened {
    height: auto;
  }
  .cid-uKhnJTPir7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKhnJTPir7 a {
  display: inline;
}
.cid-uKhnJTPir7 img {
  display: inline;
  padding-right: 10px;
}
.cid-uKhnJTPir7 .dropdown-toggle:after {
  display: none;
}
.cid-uKhnJTPir7 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uKhnJTPir7 .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-uKhnJTPir7 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uKhnJTPir7 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uKhnJTPir7 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uKhnJTPir7 .nav-item {
  margin-right: 32px;
}
.cid-uKhnJTPir7 .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uKhnJTPir7 ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uKhnJTPir7 .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uKhnJTPir7 .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uKhnJTPir7 .navbar-nav {
  margin: auto;
}
.cid-uKhnJTPir7 .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uKhnJTPir7 .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-uKhnJTPir7 .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-uKhnJTPir7 .btn {
  border-radius: 1000px !important;
}
.cid-uKhnJTPir7 .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-uKhnJTPir7 .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uKhnJTPir7 .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uKhnJTPir7 .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-uKhnJTPir7 .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-uKhnJTPir7 .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uKhnJTPir7 .top {
    margin-top: 25px;
  }
}
.cid-uKhnJTPir7 .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-uKhnJTPir7 .container,
  .cid-uKhnJTPir7 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uKhnJTPir7 li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-uKhnJTPir7 ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uKhnJTPir7 .icons-menu {
    min-width: initial !important;
  }
  .cid-uKhnJTPir7 a.btn {
    margin-top: 10px;
  }
}
.cid-uKhnJTPir7 a.btn > span {
  margin-left: 0.5rem;
}
.cid-uKhnJTPir7 .navbar-nav .nav-item .nav-link:hover,
.cid-uKhnJTPir7 .navbar-nav .nav-item .nav-link:focus {
  color: #3f69ff !important;
}
.cid-uKhnJUhKGS {
  display: flex;
  padding-top: 225px;
  padding-bottom: 210px;
  background: linear-gradient(to bottom, #0061a3, #d9ffc6);
}
@media (min-width: 768px) {
  .cid-uKhnJUhKGS {
    align-items: flex-start;
  }
  .cid-uKhnJUhKGS .row {
    justify-content: flex-start;
  }
}
.cid-uKhnJUhKGS .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uKhnJUhKGS .mbr-text,
.cid-uKhnJUhKGS .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uKhnJUhKGS .mbr-section-title,
.cid-uKhnJUhKGS .line {
  color: #ffffff;
}
.cid-uKhnJUhKGS h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uKhnJUhKGS h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uKhnJUhKGS .mbr-section-subtitle,
.cid-uKhnJUhKGS .align {
  text-align: left;
  color: #232323;
}
.cid-uKhnJUtiwb {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #d9ffc6;
}
.cid-uKhnJUtiwb .mbr-section-subtitle {
  color: #33358c;
}
.cid-uKhnJUtiwb .mbr-text,
.cid-uKhnJUtiwb .mbr-section-btn {
  color: #616161;
}
.cid-uKhnJUtiwb .row {
  justify-content: space-between;
}
.cid-uKhnJUtiwb img {
  border-radius: 8px;
}
.cid-uKhnJUtiwb .mbr-section-title {
  color: #33358c;
}
#custom-html-x .about-section {
  background-color: #d9ffc6;
  text-align: center;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}
#custom-html-x .about-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
}
#custom-html-x .about-section .highlight {
  color: #0061a3;
  /* Verde */
}
#custom-html-x .about-section .underline {
  width: 60px;
  height: 4px;
  background-color: #0061a3;
  margin: 16px auto;
}
#custom-html-x .about-section p {
  font-size: 16px;
  color: #444;
  max-width: 600px;
  margin: 0 auto;
}
.cid-uKhnJUO0cl {
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #d9ffc6, #0061a3);
}
.cid-uKhnJUO0cl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKhnJUO0cl .card-link {
  position: relative;
  width: fit-content;
}
.cid-uKhnJUO0cl .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uKhnJUO0cl .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #d9ffc6;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uKhnJUO0cl .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uKhnJUO0cl .item-wrapper:hover {
  background: #33358c;
  transform: translateY(-5px);
}
.cid-uKhnJUO0cl .item-wrapper:hover .card-title,
.cid-uKhnJUO0cl .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uKhnJUO0cl .item-wrapper:hover span,
.cid-uKhnJUO0cl .item-wrapper:hover .card-link,
.cid-uKhnJUO0cl .item-wrapper:hover .card-link a {
  color: #6dc043 !important;
}
.cid-uKhnJUO0cl .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uKhnJUO0cl .card-title,
.cid-uKhnJUO0cl .card-text,
.cid-uKhnJUO0cl .card-link,
.cid-uKhnJUO0cl .card-link a {
  transition: all 0.3s;
}
.cid-uKhnJUO0cl .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uKhnJUO0cl .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uKhnJUO0cl .link-wrapper:hover {
  cursor: pointer;
}
.cid-uKhnJUO0cl .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #33358c;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uKhnJUO0cl .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uKhnJUO0cl .card-title,
.cid-uKhnJUO0cl .iconfont-wrapper {
  color: #000000;
}
.cid-uKhnJUO0cl .card-text {
  color: #232323;
}
.cid-uKhnJUO0cl .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uKhnJUO0cl .card-link,
.cid-uKhnJUO0cl .link-icon,
.cid-uKhnJUO0cl .link-align {
  color: #232323;
}
.cid-uKhnJUO0cl .mbr-section-subtitle {
  text-align: left;
}
.cid-uKhnJV9jZt {
  padding-top: 0px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #0061a3, #d9ffc6);
}
.cid-uKhnJV9jZt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKhnJV9jZt .card-link {
  position: relative;
  width: fit-content;
}
.cid-uKhnJV9jZt .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uKhnJV9jZt .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #d9ffc6;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uKhnJV9jZt .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uKhnJV9jZt .item-wrapper:hover {
  background: #33358c;
  transform: translateY(-5px);
}
.cid-uKhnJV9jZt .item-wrapper:hover .card-title,
.cid-uKhnJV9jZt .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uKhnJV9jZt .item-wrapper:hover span,
.cid-uKhnJV9jZt .item-wrapper:hover .card-link,
.cid-uKhnJV9jZt .item-wrapper:hover .card-link a {
  color: #6dc043 !important;
}
.cid-uKhnJV9jZt .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uKhnJV9jZt .card-title,
.cid-uKhnJV9jZt .card-text,
.cid-uKhnJV9jZt .card-link,
.cid-uKhnJV9jZt .card-link a {
  transition: all 0.3s;
}
.cid-uKhnJV9jZt .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uKhnJV9jZt .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uKhnJV9jZt .link-wrapper:hover {
  cursor: pointer;
}
.cid-uKhnJV9jZt .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #33358c;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uKhnJV9jZt .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uKhnJV9jZt .card-title,
.cid-uKhnJV9jZt .iconfont-wrapper {
  color: #000000;
}
.cid-uKhnJV9jZt .card-text {
  color: #232323;
}
.cid-uKhnJV9jZt .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uKhnJV9jZt .card-link,
.cid-uKhnJV9jZt .link-icon,
.cid-uKhnJV9jZt .link-align {
  color: #232323;
}
.cid-uKhnJV9jZt .mbr-section-subtitle {
  text-align: left;
}
.cid-uKhnJVruiJ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #d9ffc6;
}
.cid-uKhnJVruiJ .mbr-section-subtitle {
  color: #33358c;
}
.cid-uKhnJVruiJ .mbr-text,
.cid-uKhnJVruiJ .mbr-section-btn {
  color: #000000;
}
.cid-uKhnJVruiJ .row {
  justify-content: space-between;
}
.cid-uKhnJVruiJ img {
  border-radius: 8px;
}
.cid-uKhnJVruiJ .mbr-section-title {
  color: #33358c;
}
.cid-uKhnJVHJeG {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #d9ffc6, #6592e6);
}
.cid-uKhnJVHJeG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKhnJVHJeG .card-link {
  position: relative;
  width: fit-content;
}
.cid-uKhnJVHJeG .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uKhnJVHJeG h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uKhnJVHJeG h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uKhnJVHJeG .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uKhnJVHJeG .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uKhnJVHJeG .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-uKhnJVHJeG .item-wrapper:hover .card-title,
.cid-uKhnJVHJeG .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uKhnJVHJeG .item-wrapper:hover span,
.cid-uKhnJVHJeG .item-wrapper:hover .card-link,
.cid-uKhnJVHJeG .item-wrapper:hover .card-link a {
  color: #6dc043 !important;
}
.cid-uKhnJVHJeG .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uKhnJVHJeG .card-title,
.cid-uKhnJVHJeG .card-text,
.cid-uKhnJVHJeG .card-link,
.cid-uKhnJVHJeG .card-link a {
  transition: all 0.3s;
}
.cid-uKhnJVHJeG .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uKhnJVHJeG .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uKhnJVHJeG .link-wrapper:hover {
  cursor: pointer;
}
.cid-uKhnJVHJeG .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uKhnJVHJeG .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uKhnJVHJeG .card-title,
.cid-uKhnJVHJeG .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uKhnJVHJeG .card-text {
  color: #232323;
  text-align: center;
}
.cid-uKhnJVHJeG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKhnJVHJeG .card-link,
.cid-uKhnJVHJeG .link-icon,
.cid-uKhnJVHJeG .link-align {
  color: #232323;
}
.cid-uKhnJVHJeG .mbr-section-subtitle {
  text-align: left;
}
.cid-uKhnJVHJeG .mbr-section-subtitle,
.cid-uKhnJVHJeG .align {
  color: #232323;
}
#custom-html-12 .about-section {
  background-color: #6592e6;
  text-align: center;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}
#custom-html-12 .about-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
}
#custom-html-12 .about-section .highlight {
  color: #d9ffc6;
  /* Verde */
}
#custom-html-12 .about-section .underline {
  width: 60px;
  height: 4px;
  background-color: #d9ffc6;
  margin: 16px auto;
}
#custom-html-12 .about-section p {
  font-size: 16px;
  color: #444;
  max-width: 600px;
  margin: 0 auto;
}
.cid-uKhnJW9cyk {
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #6592e6, #d9ffc6);
}
.cid-uKhnJW9cyk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKhnJW9cyk .card-link {
  position: relative;
  width: fit-content;
}
.cid-uKhnJW9cyk .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uKhnJW9cyk .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #d9ffc6;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uKhnJW9cyk .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uKhnJW9cyk .item-wrapper:hover {
  background: #33358c;
  transform: translateY(-5px);
}
.cid-uKhnJW9cyk .item-wrapper:hover .card-title,
.cid-uKhnJW9cyk .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uKhnJW9cyk .item-wrapper:hover span,
.cid-uKhnJW9cyk .item-wrapper:hover .card-link,
.cid-uKhnJW9cyk .item-wrapper:hover .card-link a {
  color: #6dc043 !important;
}
.cid-uKhnJW9cyk .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uKhnJW9cyk .card-title,
.cid-uKhnJW9cyk .card-text,
.cid-uKhnJW9cyk .card-link,
.cid-uKhnJW9cyk .card-link a {
  transition: all 0.3s;
}
.cid-uKhnJW9cyk .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uKhnJW9cyk .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uKhnJW9cyk .link-wrapper:hover {
  cursor: pointer;
}
.cid-uKhnJW9cyk .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #33358c;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uKhnJW9cyk .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uKhnJW9cyk .card-title,
.cid-uKhnJW9cyk .iconfont-wrapper {
  color: #000000;
}
.cid-uKhnJW9cyk .card-text {
  color: #232323;
}
.cid-uKhnJW9cyk .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uKhnJW9cyk .card-link,
.cid-uKhnJW9cyk .link-icon,
.cid-uKhnJW9cyk .link-align {
  color: #232323;
}
.cid-uKhnJW9cyk .mbr-section-subtitle {
  text-align: left;
}
.cid-uKhnJWvSDN {
  padding-top: 0px;
  padding-bottom: 90px;
  background: linear-gradient(to bottom, #6592e6, #d9ffc6);
}
.cid-uKhnJWvSDN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKhnJWvSDN .card-link {
  position: relative;
  width: fit-content;
}
.cid-uKhnJWvSDN .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uKhnJWvSDN .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #d9ffc6;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uKhnJWvSDN .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uKhnJWvSDN .item-wrapper:hover {
  background: #33358c;
  transform: translateY(-5px);
}
.cid-uKhnJWvSDN .item-wrapper:hover .card-title,
.cid-uKhnJWvSDN .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uKhnJWvSDN .item-wrapper:hover span,
.cid-uKhnJWvSDN .item-wrapper:hover .card-link,
.cid-uKhnJWvSDN .item-wrapper:hover .card-link a {
  color: #6dc043 !important;
}
.cid-uKhnJWvSDN .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uKhnJWvSDN .card-title,
.cid-uKhnJWvSDN .card-text,
.cid-uKhnJWvSDN .card-link,
.cid-uKhnJWvSDN .card-link a {
  transition: all 0.3s;
}
.cid-uKhnJWvSDN .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uKhnJWvSDN .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uKhnJWvSDN .link-wrapper:hover {
  cursor: pointer;
}
.cid-uKhnJWvSDN .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #33358c;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uKhnJWvSDN .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uKhnJWvSDN .card-title,
.cid-uKhnJWvSDN .iconfont-wrapper {
  color: #000000;
}
.cid-uKhnJWvSDN .card-text {
  color: #232323;
}
.cid-uKhnJWvSDN .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uKhnJWvSDN .card-link,
.cid-uKhnJWvSDN .link-icon,
.cid-uKhnJWvSDN .link-align {
  color: #232323;
}
.cid-uKhnJWvSDN .mbr-section-subtitle {
  text-align: left;
}
.cid-uKhnJWQKKk {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #d9ffc6;
}
.cid-uKhnJWQKKk .mbr-section-subtitle {
  color: #33358c;
}
.cid-uKhnJWQKKk .mbr-text,
.cid-uKhnJWQKKk .mbr-section-btn {
  color: #000000;
}
.cid-uKhnJWQKKk .row {
  justify-content: space-between;
}
.cid-uKhnJWQKKk img {
  border-radius: 8px;
}
.cid-uKhnJWQKKk .mbr-section-title {
  color: #33358c;
  text-align: left;
}
.cid-uKhnJX61fs {
  display: flex;
  padding-top: 60px;
  padding-bottom: 225px;
  background: linear-gradient(to bottom, #d9ffc6, #6592e6);
}
@media (min-width: 768px) {
  .cid-uKhnJX61fs {
    align-items: flex-start;
  }
  .cid-uKhnJX61fs .row {
    justify-content: flex-start;
  }
}
.cid-uKhnJX61fs .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uKhnJX61fs .mbr-text,
.cid-uKhnJX61fs .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKhnJX61fs .mbr-section-title,
.cid-uKhnJX61fs .line {
  color: #232323;
}
.cid-uKhnJX61fs h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uKhnJX61fs h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uKhnJX61fs .mbr-section-subtitle,
.cid-uKhnJX61fs .align {
  text-align: left;
  color: #232323;
}
.cid-uKhnJX61fs .mbr-section-title,
.cid-uKhnJX61fs .line DIV {
  text-align: center;
}
.cid-uKhnJXlT9k {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #33358c;
}
.cid-uKhnJXlT9k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKhnJXlT9k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKhnJXlT9k .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKhnJXlT9k .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uKhnJXlT9k .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKhnJXlT9k .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uKhnJXlT9k .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKhnJXlT9k .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uKhnJXlT9k .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKhnJXlT9k .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
  color: #6bbfaf;
}
.cid-uKhnJXlT9k .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uKhnJXlT9k .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uKhnJXlT9k .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uKhnJXlT9k .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uKhnJXlT9k .items-wrapper .card {
  padding: 0 32px;
}
.cid-uKhnJXlT9k .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uKhnJXlT9k .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKhnJXlT9k .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uKhnJXlT9k .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uKhnJXlT9k .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uKhnJXlT9k .list-wrapper .list .item-wrap:hover,
.cid-uKhnJXlT9k .list-wrapper .list .item-wrap:focus {
  color: #6bbfaf;
}
.cid-uKhnJXlT9k .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKhnJXlT9k .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uKhnJXlT9k .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKhnJXlT9k .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uKhnJXlT9k .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uKhnJXlT9k .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uKhnJXlT9k .mbr-desc {
  color: #ffffff;
}
.cid-uKhnJXlT9k .mbr-text,
.cid-uKhnJXlT9k .text-wrapper {
  color: #9aa0a6;
}
.cid-uKhnJXlT9k .list {
  color: #9aa0a6;
}
.cid-uKhnJXlT9k .list,
.cid-uKhnJXlT9k .item-wrap {
  color: #ffffff;
}
.cid-uKhnJXlT9k .mbr-desc,
.cid-uKhnJXlT9k .content-wrapper {
  color: #ffffff;
}
.cid-uKhnJXlT9k .mbr-text,
.cid-uKhnJXlT9k .mbr-section-btn {
  color: #111111;
}
.cid-uKhnJXlT9k P {
  color: #ffffff;
}
.cid-uKhq6i0tvA {
  z-index: 1000;
  width: 100%;
}
.cid-uKhq6i0tvA nav.navbar {
  position: fixed;
}
.cid-uKhq6i0tvA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKhq6i0tvA .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uKhq6i0tvA .dropdown-item:hover,
.cid-uKhq6i0tvA .dropdown-item:focus {
  color: #6dc043 !important;
}
.cid-uKhq6i0tvA .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-uKhq6i0tvA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKhq6i0tvA .nav-link {
  position: relative;
  padding: 0;
}
.cid-uKhq6i0tvA .container {
  display: flex;
  margin: auto;
}
.cid-uKhq6i0tvA .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKhq6i0tvA .dropdown-menu,
.cid-uKhq6i0tvA .navbar.opened {
  background: #ffffff !important;
}
.cid-uKhq6i0tvA .nav-item:focus,
.cid-uKhq6i0tvA .nav-link:focus {
  outline: none;
}
.cid-uKhq6i0tvA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKhq6i0tvA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKhq6i0tvA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKhq6i0tvA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKhq6i0tvA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKhq6i0tvA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKhq6i0tvA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
}
.cid-uKhq6i0tvA .navbar.opened {
  transition: all 0.3s;
}
.cid-uKhq6i0tvA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKhq6i0tvA .navbar .navbar-logo img {
  width: auto;
}
.cid-uKhq6i0tvA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKhq6i0tvA .navbar.collapsed {
  justify-content: center;
}
.cid-uKhq6i0tvA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKhq6i0tvA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKhq6i0tvA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uKhq6i0tvA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKhq6i0tvA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKhq6i0tvA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uKhq6i0tvA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKhq6i0tvA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKhq6i0tvA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKhq6i0tvA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKhq6i0tvA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKhq6i0tvA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKhq6i0tvA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKhq6i0tvA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uKhq6i0tvA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKhq6i0tvA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKhq6i0tvA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKhq6i0tvA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKhq6i0tvA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKhq6i0tvA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKhq6i0tvA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKhq6i0tvA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKhq6i0tvA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKhq6i0tvA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKhq6i0tvA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKhq6i0tvA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKhq6i0tvA .dropdown-item.active,
.cid-uKhq6i0tvA .dropdown-item:active {
  background-color: transparent;
}
.cid-uKhq6i0tvA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKhq6i0tvA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKhq6i0tvA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKhq6i0tvA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKhq6i0tvA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKhq6i0tvA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKhq6i0tvA ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uKhq6i0tvA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKhq6i0tvA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKhq6i0tvA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKhq6i0tvA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKhq6i0tvA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKhq6i0tvA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKhq6i0tvA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKhq6i0tvA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKhq6i0tvA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKhq6i0tvA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKhq6i0tvA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKhq6i0tvA .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-uKhq6i0tvA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKhq6i0tvA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKhq6i0tvA .navbar {
    height: 70px;
  }
  .cid-uKhq6i0tvA .navbar.opened {
    height: auto;
  }
  .cid-uKhq6i0tvA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKhq6i0tvA a {
  display: inline;
}
.cid-uKhq6i0tvA img {
  display: inline;
  padding-right: 10px;
}
.cid-uKhq6i0tvA .dropdown-toggle:after {
  display: none;
}
.cid-uKhq6i0tvA .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uKhq6i0tvA .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-uKhq6i0tvA .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uKhq6i0tvA .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uKhq6i0tvA .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uKhq6i0tvA .nav-item {
  margin-right: 32px;
}
.cid-uKhq6i0tvA .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uKhq6i0tvA ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uKhq6i0tvA .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uKhq6i0tvA .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uKhq6i0tvA .navbar-nav {
  margin: auto;
}
.cid-uKhq6i0tvA .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uKhq6i0tvA .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-uKhq6i0tvA .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-uKhq6i0tvA .btn {
  border-radius: 1000px !important;
}
.cid-uKhq6i0tvA .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-uKhq6i0tvA .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uKhq6i0tvA .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uKhq6i0tvA .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-uKhq6i0tvA .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-uKhq6i0tvA .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uKhq6i0tvA .top {
    margin-top: 25px;
  }
}
.cid-uKhq6i0tvA .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-uKhq6i0tvA .container,
  .cid-uKhq6i0tvA .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uKhq6i0tvA li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-uKhq6i0tvA ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uKhq6i0tvA .icons-menu {
    min-width: initial !important;
  }
  .cid-uKhq6i0tvA a.btn {
    margin-top: 10px;
  }
}
.cid-uKhq6i0tvA a.btn > span {
  margin-left: 0.5rem;
}
.cid-uKhq6i0tvA .navbar-nav .nav-item .nav-link:hover,
.cid-uKhq6i0tvA .navbar-nav .nav-item .nav-link:focus {
  color: #3f69ff !important;
}
.cid-uKhq6ipFPc {
  display: flex;
  padding-top: 225px;
  padding-bottom: 150px;
  background: linear-gradient(to bottom, #0061a3, #d9ffc6);
}
@media (min-width: 768px) {
  .cid-uKhq6ipFPc {
    align-items: flex-start;
  }
  .cid-uKhq6ipFPc .row {
    justify-content: flex-start;
  }
}
.cid-uKhq6ipFPc .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uKhq6ipFPc .mbr-text,
.cid-uKhq6ipFPc .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uKhq6ipFPc .mbr-section-title,
.cid-uKhq6ipFPc .line {
  color: #33358c;
}
.cid-uKhq6ipFPc h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uKhq6ipFPc h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uKhq6ipFPc .mbr-section-subtitle,
.cid-uKhq6ipFPc .align {
  text-align: left;
  color: #232323;
}
.cid-uKhqgrXID5 {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background: #f8f8f8;
}
.cid-uKhqgrXID5 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uKhqgrXID5 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uKhqgrXID5 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6dc043;
}
.cid-uKhqgrXID5 .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uKhqgrXID5 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uKhqgrXID5 .image-wrap {
  height: 300px;
  padding-bottom: 2rem;
}
.cid-uKhqgrXID5 .image-wrap img {
  height: 100%;
  object-fit: contain;
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media (max-width: 991px) {
  .cid-uKhqgrXID5 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uKhqgrXID5 .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uKhqgrXID5 .card-wrap:hover h5:before {
  animation: 1s ease-in-out alternate line;
}
.cid-uKhqgrXID5 .card-title,
.cid-uKhqgrXID5 .social-row {
  color: #1a449a;
}
.cid-uKhqgrXID5 .mbr-role,
.cid-uKhqgrXID5 .social-row {
  color: #1a449a;
}
.cid-uKhqgrXID5 .card-text,
.cid-uKhqgrXID5 .mbr-section-btn,
.cid-uKhqgrXID5 .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uKhqgrXID5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKhqgrXID5 .card-title,
.cid-uKhqgrXID5 .content-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uKhqgrXID5 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKhq6iY4YP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #33358c;
}
.cid-uKhq6iY4YP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKhq6iY4YP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKhq6iY4YP .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKhq6iY4YP .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uKhq6iY4YP .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKhq6iY4YP .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uKhq6iY4YP .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKhq6iY4YP .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uKhq6iY4YP .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKhq6iY4YP .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
  color: #6bbfaf;
}
.cid-uKhq6iY4YP .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uKhq6iY4YP .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uKhq6iY4YP .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uKhq6iY4YP .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uKhq6iY4YP .items-wrapper .card {
  padding: 0 32px;
}
.cid-uKhq6iY4YP .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uKhq6iY4YP .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKhq6iY4YP .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uKhq6iY4YP .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uKhq6iY4YP .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uKhq6iY4YP .list-wrapper .list .item-wrap:hover,
.cid-uKhq6iY4YP .list-wrapper .list .item-wrap:focus {
  color: #6bbfaf;
}
.cid-uKhq6iY4YP .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKhq6iY4YP .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uKhq6iY4YP .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKhq6iY4YP .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uKhq6iY4YP .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uKhq6iY4YP .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uKhq6iY4YP .mbr-desc {
  color: #ffffff;
}
.cid-uKhq6iY4YP .mbr-text,
.cid-uKhq6iY4YP .text-wrapper {
  color: #9aa0a6;
}
.cid-uKhq6iY4YP .list {
  color: #9aa0a6;
}
.cid-uKhq6iY4YP .list,
.cid-uKhq6iY4YP .item-wrap {
  color: #ffffff;
}
.cid-uKhq6iY4YP .mbr-desc,
.cid-uKhq6iY4YP .content-wrapper {
  color: #ffffff;
}
.cid-uKhq6iY4YP .mbr-text,
.cid-uKhq6iY4YP .mbr-section-btn {
  color: #111111;
}
.cid-uKhq6iY4YP P {
  color: #ffffff;
}
.cid-uKhqVjwu7W {
  z-index: 1000;
  width: 100%;
}
.cid-uKhqVjwu7W nav.navbar {
  position: fixed;
}
.cid-uKhqVjwu7W .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKhqVjwu7W .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uKhqVjwu7W .dropdown-item:hover,
.cid-uKhqVjwu7W .dropdown-item:focus {
  color: #6dc043 !important;
}
.cid-uKhqVjwu7W .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-uKhqVjwu7W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKhqVjwu7W .nav-link {
  position: relative;
  padding: 0;
}
.cid-uKhqVjwu7W .container {
  display: flex;
  margin: auto;
}
.cid-uKhqVjwu7W .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKhqVjwu7W .dropdown-menu,
.cid-uKhqVjwu7W .navbar.opened {
  background: #ffffff !important;
}
.cid-uKhqVjwu7W .nav-item:focus,
.cid-uKhqVjwu7W .nav-link:focus {
  outline: none;
}
.cid-uKhqVjwu7W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKhqVjwu7W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKhqVjwu7W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKhqVjwu7W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKhqVjwu7W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKhqVjwu7W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKhqVjwu7W .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
}
.cid-uKhqVjwu7W .navbar.opened {
  transition: all 0.3s;
}
.cid-uKhqVjwu7W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKhqVjwu7W .navbar .navbar-logo img {
  width: auto;
}
.cid-uKhqVjwu7W .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKhqVjwu7W .navbar.collapsed {
  justify-content: center;
}
.cid-uKhqVjwu7W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKhqVjwu7W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKhqVjwu7W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uKhqVjwu7W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKhqVjwu7W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKhqVjwu7W .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uKhqVjwu7W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKhqVjwu7W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKhqVjwu7W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKhqVjwu7W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKhqVjwu7W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKhqVjwu7W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKhqVjwu7W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKhqVjwu7W .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uKhqVjwu7W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKhqVjwu7W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKhqVjwu7W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKhqVjwu7W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKhqVjwu7W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKhqVjwu7W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKhqVjwu7W .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKhqVjwu7W .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKhqVjwu7W .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKhqVjwu7W .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKhqVjwu7W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKhqVjwu7W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKhqVjwu7W .dropdown-item.active,
.cid-uKhqVjwu7W .dropdown-item:active {
  background-color: transparent;
}
.cid-uKhqVjwu7W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKhqVjwu7W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKhqVjwu7W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKhqVjwu7W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKhqVjwu7W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKhqVjwu7W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKhqVjwu7W ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uKhqVjwu7W .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKhqVjwu7W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKhqVjwu7W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKhqVjwu7W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKhqVjwu7W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKhqVjwu7W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKhqVjwu7W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKhqVjwu7W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKhqVjwu7W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKhqVjwu7W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKhqVjwu7W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKhqVjwu7W .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-uKhqVjwu7W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKhqVjwu7W .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKhqVjwu7W .navbar {
    height: 70px;
  }
  .cid-uKhqVjwu7W .navbar.opened {
    height: auto;
  }
  .cid-uKhqVjwu7W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKhqVjwu7W a {
  display: inline;
}
.cid-uKhqVjwu7W img {
  display: inline;
  padding-right: 10px;
}
.cid-uKhqVjwu7W .dropdown-toggle:after {
  display: none;
}
.cid-uKhqVjwu7W .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uKhqVjwu7W .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-uKhqVjwu7W .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uKhqVjwu7W .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uKhqVjwu7W .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uKhqVjwu7W .nav-item {
  margin-right: 32px;
}
.cid-uKhqVjwu7W .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uKhqVjwu7W ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uKhqVjwu7W .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uKhqVjwu7W .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uKhqVjwu7W .navbar-nav {
  margin: auto;
}
.cid-uKhqVjwu7W .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uKhqVjwu7W .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-uKhqVjwu7W .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-uKhqVjwu7W .btn {
  border-radius: 1000px !important;
}
.cid-uKhqVjwu7W .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-uKhqVjwu7W .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uKhqVjwu7W .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uKhqVjwu7W .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-uKhqVjwu7W .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-uKhqVjwu7W .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uKhqVjwu7W .top {
    margin-top: 25px;
  }
}
.cid-uKhqVjwu7W .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-uKhqVjwu7W .container,
  .cid-uKhqVjwu7W .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uKhqVjwu7W li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-uKhqVjwu7W ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uKhqVjwu7W .icons-menu {
    min-width: initial !important;
  }
  .cid-uKhqVjwu7W a.btn {
    margin-top: 10px;
  }
}
.cid-uKhqVjwu7W a.btn > span {
  margin-left: 0.5rem;
}
.cid-uKhqVjwu7W .navbar-nav .nav-item .nav-link:hover,
.cid-uKhqVjwu7W .navbar-nav .nav-item .nav-link:focus {
  color: #3f69ff !important;
}
.cid-uKhqVjY0nW {
  display: flex;
  padding-top: 225px;
  padding-bottom: 150px;
  background: linear-gradient(to bottom, #0061a3, #d9ffc6);
}
@media (min-width: 768px) {
  .cid-uKhqVjY0nW {
    align-items: flex-start;
  }
  .cid-uKhqVjY0nW .row {
    justify-content: flex-start;
  }
}
.cid-uKhqVjY0nW .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uKhqVjY0nW .mbr-text,
.cid-uKhqVjY0nW .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uKhqVjY0nW .mbr-section-title,
.cid-uKhqVjY0nW .line {
  color: #33358c;
}
.cid-uKhqVjY0nW h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uKhqVjY0nW h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uKhqVjY0nW .mbr-section-subtitle,
.cid-uKhqVjY0nW .align {
  text-align: left;
  color: #232323;
}
.cid-uKhqVkf1gs {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background: #f8f8f8;
}
.cid-uKhqVkf1gs .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uKhqVkf1gs .team-card:hover {
  transform: translateY(-10px);
}
.cid-uKhqVkf1gs .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6dc043;
}
.cid-uKhqVkf1gs .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uKhqVkf1gs .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uKhqVkf1gs .image-wrap {
  height: 300px;
  padding-bottom: 2rem;
}
.cid-uKhqVkf1gs .image-wrap img {
  height: 100%;
  object-fit: contain;
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media (max-width: 991px) {
  .cid-uKhqVkf1gs .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uKhqVkf1gs .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uKhqVkf1gs .card-wrap:hover h5:before {
  animation: 1s ease-in-out alternate line;
}
.cid-uKhqVkf1gs .card-title,
.cid-uKhqVkf1gs .social-row {
  color: #1a449a;
}
.cid-uKhqVkf1gs .mbr-role,
.cid-uKhqVkf1gs .social-row {
  color: #1a449a;
}
.cid-uKhqVkf1gs .card-text,
.cid-uKhqVkf1gs .mbr-section-btn,
.cid-uKhqVkf1gs .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uKhqVkf1gs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKhqVkf1gs .card-title,
.cid-uKhqVkf1gs .content-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uKhqVkf1gs .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKhqVl4yUy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #33358c;
}
.cid-uKhqVl4yUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKhqVl4yUy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKhqVl4yUy .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKhqVl4yUy .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uKhqVl4yUy .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKhqVl4yUy .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uKhqVl4yUy .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKhqVl4yUy .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uKhqVl4yUy .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKhqVl4yUy .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
  color: #6bbfaf;
}
.cid-uKhqVl4yUy .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uKhqVl4yUy .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uKhqVl4yUy .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uKhqVl4yUy .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uKhqVl4yUy .items-wrapper .card {
  padding: 0 32px;
}
.cid-uKhqVl4yUy .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uKhqVl4yUy .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKhqVl4yUy .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uKhqVl4yUy .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uKhqVl4yUy .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uKhqVl4yUy .list-wrapper .list .item-wrap:hover,
.cid-uKhqVl4yUy .list-wrapper .list .item-wrap:focus {
  color: #6bbfaf;
}
.cid-uKhqVl4yUy .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKhqVl4yUy .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uKhqVl4yUy .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKhqVl4yUy .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uKhqVl4yUy .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uKhqVl4yUy .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uKhqVl4yUy .mbr-desc {
  color: #ffffff;
}
.cid-uKhqVl4yUy .mbr-text,
.cid-uKhqVl4yUy .text-wrapper {
  color: #9aa0a6;
}
.cid-uKhqVl4yUy .list {
  color: #9aa0a6;
}
.cid-uKhqVl4yUy .list,
.cid-uKhqVl4yUy .item-wrap {
  color: #ffffff;
}
.cid-uKhqVl4yUy .mbr-desc,
.cid-uKhqVl4yUy .content-wrapper {
  color: #ffffff;
}
.cid-uKhqVl4yUy .mbr-text,
.cid-uKhqVl4yUy .mbr-section-btn {
  color: #111111;
}
.cid-uKhqVl4yUy P {
  color: #ffffff;
}
