body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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: #4c4d4f !important;
}
.bg-success {
  background-color: #cb0600 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #01499e !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4c4d4f !important;
  border-color: #4c4d4f !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: #212223 !important;
  border-color: #212223 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #212223 !important;
  border-color: #212223 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #002d6e !important;
  border-color: #002d6e !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: #000a17 !important;
  border-color: #000a17 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000a17 !important;
  border-color: #000a17 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #cb0600 !important;
  border-color: #cb0600 !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: #740300 !important;
  border-color: #740300 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #740300 !important;
  border-color: #740300 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #01499e !important;
  border-color: #01499e !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: #002148 !important;
  border-color: #002148 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #002148 !important;
  border-color: #002148 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !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: #4c4d4f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #212223 !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: #4c4d4f !important;
  border-color: #4c4d4f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #002d6e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000a17 !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: #002d6e !important;
  border-color: #002d6e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cb0600;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #740300 !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: #cb0600 !important;
  border-color: #cb0600 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #01499e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #002148 !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: #01499e !important;
  border-color: #01499e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #4c4d4f !important;
}
.text-secondary {
  color: #002d6e !important;
}
.text-success {
  color: #cb0600 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #01499e !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1a1a1b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000308 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #650300 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #001a39 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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: #4c4d4f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #01499e;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4c4d4f;
  border-color: #4c4d4f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4c4d4f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bfc0c1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ff9b98;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #2186fe;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #4c4d4f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #4c4d4f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4c4d4f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4c4d4f;
}
.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: #4c4d4f;
  border-bottom-color: #4c4d4f;
}
.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: #4c4d4f !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: #002d6e !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='%234c4d4f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .nav-item:focus,
.cid-ux7ANktoGF .nav-link:focus {
  outline: none;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ux7ANktoGF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ux7ANktoGF .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ux7ANktoGF .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-ux7ANktoGF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ux7ANktoGF .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.show,
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ux7ANktoGF .navbar.collapsed .right-menu,
.cid-ux7ANktoGF .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF .navbar .navbar-collapse.show,
  .cid-ux7ANktoGF .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ux7ANktoGF .navbar .navbar-collapse.show .brand-container,
  .cid-ux7ANktoGF .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-ux7ANktoGF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ux7ANktoGF .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-ux7ANktoGF .navbar .navbar-logo img {
    height: 6rem !important;
  }
  .cid-ux7ANktoGF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ux7ANktoGF .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-ux7ANktoGF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-ux7ANktoGF .navbar .right-menu,
  .cid-ux7ANktoGF .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ux7ANktoGF .navbar.navbar-short {
  min-height: 60px;
}
.cid-ux7ANktoGF .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-ux7ANktoGF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ux7ANktoGF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ux7ANktoGF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ux7ANktoGF .dropdown-item.active,
.cid-ux7ANktoGF .dropdown-item:active {
  background-color: transparent;
}
.cid-ux7ANktoGF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ux7ANktoGF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ux7ANktoGF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ux7ANktoGF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ux7ANktoGF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ux7ANktoGF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ux7ANktoGF ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-ux7ANktoGF .navbar-buttons {
  margin-left: auto;
}
.cid-ux7ANktoGF 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-ux7ANktoGF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cb0600;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux7ANktoGF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ux7ANktoGF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ux7ANktoGF .right-menu,
.cid-ux7ANktoGF .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-ux7ANktoGF .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ux7ANktoGF .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ux7ANktoGF .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ux7ANktoGF .menu-top {
  text-align: center;
  width: 100%;
  background-color: #002d6e;
  padding: 0.5rem 0;
  color: #e4e5e7;
}
.cid-ux7ANktoGF .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ux7ANktoGF .card-wrapper {
  z-index: 3;
}
.cid-ux7ANktoGF .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ux7ANktoGF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ux7AzcaaOq {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/fonc-acc.jpg");
}
.cid-ux7AzcaaOq .text {
  display: flex;
  align-items: center;
}
.cid-ux7AzcaaOq .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #f26818;
}
.cid-ux7AzcaaOq .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-ux7AzcaaOq .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-ux7AzcaaOq .btn:hover {
  box-shadow: none;
}
.cid-ux7AzcaaOq .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ux7AzcaaOq .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-ux7AzcaaOq .image-wrapper img {
  position: absolute;
  top: 145px;
  right: 10%;
  width: 300px;
  height: 345px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-ux7AzcaaOq .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-ux7AzcaaOq .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-ux7AzcaaOq .image-wrapper .image-absolute {
  position: absolute;
  top: 145px;
  right: 50%;
  width: 300px;
  height: 345px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-ux7AzcaaOq .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-ux7AzcaaOq .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-ux7AzcaaOq .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-ux7AzcaaOq .row:hover img {
  transform: rotate(0deg);
}
.cid-ux7AzcaaOq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux7AzcaaOq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux7AzcaaOq .mbr-iconfont {
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
.cid-ux7AzcaaOq .image {
  display: flex;
}
.cid-ux7AzcaaOq .image img {
  margin-top: 70px;
  border-radius: 10px;
  object-fit: cover;
  width: 619px;
  height: 219px;
}
@media (max-width: 991px) {
  .cid-ux7AzcaaOq .image img {
    width: 250px;
    height: 95px;
  }
}
.cid-vc8KZKBNA4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vc8KZKBNA4 .image-wrapper {
    padding: 1rem;
  }
}
.cid-vc8KZKBNA4 img {
  max-width: 95%;
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-vc8KZKBNA4 img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-vc8KZKBNA4 .mbr-text,
.cid-vc8KZKBNA4 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-vc8KZKBNA4 .mbr-section-title {
  text-align: left;
  color: #353535;
}
.cid-vc8KZKBNA4 .mbr-text2,
.cid-vc8KZKBNA4 .mbr-section-btn2 {
  color: #0168b3;
  text-align: left;
}
.cid-u94NNftCmh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #002d6e;
}
.cid-u94NNftCmh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u94NNftCmh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94NNftCmh .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-u94NNftCmh .container {
    max-width: 1400px;
  }
}
.cid-u94NNftCmh .card {
  margin: auto;
}
.cid-u94NNftCmh .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-u94NNftCmh .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u94NNftCmh .row {
  justify-content: center;
}
.cid-u94NNftCmh .card-title,
.cid-u94NNftCmh .card-box {
  color: #ffffff;
}
.cid-vc8UOTggBL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vc8UOTggBL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc8UOTggBL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNwznOBCp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e6e6e6;
}
.cid-vcNwznOBCp .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcNwznOBCp .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcNwznOBCp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 354px;
  max-width: 354px;
}
@media (max-width: 992px) {
  .cid-vcNwznOBCp .embla__slide {
    min-width: 620px;
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .cid-vcNwznOBCp .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vcNwznOBCp .embla__slide .slide-content {
  width: 100%;
}
.cid-vcNwznOBCp .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vcNwznOBCp .embla__slide .slide-content .item-wrapper {
    height: 350px;
  }
}
.cid-vcNwznOBCp .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-vcNwznOBCp .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcNwznOBCp .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-vcNwznOBCp .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vcNwznOBCp .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcNwznOBCp .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-vcNwznOBCp .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-vcNwznOBCp .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-vcNwznOBCp .embla__button--next,
.cid-vcNwznOBCp .embla__button--prev {
  display: flex;
}
.cid-vcNwznOBCp .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-vcNwznOBCp .embla__button:hover {
  opacity: .7 !important;
}
.cid-vcNwznOBCp .embla__button.embla__button--prev {
  right: 48px;
}
.cid-vcNwznOBCp .embla__button.embla__button--next {
  right: 0;
}
.cid-vcNwznOBCp .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-vcNwznOBCp .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-vcNwznOBCp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcNwznOBCp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcNwznOBCp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcNwznOBCp .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcNwznOBCp .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vcNwznOBCp .item-tag {
  color: #ffffff;
}
.cid-vcNwznOBCp .item-name {
  color: #ffffff;
}
.cid-vcNvOs2FIY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcNvOs2FIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNvOs2FIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNvOs2FIY .item {
  padding-bottom: 2rem;
}
.cid-vcNvOs2FIY .item-wrapper {
  position: relative;
}
.cid-vcNvOs2FIY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcNvOs2FIY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcNvOs2FIY .carousel-control,
.cid-vcNvOs2FIY .close {
  background: #1b1b1b;
}
.cid-vcNvOs2FIY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcNvOs2FIY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcNvOs2FIY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcNvOs2FIY .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcNvOs2FIY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcNvOs2FIY .close::before {
  content: '\e91a';
}
.cid-vcNvOs2FIY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcNvOs2FIY .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcNvOs2FIY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcNvOs2FIY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcNvOs2FIY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcNvOs2FIY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcNvOs2FIY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcNvOs2FIY .carousel-indicators li.active,
.cid-vcNvOs2FIY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcNvOs2FIY .carousel-indicators li::after,
.cid-vcNvOs2FIY .carousel-indicators li::before {
  content: none;
}
.cid-vcNvOs2FIY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcNvOs2FIY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcNvOs2FIY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcNvOs2FIY .carousel-indicators {
    display: none;
  }
}
.cid-vcNvOs2FIY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcNvOs2FIY .carousel-inner > .active {
  display: block;
}
.cid-vcNvOs2FIY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcNvOs2FIY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcNvOs2FIY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcNvOs2FIY .carousel-control,
  .cid-vcNvOs2FIY .carousel-indicators,
  .cid-vcNvOs2FIY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcNvOs2FIY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcNvOs2FIY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcNvOs2FIY .carousel-indicators .active,
