.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Abel', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Abel', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Abel', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Abel', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Abel', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #317193 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #317193 !important;
  border-color: #317193 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #3e8eb9 !important;
  border-color: #3e8eb9 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #3e8eb9 !important;
  border-color: #3e8eb9 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #317193;
  color: #317193;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1b3f52 !important;
  background-color: transparent !important;
  border-color: #1b3f52 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #317193 !important;
  border-color: #317193 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #317193 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #183646 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #317193;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #73b0d0;
}
.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: 'Abel', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Abel', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9fe870;
  border-bottom-color: #9fe870;
}
.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: #9fe870 !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: #ffd7ef !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='%239fe870' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uBcoCRz6y5 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBcoCRz6y5 .nav-item:focus,
.cid-uBcoCRz6y5 .nav-link:focus {
  outline: none;
}
.cid-uBcoCRz6y5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBcoCRz6y5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBcoCRz6y5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uBcoCRz6y5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uBcoCRz6y5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBcoCRz6y5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBcoCRz6y5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBcoCRz6y5 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uBcoCRz6y5 .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #a0e1e1;
  background: linear-gradient(#0c5175, #a0e1e1);
}
.cid-uBcoCRz6y5 .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #a0e1e1 !important;
  background: linear-gradient(#0c5175, #a0e1e1) !important;
}
.cid-uBcoCRz6y5 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-uBcoCRz6y5 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-uBcoCRz6y5 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uBcoCRz6y5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBcoCRz6y5 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uBcoCRz6y5 .navbar.collapsed .navbar-collapse.show,
.cid-uBcoCRz6y5 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uBcoCRz6y5 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uBcoCRz6y5 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uBcoCRz6y5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBcoCRz6y5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBcoCRz6y5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBcoCRz6y5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBcoCRz6y5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBcoCRz6y5 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uBcoCRz6y5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBcoCRz6y5 .navbar.collapsed .right-menu,
.cid-uBcoCRz6y5 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-uBcoCRz6y5 .navbar .navbar-collapse.show,
  .cid-uBcoCRz6y5 .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uBcoCRz6y5 .navbar .navbar-collapse.show .brand-container,
  .cid-uBcoCRz6y5 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uBcoCRz6y5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBcoCRz6y5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBcoCRz6y5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBcoCRz6y5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBcoCRz6y5 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBcoCRz6y5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBcoCRz6y5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBcoCRz6y5 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uBcoCRz6y5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-uBcoCRz6y5 .navbar .right-menu,
  .cid-uBcoCRz6y5 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uBcoCRz6y5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBcoCRz6y5 .navbar.navbar-short .mbr-overlay {
  background: #a0e1e1 !important;
  background: linear-gradient(#0c5175, #a0e1e1) !important;
}
.cid-uBcoCRz6y5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBcoCRz6y5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBcoCRz6y5 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBcoCRz6y5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBcoCRz6y5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBcoCRz6y5 .dropdown-item.active,
.cid-uBcoCRz6y5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBcoCRz6y5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBcoCRz6y5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBcoCRz6y5 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBcoCRz6y5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0e1e1;
}
.cid-uBcoCRz6y5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBcoCRz6y5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBcoCRz6y5 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uBcoCRz6y5 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uBcoCRz6y5 .navbar-buttons {
  margin-left: auto;
}
.cid-uBcoCRz6y5 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBcoCRz6y5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBcoCRz6y5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBcoCRz6y5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcoCRz6y5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcoCRz6y5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBcoCRz6y5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcoCRz6y5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-uBcoCRz6y5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-uBcoCRz6y5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcoCRz6y5 .navbar-dropdown {
  position: fixed;
}
.cid-uBcoCRz6y5 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBcoCRz6y5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBcoCRz6y5 .right-menu,
.cid-uBcoCRz6y5 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uBcoCRz6y5 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBcoCRz6y5 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBcoCRz6y5 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uBcoCRz6y5 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #a9001e;
  padding: 0.5rem 0;
  color: #ffeb69;
}
.cid-uBcoCRz6y5 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-uBcoCRz6y5 .card-wrapper {
  z-index: 3;
}
.cid-uBcoCRz6y5 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-uBcoCRz6y5 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBcoCRz6y5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBco9mk5jf {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/a-photo-of-a-brown-adult-labrador-retrie-e4ashprarxmjoxqq0-czqq-bn0n4-l7rtmmyedyx82zhg-1312x736.jpg");
}
.cid-uBco9mk5jf .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uBco9mk5jf {
    align-items: flex-end;
  }
  .cid-uBco9mk5jf .row {
    justify-content: center;
  }
  .cid-uBco9mk5jf .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBco9mk5jf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBco9mk5jf {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBco9mk5jf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBco9mk5jf .content-wrap {
    width: 100%;
  }
}
.cid-uBco9mk5jf .mbr-section-title,
.cid-uBco9mk5jf .mbr-section-subtitle {
  text-align: center;
}
.cid-uBco9mk5jf .mbr-text,
.cid-uBco9mk5jf .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uBcWYB9sde {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #b7d3d6;
}
.cid-uBcWYB9sde img,
.cid-uBcWYB9sde .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uBcWYB9sde .item:focus,
.cid-uBcWYB9sde span:focus {
  outline: none;
}
.cid-uBcWYB9sde .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uBcWYB9sde .item {
    margin-bottom: 1rem;
  }
}
.cid-uBcWYB9sde .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uBcWYB9sde .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uBcWYB9sde .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uBcWYB9sde .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBcWYB9sde .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uBcWYB9sde .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uBcWYB9sde .mbr-section-title {
  color: #232323;
}
.cid-uBcWYB9sde .mbr-text,
.cid-uBcWYB9sde .mbr-section-btn {
  text-align: center;
}
.cid-uBcWYB9sde .item-title {
  text-align: left;
  color: #0c2c68;
}
.cid-uBcWYB9sde .content-head {
  max-width: 800px;
}
.cid-uBcWYB9sde .mbr-text,
.cid-uBcWYB9sde .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uBcWYB9sde .mbr-section-title,
.cid-uBcWYB9sde .mbr-section-head .mbr-section-btn {
  color: #0c2c68;
}
.cid-uBdTTaImQE {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #317193;
}
.cid-uBdTTaImQE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBdTTaImQE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBdTTaImQE .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uBdTTaImQE .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBdTTaImQE .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uBdTTaImQE .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uBdTTaImQE .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uBdTTaImQE .row {
  flex-direction: row-reverse;
}
.cid-uBdTTaImQE .image-wrapper {
  padding: 0 1rem;
}
.cid-uBdTTaImQE img,
.cid-uBdTTaImQE .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uBdTTaImQE img,
  .cid-uBdTTaImQE .image-wrapper {
    max-height: 350px;
  }
}
.cid-uBdTTaImQE .mbr-section-title {
  color: #317193;
}
.cid-uBdTTaImQE .mbr-text {
  color: #000000;
}
.cid-uDxUBWjoSx {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #317193;
}
.cid-uDxUBWjoSx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxUBWjoSx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxUBWjoSx .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uDxUBWjoSx .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDxUBWjoSx .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uDxUBWjoSx .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uDxUBWjoSx .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uDxUBWjoSx .image-wrapper {
  padding: 0 1rem;
}
.cid-uDxUBWjoSx img,
.cid-uDxUBWjoSx .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uDxUBWjoSx img,
  .cid-uDxUBWjoSx .image-wrapper {
    max-height: 350px;
  }
}
.cid-uDxUBWjoSx .mbr-section-title {
  color: #317193;
}
.cid-uDxUBWjoSx .mbr-text {
  color: #000000;
}
.cid-uBe5pMvVPo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBe5pMvVPo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBe5pMvVPo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBe5pMvVPo .card-wrapper {
  background: #0c5175;
}
@media (max-width: 767px) {
  .cid-uBe5pMvVPo .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBe5pMvVPo .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBe5pMvVPo .card-wrapper {
    padding: 4rem;
  }
}
.cid-uBe5pMvVPo .mbr-text,
.cid-uBe5pMvVPo .mbr-section-btn {
  color: #ffffff;
}
.cid-uBe5pMvVPo .card-title,
.cid-uBe5pMvVPo .card-box {
  text-align: left;
  color: #b7d3d6;
}
.cid-uBhKgceOe4 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uBhKgceOe4 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uBhKgceOe4 .social-row .soc-item {
  margin: 8px;
}
.cid-uBhKgceOe4 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uBhKgceOe4 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uBhKgceOe4 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uBhKgceOe4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBhKgceOe4 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBhKgceOe4 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBhKgceOe4 .header-menu li p {
  margin: 0;
}
.cid-uBhKgceOe4 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uBhKgceOe4 .mbr-section-title {
  color: #ffffff;
}
.cid-uBhMloNGiN .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBhMloNGiN .nav-item:focus,
.cid-uBhMloNGiN .nav-link:focus {
  outline: none;
}
.cid-uBhMloNGiN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBhMloNGiN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBhMloNGiN .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uBhMloNGiN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uBhMloNGiN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBhMloNGiN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBhMloNGiN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBhMloNGiN .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uBhMloNGiN .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #a0e1e1;
  background: linear-gradient(#0c5175, #a0e1e1);
}
.cid-uBhMloNGiN .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #a0e1e1 !important;
  background: linear-gradient(#0c5175, #a0e1e1) !important;
}
.cid-uBhMloNGiN .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-uBhMloNGiN .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-uBhMloNGiN .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uBhMloNGiN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBhMloNGiN .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uBhMloNGiN .navbar.collapsed .navbar-collapse.show,
.cid-uBhMloNGiN .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uBhMloNGiN .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uBhMloNGiN .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uBhMloNGiN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBhMloNGiN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBhMloNGiN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBhMloNGiN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBhMloNGiN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBhMloNGiN .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uBhMloNGiN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBhMloNGiN .navbar.collapsed .right-menu,
.cid-uBhMloNGiN .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-uBhMloNGiN .navbar .navbar-collapse.show,
  .cid-uBhMloNGiN .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uBhMloNGiN .navbar .navbar-collapse.show .brand-container,
  .cid-uBhMloNGiN .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uBhMloNGiN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBhMloNGiN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBhMloNGiN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBhMloNGiN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBhMloNGiN .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBhMloNGiN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBhMloNGiN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBhMloNGiN .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uBhMloNGiN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-uBhMloNGiN .navbar .right-menu,
  .cid-uBhMloNGiN .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uBhMloNGiN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBhMloNGiN .navbar.navbar-short .mbr-overlay {
  background: #a0e1e1 !important;
  background: linear-gradient(#0c5175, #a0e1e1) !important;
}
.cid-uBhMloNGiN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBhMloNGiN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBhMloNGiN .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBhMloNGiN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBhMloNGiN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBhMloNGiN .dropdown-item.active,
.cid-uBhMloNGiN .dropdown-item:active {
  background-color: transparent;
}
.cid-uBhMloNGiN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBhMloNGiN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBhMloNGiN .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBhMloNGiN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0e1e1;
}
.cid-uBhMloNGiN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBhMloNGiN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBhMloNGiN ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uBhMloNGiN ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uBhMloNGiN .navbar-buttons {
  margin-left: auto;
}
.cid-uBhMloNGiN button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBhMloNGiN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBhMloNGiN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBhMloNGiN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBhMloNGiN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBhMloNGiN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBhMloNGiN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBhMloNGiN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-uBhMloNGiN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-uBhMloNGiN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBhMloNGiN .navbar-dropdown {
  position: fixed;
}
.cid-uBhMloNGiN a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBhMloNGiN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBhMloNGiN .right-menu,
.cid-uBhMloNGiN .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uBhMloNGiN .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBhMloNGiN .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBhMloNGiN .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uBhMloNGiN .menu-top {
  text-align: center;
  width: 100%;
  background-color: #a9001e;
  padding: 0.5rem 0;
  color: #ffeb69;
}
.cid-uBhMloNGiN .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-uBhMloNGiN .card-wrapper {
  z-index: 3;
}
.cid-uBhMloNGiN .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-uBhMloNGiN .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBhMloNGiN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBhMlvCRWA {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/firefly-perro-labrador-negro-mirando-al-frente-con-un-fondo-tribal-colorido-y-estilo-inka-y-con-un-c-512x512.jpeg");
}
.cid-uBhMlvCRWA .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBhMlvCRWA {
    align-items: flex-end;
  }
  .cid-uBhMlvCRWA .row {
    justify-content: center;
  }
  .cid-uBhMlvCRWA .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBhMlvCRWA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBhMlvCRWA {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBhMlvCRWA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBhMlvCRWA .content-wrap {
    width: 100%;
  }
}
.cid-uBhMlvCRWA .mbr-section-title,
.cid-uBhMlvCRWA .mbr-section-subtitle {
  text-align: center;
}
.cid-uBhMlvCRWA .mbr-text,
.cid-uBhMlvCRWA .mbr-section-btn {
  text-align: center;
}
.cid-uBmZ6TU6UK {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #b7d3d6;
}
.cid-uBmZ6TU6UK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBmZ6TU6UK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBmZ6TU6UK .mbr-section-title {
  color: #0c2c68;
}
.cid-uBnSjjPznE {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #b7d3d6;
}
.cid-uBnSjjPznE .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBnSjjPznE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBnSjjPznE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 354px;
  max-width: 354px;
}
@media (max-width: 992px) {
  .cid-uBnSjjPznE .embla__slide {
    min-width: 620px;
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .cid-uBnSjjPznE .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uBnSjjPznE .embla__slide .slide-content {
  width: 100%;
}
.cid-uBnSjjPznE .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uBnSjjPznE .embla__slide .slide-content .item-wrapper {
    height: 350px;
  }
}
.cid-uBnSjjPznE .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #272b2e, transparent);
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uBnSjjPznE .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBnSjjPznE .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBnSjjPznE .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uBnSjjPznE .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uBnSjjPznE .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uBnSjjPznE .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uBnSjjPznE .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uBnSjjPznE .embla__button--next,
.cid-uBnSjjPznE .embla__button--prev {
  display: flex;
}
.cid-uBnSjjPznE .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #272b2e !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uBnSjjPznE .embla__button:hover {
  opacity: .7 !important;
}
.cid-uBnSjjPznE .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uBnSjjPznE .embla__button.embla__button--next {
  right: 0;
}
.cid-uBnSjjPznE .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uBnSjjPznE .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uBnSjjPznE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBnSjjPznE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBnSjjPznE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBnSjjPznE .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBnSjjPznE .mbr-section-title {
  color: #272b2e;
}
.cid-uBnSjjPznE .item-tag {
  color: #ffffff;
}
.cid-uBnSjjPznE .item-name {
  color: #ffffff;
}
.cid-uBhMlAMJxg {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #317193;
}
.cid-uBhMlAMJxg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBhMlAMJxg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBhMlAMJxg .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uBhMlAMJxg .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBhMlAMJxg .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uBhMlAMJxg .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uBhMlAMJxg .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uBhMlAMJxg .row {
  flex-direction: row-reverse;
}
.cid-uBhMlAMJxg .image-wrapper {
  padding: 0 1rem;
}
.cid-uBhMlAMJxg img,
.cid-uBhMlAMJxg .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uBhMlAMJxg img,
  .cid-uBhMlAMJxg .image-wrapper {
    max-height: 350px;
  }
}
.cid-uBhMlAMJxg .mbr-section-title {
  color: #317193;
}
.cid-uBhMlAMJxg .mbr-text {
  color: #000000;
}
.cid-uDxY6xTrCp {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #317193;
}
.cid-uDxY6xTrCp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDxY6xTrCp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDxY6xTrCp .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uDxY6xTrCp .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDxY6xTrCp .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uDxY6xTrCp .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uDxY6xTrCp .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uDxY6xTrCp .image-wrapper {
  padding: 0 1rem;
}
.cid-uDxY6xTrCp img,
.cid-uDxY6xTrCp .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uDxY6xTrCp img,
  .cid-uDxY6xTrCp .image-wrapper {
    max-height: 350px;
  }
}
.cid-uDxY6xTrCp .mbr-section-title {
  color: #317193;
}
.cid-uDxY6xTrCp .mbr-text {
  color: #000000;
}
.cid-uBhMlKgEhE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBhMlKgEhE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBhMlKgEhE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBhMlKgEhE .card-wrapper {
  background: #0c5175;
}
@media (max-width: 767px) {
  .cid-uBhMlKgEhE .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBhMlKgEhE .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBhMlKgEhE .card-wrapper {
    padding: 4rem;
  }
}
.cid-uBhMlKgEhE .mbr-text,
.cid-uBhMlKgEhE .mbr-section-btn {
  color: #ffffff;
}
.cid-uBhMlKgEhE .card-title,
.cid-uBhMlKgEhE .card-box {
  text-align: left;
  color: #b7d3d6;
}
.cid-uBhMlTSIeA {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uBhMlTSIeA .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uBhMlTSIeA .social-row .soc-item {
  margin: 8px;
}
.cid-uBhMlTSIeA .social-row .soc-item a:hover .mbr-iconfont,
.cid-uBhMlTSIeA .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uBhMlTSIeA .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uBhMlTSIeA .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBhMlTSIeA .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBhMlTSIeA .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBhMlTSIeA .header-menu li p {
  margin: 0;
}
.cid-uBhMlTSIeA .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uBhMlTSIeA .mbr-section-title {
  color: #ffffff;
}
.cid-uBhQ3DLJLv .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBhQ3DLJLv .nav-item:focus,
.cid-uBhQ3DLJLv .nav-link:focus {
  outline: none;
}
.cid-uBhQ3DLJLv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBhQ3DLJLv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBhQ3DLJLv .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uBhQ3DLJLv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uBhQ3DLJLv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBhQ3DLJLv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBhQ3DLJLv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBhQ3DLJLv .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uBhQ3DLJLv .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #a0e1e1;
  background: linear-gradient(#0c5175, #a0e1e1);
}
.cid-uBhQ3DLJLv .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #a0e1e1 !important;
  background: linear-gradient(#0c5175, #a0e1e1) !important;
}
.cid-uBhQ3DLJLv .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-uBhQ3DLJLv .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-uBhQ3DLJLv .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uBhQ3DLJLv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBhQ3DLJLv .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uBhQ3DLJLv .navbar.collapsed .navbar-collapse.show,
.cid-uBhQ3DLJLv .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uBhQ3DLJLv .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uBhQ3DLJLv .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uBhQ3DLJLv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBhQ3DLJLv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBhQ3DLJLv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBhQ3DLJLv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBhQ3DLJLv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBhQ3DLJLv .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uBhQ3DLJLv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBhQ3DLJLv .navbar.collapsed .right-menu,
.cid-uBhQ3DLJLv .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-uBhQ3DLJLv .navbar .navbar-collapse.show,
  .cid-uBhQ3DLJLv .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uBhQ3DLJLv .navbar .navbar-collapse.show .brand-container,
  .cid-uBhQ3DLJLv .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uBhQ3DLJLv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBhQ3DLJLv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBhQ3DLJLv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBhQ3DLJLv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBhQ3DLJLv .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBhQ3DLJLv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBhQ3DLJLv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBhQ3DLJLv .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uBhQ3DLJLv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-uBhQ3DLJLv .navbar .right-menu,
  .cid-uBhQ3DLJLv .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uBhQ3DLJLv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBhQ3DLJLv .navbar.navbar-short .mbr-overlay {
  background: #a0e1e1 !important;
  background: linear-gradient(#0c5175, #a0e1e1) !important;
}
.cid-uBhQ3DLJLv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBhQ3DLJLv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBhQ3DLJLv .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBhQ3DLJLv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBhQ3DLJLv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBhQ3DLJLv .dropdown-item.active,
.cid-uBhQ3DLJLv .dropdown-item:active {
  background-color: transparent;
}
.cid-uBhQ3DLJLv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBhQ3DLJLv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBhQ3DLJLv .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBhQ3DLJLv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0e1e1;
}
.cid-uBhQ3DLJLv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBhQ3DLJLv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBhQ3DLJLv ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uBhQ3DLJLv ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uBhQ3DLJLv .navbar-buttons {
  margin-left: auto;
}
.cid-uBhQ3DLJLv button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBhQ3DLJLv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBhQ3DLJLv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBhQ3DLJLv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBhQ3DLJLv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBhQ3DLJLv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBhQ3DLJLv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBhQ3DLJLv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-uBhQ3DLJLv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-uBhQ3DLJLv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBhQ3DLJLv .navbar-dropdown {
  position: fixed;
}
.cid-uBhQ3DLJLv a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBhQ3DLJLv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBhQ3DLJLv .right-menu,
.cid-uBhQ3DLJLv .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uBhQ3DLJLv .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBhQ3DLJLv .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBhQ3DLJLv .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uBhQ3DLJLv .menu-top {
  text-align: center;
  width: 100%;
  background-color: #a9001e;
  padding: 0.5rem 0;
  color: #ffeb69;
}
.cid-uBhQ3DLJLv .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-uBhQ3DLJLv .card-wrapper {
  z-index: 3;
}
.cid-uBhQ3DLJLv .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-uBhQ3DLJLv .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBhQ3DLJLv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBhQ3ELZSl {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/a-detailed-drawing-of-a-peruvian-dog-per-lly-ylmctrom4iqr65thca-4zvktl1fr9w6sfpmudry7a-1024x1024.jpeg");
}
.cid-uBhQ3ELZSl .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBhQ3ELZSl {
    align-items: flex-end;
  }
  .cid-uBhQ3ELZSl .row {
    justify-content: center;
  }
  .cid-uBhQ3ELZSl .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBhQ3ELZSl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBhQ3ELZSl {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBhQ3ELZSl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBhQ3ELZSl .content-wrap {
    width: 100%;
  }
}
.cid-uBhQ3ELZSl .mbr-section-title,
.cid-uBhQ3ELZSl .mbr-section-subtitle {
  text-align: center;
}
.cid-uBhQ3ELZSl .mbr-text,
.cid-uBhQ3ELZSl .mbr-section-btn {
  text-align: center;
}
.cid-uBnpp5tCIY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uBnpp5tCIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBnpp5tCIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBnpp5tCIY .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uBnpp5tCIY .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uBnpp5tCIY .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBnpp5tCIY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnpp5tCIY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBnpp5tCIY .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uBnpp5tCIY .mbr-section-title {
  color: #b7d3d6;
}
.cid-uBnpp5tCIY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBnpp5tCIY .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uBnpp5tCIY .card-box .item-footer {
  margin-top: auto;
}
.cid-uBnpp5tCIY .content-head {
  max-width: 800px;
}
.cid-uBnwtC8pEa {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBnwtC8pEa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBnwtC8pEa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBnwtC8pEa .mbr-section-title {
  color: #0c2c68;
}
.cid-uBnwnSPwaS {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uBnwnSPwaS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBnwnSPwaS .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uBnwnSPwaS .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBnwnSPwaS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBnwnSPwaS .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #0c2c68;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #b7d3d6;
  height: 80px;
  border-radius: 50%;
}
.cid-uBnwnSPwaS .card-title,
.cid-uBnwnSPwaS .iconfont-wrapper,
.cid-uBnwnSPwaS .card-text {
  color: #000000;
  text-align: center;
}
.cid-uBnwnSPwaS .content-head {
  max-width: 800px;
}
.cid-uBnwnSPwaS .mbr-section-title {
  color: #000000;
}
.cid-uBnwnSPwaS .mbr-section-btn {
  text-align: center;
}
.cid-uBhQ3FCJgf {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #317193;
}
.cid-uBhQ3FCJgf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBhQ3FCJgf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBhQ3FCJgf .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uBhQ3FCJgf .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBhQ3FCJgf .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uBhQ3FCJgf .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uBhQ3FCJgf .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uBhQ3FCJgf .row {
  flex-direction: row-reverse;
}
.cid-uBhQ3FCJgf .image-wrapper {
  padding: 0 1rem;
}
.cid-uBhQ3FCJgf img,
.cid-uBhQ3FCJgf .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uBhQ3FCJgf img,
  .cid-uBhQ3FCJgf .image-wrapper {
    max-height: 350px;
  }
}
.cid-uBhQ3FCJgf .mbr-section-title {
  color: #317193;
}
.cid-uBhQ3FCJgf .mbr-text {
  color: #000000;
}
.cid-uBhQ3GcIm9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBhQ3GcIm9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBhQ3GcIm9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBhQ3GcIm9 .card-wrapper {
  background: #0c5175;
}
@media (max-width: 767px) {
  .cid-uBhQ3GcIm9 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBhQ3GcIm9 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBhQ3GcIm9 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uBhQ3GcIm9 .mbr-text,
.cid-uBhQ3GcIm9 .mbr-section-btn {
  color: #ffffff;
}
.cid-uBhQ3GcIm9 .card-title,
.cid-uBhQ3GcIm9 .card-box {
  text-align: left;
  color: #b7d3d6;
}
.cid-uBhQ3GNEPb {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uBhQ3GNEPb .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uBhQ3GNEPb .social-row .soc-item {
  margin: 8px;
}
.cid-uBhQ3GNEPb .social-row .soc-item a:hover .mbr-iconfont,
.cid-uBhQ3GNEPb .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uBhQ3GNEPb .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uBhQ3GNEPb .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBhQ3GNEPb .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBhQ3GNEPb .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBhQ3GNEPb .header-menu li p {
  margin: 0;
}
.cid-uBhQ3GNEPb .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uBhQ3GNEPb .mbr-section-title {
  color: #ffffff;
}
.cid-uBhR6JpKUQ .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBhR6JpKUQ .nav-item:focus,
.cid-uBhR6JpKUQ .nav-link:focus {
  outline: none;
}
.cid-uBhR6JpKUQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBhR6JpKUQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBhR6JpKUQ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uBhR6JpKUQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uBhR6JpKUQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBhR6JpKUQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBhR6JpKUQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBhR6JpKUQ .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uBhR6JpKUQ .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #a0e1e1;
  background: linear-gradient(#0c5175, #a0e1e1);
}
.cid-uBhR6JpKUQ .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #a0e1e1 !important;
  background: linear-gradient(#0c5175, #a0e1e1) !important;
}
.cid-uBhR6JpKUQ .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-uBhR6JpKUQ .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-uBhR6JpKUQ .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uBhR6JpKUQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBhR6JpKUQ .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uBhR6JpKUQ .navbar.collapsed .navbar-collapse.show,
.cid-uBhR6JpKUQ .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uBhR6JpKUQ .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uBhR6JpKUQ .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uBhR6JpKUQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBhR6JpKUQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBhR6JpKUQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBhR6JpKUQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBhR6JpKUQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBhR6JpKUQ .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uBhR6JpKUQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBhR6JpKUQ .navbar.collapsed .right-menu,
.cid-uBhR6JpKUQ .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-uBhR6JpKUQ .navbar .navbar-collapse.show,
  .cid-uBhR6JpKUQ .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uBhR6JpKUQ .navbar .navbar-collapse.show .brand-container,
  .cid-uBhR6JpKUQ .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uBhR6JpKUQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBhR6JpKUQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBhR6JpKUQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBhR6JpKUQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBhR6JpKUQ .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBhR6JpKUQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBhR6JpKUQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBhR6JpKUQ .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uBhR6JpKUQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-uBhR6JpKUQ .navbar .right-menu,
  .cid-uBhR6JpKUQ .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uBhR6JpKUQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBhR6JpKUQ .navbar.navbar-short .mbr-overlay {
  background: #a0e1e1 !important;
  background: linear-gradient(#0c5175, #a0e1e1) !important;
}
.cid-uBhR6JpKUQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBhR6JpKUQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBhR6JpKUQ .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBhR6JpKUQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBhR6JpKUQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBhR6JpKUQ .dropdown-item.active,
.cid-uBhR6JpKUQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uBhR6JpKUQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBhR6JpKUQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBhR6JpKUQ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBhR6JpKUQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0e1e1;
}
.cid-uBhR6JpKUQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBhR6JpKUQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBhR6JpKUQ ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uBhR6JpKUQ ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uBhR6JpKUQ .navbar-buttons {
  margin-left: auto;
}
.cid-uBhR6JpKUQ button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBhR6JpKUQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBhR6JpKUQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBhR6JpKUQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBhR6JpKUQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBhR6JpKUQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBhR6JpKUQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBhR6JpKUQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-uBhR6JpKUQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-uBhR6JpKUQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBhR6JpKUQ .navbar-dropdown {
  position: fixed;
}
.cid-uBhR6JpKUQ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBhR6JpKUQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBhR6JpKUQ .right-menu,
.cid-uBhR6JpKUQ .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uBhR6JpKUQ .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBhR6JpKUQ .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBhR6JpKUQ .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uBhR6JpKUQ .menu-top {
  text-align: center;
  width: 100%;
  background-color: #a9001e;
  padding: 0.5rem 0;
  color: #ffeb69;
}
.cid-uBhR6JpKUQ .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-uBhR6JpKUQ .card-wrapper {
  z-index: 3;
}
.cid-uBhR6JpKUQ .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-uBhR6JpKUQ .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBhR6JpKUQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBhR6Kk8yY {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/a-detailed-drawing-of-a-peruvian-hairles-1faqbfdfr2wj6umiaegyhw-4zvktl1fr9w6sfpmudry7a-1024x1024.jpg");
}
.cid-uBhR6Kk8yY .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBhR6Kk8yY {
    align-items: flex-end;
  }
  .cid-uBhR6Kk8yY .row {
    justify-content: center;
  }
  .cid-uBhR6Kk8yY .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBhR6Kk8yY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBhR6Kk8yY {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBhR6Kk8yY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBhR6Kk8yY .content-wrap {
    width: 100%;
  }
}
.cid-uBhR6Kk8yY .mbr-section-title,
.cid-uBhR6Kk8yY .mbr-section-subtitle {
  text-align: center;
}
.cid-uBhR6Kk8yY .mbr-text,
.cid-uBhR6Kk8yY .mbr-section-btn {
  text-align: center;
}
.cid-uBnA9bgIaz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c5175;
}
.cid-uBnA9bgIaz .row {
  flex-direction: row-reverse;
}
.cid-uBnA9bgIaz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBnA9bgIaz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBnA9bgIaz .mbr-description {
  text-align: left;
}
.cid-uBnA9bgIaz .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uBnA9bgIaz .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBnA9bgIaz .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBnA9bgIaz .card-title,
.cid-uBnA9bgIaz .iconfont-wrapper {
  color: #000000;
}
.cid-uBnA9bgIaz .card-text {
  color: #000000;
}
.cid-uBnA9bgIaz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBnA9bgIaz .mbr-text,
.cid-uBnA9bgIaz .mbr-section-btn {
  text-align: center;
}
.cid-uBnA9bgIaz .card-text,
.cid-uBnA9bgIaz .item .mbr-section-btn {
  text-align: left;
}
.cid-uBnA9bgIaz .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uBnA9bgIaz .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uBnA9bgIaz .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uBnA9bgIaz .mbr-text UL {
  text-align: left;
}
.cid-uBhR6LpO50 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #317193;
}
.cid-uBhR6LpO50 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBhR6LpO50 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBhR6LpO50 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uBhR6LpO50 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBhR6LpO50 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uBhR6LpO50 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uBhR6LpO50 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uBhR6LpO50 .row {
  flex-direction: row-reverse;
}
.cid-uBhR6LpO50 .image-wrapper {
  padding: 0 1rem;
}
.cid-uBhR6LpO50 img,
.cid-uBhR6LpO50 .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uBhR6LpO50 img,
  .cid-uBhR6LpO50 .image-wrapper {
    max-height: 350px;
  }
}
.cid-uBhR6LpO50 .mbr-section-title {
  color: #317193;
}
.cid-uBhR6LpO50 .mbr-text {
  color: #000000;
}
.cid-uBhR6MWuth {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uBhR6MWuth .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uBhR6MWuth .social-row .soc-item {
  margin: 8px;
}
.cid-uBhR6MWuth .social-row .soc-item a:hover .mbr-iconfont,
.cid-uBhR6MWuth .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uBhR6MWuth .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uBhR6MWuth .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBhR6MWuth .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBhR6MWuth .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBhR6MWuth .header-menu li p {
  margin: 0;
}
.cid-uBhR6MWuth .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uBhR6MWuth .mbr-section-title {
  color: #ffffff;
}
.cid-uBhRT1Q09s .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBhRT1Q09s .nav-item:focus,
.cid-uBhRT1Q09s .nav-link:focus {
  outline: none;
}
.cid-uBhRT1Q09s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBhRT1Q09s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBhRT1Q09s .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uBhRT1Q09s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uBhRT1Q09s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBhRT1Q09s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBhRT1Q09s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBhRT1Q09s .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uBhRT1Q09s .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #a0e1e1;
  background: linear-gradient(#0c5175, #a0e1e1);
}
.cid-uBhRT1Q09s .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #a0e1e1 !important;
  background: linear-gradient(#0c5175, #a0e1e1) !important;
}
.cid-uBhRT1Q09s .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-uBhRT1Q09s .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-uBhRT1Q09s .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uBhRT1Q09s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBhRT1Q09s .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uBhRT1Q09s .navbar.collapsed .navbar-collapse.show,
.cid-uBhRT1Q09s .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uBhRT1Q09s .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uBhRT1Q09s .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uBhRT1Q09s .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBhRT1Q09s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBhRT1Q09s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBhRT1Q09s .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBhRT1Q09s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBhRT1Q09s .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uBhRT1Q09s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBhRT1Q09s .navbar.collapsed .right-menu,
.cid-uBhRT1Q09s .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-uBhRT1Q09s .navbar .navbar-collapse.show,
  .cid-uBhRT1Q09s .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uBhRT1Q09s .navbar .navbar-collapse.show .brand-container,
  .cid-uBhRT1Q09s .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uBhRT1Q09s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBhRT1Q09s .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBhRT1Q09s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBhRT1Q09s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBhRT1Q09s .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBhRT1Q09s .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBhRT1Q09s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBhRT1Q09s .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uBhRT1Q09s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-uBhRT1Q09s .navbar .right-menu,
  .cid-uBhRT1Q09s .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uBhRT1Q09s .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBhRT1Q09s .navbar.navbar-short .mbr-overlay {
  background: #a0e1e1 !important;
  background: linear-gradient(#0c5175, #a0e1e1) !important;
}
.cid-uBhRT1Q09s .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBhRT1Q09s .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBhRT1Q09s .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBhRT1Q09s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBhRT1Q09s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBhRT1Q09s .dropdown-item.active,
.cid-uBhRT1Q09s .dropdown-item:active {
  background-color: transparent;
}
.cid-uBhRT1Q09s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBhRT1Q09s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBhRT1Q09s .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBhRT1Q09s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0e1e1;
}
.cid-uBhRT1Q09s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBhRT1Q09s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBhRT1Q09s ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uBhRT1Q09s ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uBhRT1Q09s .navbar-buttons {
  margin-left: auto;
}
.cid-uBhRT1Q09s button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBhRT1Q09s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBhRT1Q09s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBhRT1Q09s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBhRT1Q09s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBhRT1Q09s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBhRT1Q09s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBhRT1Q09s nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-uBhRT1Q09s nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-uBhRT1Q09s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBhRT1Q09s .navbar-dropdown {
  position: fixed;
}
.cid-uBhRT1Q09s a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBhRT1Q09s .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBhRT1Q09s .right-menu,
.cid-uBhRT1Q09s .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uBhRT1Q09s .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBhRT1Q09s .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBhRT1Q09s .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uBhRT1Q09s .menu-top {
  text-align: center;
  width: 100%;
  background-color: #a9001e;
  padding: 0.5rem 0;
  color: #ffeb69;
}
.cid-uBhRT1Q09s .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-uBhRT1Q09s .card-wrapper {
  z-index: 3;
}
.cid-uBhRT1Q09s .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-uBhRT1Q09s .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBhRT1Q09s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBhRT4eQ1n {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/combi2-1-512x512.jpeg");
}
.cid-uBhRT4eQ1n .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBhRT4eQ1n {
    align-items: flex-end;
  }
  .cid-uBhRT4eQ1n .row {
    justify-content: center;
  }
  .cid-uBhRT4eQ1n .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBhRT4eQ1n .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBhRT4eQ1n {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBhRT4eQ1n .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBhRT4eQ1n .content-wrap {
    width: 100%;
  }
}
.cid-uBhRT4eQ1n .mbr-section-title,
.cid-uBhRT4eQ1n .mbr-section-subtitle {
  text-align: center;
}
.cid-uBhRT4eQ1n .mbr-text,
.cid-uBhRT4eQ1n .mbr-section-btn {
  text-align: center;
}
.cid-uBoAL7swya {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uBoAL7swya .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBoAL7swya .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBoAL7swya .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uBoAL7swya .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBoAL7swya .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBoAL7swya .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uBoAL7swya .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uBoAL7swya .mbr-section-title {
  color: #0c2c68;
}
.cid-uBoAL7swya .mbr-text,
.cid-uBoAL7swya .mbr-section-btn {
  color: #000000;
}
.cid-uBpfyLK3A7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #b7d3d6;
}
.cid-uBpfyLK3A7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBpfyLK3A7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBpfyLK3A7 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uBpfyLK3A7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uBpfyLK3A7 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uBpfyLK3A7 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uBpfyLK3A7 .container {
    padding: 0 14px;
  }
}
.cid-uBpfyLK3A7 .row {
  justify-content: center;
}
.cid-uBpfyLK3A7 .card-wrapper {
  padding: 50px 100px;
  background-color: #0c5175;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uBpfyLK3A7 .card-wrapper {
    padding: 50px 24px;
  }
}
.cid-uBpfyLK3A7 .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #01004c;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-uBpfyLK3A7 .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uBpfyLK3A7 .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-uBpfyLK3A7 .card-wrapper .card-wrap .icon-wrapper {
    margin: -4.5rem 0 16px 0;
  }
}
.cid-uBpfyLK3A7 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #851523;
}
@media (max-width: 1199px) {
  .cid-uBpfyLK3A7 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uBpfyLK3A7 .dragArea.row {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-uBpfyLK3A7 .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uBpfyLK3A7 .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uBpfyLK3A7 .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uBpfyLK3A7 .dragArea.row .form-group .form-control {
  border-bottom: 1px solid #f1f1f1 !important;
  box-shadow: none;
  background: transparent;
  padding: 16px 0;
  color: #320707;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .cid-uBpfyLK3A7 .dragArea.row .form-group .form-control {
    padding: 20px 15px;
  }
}
.cid-uBpfyLK3A7 .dragArea.row .form-group .form-control::placeholder {
  color: #f1f1f1;
  opacity: .5;
}
.cid-uBpfyLK3A7 .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uBpfyLK3A7 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffd7ef;
  border-color: #ffd7ef;
}
.cid-uBpfyLK3A7 .dragArea.row .form-group .form-check .form-check-label {
  color: #f1f1f1;
}
.cid-uBpfyLK3A7 .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uBpfyLK3A7 .mbr-section-title {
  color: #f1f1f1;
}
.cid-uBpfyLK3A7 .mbr-text {
  color: #f1f1f1;
  text-align: center;
}
.cid-uBpfyLK3A7 label {
  color: #f1f1f1;
}
.cid-uBpfyLK3A7 .mbr-section-title,
.cid-uBpfyLK3A7 .mbr-section-btn {
  text-align: center;
}
.cid-uBpfyLK3A7 .icon-wrapper {
  text-align: right;
}
.cid-uBhRT5IzfP {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #317193;
}
.cid-uBhRT5IzfP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBhRT5IzfP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBhRT5IzfP .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uBhRT5IzfP .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBhRT5IzfP .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uBhRT5IzfP .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uBhRT5IzfP .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uBhRT5IzfP .row {
  flex-direction: row-reverse;
}
.cid-uBhRT5IzfP .image-wrapper {
  padding: 0 1rem;
}
.cid-uBhRT5IzfP img,
.cid-uBhRT5IzfP .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uBhRT5IzfP img,
  .cid-uBhRT5IzfP .image-wrapper {
    max-height: 350px;
  }
}
.cid-uBhRT5IzfP .mbr-section-title {
  color: #317193;
}
.cid-uBhRT5IzfP .mbr-text {
  color: #000000;
}
.cid-uBhRT6UrjP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBhRT6UrjP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBhRT6UrjP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBhRT6UrjP .card-wrapper {
  background: #0c5175;
}
@media (max-width: 767px) {
  .cid-uBhRT6UrjP .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBhRT6UrjP .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBhRT6UrjP .card-wrapper {
    padding: 4rem;
  }
}
.cid-uBhRT6UrjP .mbr-text,
.cid-uBhRT6UrjP .mbr-section-btn {
  color: #ffffff;
}
.cid-uBhRT6UrjP .card-title,
.cid-uBhRT6UrjP .card-box {
  text-align: left;
  color: #b7d3d6;
}
.cid-uBhRT8b4Gr {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uBhRT8b4Gr .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uBhRT8b4Gr .social-row .soc-item {
  margin: 8px;
}
.cid-uBhRT8b4Gr .social-row .soc-item a:hover .mbr-iconfont,
.cid-uBhRT8b4Gr .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uBhRT8b4Gr .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uBhRT8b4Gr .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBhRT8b4Gr .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBhRT8b4Gr .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBhRT8b4Gr .header-menu li p {
  margin: 0;
}
.cid-uBhRT8b4Gr .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uBhRT8b4Gr .mbr-section-title {
  color: #ffffff;
}
.cid-uBhXHt6mkF .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBhXHt6mkF .nav-item:focus,
.cid-uBhXHt6mkF .nav-link:focus {
  outline: none;
}
.cid-uBhXHt6mkF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBhXHt6mkF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBhXHt6mkF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uBhXHt6mkF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uBhXHt6mkF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBhXHt6mkF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBhXHt6mkF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBhXHt6mkF .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uBhXHt6mkF .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #a0e1e1;
  background: linear-gradient(#0c5175, #a0e1e1);
}
.cid-uBhXHt6mkF .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #a0e1e1 !important;
  background: linear-gradient(#0c5175, #a0e1e1) !important;
}
.cid-uBhXHt6mkF .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-uBhXHt6mkF .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-uBhXHt6mkF .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uBhXHt6mkF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBhXHt6mkF .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uBhXHt6mkF .navbar.collapsed .navbar-collapse.show,
.cid-uBhXHt6mkF .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uBhXHt6mkF .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uBhXHt6mkF .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uBhXHt6mkF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBhXHt6mkF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBhXHt6mkF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBhXHt6mkF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBhXHt6mkF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBhXHt6mkF .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uBhXHt6mkF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBhXHt6mkF .navbar.collapsed .right-menu,
.cid-uBhXHt6mkF .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-uBhXHt6mkF .navbar .navbar-collapse.show,
  .cid-uBhXHt6mkF .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uBhXHt6mkF .navbar .navbar-collapse.show .brand-container,
  .cid-uBhXHt6mkF .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uBhXHt6mkF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBhXHt6mkF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBhXHt6mkF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBhXHt6mkF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBhXHt6mkF .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBhXHt6mkF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBhXHt6mkF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBhXHt6mkF .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uBhXHt6mkF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-uBhXHt6mkF .navbar .right-menu,
  .cid-uBhXHt6mkF .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uBhXHt6mkF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBhXHt6mkF .navbar.navbar-short .mbr-overlay {
  background: #a0e1e1 !important;
  background: linear-gradient(#0c5175, #a0e1e1) !important;
}
.cid-uBhXHt6mkF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBhXHt6mkF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBhXHt6mkF .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBhXHt6mkF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBhXHt6mkF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBhXHt6mkF .dropdown-item.active,
.cid-uBhXHt6mkF .dropdown-item:active {
  background-color: transparent;
}
.cid-uBhXHt6mkF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBhXHt6mkF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBhXHt6mkF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBhXHt6mkF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0e1e1;
}
.cid-uBhXHt6mkF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBhXHt6mkF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBhXHt6mkF ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uBhXHt6mkF ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uBhXHt6mkF .navbar-buttons {
  margin-left: auto;
}
.cid-uBhXHt6mkF button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBhXHt6mkF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBhXHt6mkF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBhXHt6mkF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBhXHt6mkF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBhXHt6mkF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBhXHt6mkF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBhXHt6mkF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-uBhXHt6mkF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-uBhXHt6mkF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBhXHt6mkF .navbar-dropdown {
  position: fixed;
}
.cid-uBhXHt6mkF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBhXHt6mkF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBhXHt6mkF .right-menu,
.cid-uBhXHt6mkF .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uBhXHt6mkF .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBhXHt6mkF .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBhXHt6mkF .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uBhXHt6mkF .menu-top {
  text-align: center;
  width: 100%;
  background-color: #a9001e;
  padding: 0.5rem 0;
  color: #ffeb69;
}
.cid-uBhXHt6mkF .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-uBhXHt6mkF .card-wrapper {
  z-index: 3;
}
.cid-uBhXHt6mkF .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-uBhXHt6mkF .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBhXHt6mkF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBhXHuCv1b {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/tuto-1-512x512.jpeg");
}
.cid-uBhXHuCv1b .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBhXHuCv1b {
    align-items: flex-end;
  }
  .cid-uBhXHuCv1b .row {
    justify-content: center;
  }
  .cid-uBhXHuCv1b .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBhXHuCv1b .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBhXHuCv1b {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBhXHuCv1b .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBhXHuCv1b .content-wrap {
    width: 100%;
  }
}
.cid-uBhXHuCv1b .mbr-section-title,
.cid-uBhXHuCv1b .mbr-section-subtitle {
  text-align: center;
}
.cid-uBhXHuCv1b .mbr-text,
.cid-uBhXHuCv1b .mbr-section-btn {
  text-align: center;
}
.cid-uBo7hm2nIN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b7d3d6;
}
.cid-uBo7hm2nIN .row {
  flex-direction: row-reverse;
}
.cid-uBo7hm2nIN .justify-content-center {
  align-items: center;
}
.cid-uBo7hm2nIN .mbr-section-title {
  text-align: center;
  color: #0c2c68;
}
.cid-uBo7hm2nIN .mbr-text,
.cid-uBo7hm2nIN .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uBo7hm2nIN .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBo7hm2nIN .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBo7hm2nIN .item-wrapper {
    padding: 4rem;
  }
}
.cid-uBhXHvHqQ6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #317193;
}
.cid-uBhXHvHqQ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBhXHvHqQ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBhXHvHqQ6 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uBhXHvHqQ6 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBhXHvHqQ6 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uBhXHvHqQ6 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uBhXHvHqQ6 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uBhXHvHqQ6 .row {
  flex-direction: row-reverse;
}
.cid-uBhXHvHqQ6 .image-wrapper {
  padding: 0 1rem;
}
.cid-uBhXHvHqQ6 img,
.cid-uBhXHvHqQ6 .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uBhXHvHqQ6 img,
  .cid-uBhXHvHqQ6 .image-wrapper {
    max-height: 350px;
  }
}
.cid-uBhXHvHqQ6 .mbr-section-title {
  color: #317193;
}
.cid-uBhXHvHqQ6 .mbr-text {
  color: #000000;
}
.cid-uBhXHwyyXV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBhXHwyyXV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBhXHwyyXV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBhXHwyyXV .card-wrapper {
  background: #0c5175;
}
@media (max-width: 767px) {
  .cid-uBhXHwyyXV .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBhXHwyyXV .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBhXHwyyXV .card-wrapper {
    padding: 4rem;
  }
}
.cid-uBhXHwyyXV .mbr-text,
.cid-uBhXHwyyXV .mbr-section-btn {
  color: #ffffff;
}
.cid-uBhXHwyyXV .card-title,
.cid-uBhXHwyyXV .card-box {
  text-align: left;
  color: #b7d3d6;
}
.cid-uBhXHxeuIQ {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uBhXHxeuIQ .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uBhXHxeuIQ .social-row .soc-item {
  margin: 8px;
}
.cid-uBhXHxeuIQ .social-row .soc-item a:hover .mbr-iconfont,
.cid-uBhXHxeuIQ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uBhXHxeuIQ .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uBhXHxeuIQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBhXHxeuIQ .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBhXHxeuIQ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBhXHxeuIQ .header-menu li p {
  margin: 0;
}
.cid-uBhXHxeuIQ .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uBhXHxeuIQ .mbr-section-title {
  color: #ffffff;
}
.cid-uC2IXxauCM .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC2IXxauCM .nav-item:focus,
.cid-uC2IXxauCM .nav-link:focus {
  outline: none;
}
.cid-uC2IXxauCM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC2IXxauCM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uC2IXxauCM .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uC2IXxauCM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uC2IXxauCM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC2IXxauCM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uC2IXxauCM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uC2IXxauCM .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uC2IXxauCM .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #a0e1e1;
  background: linear-gradient(#0c5175, #a0e1e1);
}
.cid-uC2IXxauCM .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #a0e1e1 !important;
  background: linear-gradient(#0c5175, #a0e1e1) !important;
}
.cid-uC2IXxauCM .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-uC2IXxauCM .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-uC2IXxauCM .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uC2IXxauCM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uC2IXxauCM .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uC2IXxauCM .navbar.collapsed .navbar-collapse.show,
.cid-uC2IXxauCM .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uC2IXxauCM .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uC2IXxauCM .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uC2IXxauCM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uC2IXxauCM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uC2IXxauCM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uC2IXxauCM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uC2IXxauCM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uC2IXxauCM .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uC2IXxauCM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uC2IXxauCM .navbar.collapsed .right-menu,
.cid-uC2IXxauCM .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-uC2IXxauCM .navbar .navbar-collapse.show,
  .cid-uC2IXxauCM .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uC2IXxauCM .navbar .navbar-collapse.show .brand-container,
  .cid-uC2IXxauCM .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uC2IXxauCM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uC2IXxauCM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uC2IXxauCM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uC2IXxauCM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uC2IXxauCM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uC2IXxauCM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uC2IXxauCM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uC2IXxauCM .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uC2IXxauCM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-uC2IXxauCM .navbar .right-menu,
  .cid-uC2IXxauCM .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uC2IXxauCM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uC2IXxauCM .navbar.navbar-short .mbr-overlay {
  background: #a0e1e1 !important;
  background: linear-gradient(#0c5175, #a0e1e1) !important;
}
.cid-uC2IXxauCM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uC2IXxauCM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uC2IXxauCM .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uC2IXxauCM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uC2IXxauCM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uC2IXxauCM .dropdown-item.active,
.cid-uC2IXxauCM .dropdown-item:active {
  background-color: transparent;
}
.cid-uC2IXxauCM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uC2IXxauCM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uC2IXxauCM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uC2IXxauCM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0e1e1;
}
.cid-uC2IXxauCM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uC2IXxauCM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uC2IXxauCM ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uC2IXxauCM ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uC2IXxauCM .navbar-buttons {
  margin-left: auto;
}
.cid-uC2IXxauCM button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uC2IXxauCM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uC2IXxauCM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uC2IXxauCM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC2IXxauCM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC2IXxauCM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uC2IXxauCM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC2IXxauCM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-uC2IXxauCM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-uC2IXxauCM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC2IXxauCM .navbar-dropdown {
  position: fixed;
}
.cid-uC2IXxauCM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uC2IXxauCM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uC2IXxauCM .right-menu,
.cid-uC2IXxauCM .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uC2IXxauCM .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uC2IXxauCM .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uC2IXxauCM .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uC2IXxauCM .menu-top {
  text-align: center;
  width: 100%;
  background-color: #a9001e;
  padding: 0.5rem 0;
  color: #ffeb69;
}
.cid-uC2IXxauCM .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-uC2IXxauCM .card-wrapper {
  z-index: 3;
}
.cid-uC2IXxauCM .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-uC2IXxauCM .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uC2IXxauCM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uC2IXxYadC {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/a-photo-of-a-black-peruvian-hairless-dog-9ivvxzzrts-rxrraobet5w-9bbmcpxkswcpr3fvkgsg5a-1312x736.jpeg");
}
.cid-uC2IXxYadC .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uC2IXxYadC {
    align-items: flex-end;
  }
  .cid-uC2IXxYadC .row {
    justify-content: center;
  }
  .cid-uC2IXxYadC .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uC2IXxYadC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uC2IXxYadC {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uC2IXxYadC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uC2IXxYadC .content-wrap {
    width: 100%;
  }
}
.cid-uC2IXxYadC .mbr-section-title,
.cid-uC2IXxYadC .mbr-section-subtitle {
  text-align: center;
}
.cid-uC2IXxYadC .mbr-text,
.cid-uC2IXxYadC .mbr-section-btn {
  text-align: center;
}
.cid-uC2JMLezCb {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uC2JMLezCb .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uC2JMLezCb img,
.cid-uC2JMLezCb .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC2JMLezCb .item:focus,
.cid-uC2JMLezCb span:focus {
  outline: none;
}
.cid-uC2JMLezCb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC2JMLezCb .item {
    margin-bottom: 1rem;
  }
}
.cid-uC2JMLezCb .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC2JMLezCb .mbr-section-title {
  color: #232323;
}
.cid-uC2JMLezCb .mbr-text,
.cid-uC2JMLezCb .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uC2JMLezCb .item-title {
  color: #232323;
  text-align: center;
}
.cid-uC2JMLezCb .content-head {
  max-width: 800px;
}
.cid-uC2IXB3w3p {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #317193;
}
.cid-uC2IXB3w3p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2IXB3w3p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2IXB3w3p .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uC2IXB3w3p .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uC2IXB3w3p .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2IXB3w3p .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uC2IXB3w3p .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uC2IXB3w3p .row {
  flex-direction: row-reverse;
}
.cid-uC2IXB3w3p .image-wrapper {
  padding: 0 1rem;
}
.cid-uC2IXB3w3p img,
.cid-uC2IXB3w3p .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uC2IXB3w3p img,
  .cid-uC2IXB3w3p .image-wrapper {
    max-height: 350px;
  }
}
.cid-uC2IXB3w3p .mbr-section-title {
  color: #317193;
}
.cid-uC2IXB3w3p .mbr-text {
  color: #000000;
}
.cid-uC2IXBJN4q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uC2IXBJN4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2IXBJN4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2IXBJN4q .card-wrapper {
  background: #0c5175;
}
@media (max-width: 767px) {
  .cid-uC2IXBJN4q .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uC2IXBJN4q .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uC2IXBJN4q .card-wrapper {
    padding: 4rem;
  }
}
.cid-uC2IXBJN4q .mbr-text,
.cid-uC2IXBJN4q .mbr-section-btn {
  color: #ffffff;
}
.cid-uC2IXBJN4q .card-title,
.cid-uC2IXBJN4q .card-box {
  text-align: left;
  color: #b7d3d6;
}
.cid-uC2IXCkr4c {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uC2IXCkr4c .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uC2IXCkr4c .social-row .soc-item {
  margin: 8px;
}
.cid-uC2IXCkr4c .social-row .soc-item a:hover .mbr-iconfont,
.cid-uC2IXCkr4c .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uC2IXCkr4c .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uC2IXCkr4c .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uC2IXCkr4c .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uC2IXCkr4c .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uC2IXCkr4c .header-menu li p {
  margin: 0;
}
.cid-uC2IXCkr4c .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uC2IXCkr4c .mbr-section-title {
  color: #ffffff;
}
