body {
  background-color: #e8eef1;
}
body {
  font-family: 'Onest', sans-serif;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: .0625rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.75rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 4.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.7rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 3.25rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 4.0625rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 5.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 0.9 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 0.8 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.6rem;
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ba324f !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ba324f !important;
  border-color: #ba324f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #762032 !important;
  border-color: #762032 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #762032 !important;
  border-color: #762032 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d62839 !important;
  border-color: #d62839 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #8d1a26 !important;
  border-color: #8d1a26 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8d1a26 !important;
  border-color: #8d1a26 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #065e70 !important;
  border-color: #065e70 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #065e70 !important;
  border-color: #065e70 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #12633e !important;
  border-color: #12633e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #12633e !important;
  border-color: #12633e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #755800 !important;
  border-color: #755800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #755800 !important;
  border-color: #755800 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #641119 !important;
  border-color: #641119 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #641119 !important;
  border-color: #641119 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ba324f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #762032 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ba324f !important;
  border-color: #ba324f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d62839;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8d1a26 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d62839 !important;
  border-color: #d62839 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #ba324f !important;
}
.text-secondary {
  color: #d62839 !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6a1c2d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #801822 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !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: #ba324f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ba324f;
  border-color: #ba324f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ba324f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e08c9e;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.125rem;
}
.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: #ba324f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.125rem;
}
blockquote {
  border-color: #ba324f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ba324f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ba324f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ba324f;
  border-bottom-color: #ba324f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ba324f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #d62839 !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='%23ba324f' %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;
}
.container {
  max-width: 1056px;
}
.btn {
  border-radius: 100vw;
  padding: 0.75rem 1.5rem;
}
.cid-uJgSCxZS2H {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uJgSCxZS2H {
    min-height: 105px;
  }
}
.cid-uJgSCxZS2H nav.navbar {
  position: fixed;
}
.cid-uJgSCxZS2H .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJgSCxZS2H .container {
    flex-wrap: nowrap;
  }
}
.cid-uJgSCxZS2H .container-custom {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.cid-uJgSCxZS2H .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJgSCxZS2H .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJgSCxZS2H .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJgSCxZS2H .dropdown-item:hover,
.cid-uJgSCxZS2H .dropdown-item:focus {
  background: #ba324f !important;
  color: white !important;
}
.cid-uJgSCxZS2H .dropdown-item:hover span {
  color: white;
}
.cid-uJgSCxZS2H .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJgSCxZS2H .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJgSCxZS2H .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.cid-uJgSCxZS2H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJgSCxZS2H .nav-link {
  position: relative;
}
.cid-uJgSCxZS2H .iconfont-wrapper {
  color: #002549 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJgSCxZS2H .dropdown-menu,
.cid-uJgSCxZS2H .navbar.opened {
  background: #e8eef1 !important;
}
.cid-uJgSCxZS2H .nav-item:focus,
.cid-uJgSCxZS2H .nav-link:focus {
  outline: none;
}
.cid-uJgSCxZS2H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJgSCxZS2H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJgSCxZS2H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJgSCxZS2H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJgSCxZS2H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJgSCxZS2H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJgSCxZS2H .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8eef1;
}
@media (min-width: 992px) {
  .cid-uJgSCxZS2H .navbar {
    min-height: 105px;
  }
}
.cid-uJgSCxZS2H .navbar.opened {
  transition: all 0.3s;
}
.cid-uJgSCxZS2H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJgSCxZS2H .navbar .navbar-logo img {
  width: auto;
}
.cid-uJgSCxZS2H .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uJgSCxZS2H .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .cid-uJgSCxZS2H .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.cid-uJgSCxZS2H .navbar.collapsed {
  justify-content: center;
}
.cid-uJgSCxZS2H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJgSCxZS2H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJgSCxZS2H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJgSCxZS2H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJgSCxZS2H .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uJgSCxZS2H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJgSCxZS2H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJgSCxZS2H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJgSCxZS2H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJgSCxZS2H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJgSCxZS2H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJgSCxZS2H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJgSCxZS2H .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uJgSCxZS2H .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJgSCxZS2H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJgSCxZS2H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJgSCxZS2H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJgSCxZS2H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJgSCxZS2H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJgSCxZS2H .navbar.navbar-short {
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uJgSCxZS2H .navbar.navbar-short {
    min-height: 105px;
  }
}
.cid-uJgSCxZS2H .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJgSCxZS2H .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJgSCxZS2H .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uJgSCxZS2H .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 25%;
    min-height: 100%;
    z-index: 5;
  }
}
.cid-uJgSCxZS2H .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #001521;
}
.cid-uJgSCxZS2H .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #ba324f;
}
.cid-uJgSCxZS2H .navbar-brand .navbar-caption:hover {
  color: #ba324f !important;
}
.cid-uJgSCxZS2H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJgSCxZS2H .dropdown-item.active,
.cid-uJgSCxZS2H .dropdown-item:active {
  background-color: transparent;
}
.cid-uJgSCxZS2H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJgSCxZS2H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJgSCxZS2H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJgSCxZS2H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8eef1;
}
.cid-uJgSCxZS2H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJgSCxZS2H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJgSCxZS2H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJgSCxZS2H .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uJgSCxZS2H .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.cid-uJgSCxZS2H .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.cid-uJgSCxZS2H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJgSCxZS2H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #001521;
}
.cid-uJgSCxZS2H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJgSCxZS2H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJgSCxZS2H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJgSCxZS2H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJgSCxZS2H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJgSCxZS2H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJgSCxZS2H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJgSCxZS2H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJgSCxZS2H .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJgSCxZS2H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
.cid-uJgSCxZS2H .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJgSCxZS2H .navbar {
    height: 60px;
  }
  .cid-uJgSCxZS2H .navbar.opened {
    height: auto;
  }
  .cid-uJgSCxZS2H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .cid-uJgSCxZS2H .navbar {
    min-height: 105px;
  }
}
.cid-uJgSCxZS2H .nav-link,
.cid-uJgSCxZS2H .dropdown-item {
  color: #001521;
}
.cid-uJgSCy0eKo {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #001521;
}
.cid-uJgSCy0eKo .container {
  max-width: 1312px;
}
.cid-uJgSCy0eKo .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-uJgSCy0eKo .label-text {
  color: #FFFFFF;
  width: 100%;
}
.cid-uJgSCy0eKo .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-uJgSCy0eKo .btn {
  padding: 1.6rem 3.5rem 2rem;
  font-weight: 400;
}
.cid-uJgSCy0eKo .advantages-container {
  display: grid;
  margin-top: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 4.5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-uJgSCy0eKo .advantages-container {
    grid-auto-flow: row;
  }
}
.cid-uJgSCy0eKo .advantage {
  display: flex;
  align-items: flex-start;
}
.cid-uJgSCy0eKo .advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background-color: #ba324f;
}
.cid-uJgSCy0eKo .advantage-icon span {
  color: #ffffff;
}
.cid-uJgSCy0eKo .advantage-text {
  color: #FFFFFF;
}
.cid-uJgSCy0eKo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJgSCy0eKo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJgSCy0eKo .mbr-section-title,
.cid-uJgSCy0eKo .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uJgSCy0Zrq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e8eef1;
  background-image: radial-gradient(circle farthest-side at 0 150%, #ba324f, #e8eef1);
}
@media (min-width: 768px) {
  .cid-uJgSCy0Zrq .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uJgSCy0Zrq .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-uJgSCy0Zrq .container {
  max-width: 1312px;
}
.cid-uJgSCy0Zrq .label-text {
  color: #001521;
  position: relative;
  z-index: 2;
}
.cid-uJgSCy0Zrq .mbr-section-title {
  color: #002549;
}
.cid-uJgSCy0Zrq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJgSCy0Zrq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJgSCy0Zrq .mbr-section-title,
.cid-uJgSCy0Zrq .mbr-section-btn {
  color: #001521;
}
.cid-uJgSCy1JrS {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #001521;
}
.cid-uJgSCy1JrS .item:focus,
.cid-uJgSCy1JrS span:focus {
  outline: none;
}
.cid-uJgSCy1JrS .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uJgSCy1JrS .item {
  padding: 10px 0;
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uJgSCy1JrS .item {
    min-height: 45px;
  }
}
.cid-uJgSCy11iH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uJgSCy11iH .container {
  max-width: 1312px;
}
.cid-uJgSCy11iH .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-uJgSCy11iH .row {
    padding: 0 0.75rem;
  }
}
.cid-uJgSCy11iH .text-container {
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uJgSCy11iH .text-container {
    text-align: center !important;
  }
}
.cid-uJgSCy11iH .mbr-section-title {
  margin-bottom: 5rem;
  width: 100%;
  color: #001521;
}
.cid-uJgSCy11iH .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJgSCy11iH .cards-container {
    grid-column-gap: 5rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uJgSCy11iH .cards-container {
    max-width: 20rem;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center !important;
  }
}
.cid-uJgSCy11iH .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uJgSCy11iH .item-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uJgSCy11iH .card-title {
  color: #002549;
  margin-bottom: 1rem;
}
.cid-uJgSCy11iH .card-text {
  color: #001521;
}
.cid-uJgSCy11iH .icon-wrap {
  margin-bottom: 1rem;
}
.cid-uJgSCy11iH .icon-box {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #001521;
  text-align: center;
  display: inline-block;
}
.cid-uJgSCy11iH .icon-box span {
  font-size: 2rem;
  color: #001521;
  line-height: 1.7;
}
.cid-uJgSCy11iH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJgSCy11iH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJgSCy11iH .card-title,
.cid-uJgSCy11iH .icon-wrap {
  color: #001521;
}
.cid-uJgSCy1l9u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uJgSCy1l9u .row {
    max-width: 30rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.cid-uJgSCy1l9u .col-card {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uJgSCy1l9u .col-card {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJgSCy1l9u .col-card {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJgSCy1l9u .col-text {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJgSCy1l9u .col-text {
    padding-right: 2rem;
  }
}
.cid-uJgSCy1l9u .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uJgSCy1l9u .mbr-section-title {
  margin-bottom: 1.3rem;
  color: #002549;
}
.cid-uJgSCy1l9u .mbr-text {
  color: #001521;
  max-width: 20rem;
}
.cid-uJgSCy1l9u .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.cid-uJgSCy1l9u .card-text {
  color: #001521;
  flex-grow: 1;
}
.cid-uJgSCy1l9u .icon-box {
  margin-top: 0.35rem;
  margin-right: 1rem;
  transform: rotateZ(-45deg);
  transform-style: preserve-3d;
  transition: 0.3s all;
}
.cid-uJgSCy1l9u .icon-box span {
  color: #840027;
}
.cid-uJgSCy1l9u .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.cid-uJgSCy1l9u .card:hover .icon-box {
  margin-top: 0;
  margin-bottom: 0.35rem;
  transform: rotateZ(0);
}
.cid-uJgSCy1l9u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJgSCy1l9u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJgSCy1l9u .mbr-section-title,
.cid-uJgSCy1l9u .mbr-section-btn {
  color: #001521;
}
.cid-uJgSCy2r8a {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uJgSCy2r8a .container {
  max-width: 1312px;
}
.cid-uJgSCy2r8a img,
.cid-uJgSCy2r8a .item-img {
  transition: transform 3s, filter 0.5s;
  overflow: hidden;
  height: 100%;
  object-fit: cover;
}
.cid-uJgSCy2r8a .img-filter {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #840027;
  opacity: 0;
  transition: 0.5s all;
  pointer-events: none;
}
.cid-uJgSCy2r8a .item:focus,
.cid-uJgSCy2r8a span:focus {
  outline: none;
}
.cid-uJgSCy2r8a .item-wrap {
  position: relative;
  flex-grow: 1;
}
.cid-uJgSCy2r8a .item-wrapper {
  position: relative;
  background: #001521;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uJgSCy2r8a .item-wrapper:hover .img-filter {
  opacity: 0.6;
  z-index: 1;
}
.cid-uJgSCy2r8a .item-wrapper:hover img {
  transform: scale3d(1.2, 1.2, 1);
  filter: saturate(0);
}
.cid-uJgSCy2r8a .item-wrapper .item-content {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.cid-uJgSCy2r8a .item-wrapper .item-content {
  padding: 1.5rem 1.5rem 0;
}
.cid-uJgSCy2r8a .item-wrapper .item-footer {
  padding: 0 1.5rem 0.9rem;
}
.cid-uJgSCy2r8a .mbr-section-btn {
  margin-top: auto !important;
  padding-top: 0.9rem !important;
}
.cid-uJgSCy2r8a .mbr-section-head {
  margin-bottom: 4rem;
}
.cid-uJgSCy2r8a .mbr-section-title {
  color: #001521;
}
.cid-uJgSCy2r8a .mbr-section-subtitle {
  color: #002549;
}
.cid-uJgSCy2r8a .mbr-text {
  color: #FFFFFF;
  width: 100%;
}
.cid-uJgSCy2r8a .item-title-container {
  width: 100%;
}
.cid-uJgSCy2r8a .item-title {
  color: #002549;
  width: 100%;
  max-width: 100%;
}
.cid-uJgSCy2r8a .item-title span {
  background-color: #ffffff;
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 2em;
  padding-bottom: 4px;
  line-height: inherit;
  font-size: inherit;
}
.cid-uJgSCy2r8a .item-subtitle {
  color: #ffffff;
  width: 100%;
}
.cid-uJgSCy2r8a .item {
  display: flex;
  justify-content: center;
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .cid-uJgSCy2r8a .item {
    max-width: 416px;
    margin: 0 auto;
    padding: 0 0.75rem;
  }
}
.cid-uJgSCy2r8a .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uJgSCy2r8a .embla__container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uJgSCy2r8a .embla__container {
    margin: 0 -1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJgSCy2r8a .embla__container {
    margin: 0 -0.75rem;
  }
}
.cid-uJgSCy2r8a .item-subtitle,
.cid-uJgSCy2r8a .item-footer {
  color: #FFFFFF;
}
.cid-uJgSCy3cp7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001521;
}
.cid-uJgSCy3cp7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJgSCy3cp7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJgSCy3cp7 .row {
  justify-content: center;
}
.cid-uJgSCy3cp7 .content-wrapper .title-wrapper {
  margin-bottom: 4rem;
}
.cid-uJgSCy3cp7 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJgSCy3cp7 .content-wrapper .panel-group .card {
  border-radius: 64px !important;
  padding: 32px;
  background-color: #ba324f;
  margin-top: 20px;
}
.cid-uJgSCy3cp7 .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uJgSCy3cp7 .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uJgSCy3cp7 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uJgSCy3cp7 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uJgSCy3cp7 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uJgSCy3cp7 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  border-radius: 100%;
}
.cid-uJgSCy3cp7 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 21px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uJgSCy3cp7 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uJgSCy3cp7 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uJgSCy3cp7 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uJgSCy3cp7 .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJgSCy3cp7 .mbr-desc,
.cid-uJgSCy3cp7 .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uJgSCy3cp7 .panel-title-edit {
  color: #FFFFFF;
}
.cid-uJgSCy3cp7 .panel-text {
  color: #FFFFFF;
}
.cid-uJgSCy6enm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uJgSCy6enm .container {
  max-width: 1056px;
}
.cid-uJgSCy6enm .row {
  align-items: center;
}
.cid-uJgSCy6enm .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uJgSCy6enm .image-wrapper {
    padding-bottom: 2rem;
    order: 1;
  }
}
@media (min-width: 992px) {
  .cid-uJgSCy6enm .image-wrapper {
    padding-left: 6rem;
  }
}
.cid-uJgSCy6enm .image-wrapper img {
  object-fit: cover;
  height: 420px;
  width: 300px;
  max-width: 100%;
  border-top-left-radius: 100vw;
  border-top-right-radius: 100vw;
}
@media (max-width: 768px) {
  .cid-uJgSCy6enm .image-wrapper img {
    width: 270px;
    height: 350px;
  }
}
@media (max-width: 425px) {
  .cid-uJgSCy6enm .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uJgSCy6enm .col-text {
    padding-top: 2rem;
    order: 2;
  }
}
@media (min-width: 992px) {
  .cid-uJgSCy6enm .col-text {
    padding-right: 6rem;
  }
}
.cid-uJgSCy6enm .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uJgSCy6enm .mbr-section-title {
  margin-bottom: 1rem;
  color: #001521;
  width: 100%;
}
.cid-uJgSCy6enm .mbr-text {
  color: #002549;
  width: 100%;
}
.cid-uJgSCy6enm .btn-container {
  width: 100%;
  margin-top: 1rem;
}
@media (max-width: 575px) {
  .cid-uJgSCy6enm .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uJgSCy6enm .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uJgSCy6enm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJgSCy6enm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJgSCy6enm .mbr-text,
.cid-uJgSCy6enm .mbr-section-btn {
  color: #001521;
}
.cid-uJgSCybcET {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uJgSCybcET .container {
  max-width: 1312px;
}
.cid-uJgSCybcET .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-uJgSCybcET .row {
    padding: 0 0.75rem;
  }
}
.cid-uJgSCybcET .text-container {
  width: 100%;
  padding: 0;
}
.cid-uJgSCybcET .mbr-section-title {
  margin-bottom: 4rem;
  width: 100%;
  color: #001521;
}
.cid-uJgSCybcET .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 8rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJgSCybcET .cards-container {
    max-width: 30rem;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uJgSCybcET .item-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJgSCybcET .item-wrapper {
    flex-direction: column;
  }
}
.cid-uJgSCybcET .card-title {
  color: #001521;
}
.cid-uJgSCybcET .card-name-text {
  margin-top: 2rem;
}
.cid-uJgSCybcET .card-name {
  color: #001521;
}
.cid-uJgSCybcET .card-prof {
  color: #001521;
}
.cid-uJgSCybcET .mbr-iconfont {
  font-size: 25px;
  color: #840027;
}
.cid-uJgSCybcET .icon-box {
  margin-right: 2rem;
  display: flex;
  justify-content: center;
}
.cid-uJgSCybcET .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJgSCybcET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJgSCy64Fj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #001521;
}
.cid-uJgSCy64Fj .col-text {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .cid-uJgSCy64Fj .col-text {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cid-uJgSCy64Fj .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-uJgSCy64Fj .advantages-container {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uJgSCy64Fj .advantages-container {
    grid-auto-flow: row;
  }
}
.cid-uJgSCy64Fj .advantage {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.cid-uJgSCy64Fj .advantage-title {
  width: 100%;
  color: #F1657B;
}
.cid-uJgSCy64Fj .advantage-text {
  width: 100%;
  color: #FFFFFF;
}
.cid-uJgSCy64Fj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJgSCy64Fj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJgSCy8QtZ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uJgSCy8QtZ .container {
  max-width: 832px;
}
.cid-uJgSCy8QtZ .mbr-text {
  color: #001521;
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: left;
}
.cid-uJgSCy8QtZ .mbr-text span {
  font-weight: inherit;
  line-height: inherit;
  color: #e1965f;
}
.cid-uJgSCy8QtZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJgSCy8QtZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJgSCy806X {
  background-image: url("../images/photo-1458501534264-7d326fa0c-h_m9v3aoby.jpg");
}
.cid-uJgSCy806X .mbr-overlay {
  z-index: 1;
}
.cid-uJgSCy806X .main-container-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto 4rem;
  flex-shrink: 1;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uJgSCy806X .main-container-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uJgSCy806X .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-uJgSCy806X .item-title {
  width: 100%;
  color: #002549;
  margin-bottom: 1rem;
}
.cid-uJgSCy806X .mbr-text {
  color: #002549;
}
.cid-uJgSCy806X .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-uJgSCy806X .card-container {
  display: flex;
}
.cid-uJgSCy806X .card-container .card {
  border-radius: 0;
}
.cid-uJgSCy806X .card-container .card .item-img {
  display: flex;
}
.cid-uJgSCy806X .card-container .card .item-img img {
  width: 100%;
  height: 50vw;
  max-height: 60rem;
  object-fit: cover;
}
.cid-uJgSCy9N04 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uJgSCy9N04 .container {
  max-width: 1312px;
}
.cid-uJgSCy9N04 .row {
  align-items: center;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .cid-uJgSCy9N04 .row {
    padding: 0 16px;
  }
}
.cid-uJgSCy9N04 .content-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 48px 6rem;
  background-color: #001521;
}
@media (max-width: 991px) {
  .cid-uJgSCy9N04 .content-wrap {
    padding: 48px 32px;
  }
}
@media (max-width: 567px) {
  .cid-uJgSCy9N04 .content-wrap {
    padding: 32px 20px;
  }
}
.cid-uJgSCy9N04 .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uJgSCy9N04 .image-wrapper {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uJgSCy9N04 .image-wrapper {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJgSCy9N04 .col-text {
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJgSCy9N04 .col-text {
    padding-right: 1rem;
  }
}
.cid-uJgSCy9N04 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uJgSCy9N04 .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-uJgSCy9N04 .btn-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uJgSCy9N04 .btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .cid-uJgSCy9N04 .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-uJgSCy9N04 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uJgSCy9N04 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uJgSCy9N04 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJgSCy9N04 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJgSCy9N04 .mbr-text,
.cid-uJgSCy9N04 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uJgSCycSZt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uJgSCycSZt .col-card {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uJgSCycSZt .col-card {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJgSCycSZt .col-card {
    padding-left: 4.625rem;
  }
}
@media (max-width: 991px) {
  .cid-uJgSCycSZt .col-text {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJgSCycSZt .col-text {
    padding-right: 4.625rem;
  }
}
.cid-uJgSCycSZt .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uJgSCycSZt .mbr-section-title {
  margin-bottom: 16px;
  color: #002549;
}
.cid-uJgSCycSZt .mbr-text {
  color: #001521;
}
.cid-uJgSCycSZt .list {
  color: #002549;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uJgSCycSZt .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uJgSCycSZt .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJgSCycSZt .mbr-section-btn .btn {
  min-width: 180px;
  padding: 0.875rem 2.5rem;
}
.cid-uJgSCycSZt .cards-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5rem;
  border-left: 1px solid #001521;
}
@media (max-width: 767px) {
  .cid-uJgSCycSZt .cards-container {
    padding-left: 2rem;
  }
}
.cid-uJgSCycSZt .card-text-container {
  flex-grow: 1;
}
.cid-uJgSCycSZt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJgSCycSZt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJgSCycSZt .mbr-section-title,
.cid-uJgSCycSZt .mbr-section-btn {
  color: #001521;
}
.cid-uJgSCycSZt .list,
.cid-uJgSCycSZt .item-wrap {
  color: #001521;
}
.cid-uJgSCydAYq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e8eef1;
  overflow: hidden;
}
.cid-uJgSCydAYq .mbr-text {
  color: #002549;
}
.cid-uJgSCydAYq .media-container-row .mbr-text {
  color: #001521;
}