.cid-vcNvOs2FIY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcNvOs2FIY .carousel-indicators .active {
  background: #fff;
}
.cid-vcNvOs2FIY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcNvOs2FIY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcNvOs2FIY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcNvOs2FIY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcNvOs2FIY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcNvOs2FIY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcNvOs2FIY .carousel {
  width: 100%;
}
.cid-vcNvOs2FIY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcNvOs2FIY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcNvOs2FIY .modal.fade .modal-dialog,
.cid-vcNvOs2FIY .modal.in .modal-dialog {
  transform: none;
}
.cid-vcNvOs2FIY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcNvOs2FIY H6 {
  text-align: center;
}
.cid-vcNvOs2FIY H3 {
  text-align: left;
}
.cid-uxcoo3E9dW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/vignette-dep1920.jpg");
}
.cid-uxcoo3E9dW .mbr-text,
.cid-uxcoo3E9dW .mbr-section-btn {
  color: #ffffff;
}
.cid-uxcoo3E9dW .card-title,
.cid-uxcoo3E9dW .card-box {
  color: #ffffff;
}
.cid-uxcoo3E9dW .mbr-text,
.cid-uxcoo3E9dW .link-wrap {
  color: #FFFFFF;
}
.cid-ux8iSfXmnd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ux8iSfXmnd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux8iSfXmnd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux8iSfXmnd .mbr-section-title {
  text-align: left;
  color: #002d6e;
}
.cid-ux8in3hFNC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cid-ux8in3hFNC img,
.cid-ux8in3hFNC .item-img {
  vertical-align: middle;
}
.cid-ux8in3hFNC .item:focus,
.cid-ux8in3hFNC span:focus {
  outline: none;
}
.cid-ux8in3hFNC .item-img {
  height: 20rem;
}
.cid-ux8in3hFNC .item {
  cursor: pointer;
  margin-bottom: 0rem;
}
.cid-ux8in3hFNC .item-content,
.cid-ux8in3hFNC .item-footer {
  background: #002d6e;
}
@media (min-width: 992px) {
  .cid-ux8in3hFNC .features-image {
    width: 20% !important;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-ux8in3hFNC .features-image-wrap {
  flex-wrap: wrap;
}
.cid-ux8in3hFNC .item-wrapper {
  position: relative;
  background: #002d6e;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 992px) {
  .cid-ux8in3hFNC .item-wrapper .item-content {
    padding: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-ux8in3hFNC .item-wrapper .item-content {
    padding: 0rem;
  }
}
.cid-ux8in3hFNC .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-ux8in3hFNC .mbr-section-title b:last-child,
.cid-ux8in3hFNC .mbr-section-title strong:last-child {
  color: #000000;
}
.cid-ux8in3hFNC .container-fluid {
  padding-right: 1 !important;
  padding-left: 1 !important;
}
.cid-ux8in3hFNC .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-ux8in3hFNC .item-subtitle {
  text-align: center;
}
.cid-u3MxQ5vsGv {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/med.jpg");
}
.cid-u3MxQ5vsGv .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.7;
}
.cid-u3MxQ5vsGv .form-control,
.cid-u3MxQ5vsGv .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u3MxQ5vsGv .form-control::-webkit-input-placeholder,
.cid-u3MxQ5vsGv .field-input::-webkit-input-placeholder,
.cid-u3MxQ5vsGv .form-control::-webkit-input-placeholder,
.cid-u3MxQ5vsGv .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-u3MxQ5vsGv .form-control:-moz-placeholder,
.cid-u3MxQ5vsGv .field-input:-moz-placeholder,
.cid-u3MxQ5vsGv .form-control:-moz-placeholder,
.cid-u3MxQ5vsGv .field-input:-moz-placeholder {
  color: #000000;
}
.cid-u3MxQ5vsGv .form-control:hover,
.cid-u3MxQ5vsGv .field-input:hover,
.cid-u3MxQ5vsGv .form-control:focus,
.cid-u3MxQ5vsGv .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-u3MxQ5vsGv .form-control:hover::-webkit-input-placeholder,
.cid-u3MxQ5vsGv .field-input:hover::-webkit-input-placeholder,
.cid-u3MxQ5vsGv .form-control:focus::-webkit-input-placeholder,
.cid-u3MxQ5vsGv .field-input:focus::-webkit-input-placeholder,
.cid-u3MxQ5vsGv .form-control:hover::-webkit-input-placeholder,
.cid-u3MxQ5vsGv .field-input:hover::-webkit-input-placeholder,
.cid-u3MxQ5vsGv .form-control:focus::-webkit-input-placeholder,
.cid-u3MxQ5vsGv .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-u3MxQ5vsGv .form-control:hover:-moz-placeholder,
.cid-u3MxQ5vsGv .field-input:hover:-moz-placeholder,
.cid-u3MxQ5vsGv .form-control:focus:-moz-placeholder,
.cid-u3MxQ5vsGv .field-input:focus:-moz-placeholder,
.cid-u3MxQ5vsGv .form-control:hover:-moz-placeholder,
.cid-u3MxQ5vsGv .field-input:hover:-moz-placeholder,
.cid-u3MxQ5vsGv .form-control:focus:-moz-placeholder,
.cid-u3MxQ5vsGv .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-u3MxQ5vsGv .jq-number__spin:hover,
.cid-u3MxQ5vsGv .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u3MxQ5vsGv .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u3MxQ5vsGv .jq-selectbox li,
.cid-u3MxQ5vsGv .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-u3MxQ5vsGv .jq-selectbox li:hover,
.cid-u3MxQ5vsGv .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-u3MxQ5vsGv .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u3MxQ5vsGv .jq-number__spin.minus:hover:after,
.cid-u3MxQ5vsGv .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u3MxQ5vsGv .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u3MxQ5vsGv .jq-number__spin.minus:after,
.cid-u3MxQ5vsGv .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-u3MxQ5vsGv input::-webkit-clear-button {
  display: none;
}
.cid-u3MxQ5vsGv input::-webkit-inner-spin-button {
  display: none;
}
.cid-u3MxQ5vsGv input::-webkit-outer-spin-button {
  display: none;
}
.cid-u3MxQ5vsGv input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u3MxQ5vsGv H4 {
  color: #ffffff;
}
.cid-uWdFoFmy7K {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWdFoFmy7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdFoFmy7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWdFoFmy7K .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uWdFoFmy7K .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uWdFoFmy7K .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWdFoFmy7K .mbr-title {
  color: #cb0600;
  margin-bottom: 14px;
}
.cid-uWdFoFmy7K .mbr-text {
  color: #002d6e;
}
.cid-uWdFoFmy7K .list-box {
  width: 100%;
}
.cid-uWdFoFmy7K .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #002d6e;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uWdFoFmy7K .list a:hover:before {
  background-position: left !important;
}
.cid-uWdFoFmy7K .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uWdFoFmy7K .news-item {
  width: 100%;
}
.cid-uWdFoFmy7K .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uWdFoFmy7K .news-title {
  color: #002d6e;
}
.cid-ux7G0kja9N {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #002d6e;
  overflow: hidden;
}
.cid-ux8vppe18z {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/tut.jpg");
}
.cid-ux8vppe18z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux8vppe18z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux8vppe18z .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-ux8vppe18z .mbr-section-title {
  color: #FFFFFF;
}
.cid-ux8vppe18z .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-ux8vppe18z .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-ux8vppe18z .mbr-section-btn {
  margin-top: 28px;
}
.cid-ux8vppe18z iframe,
.cid-ux8vppe18z img,
.cid-ux8vppe18z video {
  width: 100%;
}
.cid-ux8vppe18z .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 32px 0;
  width: fit-content;
  max-width: 100%;
}
.cid-ux8vppe18z .mbr-media span {
  font-size: 1.5rem;
  color: #ffffff;
  transition: all 0.2s;
}
.cid-ux8vppe18z .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffffff;
  z-index: 2;
}
.cid-ux8vppe18z .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-ux8vppe18z .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-ux8vppe18z .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ux8vppe18z .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-ux8vppe18z .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ux8vppe18z .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-ux8vppe18z .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ux8vppe18z .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3F7oiQtnq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3F7oiQtnq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3F7oiQtnq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3F7oiQtnq .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #2e3237;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-v3F7oiQtnq .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-v3F7oiQtnq .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-v3F7oiQtnq .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-v3F7oiQtnq .col-img {
  width: 45%;
}
@media (max-width: 1199px) {
  .cid-v3F7oiQtnq .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-v3F7oiQtnq .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-v3F7oiQtnq .image-wrapper {
    border-radius: 12px;
  }
}
.cid-v3F7oiQtnq .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-v3F7oiQtnq .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-v3F7oiQtnq .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-v3F7oiQtnq .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-v3F7oiQtnq .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-v3F7oiQtnq .card-title {
  color: #4c4d4f;
  text-align: left;
}
.cid-v3F7oiQtnq .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-v3F7oiQtnq .mbr-text {
    margin-top: 12px;
  }
}
.cid-v3F7oiQtnq .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-v3F7oiQtnq .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-v3F7oiQtnq .mbr-text,
.cid-v3F7oiQtnq .mbr-section-btn {
  color: #000000;
}
.cid-vcNw8XsGF2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e6e6e6;
}
.cid-vcNw8XsGF2 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcNw8XsGF2 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcNw8XsGF2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 354px;
  max-width: 354px;
}
@media (max-width: 992px) {
  .cid-vcNw8XsGF2 .embla__slide {
    min-width: 620px;
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .cid-vcNw8XsGF2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vcNw8XsGF2 .embla__slide .slide-content {
  width: 100%;
}
.cid-vcNw8XsGF2 .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vcNw8XsGF2 .embla__slide .slide-content .item-wrapper {
    height: 350px;
  }
}
.cid-vcNw8XsGF2 .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-vcNw8XsGF2 .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcNw8XsGF2 .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-vcNw8XsGF2 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vcNw8XsGF2 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcNw8XsGF2 .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-vcNw8XsGF2 .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-vcNw8XsGF2 .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-vcNw8XsGF2 .embla__button--next,
.cid-vcNw8XsGF2 .embla__button--prev {
  display: flex;
}
.cid-vcNw8XsGF2 .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-vcNw8XsGF2 .embla__button:hover {
  opacity: .7 !important;
}
.cid-vcNw8XsGF2 .embla__button.embla__button--prev {
  right: 48px;
}
.cid-vcNw8XsGF2 .embla__button.embla__button--next {
  right: 0;
}
.cid-vcNw8XsGF2 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-vcNw8XsGF2 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-vcNw8XsGF2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcNw8XsGF2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcNw8XsGF2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcNw8XsGF2 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcNw8XsGF2 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vcNw8XsGF2 .item-tag {
  color: #ffffff;
}
.cid-vcNw8XsGF2 .item-name {
  color: #ffffff;
}
.cid-vcNtOQC6SM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcNtOQC6SM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNtOQC6SM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNtOQC6SM .item {
  padding-bottom: 2rem;
}
.cid-vcNtOQC6SM .item-wrapper {
  position: relative;
}
.cid-vcNtOQC6SM .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcNtOQC6SM .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcNtOQC6SM .carousel-control,
.cid-vcNtOQC6SM .close {
  background: #1b1b1b;
}
.cid-vcNtOQC6SM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcNtOQC6SM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcNtOQC6SM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcNtOQC6SM .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcNtOQC6SM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcNtOQC6SM .close::before {
  content: '\e91a';
}
.cid-vcNtOQC6SM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcNtOQC6SM .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcNtOQC6SM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcNtOQC6SM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcNtOQC6SM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcNtOQC6SM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcNtOQC6SM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcNtOQC6SM .carousel-indicators li.active,
.cid-vcNtOQC6SM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcNtOQC6SM .carousel-indicators li::after,
.cid-vcNtOQC6SM .carousel-indicators li::before {
  content: none;
}
.cid-vcNtOQC6SM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcNtOQC6SM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcNtOQC6SM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcNtOQC6SM .carousel-indicators {
    display: none;
  }
}
.cid-vcNtOQC6SM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcNtOQC6SM .carousel-inner > .active {
  display: block;
}
.cid-vcNtOQC6SM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcNtOQC6SM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcNtOQC6SM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcNtOQC6SM .carousel-control,
  .cid-vcNtOQC6SM .carousel-indicators,
  .cid-vcNtOQC6SM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcNtOQC6SM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcNtOQC6SM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcNtOQC6SM .carousel-indicators .active,
.cid-vcNtOQC6SM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcNtOQC6SM .carousel-indicators .active {
  background: #fff;
}
.cid-vcNtOQC6SM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcNtOQC6SM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcNtOQC6SM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcNtOQC6SM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcNtOQC6SM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcNtOQC6SM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcNtOQC6SM .carousel {
  width: 100%;
}
.cid-vcNtOQC6SM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcNtOQC6SM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcNtOQC6SM .modal.fade .modal-dialog,
.cid-vcNtOQC6SM .modal.in .modal-dialog {
  transform: none;
}
.cid-vcNtOQC6SM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcNtOQC6SM H6 {
  text-align: center;
}
.cid-vcNtOQC6SM H3 {
  text-align: left;
}
.cid-vcNx1DkvGE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e6e6e6;
}
.cid-vcNx1DkvGE .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcNx1DkvGE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcNx1DkvGE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 354px;
  max-width: 354px;
}
@media (max-width: 992px) {
  .cid-vcNx1DkvGE .embla__slide {
    min-width: 620px;
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .cid-vcNx1DkvGE .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vcNx1DkvGE .embla__slide .slide-content {
  width: 100%;
}
.cid-vcNx1DkvGE .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vcNx1DkvGE .embla__slide .slide-content .item-wrapper {
    height: 350px;
  }
}
.cid-vcNx1DkvGE .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-vcNx1DkvGE .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcNx1DkvGE .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-vcNx1DkvGE .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vcNx1DkvGE .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcNx1DkvGE .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-vcNx1DkvGE .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-vcNx1DkvGE .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-vcNx1DkvGE .embla__button--next,
.cid-vcNx1DkvGE .embla__button--prev {
  display: flex;
}
.cid-vcNx1DkvGE .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-vcNx1DkvGE .embla__button:hover {
  opacity: .7 !important;
}
.cid-vcNx1DkvGE .embla__button.embla__button--prev {
  right: 48px;
}
.cid-vcNx1DkvGE .embla__button.embla__button--next {
  right: 0;
}
.cid-vcNx1DkvGE .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-vcNx1DkvGE .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-vcNx1DkvGE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcNx1DkvGE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcNx1DkvGE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcNx1DkvGE .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcNx1DkvGE .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vcNx1DkvGE .item-tag {
  color: #ffffff;
}
.cid-vcNx1DkvGE .item-name {
  color: #ffffff;
}
.cid-vcNrlEXJKM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #002d6e;
}
.cid-vcNrlEXJKM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNrlEXJKM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNrlEXJKM .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-vcNrlEXJKM .container {
    max-width: 1400px;
  }
}
.cid-vcNrlEXJKM .card {
  margin: auto;
}
.cid-vcNrlEXJKM .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-vcNrlEXJKM .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vcNrlEXJKM .row {
  justify-content: center;
}
.cid-vcNrlEXJKM .card-title,
.cid-vcNrlEXJKM .card-box {
  color: #ffffff;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .nav-item:focus,
.cid-ux7ANktoGF .nav-link:focus {
  outline: none;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ux7ANktoGF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ux7ANktoGF .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ux7ANktoGF .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-ux7ANktoGF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ux7ANktoGF .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.show,
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ux7ANktoGF .navbar.collapsed .right-menu,
.cid-ux7ANktoGF .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF .navbar .navbar-collapse.show,
  .cid-ux7ANktoGF .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ux7ANktoGF .navbar .navbar-collapse.show .brand-container,
  .cid-ux7ANktoGF .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-ux7ANktoGF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ux7ANktoGF .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-ux7ANktoGF .navbar .navbar-logo img {
    height: 6rem !important;
  }
  .cid-ux7ANktoGF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ux7ANktoGF .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-ux7ANktoGF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-ux7ANktoGF .navbar .right-menu,
  .cid-ux7ANktoGF .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ux7ANktoGF .navbar.navbar-short {
  min-height: 60px;
}
.cid-ux7ANktoGF .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-ux7ANktoGF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ux7ANktoGF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ux7ANktoGF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ux7ANktoGF .dropdown-item.active,
.cid-ux7ANktoGF .dropdown-item:active {
  background-color: transparent;
}
.cid-ux7ANktoGF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ux7ANktoGF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ux7ANktoGF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ux7ANktoGF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ux7ANktoGF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ux7ANktoGF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ux7ANktoGF ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-ux7ANktoGF .navbar-buttons {
  margin-left: auto;
}
.cid-ux7ANktoGF 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-ux7ANktoGF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cb0600;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux7ANktoGF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ux7ANktoGF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ux7ANktoGF .right-menu,
.cid-ux7ANktoGF .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-ux7ANktoGF .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ux7ANktoGF .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ux7ANktoGF .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ux7ANktoGF .menu-top {
  text-align: center;
  width: 100%;
  background-color: #002d6e;
  padding: 0.5rem 0;
  color: #e4e5e7;
}
.cid-ux7ANktoGF .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ux7ANktoGF .card-wrapper {
  z-index: 3;
}
.cid-ux7ANktoGF .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ux7ANktoGF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcNwF9ATni {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e6e6e6;
}
.cid-vcNwF9ATni .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcNwF9ATni .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcNwF9ATni .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 354px;
  max-width: 354px;
}
@media (max-width: 992px) {
  .cid-vcNwF9ATni .embla__slide {
    min-width: 620px;
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .cid-vcNwF9ATni .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vcNwF9ATni .embla__slide .slide-content {
  width: 100%;
}
.cid-vcNwF9ATni .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vcNwF9ATni .embla__slide .slide-content .item-wrapper {
    height: 350px;
  }
}
.cid-vcNwF9ATni .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-vcNwF9ATni .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcNwF9ATni .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-vcNwF9ATni .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vcNwF9ATni .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcNwF9ATni .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-vcNwF9ATni .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-vcNwF9ATni .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-vcNwF9ATni .embla__button--next,
.cid-vcNwF9ATni .embla__button--prev {
  display: flex;
}
.cid-vcNwF9ATni .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-vcNwF9ATni .embla__button:hover {
  opacity: .7 !important;
}
.cid-vcNwF9ATni .embla__button.embla__button--prev {
  right: 48px;
}
.cid-vcNwF9ATni .embla__button.embla__button--next {
  right: 0;
}
.cid-vcNwF9ATni .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-vcNwF9ATni .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-vcNwF9ATni .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcNwF9ATni .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcNwF9ATni .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcNwF9ATni .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcNwF9ATni .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vcNwF9ATni .item-tag {
  color: #ffffff;
}
.cid-vcNwF9ATni .item-name {
  color: #ffffff;
}
.cid-vcNrmrdv7a {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/vignette-dep1920.jpg");
}
.cid-vcNrmrdv7a .mbr-text,
.cid-vcNrmrdv7a .mbr-section-btn {
  color: #ffffff;
}
.cid-vcNrmrdv7a .card-title,
.cid-vcNrmrdv7a .card-box {
  color: #ffffff;
}
.cid-vcNrmrdv7a .mbr-text,
.cid-vcNrmrdv7a .link-wrap {
  color: #FFFFFF;
}
.cid-vcNzV0qpge {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #053476;
}
.cid-vcNzV0qpge .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNzV0qpge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNzV0qpge .item {
  padding-bottom: 2rem;
}
.cid-vcNzV0qpge .item-wrapper {
  position: relative;
}
.cid-vcNzV0qpge .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcNzV0qpge .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcNzV0qpge .carousel-control,
.cid-vcNzV0qpge .close {
  background: #1b1b1b;
}
.cid-vcNzV0qpge .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcNzV0qpge .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcNzV0qpge .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcNzV0qpge .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcNzV0qpge .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcNzV0qpge .close::before {
  content: '\e91a';
}
.cid-vcNzV0qpge .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcNzV0qpge .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcNzV0qpge .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcNzV0qpge .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcNzV0qpge .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcNzV0qpge .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcNzV0qpge .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcNzV0qpge .carousel-indicators li.active,
.cid-vcNzV0qpge .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcNzV0qpge .carousel-indicators li::after,
.cid-vcNzV0qpge .carousel-indicators li::before {
  content: none;
}
.cid-vcNzV0qpge .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcNzV0qpge .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcNzV0qpge .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcNzV0qpge .carousel-indicators {
    display: none;
  }
}
.cid-vcNzV0qpge .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcNzV0qpge .carousel-inner > .active {
  display: block;
}
.cid-vcNzV0qpge .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcNzV0qpge .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcNzV0qpge .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcNzV0qpge .carousel-control,
  .cid-vcNzV0qpge .carousel-indicators,
  .cid-vcNzV0qpge .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcNzV0qpge .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcNzV0qpge .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcNzV0qpge .carousel-indicators .active,
.cid-vcNzV0qpge .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcNzV0qpge .carousel-indicators .active {
  background: #fff;
}
.cid-vcNzV0qpge .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcNzV0qpge .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcNzV0qpge .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcNzV0qpge .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcNzV0qpge .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcNzV0qpge .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcNzV0qpge .carousel {
  width: 100%;
}
.cid-vcNzV0qpge .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcNzV0qpge .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcNzV0qpge .modal.fade .modal-dialog,
.cid-vcNzV0qpge .modal.in .modal-dialog {
  transform: none;
}
.cid-vcNzV0qpge .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcNzV0qpge H6 {
  text-align: center;
}
.cid-vcNzV0qpge H3 {
  color: #ffffff;
  text-align: center;
}
.cid-vcNrnfl5sg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcNrnfl5sg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNrnfl5sg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNrnfl5sg .mbr-section-title {
  text-align: left;
  color: #002d6e;
}
.cid-vcNrnX3JtZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cid-vcNrnX3JtZ img,
.cid-vcNrnX3JtZ .item-img {
  vertical-align: middle;
}
.cid-vcNrnX3JtZ .item:focus,
.cid-vcNrnX3JtZ span:focus {
  outline: none;
}
.cid-vcNrnX3JtZ .item-img {
  height: 20rem;
}
.cid-vcNrnX3JtZ .item {
  cursor: pointer;
  margin-bottom: 0rem;
}
.cid-vcNrnX3JtZ .item-content,
.cid-vcNrnX3JtZ .item-footer {
  background: #002d6e;
}
@media (min-width: 992px) {
  .cid-vcNrnX3JtZ .features-image {
    width: 20% !important;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-vcNrnX3JtZ .features-image-wrap {
  flex-wrap: wrap;
}
.cid-vcNrnX3JtZ .item-wrapper {
  position: relative;
  background: #002d6e;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 992px) {
  .cid-vcNrnX3JtZ .item-wrapper .item-content {
    padding: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-vcNrnX3JtZ .item-wrapper .item-content {
    padding: 0rem;
  }
}
.cid-vcNrnX3JtZ .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vcNrnX3JtZ .mbr-section-title b:last-child,
.cid-vcNrnX3JtZ .mbr-section-title strong:last-child {
  color: #000000;
}
.cid-vcNrnX3JtZ .container-fluid {
  padding-right: 1 !important;
  padding-left: 1 !important;
}
.cid-vcNrnX3JtZ .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vcNrnX3JtZ .item-subtitle {
  text-align: center;
}
.cid-vcNrp3Q7lp {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/med.jpg");
}
.cid-vcNrp3Q7lp .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.7;
}
.cid-vcNrp3Q7lp .form-control,
.cid-vcNrp3Q7lp .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vcNrp3Q7lp .form-control::-webkit-input-placeholder,
.cid-vcNrp3Q7lp .field-input::-webkit-input-placeholder,
.cid-vcNrp3Q7lp .form-control::-webkit-input-placeholder,
.cid-vcNrp3Q7lp .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vcNrp3Q7lp .form-control:-moz-placeholder,
.cid-vcNrp3Q7lp .field-input:-moz-placeholder,
.cid-vcNrp3Q7lp .form-control:-moz-placeholder,
.cid-vcNrp3Q7lp .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vcNrp3Q7lp .form-control:hover,
.cid-vcNrp3Q7lp .field-input:hover,
.cid-vcNrp3Q7lp .form-control:focus,
.cid-vcNrp3Q7lp .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-vcNrp3Q7lp .form-control:hover::-webkit-input-placeholder,
.cid-vcNrp3Q7lp .field-input:hover::-webkit-input-placeholder,
.cid-vcNrp3Q7lp .form-control:focus::-webkit-input-placeholder,
.cid-vcNrp3Q7lp .field-input:focus::-webkit-input-placeholder,
.cid-vcNrp3Q7lp .form-control:hover::-webkit-input-placeholder,
.cid-vcNrp3Q7lp .field-input:hover::-webkit-input-placeholder,
.cid-vcNrp3Q7lp .form-control:focus::-webkit-input-placeholder,
.cid-vcNrp3Q7lp .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-vcNrp3Q7lp .form-control:hover:-moz-placeholder,
.cid-vcNrp3Q7lp .field-input:hover:-moz-placeholder,
.cid-vcNrp3Q7lp .form-control:focus:-moz-placeholder,
.cid-vcNrp3Q7lp .field-input:focus:-moz-placeholder,
.cid-vcNrp3Q7lp .form-control:hover:-moz-placeholder,
.cid-vcNrp3Q7lp .field-input:hover:-moz-placeholder,
.cid-vcNrp3Q7lp .form-control:focus:-moz-placeholder,
.cid-vcNrp3Q7lp .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-vcNrp3Q7lp .jq-number__spin:hover,
.cid-vcNrp3Q7lp .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vcNrp3Q7lp .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vcNrp3Q7lp .jq-selectbox li,
.cid-vcNrp3Q7lp .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vcNrp3Q7lp .jq-selectbox li:hover,
.cid-vcNrp3Q7lp .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-vcNrp3Q7lp .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vcNrp3Q7lp .jq-number__spin.minus:hover:after,
.cid-vcNrp3Q7lp .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vcNrp3Q7lp .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vcNrp3Q7lp .jq-number__spin.minus:after,
.cid-vcNrp3Q7lp .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-vcNrp3Q7lp input::-webkit-clear-button {
  display: none;
}
.cid-vcNrp3Q7lp input::-webkit-inner-spin-button {
  display: none;
}
.cid-vcNrp3Q7lp input::-webkit-outer-spin-button {
  display: none;
}
.cid-vcNrp3Q7lp input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vcNrp3Q7lp H4 {
  color: #ffffff;
}
.cid-uWdFoFmy7K {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWdFoFmy7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdFoFmy7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWdFoFmy7K .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uWdFoFmy7K .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uWdFoFmy7K .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWdFoFmy7K .mbr-title {
  color: #cb0600;
  margin-bottom: 14px;
}
.cid-uWdFoFmy7K .mbr-text {
  color: #002d6e;
}
.cid-uWdFoFmy7K .list-box {
  width: 100%;
}
.cid-uWdFoFmy7K .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #002d6e;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uWdFoFmy7K .list a:hover:before {
  background-position: left !important;
}
.cid-uWdFoFmy7K .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uWdFoFmy7K .news-item {
  width: 100%;
}
.cid-uWdFoFmy7K .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uWdFoFmy7K .news-title {
  color: #002d6e;
}
.cid-ux7G0kja9N {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #002d6e;
  overflow: hidden;
}
.cid-ux8K2uPZQL {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/zinc.jpg");
}
.cid-ux8K2uPZQL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux8K2uPZQL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux8K2uPZQL .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-ux8K2uPZQL .mbr-section-title {
  color: #FFFFFF;
}
.cid-ux8K2uPZQL .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-ux8K2uPZQL .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-ux8K2uPZQL .mbr-section-btn {
  margin-top: 28px;
}
.cid-ux8K2uPZQL iframe,
.cid-ux8K2uPZQL img,
.cid-ux8K2uPZQL video {
  width: 100%;
}
.cid-ux8K2uPZQL .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 32px 0;
  width: fit-content;
  max-width: 100%;
}
.cid-ux8K2uPZQL .mbr-media span {
  font-size: 1.5rem;
  color: #ffffff;
  transition: all 0.2s;
}
.cid-ux8K2uPZQL .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffffff;
  z-index: 2;
}
.cid-ux8K2uPZQL .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-ux8K2uPZQL .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-ux8K2uPZQL .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ux8K2uPZQL .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-ux8K2uPZQL .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ux8K2uPZQL .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-ux8K2uPZQL .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ux8K2uPZQL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ux8My0iuYv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ux8My0iuYv .image-wrapper {
    padding: 1rem;
  }
}
.cid-ux8My0iuYv img {
  max-width: 95%;
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-ux8My0iuYv img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-ux8My0iuYv .mbr-text,
.cid-ux8My0iuYv .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-ux8My0iuYv .mbr-section-title {
  text-align: left;
  color: #353535;
}
.cid-ux8My0iuYv .mbr-text2,
.cid-ux8My0iuYv .mbr-section-btn2 {
  color: #0168b3;
  text-align: left;
}
.cid-vcNC2L5B1P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #002d6e;
}
.cid-vcNC2L5B1P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNC2L5B1P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNC2L5B1P .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-vcNC2L5B1P .container {
    max-width: 1400px;
  }
}
.cid-vcNC2L5B1P .card {
  margin: auto;
}
.cid-vcNC2L5B1P .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-vcNC2L5B1P .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vcNC2L5B1P .row {
  justify-content: center;
}
.cid-vcNC2L5B1P .card-title,
.cid-vcNC2L5B1P .card-box {
  color: #ffffff;
}
.cid-vcNDbDOoQC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e6e6e6;
}
.cid-vcNDbDOoQC .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcNDbDOoQC .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcNDbDOoQC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 354px;
  max-width: 354px;
}
@media (max-width: 992px) {
  .cid-vcNDbDOoQC .embla__slide {
    min-width: 620px;
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .cid-vcNDbDOoQC .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vcNDbDOoQC .embla__slide .slide-content {
  width: 100%;
}
.cid-vcNDbDOoQC .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vcNDbDOoQC .embla__slide .slide-content .item-wrapper {
    height: 350px;
  }
}
.cid-vcNDbDOoQC .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-vcNDbDOoQC .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcNDbDOoQC .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-vcNDbDOoQC .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vcNDbDOoQC .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcNDbDOoQC .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-vcNDbDOoQC .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-vcNDbDOoQC .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-vcNDbDOoQC .embla__button--next,
.cid-vcNDbDOoQC .embla__button--prev {
  display: flex;
}
.cid-vcNDbDOoQC .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-vcNDbDOoQC .embla__button:hover {
  opacity: .7 !important;
}
.cid-vcNDbDOoQC .embla__button.embla__button--prev {
  right: 48px;
}
.cid-vcNDbDOoQC .embla__button.embla__button--next {
  right: 0;
}
.cid-vcNDbDOoQC .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-vcNDbDOoQC .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-vcNDbDOoQC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcNDbDOoQC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcNDbDOoQC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcNDbDOoQC .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcNDbDOoQC .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vcNDbDOoQC .item-tag {
  color: #ffffff;
}
.cid-vcNDbDOoQC .item-name {
  color: #ffffff;
}
.cid-vcNDpVnMvJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcNDpVnMvJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNDpVnMvJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNDpVnMvJ .item {
  padding-bottom: 2rem;
}
.cid-vcNDpVnMvJ .item-wrapper {
  position: relative;
}
.cid-vcNDpVnMvJ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcNDpVnMvJ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcNDpVnMvJ .carousel-control,
.cid-vcNDpVnMvJ .close {
  background: #1b1b1b;
}
.cid-vcNDpVnMvJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcNDpVnMvJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcNDpVnMvJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcNDpVnMvJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcNDpVnMvJ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcNDpVnMvJ .close::before {
  content: '\e91a';
}
.cid-vcNDpVnMvJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcNDpVnMvJ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcNDpVnMvJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcNDpVnMvJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcNDpVnMvJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcNDpVnMvJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcNDpVnMvJ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcNDpVnMvJ .carousel-indicators li.active,
.cid-vcNDpVnMvJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcNDpVnMvJ .carousel-indicators li::after,
.cid-vcNDpVnMvJ .carousel-indicators li::before {
  content: none;
}
.cid-vcNDpVnMvJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcNDpVnMvJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcNDpVnMvJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcNDpVnMvJ .carousel-indicators {
    display: none;
  }
}
.cid-vcNDpVnMvJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcNDpVnMvJ .carousel-inner > .active {
  display: block;
}
.cid-vcNDpVnMvJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcNDpVnMvJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcNDpVnMvJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcNDpVnMvJ .carousel-control,
  .cid-vcNDpVnMvJ .carousel-indicators,
  .cid-vcNDpVnMvJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcNDpVnMvJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcNDpVnMvJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcNDpVnMvJ .carousel-indicators .active,
.cid-vcNDpVnMvJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcNDpVnMvJ .carousel-indicators .active {
  background: #fff;
}
.cid-vcNDpVnMvJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcNDpVnMvJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcNDpVnMvJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcNDpVnMvJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcNDpVnMvJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcNDpVnMvJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcNDpVnMvJ .carousel {
  width: 100%;
}
.cid-vcNDpVnMvJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcNDpVnMvJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcNDpVnMvJ .modal.fade .modal-dialog,
.cid-vcNDpVnMvJ .modal.in .modal-dialog {
  transform: none;
}
.cid-vcNDpVnMvJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcNDpVnMvJ H6 {
  text-align: center;
}
.cid-vcNDpVnMvJ H3 {
  text-align: left;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .nav-item:focus,
.cid-ux7ANktoGF .nav-link:focus {
  outline: none;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ux7ANktoGF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ux7ANktoGF .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ux7ANktoGF .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-ux7ANktoGF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ux7ANktoGF .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.show,
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ux7ANktoGF .navbar.collapsed .right-menu,
.cid-ux7ANktoGF .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF .navbar .navbar-collapse.show,
  .cid-ux7ANktoGF .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ux7ANktoGF .navbar .navbar-collapse.show .brand-container,
  .cid-ux7ANktoGF .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-ux7ANktoGF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ux7ANktoGF .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-ux7ANktoGF .navbar .navbar-logo img {
    height: 6rem !important;
  }
  .cid-ux7ANktoGF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ux7ANktoGF .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-ux7ANktoGF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-ux7ANktoGF .navbar .right-menu,
  .cid-ux7ANktoGF .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ux7ANktoGF .navbar.navbar-short {
  min-height: 60px;
}
.cid-ux7ANktoGF .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-ux7ANktoGF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ux7ANktoGF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ux7ANktoGF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ux7ANktoGF .dropdown-item.active,
.cid-ux7ANktoGF .dropdown-item:active {
  background-color: transparent;
}
.cid-ux7ANktoGF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ux7ANktoGF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ux7ANktoGF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ux7ANktoGF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ux7ANktoGF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ux7ANktoGF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ux7ANktoGF ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-ux7ANktoGF .navbar-buttons {
  margin-left: auto;
}
.cid-ux7ANktoGF 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-ux7ANktoGF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cb0600;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux7ANktoGF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ux7ANktoGF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ux7ANktoGF .right-menu,
.cid-ux7ANktoGF .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-ux7ANktoGF .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ux7ANktoGF .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ux7ANktoGF .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ux7ANktoGF .menu-top {
  text-align: center;
  width: 100%;
  background-color: #002d6e;
  padding: 0.5rem 0;
  color: #e4e5e7;
}
.cid-ux7ANktoGF .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ux7ANktoGF .card-wrapper {
  z-index: 3;
}
.cid-ux7ANktoGF .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ux7ANktoGF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcNC3rNBrz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/vignette-dep1920.jpg");
}
.cid-vcNC3rNBrz .mbr-text,
.cid-vcNC3rNBrz .mbr-section-btn {
  color: #ffffff;
}
.cid-vcNC3rNBrz .card-title,
.cid-vcNC3rNBrz .card-box {
  color: #ffffff;
}
.cid-vcNC3rNBrz .mbr-text,
.cid-vcNC3rNBrz .link-wrap {
  color: #FFFFFF;
}
.cid-vcNEr3J41S {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e6e6e6;
}
.cid-vcNEr3J41S .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcNEr3J41S .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcNEr3J41S .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 354px;
  max-width: 354px;
}
@media (max-width: 992px) {
  .cid-vcNEr3J41S .embla__slide {
    min-width: 620px;
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .cid-vcNEr3J41S .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vcNEr3J41S .embla__slide .slide-content {
  width: 100%;
}
.cid-vcNEr3J41S .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vcNEr3J41S .embla__slide .slide-content .item-wrapper {
    height: 350px;
  }
}
.cid-vcNEr3J41S .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-vcNEr3J41S .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcNEr3J41S .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-vcNEr3J41S .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vcNEr3J41S .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcNEr3J41S .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-vcNEr3J41S .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-vcNEr3J41S .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-vcNEr3J41S .embla__button--next,
.cid-vcNEr3J41S .embla__button--prev {
  display: flex;
}
.cid-vcNEr3J41S .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-vcNEr3J41S .embla__button:hover {
  opacity: .7 !important;
}
.cid-vcNEr3J41S .embla__button.embla__button--prev {
  right: 48px;
}
.cid-vcNEr3J41S .embla__button.embla__button--next {
  right: 0;
}
.cid-vcNEr3J41S .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-vcNEr3J41S .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-vcNEr3J41S .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcNEr3J41S .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcNEr3J41S .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcNEr3J41S .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcNEr3J41S .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vcNEr3J41S .item-tag {
  color: #ffffff;
}
.cid-vcNEr3J41S .item-name {
  color: #ffffff;
}
.cid-vcNC47sIfN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcNC47sIfN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNC47sIfN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNC47sIfN .mbr-section-title {
  text-align: left;
  color: #002d6e;
}
.cid-vcNC4VTZhg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cid-vcNC4VTZhg img,
.cid-vcNC4VTZhg .item-img {
  vertical-align: middle;
}
.cid-vcNC4VTZhg .item:focus,
.cid-vcNC4VTZhg span:focus {
  outline: none;
}
.cid-vcNC4VTZhg .item-img {
  height: 20rem;
}
.cid-vcNC4VTZhg .item {
  cursor: pointer;
  margin-bottom: 0rem;
}
.cid-vcNC4VTZhg .item-content,
.cid-vcNC4VTZhg .item-footer {
  background: #002d6e;
}
@media (min-width: 992px) {
  .cid-vcNC4VTZhg .features-image {
    width: 20% !important;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-vcNC4VTZhg .features-image-wrap {
  flex-wrap: wrap;
}
.cid-vcNC4VTZhg .item-wrapper {
  position: relative;
  background: #002d6e;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 992px) {
  .cid-vcNC4VTZhg .item-wrapper .item-content {
    padding: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-vcNC4VTZhg .item-wrapper .item-content {
    padding: 0rem;
  }
}
.cid-vcNC4VTZhg .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vcNC4VTZhg .mbr-section-title b:last-child,
.cid-vcNC4VTZhg .mbr-section-title strong:last-child {
  color: #000000;
}
.cid-vcNC4VTZhg .container-fluid {
  padding-right: 1 !important;
  padding-left: 1 !important;
}
.cid-vcNC4VTZhg .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vcNC4VTZhg .item-subtitle {
  text-align: center;
}
.cid-vcNC6eytWA {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/med.jpg");
}
.cid-vcNC6eytWA .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.7;
}
.cid-vcNC6eytWA .form-control,
.cid-vcNC6eytWA .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vcNC6eytWA .form-control::-webkit-input-placeholder,
.cid-vcNC6eytWA .field-input::-webkit-input-placeholder,
.cid-vcNC6eytWA .form-control::-webkit-input-placeholder,
.cid-vcNC6eytWA .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vcNC6eytWA .form-control:-moz-placeholder,
.cid-vcNC6eytWA .field-input:-moz-placeholder,
.cid-vcNC6eytWA .form-control:-moz-placeholder,
.cid-vcNC6eytWA .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vcNC6eytWA .form-control:hover,
.cid-vcNC6eytWA .field-input:hover,
.cid-vcNC6eytWA .form-control:focus,
.cid-vcNC6eytWA .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-vcNC6eytWA .form-control:hover::-webkit-input-placeholder,
.cid-vcNC6eytWA .field-input:hover::-webkit-input-placeholder,
.cid-vcNC6eytWA .form-control:focus::-webkit-input-placeholder,
.cid-vcNC6eytWA .field-input:focus::-webkit-input-placeholder,
.cid-vcNC6eytWA .form-control:hover::-webkit-input-placeholder,
.cid-vcNC6eytWA .field-input:hover::-webkit-input-placeholder,
.cid-vcNC6eytWA .form-control:focus::-webkit-input-placeholder,
.cid-vcNC6eytWA .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-vcNC6eytWA .form-control:hover:-moz-placeholder,
.cid-vcNC6eytWA .field-input:hover:-moz-placeholder,
.cid-vcNC6eytWA .form-control:focus:-moz-placeholder,
.cid-vcNC6eytWA .field-input:focus:-moz-placeholder,
.cid-vcNC6eytWA .form-control:hover:-moz-placeholder,
.cid-vcNC6eytWA .field-input:hover:-moz-placeholder,
.cid-vcNC6eytWA .form-control:focus:-moz-placeholder,
.cid-vcNC6eytWA .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-vcNC6eytWA .jq-number__spin:hover,
.cid-vcNC6eytWA .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vcNC6eytWA .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vcNC6eytWA .jq-selectbox li,
.cid-vcNC6eytWA .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vcNC6eytWA .jq-selectbox li:hover,
.cid-vcNC6eytWA .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-vcNC6eytWA .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vcNC6eytWA .jq-number__spin.minus:hover:after,
.cid-vcNC6eytWA .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vcNC6eytWA .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vcNC6eytWA .jq-number__spin.minus:after,
.cid-vcNC6eytWA .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-vcNC6eytWA input::-webkit-clear-button {
  display: none;
}
.cid-vcNC6eytWA input::-webkit-inner-spin-button {
  display: none;
}
.cid-vcNC6eytWA input::-webkit-outer-spin-button {
  display: none;
}
.cid-vcNC6eytWA input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vcNC6eytWA H4 {
  color: #ffffff;
}
.cid-uWdFoFmy7K {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWdFoFmy7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdFoFmy7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWdFoFmy7K .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uWdFoFmy7K .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uWdFoFmy7K .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWdFoFmy7K .mbr-title {
  color: #cb0600;
  margin-bottom: 14px;
}
.cid-uWdFoFmy7K .mbr-text {
  color: #002d6e;
}
.cid-uWdFoFmy7K .list-box {
  width: 100%;
}
.cid-uWdFoFmy7K .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #002d6e;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uWdFoFmy7K .list a:hover:before {
  background-position: left !important;
}
.cid-uWdFoFmy7K .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uWdFoFmy7K .news-item {
  width: 100%;
}
.cid-uWdFoFmy7K .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uWdFoFmy7K .news-title {
  color: #002d6e;
}
.cid-ux7G0kja9N {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #002d6e;
  overflow: hidden;
}
.cid-uxcmOnRfZW {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/bg-fuite-toiture.jpg");
}
.cid-uxcmOnRfZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxcmOnRfZW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxcmOnRfZW .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-uxcmOnRfZW .mbr-section-title {
  color: #FFFFFF;
}
.cid-uxcmOnRfZW .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-uxcmOnRfZW .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-uxcmOnRfZW .mbr-section-btn {
  margin-top: 28px;
}
.cid-uxcmOnRfZW iframe,
.cid-uxcmOnRfZW img,
.cid-uxcmOnRfZW video {
  width: 100%;
}
.cid-uxcmOnRfZW .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 32px 0;
  width: fit-content;
  max-width: 100%;
}
.cid-uxcmOnRfZW .mbr-media span {
  font-size: 1.5rem;
  color: #ffffff;
  transition: all 0.2s;
}
.cid-uxcmOnRfZW .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffffff;
  z-index: 2;
}
.cid-uxcmOnRfZW .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uxcmOnRfZW .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-uxcmOnRfZW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uxcmOnRfZW .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-uxcmOnRfZW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uxcmOnRfZW .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-uxcmOnRfZW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uxcmOnRfZW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uxcmRO7yzp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxcmRO7yzp .row {
  flex-direction: row-reverse;
}
.cid-uxcmRO7yzp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxcmRO7yzp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxcmRO7yzp .row {
    flex-direction: column-reverse;
  }
  .cid-uxcmRO7yzp .arrow-text {
    display: none;
  }
}
@media (max-width: 425px) {
  .cid-uxcmRO7yzp .image-wrapper {
    display: none;
  }
  .cid-uxcmRO7yzp .card-title {
    line-height: 46px !important;
  }
}
.cid-uxcmRO7yzp .content-wrapper {
  background: #002d6e;
}
@media (max-width: 991px) {
  .cid-uxcmRO7yzp .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxcmRO7yzp .content-wrapper {
    padding: 1rem;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uxcmRO7yzp .content-wrapper {
    padding: 2rem;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .cid-uxcmRO7yzp .content-wrapper {
    padding: 2rem 1rem;
    padding-left: 0;
  }
  .cid-uxcmRO7yzp .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uxcmRO7yzp .image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-uxcmRO7yzp .card-title,
.cid-uxcmRO7yzp .mbr-text {
  color: #fafafa;
}
.cid-uxcmRO7yzp .card-title {
  line-height: 69px;
  color: #002d6e;
  text-align: left;
}
@media (min-width: 991px) {
  .cid-uxcmRO7yzp .card-title-position {
    margin-left: 30rem;
  }
  .cid-uxcmRO7yzp .mbr-text {
    margin-bottom: 0;
    padding: 0;
  }
}
.cid-uxcmRO7yzp .mbr-text {
  padding-left: 50px;
}
.cid-uxcmRO7yzp .arrow-text {
  transform: rotate(225deg);
  color: #fafafa;
  position: absolute;
  left: 25px;
  top: -7px;
}
@media (max-width: 991px) {
  .cid-uxcmRO7yzp .arrow-text {
    display: none;
  }
  .cid-uxcmRO7yzp .mbr-text {
    padding-left: 50px;
  }
}
@media (max-width: 576px) {
  .cid-uxcmRO7yzp .arrow-text {
    display: none;
  }
  .cid-uxcmRO7yzp .mbr-text {
    padding-left: 0;
  }
}
.cid-uxcmRO7yzp .for-arrow {
  position: relative;
}
.cid-uxcmRO7yzp .mbr-text,
.cid-uxcmRO7yzp .mbr-section-btn {
  color: #ffffff;
}
.cid-vcNI37PbGy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #002d6e;
}
.cid-vcNI37PbGy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNI37PbGy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNI37PbGy .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-vcNI37PbGy .container {
    max-width: 1400px;
  }
}
.cid-vcNI37PbGy .card {
  margin: auto;
}
.cid-vcNI37PbGy .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-vcNI37PbGy .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vcNI37PbGy .row {
  justify-content: center;
}
.cid-vcNI37PbGy .card-title,
.cid-vcNI37PbGy .card-box {
  color: #ffffff;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .nav-item:focus,
.cid-ux7ANktoGF .nav-link:focus {
  outline: none;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ux7ANktoGF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ux7ANktoGF .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ux7ANktoGF .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-ux7ANktoGF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ux7ANktoGF .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.show,
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ux7ANktoGF .navbar.collapsed .right-menu,
.cid-ux7ANktoGF .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF .navbar .navbar-collapse.show,
  .cid-ux7ANktoGF .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ux7ANktoGF .navbar .navbar-collapse.show .brand-container,
  .cid-ux7ANktoGF .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-ux7ANktoGF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ux7ANktoGF .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-ux7ANktoGF .navbar .navbar-logo img {
    height: 6rem !important;
  }
  .cid-ux7ANktoGF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ux7ANktoGF .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-ux7ANktoGF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-ux7ANktoGF .navbar .right-menu,
  .cid-ux7ANktoGF .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ux7ANktoGF .navbar.navbar-short {
  min-height: 60px;
}
.cid-ux7ANktoGF .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-ux7ANktoGF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ux7ANktoGF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ux7ANktoGF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ux7ANktoGF .dropdown-item.active,
.cid-ux7ANktoGF .dropdown-item:active {
  background-color: transparent;
}
.cid-ux7ANktoGF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ux7ANktoGF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ux7ANktoGF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ux7ANktoGF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ux7ANktoGF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ux7ANktoGF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ux7ANktoGF ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-ux7ANktoGF .navbar-buttons {
  margin-left: auto;
}
.cid-ux7ANktoGF 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-ux7ANktoGF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cb0600;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux7ANktoGF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ux7ANktoGF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ux7ANktoGF .right-menu,
.cid-ux7ANktoGF .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-ux7ANktoGF .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ux7ANktoGF .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ux7ANktoGF .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ux7ANktoGF .menu-top {
  text-align: center;
  width: 100%;
  background-color: #002d6e;
  padding: 0.5rem 0;
  color: #e4e5e7;
}
.cid-ux7ANktoGF .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ux7ANktoGF .card-wrapper {
  z-index: 3;
}
.cid-ux7ANktoGF .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ux7ANktoGF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcNI2wRpl4 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/vignette-dep1920.jpg");
}
.cid-vcNI2wRpl4 .mbr-text,
.cid-vcNI2wRpl4 .mbr-section-btn {
  color: #ffffff;
}
.cid-vcNI2wRpl4 .card-title,
.cid-vcNI2wRpl4 .card-box {
  color: #ffffff;
}
.cid-vcNI2wRpl4 .mbr-text,
.cid-vcNI2wRpl4 .link-wrap {
  color: #FFFFFF;
}
.cid-vcNI4tHJwf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcNI4tHJwf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNI4tHJwf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNI4tHJwf .mbr-section-title {
  text-align: left;
  color: #002d6e;
}
.cid-vcNI5hqrlt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cid-vcNI5hqrlt img,
.cid-vcNI5hqrlt .item-img {
  vertical-align: middle;
}
.cid-vcNI5hqrlt .item:focus,
.cid-vcNI5hqrlt span:focus {
  outline: none;
}
.cid-vcNI5hqrlt .item-img {
  height: 20rem;
}
.cid-vcNI5hqrlt .item {
  cursor: pointer;
  margin-bottom: 0rem;
}
.cid-vcNI5hqrlt .item-content,
.cid-vcNI5hqrlt .item-footer {
  background: #002d6e;
}
@media (min-width: 992px) {
  .cid-vcNI5hqrlt .features-image {
    width: 20% !important;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-vcNI5hqrlt .features-image-wrap {
  flex-wrap: wrap;
}
.cid-vcNI5hqrlt .item-wrapper {
  position: relative;
  background: #002d6e;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 992px) {
  .cid-vcNI5hqrlt .item-wrapper .item-content {
    padding: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-vcNI5hqrlt .item-wrapper .item-content {
    padding: 0rem;
  }
}
.cid-vcNI5hqrlt .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vcNI5hqrlt .mbr-section-title b:last-child,
.cid-vcNI5hqrlt .mbr-section-title strong:last-child {
  color: #000000;
}
.cid-vcNI5hqrlt .container-fluid {
  padding-right: 1 !important;
  padding-left: 1 !important;
}
.cid-vcNI5hqrlt .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vcNI5hqrlt .item-subtitle {
  text-align: center;
}
.cid-vcNI6APjrD {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/med.jpg");
}
.cid-vcNI6APjrD .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.7;
}
.cid-vcNI6APjrD .form-control,
.cid-vcNI6APjrD .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vcNI6APjrD .form-control::-webkit-input-placeholder,
.cid-vcNI6APjrD .field-input::-webkit-input-placeholder,
.cid-vcNI6APjrD .form-control::-webkit-input-placeholder,
.cid-vcNI6APjrD .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vcNI6APjrD .form-control:-moz-placeholder,
.cid-vcNI6APjrD .field-input:-moz-placeholder,
.cid-vcNI6APjrD .form-control:-moz-placeholder,
.cid-vcNI6APjrD .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vcNI6APjrD .form-control:hover,
.cid-vcNI6APjrD .field-input:hover,
.cid-vcNI6APjrD .form-control:focus,
.cid-vcNI6APjrD .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-vcNI6APjrD .form-control:hover::-webkit-input-placeholder,
.cid-vcNI6APjrD .field-input:hover::-webkit-input-placeholder,
.cid-vcNI6APjrD .form-control:focus::-webkit-input-placeholder,
.cid-vcNI6APjrD .field-input:focus::-webkit-input-placeholder,
.cid-vcNI6APjrD .form-control:hover::-webkit-input-placeholder,
.cid-vcNI6APjrD .field-input:hover::-webkit-input-placeholder,
.cid-vcNI6APjrD .form-control:focus::-webkit-input-placeholder,
.cid-vcNI6APjrD .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-vcNI6APjrD .form-control:hover:-moz-placeholder,
.cid-vcNI6APjrD .field-input:hover:-moz-placeholder,
.cid-vcNI6APjrD .form-control:focus:-moz-placeholder,
.cid-vcNI6APjrD .field-input:focus:-moz-placeholder,
.cid-vcNI6APjrD .form-control:hover:-moz-placeholder,
.cid-vcNI6APjrD .field-input:hover:-moz-placeholder,
.cid-vcNI6APjrD .form-control:focus:-moz-placeholder,
.cid-vcNI6APjrD .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-vcNI6APjrD .jq-number__spin:hover,
.cid-vcNI6APjrD .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vcNI6APjrD .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vcNI6APjrD .jq-selectbox li,
.cid-vcNI6APjrD .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vcNI6APjrD .jq-selectbox li:hover,
.cid-vcNI6APjrD .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-vcNI6APjrD .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vcNI6APjrD .jq-number__spin.minus:hover:after,
.cid-vcNI6APjrD .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vcNI6APjrD .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vcNI6APjrD .jq-number__spin.minus:after,
.cid-vcNI6APjrD .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-vcNI6APjrD input::-webkit-clear-button {
  display: none;
}
.cid-vcNI6APjrD input::-webkit-inner-spin-button {
  display: none;
}
.cid-vcNI6APjrD input::-webkit-outer-spin-button {
  display: none;
}
.cid-vcNI6APjrD input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vcNI6APjrD H4 {
  color: #ffffff;
}
.cid-uWdFoFmy7K {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWdFoFmy7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdFoFmy7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWdFoFmy7K .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uWdFoFmy7K .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uWdFoFmy7K .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWdFoFmy7K .mbr-title {
  color: #cb0600;
  margin-bottom: 14px;
}
.cid-uWdFoFmy7K .mbr-text {
  color: #002d6e;
}
.cid-uWdFoFmy7K .list-box {
  width: 100%;
}
.cid-uWdFoFmy7K .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #002d6e;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uWdFoFmy7K .list a:hover:before {
  background-position: left !important;
}
.cid-uWdFoFmy7K .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uWdFoFmy7K .news-item {
  width: 100%;
}
.cid-uWdFoFmy7K .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uWdFoFmy7K .news-title {
  color: #002d6e;
}
.cid-ux7G0kja9N {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #002d6e;
  overflow: hidden;
}
.cid-ux8QbhbpPu {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/trra.jpg");
}
.cid-ux8QbhbpPu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux8QbhbpPu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux8QbhbpPu .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-ux8QbhbpPu .mbr-section-title {
  color: #FFFFFF;
}
.cid-ux8QbhbpPu .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-ux8QbhbpPu .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-ux8QbhbpPu .mbr-section-btn {
  margin-top: 28px;
}
.cid-ux8QbhbpPu iframe,
.cid-ux8QbhbpPu img,
.cid-ux8QbhbpPu video {
  width: 100%;
}
.cid-ux8QbhbpPu .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 32px 0;
  width: fit-content;
  max-width: 100%;
}
.cid-ux8QbhbpPu .mbr-media span {
  font-size: 1.5rem;
  color: #ffffff;
  transition: all 0.2s;
}
.cid-ux8QbhbpPu .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffffff;
  z-index: 2;
}
.cid-ux8QbhbpPu .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-ux8QbhbpPu .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-ux8QbhbpPu .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ux8QbhbpPu .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-ux8QbhbpPu .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ux8QbhbpPu .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-ux8QbhbpPu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ux8QbhbpPu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ux8P1RBChj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ux8P1RBChj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux8P1RBChj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ux8P1RBChj .row {
    flex-direction: column-reverse;
  }
  .cid-ux8P1RBChj .arrow-text {
    display: none;
  }
}
@media (max-width: 425px) {
  .cid-ux8P1RBChj .image-wrapper {
    display: none;
  }
  .cid-ux8P1RBChj .card-title {
    line-height: 46px !important;
  }
}
.cid-ux8P1RBChj .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-ux8P1RBChj .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ux8P1RBChj .content-wrapper {
    padding: 1rem;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ux8P1RBChj .content-wrapper {
    padding: 2rem;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .cid-ux8P1RBChj .content-wrapper {
    padding: 2rem 1rem;
    padding-left: 0;
  }
  .cid-ux8P1RBChj .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ux8P1RBChj .image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-ux8P1RBChj .card-title,
.cid-ux8P1RBChj .mbr-text {
  color: #fafafa;
}
.cid-ux8P1RBChj .card-title {
  line-height: 69px;
  color: #000000;
  text-align: left;
}
@media (min-width: 991px) {
  .cid-ux8P1RBChj .card-title-position {
    margin-left: 30rem;
  }
  .cid-ux8P1RBChj .mbr-text {
    margin-bottom: 0;
    padding: 0;
  }
}
.cid-ux8P1RBChj .mbr-text {
  padding-left: 50px;
}
.cid-ux8P1RBChj .arrow-text {
  transform: rotate(225deg);
  color: #fafafa;
  position: absolute;
  left: 25px;
  top: -7px;
}
@media (max-width: 991px) {
  .cid-ux8P1RBChj .arrow-text {
    display: none;
  }
  .cid-ux8P1RBChj .mbr-text {
    padding-left: 50px;
  }
}
@media (max-width: 576px) {
  .cid-ux8P1RBChj .arrow-text {
    display: none;
  }
  .cid-ux8P1RBChj .mbr-text {
    padding-left: 0;
  }
}
.cid-ux8P1RBChj .for-arrow {
  position: relative;
}
.cid-ux8P1RBChj .mbr-text,
.cid-ux8P1RBChj .mbr-section-btn {
  color: #000000;
}
.cid-vcOq14Jn4l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #002d6e;
}
.cid-vcOq14Jn4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOq14Jn4l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOq14Jn4l .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-vcOq14Jn4l .container {
    max-width: 1400px;
  }
}
.cid-vcOq14Jn4l .card {
  margin: auto;
}
.cid-vcOq14Jn4l .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-vcOq14Jn4l .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vcOq14Jn4l .row {
  justify-content: center;
}
.cid-vcOq14Jn4l .card-title,
.cid-vcOq14Jn4l .card-box {
  color: #ffffff;
}
.cid-vcOq1A0i8T {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/vignette-dep1920.jpg");
}
.cid-vcOq1A0i8T .mbr-text,
.cid-vcOq1A0i8T .mbr-section-btn {
  color: #ffffff;
}
.cid-vcOq1A0i8T .card-title,
.cid-vcOq1A0i8T .card-box {
  color: #ffffff;
}
.cid-vcOq1A0i8T .mbr-text,
.cid-vcOq1A0i8T .link-wrap {
  color: #FFFFFF;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .nav-item:focus,
.cid-ux7ANktoGF .nav-link:focus {
  outline: none;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ux7ANktoGF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ux7ANktoGF .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ux7ANktoGF .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-ux7ANktoGF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ux7ANktoGF .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.show,
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ux7ANktoGF .navbar.collapsed .right-menu,
.cid-ux7ANktoGF .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF .navbar .navbar-collapse.show,
  .cid-ux7ANktoGF .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ux7ANktoGF .navbar .navbar-collapse.show .brand-container,
  .cid-ux7ANktoGF .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-ux7ANktoGF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ux7ANktoGF .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-ux7ANktoGF .navbar .navbar-logo img {
    height: 6rem !important;
  }
  .cid-ux7ANktoGF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ux7ANktoGF .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-ux7ANktoGF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-ux7ANktoGF .navbar .right-menu,
  .cid-ux7ANktoGF .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ux7ANktoGF .navbar.navbar-short {
  min-height: 60px;
}
.cid-ux7ANktoGF .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-ux7ANktoGF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ux7ANktoGF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ux7ANktoGF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ux7ANktoGF .dropdown-item.active,
.cid-ux7ANktoGF .dropdown-item:active {
  background-color: transparent;
}
.cid-ux7ANktoGF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ux7ANktoGF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ux7ANktoGF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ux7ANktoGF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ux7ANktoGF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ux7ANktoGF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ux7ANktoGF ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-ux7ANktoGF .navbar-buttons {
  margin-left: auto;
}
.cid-ux7ANktoGF 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-ux7ANktoGF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cb0600;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux7ANktoGF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ux7ANktoGF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ux7ANktoGF .right-menu,
.cid-ux7ANktoGF .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-ux7ANktoGF .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ux7ANktoGF .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ux7ANktoGF .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ux7ANktoGF .menu-top {
  text-align: center;
  width: 100%;
  background-color: #002d6e;
  padding: 0.5rem 0;
  color: #e4e5e7;
}
.cid-ux7ANktoGF .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ux7ANktoGF .card-wrapper {
  z-index: 3;
}
.cid-ux7ANktoGF .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ux7ANktoGF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcOq2usJr7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcOq2usJr7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOq2usJr7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOq2usJr7 .mbr-section-title {
  text-align: left;
  color: #002d6e;
}
.cid-vcOq33CbvD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cid-vcOq33CbvD img,
.cid-vcOq33CbvD .item-img {
  vertical-align: middle;
}
.cid-vcOq33CbvD .item:focus,
.cid-vcOq33CbvD span:focus {
  outline: none;
}
.cid-vcOq33CbvD .item-img {
  height: 20rem;
}
.cid-vcOq33CbvD .item {
  cursor: pointer;
  margin-bottom: 0rem;
}
.cid-vcOq33CbvD .item-content,
.cid-vcOq33CbvD .item-footer {
  background: #002d6e;
}
@media (min-width: 992px) {
  .cid-vcOq33CbvD .features-image {
    width: 20% !important;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-vcOq33CbvD .features-image-wrap {
  flex-wrap: wrap;
}
.cid-vcOq33CbvD .item-wrapper {
  position: relative;
  background: #002d6e;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 992px) {
  .cid-vcOq33CbvD .item-wrapper .item-content {
    padding: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-vcOq33CbvD .item-wrapper .item-content {
    padding: 0rem;
  }
}
.cid-vcOq33CbvD .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vcOq33CbvD .mbr-section-title b:last-child,
.cid-vcOq33CbvD .mbr-section-title strong:last-child {
  color: #000000;
}
.cid-vcOq33CbvD .container-fluid {
  padding-right: 1 !important;
  padding-left: 1 !important;
}
.cid-vcOq33CbvD .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vcOq33CbvD .item-subtitle {
  text-align: center;
}
.cid-vcOq4hzsR5 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/med.jpg");
}
.cid-vcOq4hzsR5 .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.7;
}
.cid-vcOq4hzsR5 .form-control,
.cid-vcOq4hzsR5 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vcOq4hzsR5 .form-control::-webkit-input-placeholder,
.cid-vcOq4hzsR5 .field-input::-webkit-input-placeholder,
.cid-vcOq4hzsR5 .form-control::-webkit-input-placeholder,
.cid-vcOq4hzsR5 .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vcOq4hzsR5 .form-control:-moz-placeholder,
.cid-vcOq4hzsR5 .field-input:-moz-placeholder,
.cid-vcOq4hzsR5 .form-control:-moz-placeholder,
.cid-vcOq4hzsR5 .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vcOq4hzsR5 .form-control:hover,
.cid-vcOq4hzsR5 .field-input:hover,
.cid-vcOq4hzsR5 .form-control:focus,
.cid-vcOq4hzsR5 .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-vcOq4hzsR5 .form-control:hover::-webkit-input-placeholder,
.cid-vcOq4hzsR5 .field-input:hover::-webkit-input-placeholder,
.cid-vcOq4hzsR5 .form-control:focus::-webkit-input-placeholder,
.cid-vcOq4hzsR5 .field-input:focus::-webkit-input-placeholder,
.cid-vcOq4hzsR5 .form-control:hover::-webkit-input-placeholder,
.cid-vcOq4hzsR5 .field-input:hover::-webkit-input-placeholder,
.cid-vcOq4hzsR5 .form-control:focus::-webkit-input-placeholder,
.cid-vcOq4hzsR5 .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-vcOq4hzsR5 .form-control:hover:-moz-placeholder,
.cid-vcOq4hzsR5 .field-input:hover:-moz-placeholder,
.cid-vcOq4hzsR5 .form-control:focus:-moz-placeholder,
.cid-vcOq4hzsR5 .field-input:focus:-moz-placeholder,
.cid-vcOq4hzsR5 .form-control:hover:-moz-placeholder,
.cid-vcOq4hzsR5 .field-input:hover:-moz-placeholder,
.cid-vcOq4hzsR5 .form-control:focus:-moz-placeholder,
.cid-vcOq4hzsR5 .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-vcOq4hzsR5 .jq-number__spin:hover,
.cid-vcOq4hzsR5 .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vcOq4hzsR5 .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vcOq4hzsR5 .jq-selectbox li,
.cid-vcOq4hzsR5 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vcOq4hzsR5 .jq-selectbox li:hover,
.cid-vcOq4hzsR5 .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-vcOq4hzsR5 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vcOq4hzsR5 .jq-number__spin.minus:hover:after,
.cid-vcOq4hzsR5 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vcOq4hzsR5 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vcOq4hzsR5 .jq-number__spin.minus:after,
.cid-vcOq4hzsR5 .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-vcOq4hzsR5 input::-webkit-clear-button {
  display: none;
}
.cid-vcOq4hzsR5 input::-webkit-inner-spin-button {
  display: none;
}
.cid-vcOq4hzsR5 input::-webkit-outer-spin-button {
  display: none;
}
.cid-vcOq4hzsR5 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vcOq4hzsR5 H4 {
  color: #ffffff;
}
.cid-uWdFoFmy7K {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWdFoFmy7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdFoFmy7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWdFoFmy7K .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uWdFoFmy7K .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uWdFoFmy7K .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWdFoFmy7K .mbr-title {
  color: #cb0600;
  margin-bottom: 14px;
}
.cid-uWdFoFmy7K .mbr-text {
  color: #002d6e;
}
.cid-uWdFoFmy7K .list-box {
  width: 100%;
}
.cid-uWdFoFmy7K .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #002d6e;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uWdFoFmy7K .list a:hover:before {
  background-position: left !important;
}
.cid-uWdFoFmy7K .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uWdFoFmy7K .news-item {
  width: 100%;
}
.cid-uWdFoFmy7K .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uWdFoFmy7K .news-title {
  color: #002d6e;
}
.cid-ux7G0kja9N {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #002d6e;
  overflow: hidden;
}
.cid-ux8BJPzm9d {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/net-1.jpg");
}
.cid-ux8BJPzm9d .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux8BJPzm9d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux8BJPzm9d .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-ux8BJPzm9d .mbr-section-title {
  color: #FFFFFF;
}
.cid-ux8BJPzm9d .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-ux8BJPzm9d .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-ux8BJPzm9d .mbr-section-btn {
  margin-top: 28px;
}
.cid-ux8BJPzm9d iframe,
.cid-ux8BJPzm9d img,
.cid-ux8BJPzm9d video {
  width: 100%;
}
.cid-ux8BJPzm9d .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 32px 0;
  width: fit-content;
  max-width: 100%;
}
.cid-ux8BJPzm9d .mbr-media span {
  font-size: 1.5rem;
  color: #ffffff;
  transition: all 0.2s;
}
.cid-ux8BJPzm9d .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffffff;
  z-index: 2;
}
.cid-ux8BJPzm9d .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-ux8BJPzm9d .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-ux8BJPzm9d .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ux8BJPzm9d .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-ux8BJPzm9d .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ux8BJPzm9d .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-ux8BJPzm9d .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ux8BJPzm9d .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u9ljF0f5cM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9ljF0f5cM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ljF0f5cM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ljF0f5cM .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u9ljF0f5cM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9ljF0f5cM .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9ljF0f5cM .image-wrapper {
    padding: 0;
  }
}
.cid-u9ljF0f5cM .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-u9ljF0f5cM .image-wrapper img {
    height: 350px;
  }
}
.cid-u9ljF0f5cM .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-u9ljF0f5cM .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-u9ljF0f5cM .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u9ljF0f5cM .content-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-u9ljF0f5cM .content-wrapper .mbr-text {
  margin: 24px 0 0;
}
@media (max-width: 992px) {
  .cid-u9ljF0f5cM .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-u9ljF0f5cM .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u9ljF0f5cM .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u9ljF0f5cM .mbr-section-title {
  color: #262642;
}
.cid-u9ljF0f5cM .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-u9ljF0f5cM .mbr-text {
  color: #2b2b2b;
}
.cid-u9ljF0f5cM .mbr-section-title,
.cid-u9ljF0f5cM .mbr-section-btn {
  color: #000000;
}
.cid-vcOnOMgQod {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcOnOMgQod .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOnOMgQod .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOnOMgQod .item {
  padding-bottom: 2rem;
}
.cid-vcOnOMgQod .item-wrapper {
  position: relative;
}
.cid-vcOnOMgQod .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcOnOMgQod .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcOnOMgQod .carousel-control,
.cid-vcOnOMgQod .close {
  background: #1b1b1b;
}
.cid-vcOnOMgQod .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcOnOMgQod .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcOnOMgQod .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcOnOMgQod .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcOnOMgQod .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcOnOMgQod .close::before {
  content: '\e91a';
}
.cid-vcOnOMgQod .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcOnOMgQod .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcOnOMgQod .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcOnOMgQod .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcOnOMgQod .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcOnOMgQod .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcOnOMgQod .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcOnOMgQod .carousel-indicators li.active,
.cid-vcOnOMgQod .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcOnOMgQod .carousel-indicators li::after,
.cid-vcOnOMgQod .carousel-indicators li::before {
  content: none;
}
.cid-vcOnOMgQod .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcOnOMgQod .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcOnOMgQod .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcOnOMgQod .carousel-indicators {
    display: none;
  }
}
.cid-vcOnOMgQod .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcOnOMgQod .carousel-inner > .active {
  display: block;
}
.cid-vcOnOMgQod .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcOnOMgQod .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcOnOMgQod .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcOnOMgQod .carousel-control,
  .cid-vcOnOMgQod .carousel-indicators,
  .cid-vcOnOMgQod .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcOnOMgQod .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcOnOMgQod .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcOnOMgQod .carousel-indicators .active,
.cid-vcOnOMgQod .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcOnOMgQod .carousel-indicators .active {
  background: #fff;
}
.cid-vcOnOMgQod .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcOnOMgQod .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcOnOMgQod .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcOnOMgQod .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcOnOMgQod .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcOnOMgQod .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcOnOMgQod .carousel {
  width: 100%;
}
.cid-vcOnOMgQod .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcOnOMgQod .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcOnOMgQod .modal.fade .modal-dialog,
.cid-vcOnOMgQod .modal.in .modal-dialog {
  transform: none;
}
.cid-vcOnOMgQod .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcOnOMgQod H6 {
  text-align: center;
}
.cid-vcOmTwaFtA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e6e6e6;
}
.cid-vcOmTwaFtA .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOmTwaFtA .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOmTwaFtA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 354px;
  max-width: 354px;
}
@media (max-width: 992px) {
  .cid-vcOmTwaFtA .embla__slide {
    min-width: 620px;
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .cid-vcOmTwaFtA .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vcOmTwaFtA .embla__slide .slide-content {
  width: 100%;
}
.cid-vcOmTwaFtA .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vcOmTwaFtA .embla__slide .slide-content .item-wrapper {
    height: 350px;
  }
}
.cid-vcOmTwaFtA .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-vcOmTwaFtA .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcOmTwaFtA .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-vcOmTwaFtA .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vcOmTwaFtA .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcOmTwaFtA .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-vcOmTwaFtA .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-vcOmTwaFtA .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-vcOmTwaFtA .embla__button--next,
.cid-vcOmTwaFtA .embla__button--prev {
  display: flex;
}
.cid-vcOmTwaFtA .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-vcOmTwaFtA .embla__button:hover {
  opacity: .7 !important;
}
.cid-vcOmTwaFtA .embla__button.embla__button--prev {
  right: 48px;
}
.cid-vcOmTwaFtA .embla__button.embla__button--next {
  right: 0;
}
.cid-vcOmTwaFtA .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-vcOmTwaFtA .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-vcOmTwaFtA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcOmTwaFtA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcOmTwaFtA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcOmTwaFtA .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcOmTwaFtA .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vcOmTwaFtA .item-tag {
  color: #ffffff;
}
.cid-vcOmTwaFtA .item-name {
  color: #ffffff;
}
.cid-vcOiFVD9ep {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #002d6e;
}
.cid-vcOiFVD9ep .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOiFVD9ep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOiFVD9ep .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-vcOiFVD9ep .container {
    max-width: 1400px;
  }
}
.cid-vcOiFVD9ep .card {
  margin: auto;
}
.cid-vcOiFVD9ep .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-vcOiFVD9ep .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vcOiFVD9ep .row {
  justify-content: center;
}
.cid-vcOiFVD9ep .card-title,
.cid-vcOiFVD9ep .card-box {
  color: #ffffff;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .nav-item:focus,
.cid-ux7ANktoGF .nav-link:focus {
  outline: none;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ux7ANktoGF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ux7ANktoGF .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ux7ANktoGF .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-ux7ANktoGF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ux7ANktoGF .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.show,
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ux7ANktoGF .navbar.collapsed .right-menu,
.cid-ux7ANktoGF .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF .navbar .navbar-collapse.show,
  .cid-ux7ANktoGF .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ux7ANktoGF .navbar .navbar-collapse.show .brand-container,
  .cid-ux7ANktoGF .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-ux7ANktoGF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ux7ANktoGF .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-ux7ANktoGF .navbar .navbar-logo img {
    height: 6rem !important;
  }
  .cid-ux7ANktoGF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ux7ANktoGF .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-ux7ANktoGF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-ux7ANktoGF .navbar .right-menu,
  .cid-ux7ANktoGF .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ux7ANktoGF .navbar.navbar-short {
  min-height: 60px;
}
.cid-ux7ANktoGF .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-ux7ANktoGF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ux7ANktoGF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ux7ANktoGF .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-ux7ANktoGF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ux7ANktoGF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ux7ANktoGF .dropdown-item.active,
.cid-ux7ANktoGF .dropdown-item:active {
  background-color: transparent;
}
.cid-ux7ANktoGF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ux7ANktoGF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ux7ANktoGF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ux7ANktoGF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ux7ANktoGF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ux7ANktoGF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ux7ANktoGF ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-ux7ANktoGF .navbar-buttons {
  margin-left: auto;
}
.cid-ux7ANktoGF 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-ux7ANktoGF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cb0600;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux7ANktoGF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ux7ANktoGF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ux7ANktoGF .right-menu,
.cid-ux7ANktoGF .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-ux7ANktoGF .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ux7ANktoGF .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ux7ANktoGF .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ux7ANktoGF .menu-top {
  text-align: center;
  width: 100%;
  background-color: #002d6e;
  padding: 0.5rem 0;
  color: #e4e5e7;
}
.cid-ux7ANktoGF .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ux7ANktoGF .card-wrapper {
  z-index: 3;
}
.cid-ux7ANktoGF .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ux7ANktoGF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcOiGxPeW2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/vignette-dep1920.jpg");
}
.cid-vcOiGxPeW2 .mbr-text,
.cid-vcOiGxPeW2 .mbr-section-btn {
  color: #ffffff;
}
.cid-vcOiGxPeW2 .card-title,
.cid-vcOiGxPeW2 .card-box {
  color: #ffffff;
}
.cid-vcOiGxPeW2 .mbr-text,
.cid-vcOiGxPeW2 .link-wrap {
  color: #FFFFFF;
}
.cid-vcOjmf9COD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #053476;
}
.cid-vcOjmf9COD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOjmf9COD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOjmf9COD .item {
  padding-bottom: 2rem;
}
.cid-vcOjmf9COD .item-wrapper {
  position: relative;
}
.cid-vcOjmf9COD .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcOjmf9COD .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcOjmf9COD .carousel-control,
.cid-vcOjmf9COD .close {
  background: #1b1b1b;
}
.cid-vcOjmf9COD .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcOjmf9COD .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcOjmf9COD .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcOjmf9COD .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcOjmf9COD .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcOjmf9COD .close::before {
  content: '\e91a';
}
.cid-vcOjmf9COD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcOjmf9COD .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcOjmf9COD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcOjmf9COD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcOjmf9COD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcOjmf9COD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcOjmf9COD .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcOjmf9COD .carousel-indicators li.active,
.cid-vcOjmf9COD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcOjmf9COD .carousel-indicators li::after,
.cid-vcOjmf9COD .carousel-indicators li::before {
  content: none;
}
.cid-vcOjmf9COD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcOjmf9COD .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcOjmf9COD .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcOjmf9COD .carousel-indicators {
    display: none;
  }
}
.cid-vcOjmf9COD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcOjmf9COD .carousel-inner > .active {
  display: block;
}
.cid-vcOjmf9COD .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcOjmf9COD .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcOjmf9COD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcOjmf9COD .carousel-control,
  .cid-vcOjmf9COD .carousel-indicators,
  .cid-vcOjmf9COD .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcOjmf9COD .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcOjmf9COD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcOjmf9COD .carousel-indicators .active,
.cid-vcOjmf9COD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcOjmf9COD .carousel-indicators .active {
  background: #fff;
}
.cid-vcOjmf9COD .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcOjmf9COD .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcOjmf9COD .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcOjmf9COD .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcOjmf9COD .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcOjmf9COD .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcOjmf9COD .carousel {
  width: 100%;
}
.cid-vcOjmf9COD .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcOjmf9COD .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcOjmf9COD .modal.fade .modal-dialog,
.cid-vcOjmf9COD .modal.in .modal-dialog {
  transform: none;
}
.cid-vcOjmf9COD .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcOjmf9COD H6 {
  text-align: center;
  color: #ffffff;
}
.cid-vcOjmf9COD H3 {
  color: #ffffff;
  text-align: center;
}
.cid-vcOkRtFePR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e6e6e6;
}
.cid-vcOkRtFePR .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOkRtFePR .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOkRtFePR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 354px;
  max-width: 354px;
}
@media (max-width: 992px) {
  .cid-vcOkRtFePR .embla__slide {
    min-width: 620px;
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .cid-vcOkRtFePR .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vcOkRtFePR .embla__slide .slide-content {
  width: 100%;
}
.cid-vcOkRtFePR .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vcOkRtFePR .embla__slide .slide-content .item-wrapper {
    height: 350px;
  }
}
.cid-vcOkRtFePR .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-vcOkRtFePR .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcOkRtFePR .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-vcOkRtFePR .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vcOkRtFePR .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcOkRtFePR .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-vcOkRtFePR .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-vcOkRtFePR .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-vcOkRtFePR .embla__button--next,
.cid-vcOkRtFePR .embla__button--prev {
  display: flex;
}
.cid-vcOkRtFePR .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-vcOkRtFePR .embla__button:hover {
  opacity: .7 !important;
}
.cid-vcOkRtFePR .embla__button.embla__button--prev {
  right: 48px;
}
.cid-vcOkRtFePR .embla__button.embla__button--next {
  right: 0;
}
.cid-vcOkRtFePR .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-vcOkRtFePR .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-vcOkRtFePR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcOkRtFePR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcOkRtFePR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcOkRtFePR .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcOkRtFePR .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vcOkRtFePR .item-tag {
  color: #ffffff;
}
.cid-vcOkRtFePR .item-name {
  color: #ffffff;
}
.cid-vcOiILqutu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcOiILqutu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOiILqutu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOiILqutu .mbr-section-title {
  text-align: left;
  color: #002d6e;
}
.cid-vcOiJydhk8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cid-vcOiJydhk8 img,
.cid-vcOiJydhk8 .item-img {
  vertical-align: middle;
}
.cid-vcOiJydhk8 .item:focus,
.cid-vcOiJydhk8 span:focus {
  outline: none;
}
.cid-vcOiJydhk8 .item-img {
  height: 20rem;
}
.cid-vcOiJydhk8 .item {
  cursor: pointer;
  margin-bottom: 0rem;
}
.cid-vcOiJydhk8 .item-content,
.cid-vcOiJydhk8 .item-footer {
  background: #002d6e;
}
@media (min-width: 992px) {
  .cid-vcOiJydhk8 .features-image {
    width: 20% !important;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-vcOiJydhk8 .features-image-wrap {
  flex-wrap: wrap;
}
.cid-vcOiJydhk8 .item-wrapper {
  position: relative;
  background: #002d6e;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 992px) {
  .cid-vcOiJydhk8 .item-wrapper .item-content {
    padding: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-vcOiJydhk8 .item-wrapper .item-content {
    padding: 0rem;
  }
}
.cid-vcOiJydhk8 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vcOiJydhk8 .mbr-section-title b:last-child,
.cid-vcOiJydhk8 .mbr-section-title strong:last-child {
  color: #000000;
}
.cid-vcOiJydhk8 .container-fluid {
  padding-right: 1 !important;
  padding-left: 1 !important;
}
.cid-vcOiJydhk8 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vcOiJydhk8 .item-subtitle {
  text-align: center;
}
.cid-vcOiKCHGy9 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/med.jpg");
}
.cid-vcOiKCHGy9 .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.7;
}
.cid-vcOiKCHGy9 .form-control,
.cid-vcOiKCHGy9 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vcOiKCHGy9 .form-control::-webkit-input-placeholder,
.cid-vcOiKCHGy9 .field-input::-webkit-input-placeholder,
.cid-vcOiKCHGy9 .form-control::-webkit-input-placeholder,
.cid-vcOiKCHGy9 .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vcOiKCHGy9 .form-control:-moz-placeholder,
.cid-vcOiKCHGy9 .field-input:-moz-placeholder,
.cid-vcOiKCHGy9 .form-control:-moz-placeholder,
.cid-vcOiKCHGy9 .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vcOiKCHGy9 .form-control:hover,
.cid-vcOiKCHGy9 .field-input:hover,
.cid-vcOiKCHGy9 .form-control:focus,
.cid-vcOiKCHGy9 .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-vcOiKCHGy9 .form-control:hover::-webkit-input-placeholder,
.cid-vcOiKCHGy9 .field-input:hover::-webkit-input-placeholder,
.cid-vcOiKCHGy9 .form-control:focus::-webkit-input-placeholder,
.cid-vcOiKCHGy9 .field-input:focus::-webkit-input-placeholder,
.cid-vcOiKCHGy9 .form-control:hover::-webkit-input-placeholder,
.cid-vcOiKCHGy9 .field-input:hover::-webkit-input-placeholder,
.cid-vcOiKCHGy9 .form-control:focus::-webkit-input-placeholder,
.cid-vcOiKCHGy9 .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-vcOiKCHGy9 .form-control:hover:-moz-placeholder,
.cid-vcOiKCHGy9 .field-input:hover:-moz-placeholder,
.cid-vcOiKCHGy9 .form-control:focus:-moz-placeholder,
.cid-vcOiKCHGy9 .field-input:focus:-moz-placeholder,
.cid-vcOiKCHGy9 .form-control:hover:-moz-placeholder,
.cid-vcOiKCHGy9 .field-input:hover:-moz-placeholder,
.cid-vcOiKCHGy9 .form-control:focus:-moz-placeholder,
.cid-vcOiKCHGy9 .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-vcOiKCHGy9 .jq-number__spin:hover,
.cid-vcOiKCHGy9 .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vcOiKCHGy9 .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vcOiKCHGy9 .jq-selectbox li,
.cid-vcOiKCHGy9 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vcOiKCHGy9 .jq-selectbox li:hover,
.cid-vcOiKCHGy9 .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-vcOiKCHGy9 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vcOiKCHGy9 .jq-number__spin.minus:hover:after,
.cid-vcOiKCHGy9 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vcOiKCHGy9 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vcOiKCHGy9 .jq-number__spin.minus:after,
.cid-vcOiKCHGy9 .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-vcOiKCHGy9 input::-webkit-clear-button {
  display: none;
}
.cid-vcOiKCHGy9 input::-webkit-inner-spin-button {
  display: none;
}
.cid-vcOiKCHGy9 input::-webkit-outer-spin-button {
  display: none;
}
.cid-vcOiKCHGy9 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vcOiKCHGy9 H4 {
  color: #ffffff;
}
.cid-uWdFoFmy7K {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWdFoFmy7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdFoFmy7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWdFoFmy7K .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uWdFoFmy7K .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uWdFoFmy7K .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWdFoFmy7K .mbr-title {
  color: #cb0600;
  margin-bottom: 14px;
}
.cid-uWdFoFmy7K .mbr-text {
  color: #002d6e;
}
.cid-uWdFoFmy7K .list-box {
  width: 100%;
}
.cid-uWdFoFmy7K .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #002d6e;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uWdFoFmy7K .list a:hover:before {
  background-position: left !important;
}
.cid-uWdFoFmy7K .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uWdFoFmy7K .news-item {
  width: 100%;
}
.cid-uWdFoFmy7K .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uWdFoFmy7K .news-title {
  color: #002d6e;
}
.cid-ux7G0kja9N {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #002d6e;
  overflow: hidden;
}
.cid-vcfaP5yuv6 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/arl.jpg");
}
.cid-vcfaP5yuv6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfaP5yuv6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfaP5yuv6 .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-vcfaP5yuv6 .mbr-section-title {
  color: #FFFFFF;
}
.cid-vcfaP5yuv6 .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-vcfaP5yuv6 .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-vcfaP5yuv6 .mbr-section-btn {
  margin-top: 28px;
}
.cid-vcfaP5yuv6 iframe,
.cid-vcfaP5yuv6 img,
.cid-vcfaP5yuv6 video {
  width: 100%;
}
.cid-vcfaP5yuv6 .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 32px 0;
  width: fit-content;
  max-width: 100%;
}
.cid-vcfaP5yuv6 .mbr-media span {
  font-size: 1.5rem;
  color: #ffffff;
  transition: all 0.2s;
}
.cid-vcfaP5yuv6 .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffffff;
  z-index: 2;
}
.cid-vcfaP5yuv6 .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vcfaP5yuv6 .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-vcfaP5yuv6 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vcfaP5yuv6 .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-vcfaP5yuv6 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vcfaP5yuv6 .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-vcfaP5yuv6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcfaP5yuv6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcfaPhoeXX .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-vcfaPhoeXX .nav-item:focus,
.cid-vcfaPhoeXX .nav-link:focus {
  outline: none;
}
.cid-vcfaPhoeXX .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-vcfaPhoeXX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcfaPhoeXX .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vcfaPhoeXX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vcfaPhoeXX .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-vcfaPhoeXX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcfaPhoeXX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcfaPhoeXX .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-vcfaPhoeXX .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-vcfaPhoeXX .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-vcfaPhoeXX .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-vcfaPhoeXX .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-vcfaPhoeXX .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vcfaPhoeXX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcfaPhoeXX .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vcfaPhoeXX .navbar.collapsed .navbar-collapse.show,
.cid-vcfaPhoeXX .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vcfaPhoeXX .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vcfaPhoeXX .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vcfaPhoeXX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vcfaPhoeXX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcfaPhoeXX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcfaPhoeXX .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-vcfaPhoeXX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcfaPhoeXX .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vcfaPhoeXX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcfaPhoeXX .navbar.collapsed .right-menu,
.cid-vcfaPhoeXX .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vcfaPhoeXX .navbar .navbar-collapse.show,
  .cid-vcfaPhoeXX .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vcfaPhoeXX .navbar .navbar-collapse.show .brand-container,
  .cid-vcfaPhoeXX .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vcfaPhoeXX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcfaPhoeXX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vcfaPhoeXX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcfaPhoeXX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcfaPhoeXX .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-vcfaPhoeXX .navbar .navbar-logo img {
    height: 6rem !important;
  }
  .cid-vcfaPhoeXX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcfaPhoeXX .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-vcfaPhoeXX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-vcfaPhoeXX .navbar .right-menu,
  .cid-vcfaPhoeXX .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vcfaPhoeXX .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcfaPhoeXX .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-vcfaPhoeXX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vcfaPhoeXX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vcfaPhoeXX .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-vcfaPhoeXX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcfaPhoeXX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcfaPhoeXX .dropdown-item.active,
.cid-vcfaPhoeXX .dropdown-item:active {
  background-color: transparent;
}
.cid-vcfaPhoeXX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcfaPhoeXX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcfaPhoeXX .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcfaPhoeXX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcfaPhoeXX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcfaPhoeXX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcfaPhoeXX ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcfaPhoeXX ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vcfaPhoeXX .navbar-buttons {
  margin-left: auto;
}
.cid-vcfaPhoeXX 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-vcfaPhoeXX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cb0600;
}
.cid-vcfaPhoeXX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcfaPhoeXX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcfaPhoeXX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcfaPhoeXX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcfaPhoeXX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcfaPhoeXX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-vcfaPhoeXX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-vcfaPhoeXX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcfaPhoeXX a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vcfaPhoeXX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcfaPhoeXX .right-menu,
.cid-vcfaPhoeXX .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vcfaPhoeXX .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vcfaPhoeXX .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vcfaPhoeXX .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vcfaPhoeXX .menu-top {
  text-align: center;
  width: 100%;
  background-color: #002d6e;
  padding: 0.5rem 0;
  color: #e4e5e7;
}
.cid-vcfaPhoeXX .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vcfaPhoeXX .card-wrapper {
  z-index: 3;
}
.cid-vcfaPhoeXX .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vcfaPhoeXX .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcfaPhoeXX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcOssfeqau {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #002d6e;
}
.cid-vcOssfeqau .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.7;
}
.cid-vcOssfeqau .form-control,
.cid-vcOssfeqau .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vcOssfeqau .form-control::-webkit-input-placeholder,
.cid-vcOssfeqau .field-input::-webkit-input-placeholder,
.cid-vcOssfeqau .form-control::-webkit-input-placeholder,
.cid-vcOssfeqau .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vcOssfeqau .form-control:-moz-placeholder,
.cid-vcOssfeqau .field-input:-moz-placeholder,
.cid-vcOssfeqau .form-control:-moz-placeholder,
.cid-vcOssfeqau .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vcOssfeqau .form-control:hover,
.cid-vcOssfeqau .field-input:hover,
.cid-vcOssfeqau .form-control:focus,
.cid-vcOssfeqau .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-vcOssfeqau .form-control:hover::-webkit-input-placeholder,
.cid-vcOssfeqau .field-input:hover::-webkit-input-placeholder,
.cid-vcOssfeqau .form-control:focus::-webkit-input-placeholder,
.cid-vcOssfeqau .field-input:focus::-webkit-input-placeholder,
.cid-vcOssfeqau .form-control:hover::-webkit-input-placeholder,
.cid-vcOssfeqau .field-input:hover::-webkit-input-placeholder,
.cid-vcOssfeqau .form-control:focus::-webkit-input-placeholder,
.cid-vcOssfeqau .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-vcOssfeqau .form-control:hover:-moz-placeholder,
.cid-vcOssfeqau .field-input:hover:-moz-placeholder,
.cid-vcOssfeqau .form-control:focus:-moz-placeholder,
.cid-vcOssfeqau .field-input:focus:-moz-placeholder,
.cid-vcOssfeqau .form-control:hover:-moz-placeholder,
.cid-vcOssfeqau .field-input:hover:-moz-placeholder,
.cid-vcOssfeqau .form-control:focus:-moz-placeholder,
.cid-vcOssfeqau .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-vcOssfeqau .jq-number__spin:hover,
.cid-vcOssfeqau .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vcOssfeqau .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vcOssfeqau .jq-selectbox li,
.cid-vcOssfeqau .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vcOssfeqau .jq-selectbox li:hover,
.cid-vcOssfeqau .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-vcOssfeqau .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vcOssfeqau .jq-number__spin.minus:hover:after,
.cid-vcOssfeqau .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vcOssfeqau .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vcOssfeqau .jq-number__spin.minus:after,
.cid-vcOssfeqau .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-vcOssfeqau input::-webkit-clear-button {
  display: none;
}
.cid-vcOssfeqau input::-webkit-inner-spin-button {
  display: none;
}
.cid-vcOssfeqau input::-webkit-outer-spin-button {
  display: none;
}
.cid-vcOssfeqau input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vcOssfeqau H4 {
  color: #ffffff;
}
.cid-vcOstiVbaK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/vignette-dep1920.jpg");
}
.cid-vcOstiVbaK .mbr-text,
.cid-vcOstiVbaK .mbr-section-btn {
  color: #ffffff;
}
.cid-vcOstiVbaK .card-title,
.cid-vcOstiVbaK .card-box {
  color: #ffffff;
}
.cid-vcOstiVbaK .mbr-text,
.cid-vcOstiVbaK .link-wrap {
  color: #FFFFFF;
}
.cid-vcOsF7jroW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-vcOsF7jroW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOsF7jroW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOsF7jroW .google-map {
  height: 30rem;
  position: relative;
}
.cid-vcOsF7jroW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vcOsF7jroW .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vcOsF7jroW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vcOsF7jroW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vcfaPiHJ3P {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcfaPiHJ3P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfaPiHJ3P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfaPiHJ3P .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-vcfaPiHJ3P .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vcfaPiHJ3P .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-vcfaPiHJ3P .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vcfaPiHJ3P .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vcfaPiHJ3P .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-vcfaPiHJ3P .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-vcfaPiHJ3P .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vcfaPiHJ3P .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-vcfaPiHJ3P .mbr-title {
  color: #cb0600;
  margin-bottom: 14px;
}
.cid-vcfaPiHJ3P .mbr-text {
  color: #002d6e;
}
.cid-vcfaPiHJ3P .list-box {
  width: 100%;
}
.cid-vcfaPiHJ3P .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #002d6e;
  transition: 0.4s all;
}
.cid-vcfaPiHJ3P .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-vcfaPiHJ3P .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-vcfaPiHJ3P .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-vcfaPiHJ3P .list a:hover:before {
  background-position: left !important;
}
.cid-vcfaPiHJ3P .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-vcfaPiHJ3P .news-item {
  width: 100%;
}
.cid-vcfaPiHJ3P .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-vcfaPiHJ3P .news-title {
  color: #002d6e;
}
.cid-vcfaPkc8y5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #002d6e;
  overflow: hidden;
}
.cid-vcfaFanLbD {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/facc.jpg");
}
.cid-vcfaFanLbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfaFanLbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfaFanLbD .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-vcfaFanLbD .mbr-section-title {
  color: #FFFFFF;
}
.cid-vcfaFanLbD .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-vcfaFanLbD .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-vcfaFanLbD .mbr-section-btn {
  margin-top: 28px;
}
.cid-vcfaFanLbD iframe,
.cid-vcfaFanLbD img,
.cid-vcfaFanLbD video {
  width: 100%;
}
.cid-vcfaFanLbD .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 32px 0;
  width: fit-content;
  max-width: 100%;
}
.cid-vcfaFanLbD .mbr-media span {
  font-size: 1.5rem;
  color: #ffffff;
  transition: all 0.2s;
}
.cid-vcfaFanLbD .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffffff;
  z-index: 2;
}
.cid-vcfaFanLbD .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vcfaFanLbD .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-vcfaFanLbD .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vcfaFanLbD .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-vcfaFanLbD .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vcfaFanLbD .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-vcfaFanLbD .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcfaFanLbD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcfaFh3GCS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcfaFh3GCS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfaFh3GCS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfaFh3GCS .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vcfaFh3GCS .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vcfaFh3GCS .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vcfaFh3GCS .image-wrapper {
    padding: 0;
  }
}
.cid-vcfaFh3GCS .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-vcfaFh3GCS .image-wrapper img {
    height: 350px;
  }
}
.cid-vcfaFh3GCS .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-vcfaFh3GCS .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-vcfaFh3GCS .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcfaFh3GCS .content-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vcfaFh3GCS .content-wrapper .mbr-text {
  margin: 24px 0 0;
}
@media (max-width: 992px) {
  .cid-vcfaFh3GCS .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-vcfaFh3GCS .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vcfaFh3GCS .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-vcfaFh3GCS .mbr-section-title {
  color: #262642;
}
.cid-vcfaFh3GCS .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-vcfaFh3GCS .mbr-text {
  color: #2b2b2b;
}
.cid-vcfaFh3GCS .mbr-section-title,
.cid-vcfaFh3GCS .mbr-section-btn {
  color: #000000;
}
.cid-vcfaFBe3cR .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-vcfaFBe3cR .nav-item:focus,
.cid-vcfaFBe3cR .nav-link:focus {
  outline: none;
}
.cid-vcfaFBe3cR .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-vcfaFBe3cR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcfaFBe3cR .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vcfaFBe3cR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vcfaFBe3cR .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-vcfaFBe3cR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcfaFBe3cR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcfaFBe3cR .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-vcfaFBe3cR .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-vcfaFBe3cR .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-vcfaFBe3cR .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-vcfaFBe3cR .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-vcfaFBe3cR .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vcfaFBe3cR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcfaFBe3cR .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vcfaFBe3cR .navbar.collapsed .navbar-collapse.show,
.cid-vcfaFBe3cR .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vcfaFBe3cR .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vcfaFBe3cR .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vcfaFBe3cR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vcfaFBe3cR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcfaFBe3cR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcfaFBe3cR .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-vcfaFBe3cR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcfaFBe3cR .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vcfaFBe3cR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcfaFBe3cR .navbar.collapsed .right-menu,
.cid-vcfaFBe3cR .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vcfaFBe3cR .navbar .navbar-collapse.show,
  .cid-vcfaFBe3cR .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vcfaFBe3cR .navbar .navbar-collapse.show .brand-container,
  .cid-vcfaFBe3cR .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vcfaFBe3cR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcfaFBe3cR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vcfaFBe3cR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcfaFBe3cR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcfaFBe3cR .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-vcfaFBe3cR .navbar .navbar-logo img {
    height: 6rem !important;
  }
  .cid-vcfaFBe3cR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcfaFBe3cR .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-vcfaFBe3cR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-vcfaFBe3cR .navbar .right-menu,
  .cid-vcfaFBe3cR .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vcfaFBe3cR .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcfaFBe3cR .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-vcfaFBe3cR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vcfaFBe3cR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vcfaFBe3cR .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-vcfaFBe3cR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcfaFBe3cR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcfaFBe3cR .dropdown-item.active,
.cid-vcfaFBe3cR .dropdown-item:active {
  background-color: transparent;
}
.cid-vcfaFBe3cR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcfaFBe3cR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcfaFBe3cR .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcfaFBe3cR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcfaFBe3cR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcfaFBe3cR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcfaFBe3cR ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcfaFBe3cR ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vcfaFBe3cR .navbar-buttons {
  margin-left: auto;
}
.cid-vcfaFBe3cR 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-vcfaFBe3cR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cb0600;
}
.cid-vcfaFBe3cR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcfaFBe3cR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcfaFBe3cR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcfaFBe3cR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcfaFBe3cR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcfaFBe3cR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-vcfaFBe3cR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-vcfaFBe3cR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcfaFBe3cR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vcfaFBe3cR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcfaFBe3cR .right-menu,
.cid-vcfaFBe3cR .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vcfaFBe3cR .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vcfaFBe3cR .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vcfaFBe3cR .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vcfaFBe3cR .menu-top {
  text-align: center;
  width: 100%;
  background-color: #002d6e;
  padding: 0.5rem 0;
  color: #e4e5e7;
}
.cid-vcfaFBe3cR .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vcfaFBe3cR .card-wrapper {
  z-index: 3;
}
.cid-vcfaFBe3cR .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vcfaFBe3cR .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcfaFBe3cR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcOCKm0FzH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #053476;
}
.cid-vcOCKm0FzH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOCKm0FzH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOCKm0FzH .item {
  padding-bottom: 2rem;
}
.cid-vcOCKm0FzH .item-wrapper {
  position: relative;
}
.cid-vcOCKm0FzH .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcOCKm0FzH .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcOCKm0FzH .carousel-control,
.cid-vcOCKm0FzH .close {
  background: #1b1b1b;
}
.cid-vcOCKm0FzH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcOCKm0FzH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcOCKm0FzH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcOCKm0FzH .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcOCKm0FzH .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcOCKm0FzH .close::before {
  content: '\e91a';
}
.cid-vcOCKm0FzH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcOCKm0FzH .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcOCKm0FzH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcOCKm0FzH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcOCKm0FzH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcOCKm0FzH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcOCKm0FzH .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcOCKm0FzH .carousel-indicators li.active,
.cid-vcOCKm0FzH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcOCKm0FzH .carousel-indicators li::after,
.cid-vcOCKm0FzH .carousel-indicators li::before {
  content: none;
}
.cid-vcOCKm0FzH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcOCKm0FzH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcOCKm0FzH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcOCKm0FzH .carousel-indicators {
    display: none;
  }
}
.cid-vcOCKm0FzH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcOCKm0FzH .carousel-inner > .active {
  display: block;
}
.cid-vcOCKm0FzH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcOCKm0FzH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcOCKm0FzH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcOCKm0FzH .carousel-control,
  .cid-vcOCKm0FzH .carousel-indicators,
  .cid-vcOCKm0FzH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcOCKm0FzH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcOCKm0FzH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcOCKm0FzH .carousel-indicators .active,
.cid-vcOCKm0FzH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcOCKm0FzH .carousel-indicators .active {
  background: #fff;
}
.cid-vcOCKm0FzH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcOCKm0FzH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcOCKm0FzH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcOCKm0FzH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcOCKm0FzH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcOCKm0FzH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcOCKm0FzH .carousel {
  width: 100%;
}
.cid-vcOCKm0FzH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcOCKm0FzH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcOCKm0FzH .modal.fade .modal-dialog,
.cid-vcOCKm0FzH .modal.in .modal-dialog {
  transform: none;
}
.cid-vcOCKm0FzH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcOCKm0FzH H6 {
  text-align: center;
  color: #ffffff;
}
.cid-vcOCKm0FzH H3 {
  color: #ffffff;
  text-align: center;
}
.cid-vcOG87oAT3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #053476;
}
.cid-vcOG87oAT3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOG87oAT3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOG87oAT3 .item {
  padding-bottom: 2rem;
}
.cid-vcOG87oAT3 .item-wrapper {
  position: relative;
}
.cid-vcOG87oAT3 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcOG87oAT3 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcOG87oAT3 .carousel-control,
.cid-vcOG87oAT3 .close {
  background: #1b1b1b;
}
.cid-vcOG87oAT3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcOG87oAT3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcOG87oAT3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcOG87oAT3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcOG87oAT3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcOG87oAT3 .close::before {
  content: '\e91a';
}
.cid-vcOG87oAT3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcOG87oAT3 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcOG87oAT3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcOG87oAT3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcOG87oAT3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcOG87oAT3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcOG87oAT3 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcOG87oAT3 .carousel-indicators li.active,
.cid-vcOG87oAT3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcOG87oAT3 .carousel-indicators li::after,
.cid-vcOG87oAT3 .carousel-indicators li::before {
  content: none;
}
.cid-vcOG87oAT3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcOG87oAT3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcOG87oAT3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcOG87oAT3 .carousel-indicators {
    display: none;
  }
}
.cid-vcOG87oAT3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcOG87oAT3 .carousel-inner > .active {
  display: block;
}
.cid-vcOG87oAT3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcOG87oAT3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcOG87oAT3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcOG87oAT3 .carousel-control,
  .cid-vcOG87oAT3 .carousel-indicators,
  .cid-vcOG87oAT3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcOG87oAT3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcOG87oAT3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcOG87oAT3 .carousel-indicators .active,
.cid-vcOG87oAT3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcOG87oAT3 .carousel-indicators .active {
  background: #fff;
}
.cid-vcOG87oAT3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcOG87oAT3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcOG87oAT3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcOG87oAT3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcOG87oAT3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcOG87oAT3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcOG87oAT3 .carousel {
  width: 100%;
}
.cid-vcOG87oAT3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcOG87oAT3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcOG87oAT3 .modal.fade .modal-dialog,
.cid-vcOG87oAT3 .modal.in .modal-dialog {
  transform: none;
}
.cid-vcOG87oAT3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcOG87oAT3 H6 {
  text-align: center;
  color: #ffffff;
}
.cid-vcOG87oAT3 H3 {
  color: #ffffff;
  text-align: center;
}
.cid-vcOD4xXRl6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e6e6e6;
}
.cid-vcOD4xXRl6 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOD4xXRl6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOD4xXRl6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 354px;
  max-width: 354px;
}
@media (max-width: 992px) {
  .cid-vcOD4xXRl6 .embla__slide {
    min-width: 620px;
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .cid-vcOD4xXRl6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vcOD4xXRl6 .embla__slide .slide-content {
  width: 100%;
}
.cid-vcOD4xXRl6 .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vcOD4xXRl6 .embla__slide .slide-content .item-wrapper {
    height: 350px;
  }
}
.cid-vcOD4xXRl6 .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-vcOD4xXRl6 .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcOD4xXRl6 .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-vcOD4xXRl6 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vcOD4xXRl6 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcOD4xXRl6 .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-vcOD4xXRl6 .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-vcOD4xXRl6 .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-vcOD4xXRl6 .embla__button--next,
.cid-vcOD4xXRl6 .embla__button--prev {
  display: flex;
}
.cid-vcOD4xXRl6 .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-vcOD4xXRl6 .embla__button:hover {
  opacity: .7 !important;
}
.cid-vcOD4xXRl6 .embla__button.embla__button--prev {
  right: 48px;
}
.cid-vcOD4xXRl6 .embla__button.embla__button--next {
  right: 0;
}
.cid-vcOD4xXRl6 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-vcOD4xXRl6 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-vcOD4xXRl6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcOD4xXRl6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcOD4xXRl6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcOD4xXRl6 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcOD4xXRl6 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vcOD4xXRl6 .item-tag {
  color: #ffffff;
}
.cid-vcOD4xXRl6 .item-name {
  color: #ffffff;
}
.cid-vcOCk4kM6O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #002d6e;
}
.cid-vcOCk4kM6O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOCk4kM6O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOCk4kM6O .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-vcOCk4kM6O .container {
    max-width: 1400px;
  }
}
.cid-vcOCk4kM6O .card {
  margin: auto;
}
.cid-vcOCk4kM6O .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-vcOCk4kM6O .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vcOCk4kM6O .row {
  justify-content: center;
}
.cid-vcOCk4kM6O .card-title,
.cid-vcOCk4kM6O .card-box {
  color: #ffffff;
}
.cid-vcOCkHEKvd {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/vignette-dep1920.jpg");
}
.cid-vcOCkHEKvd .mbr-text,
.cid-vcOCkHEKvd .mbr-section-btn {
  color: #ffffff;
}
.cid-vcOCkHEKvd .card-title,
.cid-vcOCkHEKvd .card-box {
  color: #ffffff;
}
.cid-vcOCkHEKvd .mbr-text,
.cid-vcOCkHEKvd .link-wrap {
  color: #FFFFFF;
}
.cid-vcOClhKECG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcOClhKECG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOClhKECG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOClhKECG .mbr-section-title {
  text-align: left;
  color: #002d6e;
}
.cid-vcOClV4ndV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cid-vcOClV4ndV img,
.cid-vcOClV4ndV .item-img {
  vertical-align: middle;
}
.cid-vcOClV4ndV .item:focus,
.cid-vcOClV4ndV span:focus {
  outline: none;
}
.cid-vcOClV4ndV .item-img {
  height: 20rem;
}
.cid-vcOClV4ndV .item {
  cursor: pointer;
  margin-bottom: 0rem;
}
.cid-vcOClV4ndV .item-content,
.cid-vcOClV4ndV .item-footer {
  background: #002d6e;
}
@media (min-width: 992px) {
  .cid-vcOClV4ndV .features-image {
    width: 20% !important;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-vcOClV4ndV .features-image-wrap {
  flex-wrap: wrap;
}
.cid-vcOClV4ndV .item-wrapper {
  position: relative;
  background: #002d6e;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 992px) {
  .cid-vcOClV4ndV .item-wrapper .item-content {
    padding: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-vcOClV4ndV .item-wrapper .item-content {
    padding: 0rem;
  }
}
.cid-vcOClV4ndV .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vcOClV4ndV .mbr-section-title b:last-child,
.cid-vcOClV4ndV .mbr-section-title strong:last-child {
  color: #000000;
}
.cid-vcOClV4ndV .container-fluid {
  padding-right: 1 !important;
  padding-left: 1 !important;
}
.cid-vcOClV4ndV .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vcOClV4ndV .item-subtitle {
  text-align: center;
}
.cid-vcOCnbuMl6 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/med.jpg");
}
.cid-vcOCnbuMl6 .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.7;
}
.cid-vcOCnbuMl6 .form-control,
.cid-vcOCnbuMl6 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vcOCnbuMl6 .form-control::-webkit-input-placeholder,
.cid-vcOCnbuMl6 .field-input::-webkit-input-placeholder,
.cid-vcOCnbuMl6 .form-control::-webkit-input-placeholder,
.cid-vcOCnbuMl6 .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vcOCnbuMl6 .form-control:-moz-placeholder,
.cid-vcOCnbuMl6 .field-input:-moz-placeholder,
.cid-vcOCnbuMl6 .form-control:-moz-placeholder,
.cid-vcOCnbuMl6 .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vcOCnbuMl6 .form-control:hover,
.cid-vcOCnbuMl6 .field-input:hover,
.cid-vcOCnbuMl6 .form-control:focus,
.cid-vcOCnbuMl6 .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-vcOCnbuMl6 .form-control:hover::-webkit-input-placeholder,
.cid-vcOCnbuMl6 .field-input:hover::-webkit-input-placeholder,
.cid-vcOCnbuMl6 .form-control:focus::-webkit-input-placeholder,
.cid-vcOCnbuMl6 .field-input:focus::-webkit-input-placeholder,
.cid-vcOCnbuMl6 .form-control:hover::-webkit-input-placeholder,
.cid-vcOCnbuMl6 .field-input:hover::-webkit-input-placeholder,
.cid-vcOCnbuMl6 .form-control:focus::-webkit-input-placeholder,
.cid-vcOCnbuMl6 .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-vcOCnbuMl6 .form-control:hover:-moz-placeholder,
.cid-vcOCnbuMl6 .field-input:hover:-moz-placeholder,
.cid-vcOCnbuMl6 .form-control:focus:-moz-placeholder,
.cid-vcOCnbuMl6 .field-input:focus:-moz-placeholder,
.cid-vcOCnbuMl6 .form-control:hover:-moz-placeholder,
.cid-vcOCnbuMl6 .field-input:hover:-moz-placeholder,
.cid-vcOCnbuMl6 .form-control:focus:-moz-placeholder,
.cid-vcOCnbuMl6 .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-vcOCnbuMl6 .jq-number__spin:hover,
.cid-vcOCnbuMl6 .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vcOCnbuMl6 .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vcOCnbuMl6 .jq-selectbox li,
.cid-vcOCnbuMl6 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vcOCnbuMl6 .jq-selectbox li:hover,
.cid-vcOCnbuMl6 .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-vcOCnbuMl6 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vcOCnbuMl6 .jq-number__spin.minus:hover:after,
.cid-vcOCnbuMl6 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vcOCnbuMl6 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vcOCnbuMl6 .jq-number__spin.minus:after,
.cid-vcOCnbuMl6 .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-vcOCnbuMl6 input::-webkit-clear-button {
  display: none;
}
.cid-vcOCnbuMl6 input::-webkit-inner-spin-button {
  display: none;
}
.cid-vcOCnbuMl6 input::-webkit-outer-spin-button {
  display: none;
}
.cid-vcOCnbuMl6 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vcOCnbuMl6 H4 {
  color: #ffffff;
}
.cid-vcfaFDt4dI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcfaFDt4dI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfaFDt4dI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfaFDt4dI .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-vcfaFDt4dI .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vcfaFDt4dI .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-vcfaFDt4dI .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vcfaFDt4dI .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vcfaFDt4dI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-vcfaFDt4dI .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-vcfaFDt4dI .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vcfaFDt4dI .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-vcfaFDt4dI .mbr-title {
  color: #cb0600;
  margin-bottom: 14px;
}
.cid-vcfaFDt4dI .mbr-text {
  color: #002d6e;
}
.cid-vcfaFDt4dI .list-box {
  width: 100%;
}
.cid-vcfaFDt4dI .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #002d6e;
  transition: 0.4s all;
}
.cid-vcfaFDt4dI .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-vcfaFDt4dI .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-vcfaFDt4dI .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-vcfaFDt4dI .list a:hover:before {
  background-position: left !important;
}
.cid-vcfaFDt4dI .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-vcfaFDt4dI .news-item {
  width: 100%;
}
.cid-vcfaFDt4dI .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-vcfaFDt4dI .news-title {
  color: #002d6e;
}
.cid-vcfaFHUKV1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #002d6e;
  overflow: hidden;
}
