.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ead1b0 !important;
}
.bg-success {
  background-color: #01004c !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ead1b0 !important;
  border-color: #ead1b0 !important;
  color: #7a5421 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f5e8d8 !important;
  border-color: #f5e8d8 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #7a5421 !important;
  background-color: #f5e8d8 !important;
  border-color: #f5e8d8 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #01004c !important;
  border-color: #01004c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #02007f !important;
  border-color: #02007f !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #02007f !important;
  border-color: #02007f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ead1b0;
  color: #ead1b0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d8a96c !important;
  background-color: transparent !important;
  border-color: #d8a96c !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #7a5421 !important;
  background-color: #ead1b0 !important;
  border-color: #ead1b0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffa600;
  color: #ffa600;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  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: #d4d4d4 !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: #01004c;
  color: #01004c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #01004c !important;
  border-color: #01004c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ead1b0 !important;
}
.text-secondary {
  color: #ffa600 !important;
}
.text-success {
  color: #01004c !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #d5a25f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #996400 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ead1b0;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ead1b0;
  border-color: #ead1b0;
  color: #8f6126;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ead1b0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #3532ff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ead1b0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ead1b0;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ead1b0;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ead1b0;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ead1b0;
  border-bottom-color: #ead1b0;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ead1b0 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffa600 !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='%23ead1b0' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uP7DeasNAR .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-uP7DeasNAR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uP7DeasNAR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uP7DeasNAR .nav-link {
  position: relative;
}
.cid-uP7DeasNAR .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uP7DeasNAR .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uP7DeasNAR .container {
  display: flex;
  margin: auto;
}
.cid-uP7DeasNAR .navbar.navbar-short .nav-link,
.cid-uP7DeasNAR .navbar.navbar-short .navbar-caption,
.cid-uP7DeasNAR .navbar.navbar-short .mbr-iconfont,
.cid-uP7DeasNAR .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-uP7DeasNAR .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-uP7DeasNAR .navbar-caption {
  padding-right: 3rem;
}
.cid-uP7DeasNAR .dropdown-menu,
.cid-uP7DeasNAR .navbar.opened {
  background: #2d4665 !important;
}
.cid-uP7DeasNAR .nav-item:focus,
.cid-uP7DeasNAR .nav-link:focus {
  outline: none;
}
.cid-uP7DeasNAR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uP7DeasNAR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP7DeasNAR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uP7DeasNAR .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-uP7DeasNAR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP7DeasNAR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP7DeasNAR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f1f1f1;
  background: none;
}
.cid-uP7DeasNAR .navbar.opened {
  transition: all .3s;
}
.cid-uP7DeasNAR .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uP7DeasNAR .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uP7DeasNAR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP7DeasNAR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uP7DeasNAR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP7DeasNAR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP7DeasNAR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uP7DeasNAR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP7DeasNAR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uP7DeasNAR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uP7DeasNAR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP7DeasNAR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP7DeasNAR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP7DeasNAR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP7DeasNAR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uP7DeasNAR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uP7DeasNAR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP7DeasNAR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uP7DeasNAR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uP7DeasNAR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uP7DeasNAR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uP7DeasNAR .navbar.navbar-short {
  background: #f1f1f1 !important;
  min-height: 60px;
}
.cid-uP7DeasNAR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uP7DeasNAR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uP7DeasNAR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP7DeasNAR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP7DeasNAR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP7DeasNAR .dropdown-item.active,
.cid-uP7DeasNAR .dropdown-item:active {
  background-color: transparent;
}
.cid-uP7DeasNAR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP7DeasNAR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP7DeasNAR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP7DeasNAR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1f1f1;
}
.cid-uP7DeasNAR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uP7DeasNAR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP7DeasNAR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uP7DeasNAR .navbar-buttons {
  text-align: center;
}
.cid-uP7DeasNAR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uP7DeasNAR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uP7DeasNAR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uP7DeasNAR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uP7DeasNAR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uP7DeasNAR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uP7DeasNAR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP7DeasNAR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uP7DeasNAR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uP7DeasNAR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP7DeasNAR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uP7DeasNAR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uP7DeasNAR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uP7DeasNAR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uP7DeasNAR .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uP7DeasNAR .navbar {
    height: 77px;
  }
  .cid-uP7DeasNAR .navbar.opened {
    height: auto;
  }
  .cid-uP7DeasNAR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP7IPMy8wd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/corpuspatrimoine-famille.webp");
}
.cid-uP7IPMy8wd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP7IPMy8wd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP7IPMy8wd .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uP7IPMy8wd .container-fluid {
    padding: 0 20px;
  }
}
.cid-uP7IPMy8wd .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uP7IPMy8wd .container {
    padding: 0 20px;
  }
  .cid-uP7IPMy8wd .container .row {
    padding: 0;
  }
}
.cid-uP7IPMy8wd .row {
  justify-content: center;
}
.cid-uP7IPMy8wd .title-wrapper {
  position: relative;
}
.cid-uP7IPMy8wd .title-wrapper .container-color {
  position: absolute;
  top: 4rem;
  left: -30%;
  height: 100px;
  width: 100%;
  background-color: #ead1b0;
}
@media (max-width: 768px) {
  .cid-uP7IPMy8wd .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-uP7IPMy8wd .title-wrapper .mbr-section-subtitle {
  position: relative;
  margin-bottom: 20px;
}
.cid-uP7IPMy8wd .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 20px;
}
.cid-uP7IPMy8wd .text-wrapper {
  position: relative;
}
.cid-uP7IPMy8wd .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uP7IPMy8wd .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uP7IPMy8wd .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uP7IPMy8wd .mbr-section-title {
  color: #ffffff;
}
.cid-uP7IPMy8wd .mbr-text {
  color: #222222;
}
.cid-uP7IPMy8wd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uP7Kx7Eoqp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP7Kx7Eoqp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP7Kx7Eoqp .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-uP7Kx7Eoqp .container {
    padding: 0 30px;
  }
}
.cid-uP7Kx7Eoqp .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-uP7Kx7Eoqp .content-wrapper {
    display: block;
  }
}
.cid-uP7Kx7Eoqp .content-wrapper .card {
  justify-content: center;
}
.cid-uP7Kx7Eoqp .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-uP7Kx7Eoqp .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-uP7Kx7Eoqp .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uP7Kx7Eoqp .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-uP7Kx7Eoqp .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uP7Kx7Eoqp .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-uP7Kx7Eoqp .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #2d4665;
  opacity: .9;
  z-index: 1;
}
.cid-uP7Kx7Eoqp .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uP7Kx7Eoqp .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #2d4665;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-uP7Kx7Eoqp .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-uP7Kx7Eoqp .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uP7Kx7Eoqp .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-uP7Kx7Eoqp .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uP7Kx7Eoqp .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ead1b0;
}
@media (max-width: 992px) {
  .cid-uP7Kx7Eoqp .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-uP7Kx7Eoqp .mbr-section-title {
  color: #144031;
}
.cid-uP7Kx7Eoqp .mbr-text {
  color: #2d4665;
}
.cid-uP7Kx7Eoqp .list {
  color: #144031;
}
.cid-uP7Kx7Eoqp .list,
.cid-uP7Kx7Eoqp .item-wrap {
  color: #ffffff;
}
.cid-uP7Kx7Eoqp .mbr-section-title,
.cid-uP7Kx7Eoqp .mbr-section-btn {
  color: #2d4665;
}
.cid-v0CyO57ym8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/familles-hritiers-g-corpus-patrimoine.webp");
}
.cid-v0CyO57ym8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0CyO57ym8 .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-v0CyO57ym8 .container {
    padding: 0 30px;
  }
}
.cid-v0CyO57ym8 .card {
  justify-content: center;
}
.cid-v0CyO57ym8 .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-v0CyO57ym8 .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-v0CyO57ym8 .content-wrapper {
    padding: 0;
  }
}
.cid-v0CyO57ym8 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v0CyO57ym8 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v0CyO57ym8 .mbr-section-title {
  color: #bee0d6;
}
.cid-v0CyO57ym8 .mbr-section-title,
.cid-v0CyO57ym8 .mbr-section-btn {
  text-align: center;
  color: #ead1b0;
}
.cid-v0Cz6QwdtD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-v0Cz6QwdtD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Cz6QwdtD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Cz6QwdtD .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-v0Cz6QwdtD .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-v0Cz6QwdtD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v0Cz6QwdtD .container {
    padding: 0 16px;
  }
}
.cid-v0Cz6QwdtD .row {
  justify-content: space-between;
}
.cid-v0Cz6QwdtD .row .card {
  justify-content: flex-end;
  padding-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v0Cz6QwdtD .row .card {
    padding-bottom: 32px;
  }
  .cid-v0Cz6QwdtD .row .card:last-child {
    padding-bottom: 0;
  }
}
.cid-v0Cz6QwdtD .card-wrapper {
  -webkit-flex: inherit;
}
.cid-v0Cz6QwdtD .card-wrapper .card-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0Cz6QwdtD .card-wrapper .card-title {
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .cid-v0Cz6QwdtD .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0Cz6QwdtD .image-wrapper img {
  height: 820px;
  object-fit: cover;
}
.cid-v0Cz6QwdtD .card-title {
  color: #2d4665;
}
.cid-v0Cz6QwdtD .card-text {
  color: #2d4665;
  text-align: left;
}
.cid-v0CAiRsE0T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-v0CAiRsE0T .title-col {
  width: 25%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v0CAiRsE0T .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-v0CAiRsE0T .title-col {
    width: 100%;
    padding: 0 0 12px 0 !important;
  }
}
.cid-v0CAiRsE0T .text-col {
  width: 75%;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-v0CAiRsE0T .text-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-v0CAiRsE0T .mbr-section-title {
  color: #2d4665;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-v0CAiRsE0T .mbr-section-title {
    width: 100%;
  }
}
.cid-v0CAiRsE0T .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-v0CAiRsE0T .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-v0CAiRsE0T .mbr-text {
  color: #2d4665;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-v0CAiRsE0T .mbr-text {
    width: 100%;
  }
}
.cid-uPsprZFDt6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d4665;
}
.cid-uPsprZFDt6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPsprZFDt6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPsprZFDt6 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .container {
    padding: 0 26px;
  }
}
.cid-uPsprZFDt6 .row {
  justify-content: center;
}
.cid-uPsprZFDt6 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPsprZFDt6 .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPsprZFDt6 .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uPsprZFDt6 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uPsprZFDt6 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPsprZFDt6 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPsprZFDt6 .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uPsprZFDt6 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPsprZFDt6 .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uPsprZFDt6 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uPsprZFDt6 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uPsprZFDt6 .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uPsprZFDt6 .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPsprZFDt6 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uPsprZFDt6 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uPsprZFDt6 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uPsprZFDt6 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ead1b0;
}
.cid-uPsprZFDt6 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uPsprZFDt6 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPsprZFDt6 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uPsprZFDt6 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uPsprZFDt6 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uPsprZFDt6 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ead1b0;
}
.cid-uPsprZFDt6 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uPsprZFDt6 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uPsprZFDt6 .mbr-section-title {
  color: #ffffff;
}
.cid-uPsprZFDt6 .mbr-text {
  color: #ffffff;
}
.cid-uPsprZFDt6 .list {
  color: #ffffff;
}
.cid-uPsprZFDt6 .list,
.cid-uPsprZFDt6 .nav-wrapper,
.cid-uPsprZFDt6 .social-wrapper {
  text-align: right;
}
.cid-uPsprZFDt6 .list,
.cid-uPsprZFDt6 .item-wrap,
.cid-uPsprZFDt6 .social-wrapper {
  color: #ffffff;
}
.cid-uP8BlySm7h .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-uP8BlySm7h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uP8BlySm7h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uP8BlySm7h .nav-link {
  position: relative;
}
.cid-uP8BlySm7h .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uP8BlySm7h .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uP8BlySm7h .container {
  display: flex;
  margin: auto;
}
.cid-uP8BlySm7h .navbar.navbar-short .nav-link,
.cid-uP8BlySm7h .navbar.navbar-short .navbar-caption,
.cid-uP8BlySm7h .navbar.navbar-short .mbr-iconfont,
.cid-uP8BlySm7h .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-uP8BlySm7h .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-uP8BlySm7h .navbar-caption {
  padding-right: 3rem;
}
.cid-uP8BlySm7h .dropdown-menu,
.cid-uP8BlySm7h .navbar.opened {
  background: #2d4665 !important;
}
.cid-uP8BlySm7h .nav-item:focus,
.cid-uP8BlySm7h .nav-link:focus {
  outline: none;
}
.cid-uP8BlySm7h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uP8BlySm7h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP8BlySm7h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uP8BlySm7h .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-uP8BlySm7h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP8BlySm7h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP8BlySm7h .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f1f1f1;
  background: none;
}
.cid-uP8BlySm7h .navbar.opened {
  transition: all .3s;
}
.cid-uP8BlySm7h .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uP8BlySm7h .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uP8BlySm7h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP8BlySm7h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uP8BlySm7h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP8BlySm7h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP8BlySm7h .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uP8BlySm7h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP8BlySm7h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uP8BlySm7h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uP8BlySm7h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP8BlySm7h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP8BlySm7h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP8BlySm7h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP8BlySm7h .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uP8BlySm7h .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uP8BlySm7h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP8BlySm7h .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uP8BlySm7h .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uP8BlySm7h .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uP8BlySm7h .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uP8BlySm7h .navbar.navbar-short {
  background: #f1f1f1 !important;
  min-height: 60px;
}
.cid-uP8BlySm7h .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uP8BlySm7h .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uP8BlySm7h .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP8BlySm7h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP8BlySm7h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP8BlySm7h .dropdown-item.active,
.cid-uP8BlySm7h .dropdown-item:active {
  background-color: transparent;
}
.cid-uP8BlySm7h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP8BlySm7h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP8BlySm7h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP8BlySm7h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1f1f1;
}
.cid-uP8BlySm7h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uP8BlySm7h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP8BlySm7h ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uP8BlySm7h .navbar-buttons {
  text-align: center;
}
.cid-uP8BlySm7h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uP8BlySm7h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uP8BlySm7h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uP8BlySm7h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uP8BlySm7h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uP8BlySm7h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uP8BlySm7h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP8BlySm7h nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uP8BlySm7h nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uP8BlySm7h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP8BlySm7h .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uP8BlySm7h a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uP8BlySm7h .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uP8BlySm7h .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uP8BlySm7h .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uP8BlySm7h .navbar {
    height: 77px;
  }
  .cid-uP8BlySm7h .navbar.opened {
    height: auto;
  }
  .cid-uP8BlySm7h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP8BJpyi07 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d4665;
}
.cid-uP8BJpyi07 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP8BJpyi07 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP8BJpyi07 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uP8BJpyi07 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uP8BJpyi07 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uP8BJpyi07 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uP8BJpyi07 .container {
    padding: 0 24px;
  }
}
.cid-uP8BJpyi07 .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uP8BJpyi07 .content-wrapper {
    display: block;
  }
}
.cid-uP8BJpyi07 .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uP8BJpyi07 .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uP8BJpyi07 .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uP8BJpyi07 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uP8BJpyi07 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP8BJpyi07 .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uP8BJpyi07 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uP8BJpyi07 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uP8BJpyi07 .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uP8BJpyi07 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uP8BJpyi07 .mbr-section-title {
  color: #18212d;
}
.cid-uP8BJpyi07 .mbr-desc {
  color: #18212d;
}
.cid-uP8BJpyi07 .mbr-text {
  color: #18212d;
}
.cid-uPsprZFDt6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d4665;
}
.cid-uPsprZFDt6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPsprZFDt6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPsprZFDt6 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .container {
    padding: 0 26px;
  }
}
.cid-uPsprZFDt6 .row {
  justify-content: center;
}
.cid-uPsprZFDt6 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPsprZFDt6 .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPsprZFDt6 .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uPsprZFDt6 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uPsprZFDt6 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPsprZFDt6 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPsprZFDt6 .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uPsprZFDt6 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPsprZFDt6 .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uPsprZFDt6 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uPsprZFDt6 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uPsprZFDt6 .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uPsprZFDt6 .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPsprZFDt6 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uPsprZFDt6 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uPsprZFDt6 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uPsprZFDt6 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ead1b0;
}
.cid-uPsprZFDt6 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uPsprZFDt6 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPsprZFDt6 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uPsprZFDt6 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uPsprZFDt6 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uPsprZFDt6 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ead1b0;
}
.cid-uPsprZFDt6 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uPsprZFDt6 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uPsprZFDt6 .mbr-section-title {
  color: #ffffff;
}
.cid-uPsprZFDt6 .mbr-text {
  color: #ffffff;
}
.cid-uPsprZFDt6 .list {
  color: #ffffff;
}
.cid-uPsprZFDt6 .list,
.cid-uPsprZFDt6 .nav-wrapper,
.cid-uPsprZFDt6 .social-wrapper {
  text-align: right;
}
.cid-uPsprZFDt6 .list,
.cid-uPsprZFDt6 .item-wrap,
.cid-uPsprZFDt6 .social-wrapper {
  color: #ffffff;
}
.cid-uPsr7jWlXM .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-uPsr7jWlXM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uPsr7jWlXM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPsr7jWlXM .nav-link {
  position: relative;
}
.cid-uPsr7jWlXM .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uPsr7jWlXM .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uPsr7jWlXM .container {
  display: flex;
  margin: auto;
}
.cid-uPsr7jWlXM .navbar.navbar-short .nav-link,
.cid-uPsr7jWlXM .navbar.navbar-short .navbar-caption,
.cid-uPsr7jWlXM .navbar.navbar-short .mbr-iconfont,
.cid-uPsr7jWlXM .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-uPsr7jWlXM .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-uPsr7jWlXM .navbar-caption {
  padding-right: 3rem;
}
.cid-uPsr7jWlXM .dropdown-menu,
.cid-uPsr7jWlXM .navbar.opened {
  background: #2d4665 !important;
}
.cid-uPsr7jWlXM .nav-item:focus,
.cid-uPsr7jWlXM .nav-link:focus {
  outline: none;
}
.cid-uPsr7jWlXM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uPsr7jWlXM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPsr7jWlXM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPsr7jWlXM .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-uPsr7jWlXM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPsr7jWlXM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPsr7jWlXM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f1f1f1;
  background: none;
}
.cid-uPsr7jWlXM .navbar.opened {
  transition: all .3s;
}
.cid-uPsr7jWlXM .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uPsr7jWlXM .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uPsr7jWlXM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPsr7jWlXM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPsr7jWlXM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPsr7jWlXM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPsr7jWlXM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uPsr7jWlXM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPsr7jWlXM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uPsr7jWlXM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uPsr7jWlXM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPsr7jWlXM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPsr7jWlXM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPsr7jWlXM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPsr7jWlXM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uPsr7jWlXM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uPsr7jWlXM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPsr7jWlXM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPsr7jWlXM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPsr7jWlXM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uPsr7jWlXM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uPsr7jWlXM .navbar.navbar-short {
  background: #f1f1f1 !important;
  min-height: 60px;
}
.cid-uPsr7jWlXM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPsr7jWlXM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uPsr7jWlXM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPsr7jWlXM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPsr7jWlXM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPsr7jWlXM .dropdown-item.active,
.cid-uPsr7jWlXM .dropdown-item:active {
  background-color: transparent;
}
.cid-uPsr7jWlXM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPsr7jWlXM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPsr7jWlXM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPsr7jWlXM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1f1f1;
}
.cid-uPsr7jWlXM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPsr7jWlXM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPsr7jWlXM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uPsr7jWlXM .navbar-buttons {
  text-align: center;
}
.cid-uPsr7jWlXM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPsr7jWlXM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPsr7jWlXM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPsr7jWlXM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPsr7jWlXM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPsr7jWlXM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPsr7jWlXM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPsr7jWlXM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPsr7jWlXM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPsr7jWlXM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPsr7jWlXM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uPsr7jWlXM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPsr7jWlXM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uPsr7jWlXM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uPsr7jWlXM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPsr7jWlXM .navbar {
    height: 77px;
  }
  .cid-uPsr7jWlXM .navbar.opened {
    height: auto;
  }
  .cid-uPsr7jWlXM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRGOa0lm7a {
  background-color: #2d4665;
}
.cid-uRGOa0lm7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGOa0lm7a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGOa0lm7a .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRGOa0lm7a .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRGOa0lm7a .container {
    padding: 0 26px;
  }
}
.cid-uRGOa0lm7a .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 90vh;
  padding: 45px;
}
@media (max-width: 992px) {
  .cid-uRGOa0lm7a .content-wrapper {
    padding: 20px;
  }
}
.cid-uRGOa0lm7a .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uRGOa0lm7a .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-uRGOa0lm7a .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uRGOa0lm7a .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRGOa0lm7a .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRGOa0lm7a .mbr-section-title {
  color: #000000;
}
.cid-uRGOa0lm7a .mbr-text,
.cid-uRGOa0lm7a .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRGOa0lm7a .mbr-section-title,
.cid-uRGOa0lm7a .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uPsr7l27GQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d4665;
}
.cid-uPsr7l27GQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPsr7l27GQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPsr7l27GQ .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uPsr7l27GQ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uPsr7l27GQ .container {
    padding: 0 26px;
  }
}
.cid-uPsr7l27GQ .row {
  justify-content: center;
}
.cid-uPsr7l27GQ .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uPsr7l27GQ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPsr7l27GQ .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uPsr7l27GQ .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPsr7l27GQ .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uPsr7l27GQ .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uPsr7l27GQ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uPsr7l27GQ .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPsr7l27GQ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPsr7l27GQ .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPsr7l27GQ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPsr7l27GQ .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uPsr7l27GQ .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uPsr7l27GQ .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPsr7l27GQ .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uPsr7l27GQ .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uPsr7l27GQ .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uPsr7l27GQ .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uPsr7l27GQ .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uPsr7l27GQ .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uPsr7l27GQ .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPsr7l27GQ .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uPsr7l27GQ .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uPsr7l27GQ .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uPsr7l27GQ .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uPsr7l27GQ .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ead1b0;
}
.cid-uPsr7l27GQ .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPsr7l27GQ .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uPsr7l27GQ .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPsr7l27GQ .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uPsr7l27GQ .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uPsr7l27GQ .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uPsr7l27GQ .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ead1b0;
}
.cid-uPsr7l27GQ .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uPsr7l27GQ .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uPsr7l27GQ .mbr-section-title {
  color: #ffffff;
}
.cid-uPsr7l27GQ .mbr-text {
  color: #ffffff;
}
.cid-uPsr7l27GQ .list {
  color: #ffffff;
}
.cid-uPsr7l27GQ .list,
.cid-uPsr7l27GQ .nav-wrapper,
.cid-uPsr7l27GQ .social-wrapper {
  text-align: right;
}
.cid-uPsr7l27GQ .list,
.cid-uPsr7l27GQ .item-wrap,
.cid-uPsr7l27GQ .social-wrapper {
  color: #ffffff;
}
.cid-v0CRdEZvuZ .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-v0CRdEZvuZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-v0CRdEZvuZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0CRdEZvuZ .nav-link {
  position: relative;
}
.cid-v0CRdEZvuZ .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-v0CRdEZvuZ .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-v0CRdEZvuZ .container {
  display: flex;
  margin: auto;
}
.cid-v0CRdEZvuZ .navbar.navbar-short .nav-link,
.cid-v0CRdEZvuZ .navbar.navbar-short .navbar-caption,
.cid-v0CRdEZvuZ .navbar.navbar-short .mbr-iconfont,
.cid-v0CRdEZvuZ .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-v0CRdEZvuZ .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-v0CRdEZvuZ .navbar-caption {
  padding-right: 3rem;
}
.cid-v0CRdEZvuZ .dropdown-menu,
.cid-v0CRdEZvuZ .navbar.opened {
  background: #2d4665 !important;
}
.cid-v0CRdEZvuZ .nav-item:focus,
.cid-v0CRdEZvuZ .nav-link:focus {
  outline: none;
}
.cid-v0CRdEZvuZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v0CRdEZvuZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0CRdEZvuZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v0CRdEZvuZ .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-v0CRdEZvuZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0CRdEZvuZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0CRdEZvuZ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f1f1f1;
  background: none;
}
.cid-v0CRdEZvuZ .navbar.opened {
  transition: all .3s;
}
.cid-v0CRdEZvuZ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v0CRdEZvuZ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v0CRdEZvuZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0CRdEZvuZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v0CRdEZvuZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0CRdEZvuZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0CRdEZvuZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v0CRdEZvuZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0CRdEZvuZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v0CRdEZvuZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v0CRdEZvuZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0CRdEZvuZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0CRdEZvuZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0CRdEZvuZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0CRdEZvuZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v0CRdEZvuZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v0CRdEZvuZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0CRdEZvuZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0CRdEZvuZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0CRdEZvuZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v0CRdEZvuZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v0CRdEZvuZ .navbar.navbar-short {
  background: #f1f1f1 !important;
  min-height: 60px;
}
.cid-v0CRdEZvuZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v0CRdEZvuZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v0CRdEZvuZ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0CRdEZvuZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0CRdEZvuZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0CRdEZvuZ .dropdown-item.active,
.cid-v0CRdEZvuZ .dropdown-item:active {
  background-color: transparent;
}
.cid-v0CRdEZvuZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0CRdEZvuZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0CRdEZvuZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0CRdEZvuZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1f1f1;
}
.cid-v0CRdEZvuZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0CRdEZvuZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0CRdEZvuZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v0CRdEZvuZ .navbar-buttons {
  text-align: center;
}
.cid-v0CRdEZvuZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0CRdEZvuZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0CRdEZvuZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v0CRdEZvuZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v0CRdEZvuZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v0CRdEZvuZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v0CRdEZvuZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v0CRdEZvuZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v0CRdEZvuZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v0CRdEZvuZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v0CRdEZvuZ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v0CRdEZvuZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v0CRdEZvuZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v0CRdEZvuZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-v0CRdEZvuZ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0CRdEZvuZ .navbar {
    height: 77px;
  }
  .cid-v0CRdEZvuZ .navbar.opened {
    height: auto;
  }
  .cid-v0CRdEZvuZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0CRdFwHHg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/dirigeants-chefs-dentreprises.webp");
}
.cid-v0CRdFwHHg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0CRdFwHHg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0CRdFwHHg .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-v0CRdFwHHg .container-fluid {
    padding: 0 20px;
  }
}
.cid-v0CRdFwHHg .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v0CRdFwHHg .container {
    padding: 0 20px;
  }
  .cid-v0CRdFwHHg .container .row {
    padding: 0;
  }
}
.cid-v0CRdFwHHg .row {
  justify-content: center;
}
.cid-v0CRdFwHHg .title-wrapper {
  position: relative;
}
.cid-v0CRdFwHHg .title-wrapper .container-color {
  position: absolute;
  top: 4rem;
  left: -30%;
  height: 100px;
  width: 100%;
  background-color: #ead1b0;
}
@media (max-width: 768px) {
  .cid-v0CRdFwHHg .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-v0CRdFwHHg .title-wrapper .mbr-section-subtitle {
  position: relative;
  margin-bottom: 20px;
}
.cid-v0CRdFwHHg .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 20px;
}
.cid-v0CRdFwHHg .text-wrapper {
  position: relative;
}
.cid-v0CRdFwHHg .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v0CRdFwHHg .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v0CRdFwHHg .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-v0CRdFwHHg .mbr-section-title {
  color: #ffffff;
}
.cid-v0CRdFwHHg .mbr-text {
  color: #222222;
}
.cid-v0CRdFwHHg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0CRdG5UvR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0CRdG5UvR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0CRdG5UvR .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-v0CRdG5UvR .container {
    padding: 0 30px;
  }
}
.cid-v0CRdG5UvR .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-v0CRdG5UvR .content-wrapper {
    display: block;
  }
}
.cid-v0CRdG5UvR .content-wrapper .card {
  justify-content: center;
}
.cid-v0CRdG5UvR .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-v0CRdG5UvR .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-v0CRdG5UvR .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-v0CRdG5UvR .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-v0CRdG5UvR .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0CRdG5UvR .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-v0CRdG5UvR .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #2d4665;
  opacity: .9;
  z-index: 1;
}
.cid-v0CRdG5UvR .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v0CRdG5UvR .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #2d4665;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-v0CRdG5UvR .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-v0CRdG5UvR .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v0CRdG5UvR .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-v0CRdG5UvR .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v0CRdG5UvR .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ead1b0;
}
@media (max-width: 992px) {
  .cid-v0CRdG5UvR .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-v0CRdG5UvR .mbr-section-title {
  color: #144031;
}
.cid-v0CRdG5UvR .mbr-text {
  color: #2d4665;
}
.cid-v0CRdG5UvR .list {
  color: #144031;
}
.cid-v0CRdG5UvR .list,
.cid-v0CRdG5UvR .item-wrap {
  color: #ffffff;
}
.cid-v0CRdG5UvR .mbr-section-title,
.cid-v0CRdG5UvR .mbr-section-btn {
  color: #2d4665;
}
.cid-v0CRdGF2Rj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/familles-hritiers-g-corpus-patrimoine.webp");
}
.cid-v0CRdGF2Rj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0CRdGF2Rj .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-v0CRdGF2Rj .container {
    padding: 0 30px;
  }
}
.cid-v0CRdGF2Rj .card {
  justify-content: center;
}
.cid-v0CRdGF2Rj .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-v0CRdGF2Rj .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-v0CRdGF2Rj .content-wrapper {
    padding: 0;
  }
}
.cid-v0CRdGF2Rj .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v0CRdGF2Rj .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v0CRdGF2Rj .mbr-section-title {
  color: #bee0d6;
}
.cid-v0CRdGF2Rj .mbr-section-title,
.cid-v0CRdGF2Rj .mbr-section-btn {
  text-align: center;
  color: #ead1b0;
}
.cid-v0M5JgjW3o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v0M5JgjW3o .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0M5JgjW3o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0M5JgjW3o .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v0M5JgjW3o .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0M5JgjW3o .container {
    padding: 0 24px;
  }
}
.cid-v0M5JgjW3o .content-wrapper {
  padding: 32px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-v0M5JgjW3o .content-wrapper {
    padding: 0;
  }
}
.cid-v0M5JgjW3o .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v0M5JgjW3o .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 35%;
  padding: 32px;
  background-color: #f7f7f7;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-v0M5JgjW3o .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v0M5JgjW3o .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-v0M5JgjW3o .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0M5JgjW3o .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-v0M5JgjW3o .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v0M5JgjW3o .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v0M5JgjW3o .mbr-section-title {
  color: #141414;
}
.cid-v0M5JgjW3o .mbr-desc {
  color: #141414;
}
.cid-v0M5JgjW3o .mbr-text {
  color: #2d4665;
}
.cid-v0M5JgjW3o .mbr-section-title,
.cid-v0M5JgjW3o .icon-wrapper {
  color: #2d4665;
}
.cid-v0CRdHOilZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f3f4;
}
.cid-v0CRdHOilZ .title-col {
  width: 25%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v0CRdHOilZ .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-v0CRdHOilZ .title-col {
    width: 100%;
    padding: 0 0 12px 0 !important;
  }
}
.cid-v0CRdHOilZ .text-col {
  width: 75%;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-v0CRdHOilZ .text-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-v0CRdHOilZ .mbr-section-title {
  color: #2d4665;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-v0CRdHOilZ .mbr-section-title {
    width: 100%;
  }
}
.cid-v0CRdHOilZ .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-v0CRdHOilZ .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-v0CRdHOilZ .mbr-text {
  color: #2d4665;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-v0CRdHOilZ .mbr-text {
    width: 100%;
  }
}
.cid-v0CRdHkX9R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0CRdHkX9R .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0CRdHkX9R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0CRdHkX9R .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-v0CRdHkX9R .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-v0CRdHkX9R .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v0CRdHkX9R .container {
    padding: 0 16px;
  }
}
.cid-v0CRdHkX9R .row {
  justify-content: space-between;
}
.cid-v0CRdHkX9R .row .card {
  justify-content: flex-end;
  padding-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v0CRdHkX9R .row .card {
    padding-bottom: 32px;
  }
  .cid-v0CRdHkX9R .row .card:last-child {
    padding-bottom: 0;
  }
}
.cid-v0CRdHkX9R .card-wrapper {
  -webkit-flex: inherit;
}
.cid-v0CRdHkX9R .card-wrapper .card-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0CRdHkX9R .card-wrapper .card-title {
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .cid-v0CRdHkX9R .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0CRdHkX9R .image-wrapper img {
  height: 820px;
  object-fit: cover;
}
.cid-v0CRdHkX9R .card-title {
  color: #2d4665;
}
.cid-v0CRdHkX9R .card-text {
  color: #2d4665;
  text-align: left;
}
.cid-v0M1UysVeU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f3f4;
}
.cid-v0M1UysVeU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0M1UysVeU .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-v0M1UysVeU .container {
    padding: 0 22px;
  }
}
.cid-v0M1UysVeU .row {
  justify-content: space-between;
}
.cid-v0M1UysVeU .row .card {
  justify-content: center;
}
.cid-v0M1UysVeU .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v0M1UysVeU .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-v0M1UysVeU .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-v0M1UysVeU .image-wrapper {
  position: relative;
}
.cid-v0M1UysVeU .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-v0M1UysVeU .image-wrapper img {
    height: 350px;
  }
}
.cid-v0M1UysVeU .mbr-section-title {
  color: #2d4665;
}
.cid-v0M1UysVeU .mbr-desc {
  color: #000000;
}
.cid-v0M1UysVeU .mbr-text {
  color: #2d4665;
}
.cid-v0M1DAQQqQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-v0M1DAQQqQ .title-col {
  width: 25%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v0M1DAQQqQ .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-v0M1DAQQqQ .title-col {
    width: 100%;
    padding: 0 0 12px 0 !important;
  }
}
.cid-v0M1DAQQqQ .text-col {
  width: 75%;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-v0M1DAQQqQ .text-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-v0M1DAQQqQ .mbr-section-title {
  color: #2d4665;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-v0M1DAQQqQ .mbr-section-title {
    width: 100%;
  }
}
.cid-v0M1DAQQqQ .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-v0M1DAQQqQ .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-v0M1DAQQqQ .mbr-text {
  color: #2d4665;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-v0M1DAQQqQ .mbr-text {
    width: 100%;
  }
}
.cid-v0CRdIXq9u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d4665;
}
.cid-v0CRdIXq9u .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0CRdIXq9u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0CRdIXq9u .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-v0CRdIXq9u .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-v0CRdIXq9u .container {
    padding: 0 26px;
  }
}
.cid-v0CRdIXq9u .row {
  justify-content: center;
}
.cid-v0CRdIXq9u .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v0CRdIXq9u .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v0CRdIXq9u .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v0CRdIXq9u .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v0CRdIXq9u .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-v0CRdIXq9u .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v0CRdIXq9u .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v0CRdIXq9u .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0CRdIXq9u .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0CRdIXq9u .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v0CRdIXq9u .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v0CRdIXq9u .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v0CRdIXq9u .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-v0CRdIXq9u .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v0CRdIXq9u .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v0CRdIXq9u .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-v0CRdIXq9u .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v0CRdIXq9u .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-v0CRdIXq9u .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-v0CRdIXq9u .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v0CRdIXq9u .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v0CRdIXq9u .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-v0CRdIXq9u .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-v0CRdIXq9u .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-v0CRdIXq9u .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v0CRdIXq9u .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ead1b0;
}
.cid-v0CRdIXq9u .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0CRdIXq9u .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-v0CRdIXq9u .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v0CRdIXq9u .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v0CRdIXq9u .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v0CRdIXq9u .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v0CRdIXq9u .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ead1b0;
}
.cid-v0CRdIXq9u .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-v0CRdIXq9u .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v0CRdIXq9u .mbr-section-title {
  color: #ffffff;
}
.cid-v0CRdIXq9u .mbr-text {
  color: #ffffff;
}
.cid-v0CRdIXq9u .list {
  color: #ffffff;
}
.cid-v0CRdIXq9u .list,
.cid-v0CRdIXq9u .nav-wrapper,
.cid-v0CRdIXq9u .social-wrapper {
  text-align: right;
}
.cid-v0CRdIXq9u .list,
.cid-v0CRdIXq9u .item-wrap,
.cid-v0CRdIXq9u .social-wrapper {
  color: #ffffff;
}
.cid-v0CB6HoIRG .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-v0CB6HoIRG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-v0CB6HoIRG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0CB6HoIRG .nav-link {
  position: relative;
}
.cid-v0CB6HoIRG .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-v0CB6HoIRG .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-v0CB6HoIRG .container {
  display: flex;
  margin: auto;
}
.cid-v0CB6HoIRG .navbar.navbar-short .nav-link,
.cid-v0CB6HoIRG .navbar.navbar-short .navbar-caption,
.cid-v0CB6HoIRG .navbar.navbar-short .mbr-iconfont,
.cid-v0CB6HoIRG .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-v0CB6HoIRG .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-v0CB6HoIRG .navbar-caption {
  padding-right: 3rem;
}
.cid-v0CB6HoIRG .dropdown-menu,
.cid-v0CB6HoIRG .navbar.opened {
  background: #2d4665 !important;
}
.cid-v0CB6HoIRG .nav-item:focus,
.cid-v0CB6HoIRG .nav-link:focus {
  outline: none;
}
.cid-v0CB6HoIRG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v0CB6HoIRG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0CB6HoIRG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v0CB6HoIRG .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-v0CB6HoIRG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0CB6HoIRG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0CB6HoIRG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f1f1f1;
  background: none;
}
.cid-v0CB6HoIRG .navbar.opened {
  transition: all .3s;
}
.cid-v0CB6HoIRG .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v0CB6HoIRG .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v0CB6HoIRG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0CB6HoIRG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v0CB6HoIRG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0CB6HoIRG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0CB6HoIRG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v0CB6HoIRG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0CB6HoIRG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v0CB6HoIRG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v0CB6HoIRG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0CB6HoIRG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0CB6HoIRG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0CB6HoIRG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0CB6HoIRG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v0CB6HoIRG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v0CB6HoIRG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0CB6HoIRG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0CB6HoIRG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0CB6HoIRG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v0CB6HoIRG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v0CB6HoIRG .navbar.navbar-short {
  background: #f1f1f1 !important;
  min-height: 60px;
}
.cid-v0CB6HoIRG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v0CB6HoIRG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v0CB6HoIRG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0CB6HoIRG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0CB6HoIRG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0CB6HoIRG .dropdown-item.active,
.cid-v0CB6HoIRG .dropdown-item:active {
  background-color: transparent;
}
.cid-v0CB6HoIRG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0CB6HoIRG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0CB6HoIRG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0CB6HoIRG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1f1f1;
}
.cid-v0CB6HoIRG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0CB6HoIRG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0CB6HoIRG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v0CB6HoIRG .navbar-buttons {
  text-align: center;
}
.cid-v0CB6HoIRG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0CB6HoIRG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0CB6HoIRG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v0CB6HoIRG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v0CB6HoIRG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v0CB6HoIRG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v0CB6HoIRG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v0CB6HoIRG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v0CB6HoIRG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v0CB6HoIRG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v0CB6HoIRG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v0CB6HoIRG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v0CB6HoIRG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v0CB6HoIRG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-v0CB6HoIRG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0CB6HoIRG .navbar {
    height: 77px;
  }
  .cid-v0CB6HoIRG .navbar.opened {
    height: auto;
  }
  .cid-v0CB6HoIRG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0CDz4HIdG {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background7.svg");
}
.cid-v0CDz4HIdG .container {
  max-width: 1312px;
}
.cid-v0CDz4HIdG .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-v0CDz4HIdG .label-text {
  color: #ffffff;
  width: 100%;
}
.cid-v0CDz4HIdG .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-v0CDz4HIdG .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-v0CDz4HIdG .advantages-container {
  display: grid;
  margin-top: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 4.5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-v0CDz4HIdG .advantages-container {
    grid-auto-flow: row;
  }
}
.cid-v0CDz4HIdG .advantage {
  display: flex;
  align-items: flex-start;
}
.cid-v0CDz4HIdG .advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background-color: #ead1b0;
}
.cid-v0CDz4HIdG .advantage-icon span {
  color: #002549;
}
.cid-v0CDz4HIdG .advantage-text {
  color: #ffffff;
}
.cid-v0CDz4HIdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0CDz4HIdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0CB6KqfS2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d4665;
}
.cid-v0CB6KqfS2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0CB6KqfS2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0CB6KqfS2 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-v0CB6KqfS2 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-v0CB6KqfS2 .container {
    padding: 0 26px;
  }
}
.cid-v0CB6KqfS2 .row {
  justify-content: center;
}
.cid-v0CB6KqfS2 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v0CB6KqfS2 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v0CB6KqfS2 .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v0CB6KqfS2 .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v0CB6KqfS2 .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-v0CB6KqfS2 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v0CB6KqfS2 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v0CB6KqfS2 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0CB6KqfS2 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0CB6KqfS2 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v0CB6KqfS2 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v0CB6KqfS2 .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v0CB6KqfS2 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-v0CB6KqfS2 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v0CB6KqfS2 .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v0CB6KqfS2 .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-v0CB6KqfS2 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v0CB6KqfS2 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-v0CB6KqfS2 .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-v0CB6KqfS2 .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v0CB6KqfS2 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v0CB6KqfS2 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-v0CB6KqfS2 .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-v0CB6KqfS2 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-v0CB6KqfS2 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v0CB6KqfS2 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ead1b0;
}
.cid-v0CB6KqfS2 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0CB6KqfS2 .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-v0CB6KqfS2 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v0CB6KqfS2 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v0CB6KqfS2 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v0CB6KqfS2 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v0CB6KqfS2 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ead1b0;
}
.cid-v0CB6KqfS2 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-v0CB6KqfS2 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v0CB6KqfS2 .mbr-section-title {
  color: #ffffff;
}
.cid-v0CB6KqfS2 .mbr-text {
  color: #ffffff;
}
.cid-v0CB6KqfS2 .list {
  color: #ffffff;
}
.cid-v0CB6KqfS2 .list,
.cid-v0CB6KqfS2 .nav-wrapper,
.cid-v0CB6KqfS2 .social-wrapper {
  text-align: right;
}
.cid-v0CB6KqfS2 .list,
.cid-v0CB6KqfS2 .item-wrap,
.cid-v0CB6KqfS2 .social-wrapper {
  color: #ffffff;
}
.cid-v0MgEaoMyn .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-v0MgEaoMyn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-v0MgEaoMyn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0MgEaoMyn .nav-link {
  position: relative;
}
.cid-v0MgEaoMyn .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-v0MgEaoMyn .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-v0MgEaoMyn .container {
  display: flex;
  margin: auto;
}
.cid-v0MgEaoMyn .navbar.navbar-short .nav-link,
.cid-v0MgEaoMyn .navbar.navbar-short .navbar-caption,
.cid-v0MgEaoMyn .navbar.navbar-short .mbr-iconfont,
.cid-v0MgEaoMyn .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-v0MgEaoMyn .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-v0MgEaoMyn .navbar-caption {
  padding-right: 3rem;
}
.cid-v0MgEaoMyn .dropdown-menu,
.cid-v0MgEaoMyn .navbar.opened {
  background: #2d4665 !important;
}
.cid-v0MgEaoMyn .nav-item:focus,
.cid-v0MgEaoMyn .nav-link:focus {
  outline: none;
}
.cid-v0MgEaoMyn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v0MgEaoMyn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0MgEaoMyn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v0MgEaoMyn .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-v0MgEaoMyn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0MgEaoMyn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0MgEaoMyn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f1f1f1;
  background: none;
}
.cid-v0MgEaoMyn .navbar.opened {
  transition: all .3s;
}
.cid-v0MgEaoMyn .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v0MgEaoMyn .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v0MgEaoMyn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0MgEaoMyn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v0MgEaoMyn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0MgEaoMyn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0MgEaoMyn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v0MgEaoMyn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0MgEaoMyn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v0MgEaoMyn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v0MgEaoMyn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0MgEaoMyn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0MgEaoMyn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0MgEaoMyn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0MgEaoMyn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v0MgEaoMyn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v0MgEaoMyn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0MgEaoMyn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0MgEaoMyn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0MgEaoMyn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v0MgEaoMyn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v0MgEaoMyn .navbar.navbar-short {
  background: #f1f1f1 !important;
  min-height: 60px;
}
.cid-v0MgEaoMyn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v0MgEaoMyn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v0MgEaoMyn .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0MgEaoMyn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0MgEaoMyn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0MgEaoMyn .dropdown-item.active,
.cid-v0MgEaoMyn .dropdown-item:active {
  background-color: transparent;
}
.cid-v0MgEaoMyn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0MgEaoMyn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0MgEaoMyn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0MgEaoMyn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1f1f1;
}
.cid-v0MgEaoMyn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0MgEaoMyn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0MgEaoMyn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v0MgEaoMyn .navbar-buttons {
  text-align: center;
}
.cid-v0MgEaoMyn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0MgEaoMyn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0MgEaoMyn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v0MgEaoMyn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v0MgEaoMyn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v0MgEaoMyn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v0MgEaoMyn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v0MgEaoMyn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v0MgEaoMyn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v0MgEaoMyn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v0MgEaoMyn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v0MgEaoMyn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v0MgEaoMyn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v0MgEaoMyn .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-v0MgEaoMyn .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0MgEaoMyn .navbar {
    height: 77px;
  }
  .cid-v0MgEaoMyn .navbar.opened {
    height: auto;
  }
  .cid-v0MgEaoMyn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0MgEb6qnW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/institutions-fondations.webp");
}
.cid-v0MgEb6qnW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0MgEb6qnW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0MgEb6qnW .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-v0MgEb6qnW .container-fluid {
    padding: 0 20px;
  }
}
.cid-v0MgEb6qnW .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v0MgEb6qnW .container {
    padding: 0 20px;
  }
  .cid-v0MgEb6qnW .container .row {
    padding: 0;
  }
}
.cid-v0MgEb6qnW .row {
  justify-content: center;
}
.cid-v0MgEb6qnW .title-wrapper {
  position: relative;
}
.cid-v0MgEb6qnW .title-wrapper .container-color {
  position: absolute;
  top: 4rem;
  left: -30%;
  height: 100px;
  width: 100%;
  background-color: #ead1b0;
}
@media (max-width: 768px) {
  .cid-v0MgEb6qnW .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-v0MgEb6qnW .title-wrapper .mbr-section-subtitle {
  position: relative;
  margin-bottom: 20px;
}
.cid-v0MgEb6qnW .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 20px;
}
.cid-v0MgEb6qnW .text-wrapper {
  position: relative;
}
.cid-v0MgEb6qnW .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v0MgEb6qnW .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v0MgEb6qnW .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-v0MgEb6qnW .mbr-section-title {
  color: #ffffff;
}
.cid-v0MgEb6qnW .mbr-text {
  color: #222222;
}
.cid-v0MgEb6qnW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0MnqCOOhB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v0MnqCOOhB .wrapper {
    padding: 0 28px;
  }
}
.cid-v0MnqCOOhB .mbr-text {
  color: #2d4665;
  text-align: center;
}
.cid-v0Mna37h5v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.webp");
}
.cid-v0Mna37h5v .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Mna37h5v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Mna37h5v .container-fluid {
  padding: 0;
}
.cid-v0Mna37h5v .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v0Mna37h5v .row {
    padding: 0 12px;
  }
}
.cid-v0Mna37h5v .row {
  justify-content: center;
}
.cid-v0Mna37h5v .container-wrapper {
  padding: 0;
}
.cid-v0Mna37h5v .title-wrapper {
  position: relative;
  padding: 0 25rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-v0Mna37h5v .title-wrapper {
    padding: 0 1rem;
  }
}
.cid-v0Mna37h5v .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
.cid-v0Mna37h5v .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0Mna37h5v .title-wrapper img {
  position: absolute;
  top: -2rem;
  right: 0;
  width: 360px;
  height: 540px;
  object-fit: cover;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v0Mna37h5v .title-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 300px;
  }
}
.cid-v0Mna37h5v .mbr-section-title {
  color: #1c314e;
}
.cid-v0Mna37h5v .mbr-section-subtitle {
  color: #1c314e;
}
.cid-v0MnbTlABF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0MnbTlABF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0MnbTlABF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0MnbTlABF .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-v0MnbTlABF .container-fluid {
    padding: 0 12px;
  }
}
.cid-v0MnbTlABF .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v0MnbTlABF .container {
    padding: 0 20px;
  }
}
.cid-v0MnbTlABF .card {
  padding: 0;
}
.cid-v0MnbTlABF .text-wrapper {
  padding: 64px 100px;
  border: 2px solid #ead1b0;
  border-right: none;
  border-right: 2px solid #ead1b0;
  border-left: none;
}
@media (max-width: 992px) {
  .cid-v0MnbTlABF .text-wrapper {
    padding: 50px 20px;
  }
}
.cid-v0MnbTlABF .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0MnbTlABF .mbr-section-title {
  color: #1d1d1d;
}
.cid-v0MnbTlABF .mbr-section-subtitle {
  color: #1d1d1d;
}
.cid-v0Mmwbf9kh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.webp");
}
.cid-v0Mmwbf9kh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Mmwbf9kh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Mmwbf9kh .container-fluid {
  padding: 0;
}
.cid-v0Mmwbf9kh .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v0Mmwbf9kh .row {
    padding: 0 12px;
  }
}
.cid-v0Mmwbf9kh .row {
  justify-content: center;
}
.cid-v0Mmwbf9kh .container-wrapper {
  padding: 0;
}
.cid-v0Mmwbf9kh .title-wrapper {
  position: relative;
  padding: 0 25rem 0 6rem;
  padding: 0 6rem 0 25rem;
}
@media (max-width: 992px) {
  .cid-v0Mmwbf9kh .title-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-v0Mmwbf9kh .title-wrapper {
    padding: 0 1rem;
  }
}
.cid-v0Mmwbf9kh .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
.cid-v0Mmwbf9kh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0Mmwbf9kh .title-wrapper img {
  position: absolute;
  top: -2rem;
  right: 0;
  width: 360px;
  height: 540px;
  object-fit: cover;
  z-index: 1;
  right: auto;
  left: 0;
}
@media (max-width: 992px) {
  .cid-v0Mmwbf9kh .title-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 300px;
  }
}
.cid-v0Mmwbf9kh .mbr-section-title {
  color: #1c314e;
}
.cid-v0Mmwbf9kh .mbr-section-subtitle {
  color: #1c314e;
}
.cid-v0MjeNiOg5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0MjeNiOg5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0MjeNiOg5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0MjeNiOg5 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-v0MjeNiOg5 .container-fluid {
    padding: 0 12px;
  }
}
.cid-v0MjeNiOg5 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v0MjeNiOg5 .container {
    padding: 0 20px;
  }
}
.cid-v0MjeNiOg5 .card {
  padding: 0;
}
.cid-v0MjeNiOg5 .text-wrapper {
  padding: 64px 100px;
  border: 2px solid #ead1b0;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v0MjeNiOg5 .text-wrapper {
    padding: 50px 20px;
  }
}
.cid-v0MjeNiOg5 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0MjeNiOg5 .mbr-section-title {
  color: #1d1d1d;
}
.cid-v0MjeNiOg5 .mbr-section-subtitle {
  color: #1d1d1d;
}
.cid-v0Mj86Z4iK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-v0Mj86Z4iK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Mj86Z4iK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Mj86Z4iK .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-v0Mj86Z4iK .container-fluid {
    padding: 0 20px;
  }
}
.cid-v0Mj86Z4iK .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v0Mj86Z4iK .container {
    padding: 0 20px;
  }
  .cid-v0Mj86Z4iK .container .row {
    padding: 0;
  }
}
.cid-v0Mj86Z4iK .container,
.cid-v0Mj86Z4iK .container-fluid {
  position: relative;
}
.cid-v0Mj86Z4iK .container .container-color,
.cid-v0Mj86Z4iK .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #ead1b0;
}
@media (max-width: 768px) {
  .cid-v0Mj86Z4iK .container .container-color,
  .cid-v0Mj86Z4iK .container-fluid .container-color {
    width: 100%;
  }
}
.cid-v0Mj86Z4iK .row {
  justify-content: center;
}
.cid-v0Mj86Z4iK .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v0Mj86Z4iK .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0Mj86Z4iK .mbr-text {
  color: #2d4665;
}
.cid-v0MgEenf3P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d4665;
}
.cid-v0MgEenf3P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0MgEenf3P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0MgEenf3P .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-v0MgEenf3P .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-v0MgEenf3P .container {
    padding: 0 26px;
  }
}
.cid-v0MgEenf3P .row {
  justify-content: center;
}
.cid-v0MgEenf3P .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v0MgEenf3P .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v0MgEenf3P .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v0MgEenf3P .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v0MgEenf3P .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-v0MgEenf3P .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v0MgEenf3P .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v0MgEenf3P .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0MgEenf3P .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0MgEenf3P .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v0MgEenf3P .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v0MgEenf3P .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v0MgEenf3P .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-v0MgEenf3P .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v0MgEenf3P .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v0MgEenf3P .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-v0MgEenf3P .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v0MgEenf3P .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-v0MgEenf3P .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-v0MgEenf3P .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v0MgEenf3P .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v0MgEenf3P .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-v0MgEenf3P .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-v0MgEenf3P .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-v0MgEenf3P .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v0MgEenf3P .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ead1b0;
}
.cid-v0MgEenf3P .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0MgEenf3P .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-v0MgEenf3P .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v0MgEenf3P .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v0MgEenf3P .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v0MgEenf3P .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v0MgEenf3P .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ead1b0;
}
.cid-v0MgEenf3P .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-v0MgEenf3P .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v0MgEenf3P .mbr-section-title {
  color: #ffffff;
}
.cid-v0MgEenf3P .mbr-text {
  color: #ffffff;
}
.cid-v0MgEenf3P .list {
  color: #ffffff;
}
.cid-v0MgEenf3P .list,
.cid-v0MgEenf3P .nav-wrapper,
.cid-v0MgEenf3P .social-wrapper {
  text-align: right;
}
.cid-v0MgEenf3P .list,
.cid-v0MgEenf3P .item-wrap,
.cid-v0MgEenf3P .social-wrapper {
  color: #ffffff;
}
.cid-v0P1FfWoFv .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-v0P1FfWoFv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-v0P1FfWoFv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0P1FfWoFv .nav-link {
  position: relative;
}
.cid-v0P1FfWoFv .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-v0P1FfWoFv .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-v0P1FfWoFv .container {
  display: flex;
  margin: auto;
}
.cid-v0P1FfWoFv .navbar.navbar-short .nav-link,
.cid-v0P1FfWoFv .navbar.navbar-short .navbar-caption,
.cid-v0P1FfWoFv .navbar.navbar-short .mbr-iconfont,
.cid-v0P1FfWoFv .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-v0P1FfWoFv .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-v0P1FfWoFv .navbar-caption {
  padding-right: 3rem;
}
.cid-v0P1FfWoFv .dropdown-menu,
.cid-v0P1FfWoFv .navbar.opened {
  background: #2d4665 !important;
}
.cid-v0P1FfWoFv .nav-item:focus,
.cid-v0P1FfWoFv .nav-link:focus {
  outline: none;
}
.cid-v0P1FfWoFv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v0P1FfWoFv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0P1FfWoFv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v0P1FfWoFv .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-v0P1FfWoFv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0P1FfWoFv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0P1FfWoFv .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f1f1f1;
  background: none;
}
.cid-v0P1FfWoFv .navbar.opened {
  transition: all .3s;
}
.cid-v0P1FfWoFv .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v0P1FfWoFv .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v0P1FfWoFv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0P1FfWoFv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v0P1FfWoFv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0P1FfWoFv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0P1FfWoFv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v0P1FfWoFv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0P1FfWoFv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v0P1FfWoFv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v0P1FfWoFv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0P1FfWoFv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0P1FfWoFv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0P1FfWoFv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0P1FfWoFv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v0P1FfWoFv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v0P1FfWoFv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0P1FfWoFv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0P1FfWoFv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0P1FfWoFv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v0P1FfWoFv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v0P1FfWoFv .navbar.navbar-short {
  background: #f1f1f1 !important;
  min-height: 60px;
}
.cid-v0P1FfWoFv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v0P1FfWoFv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v0P1FfWoFv .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0P1FfWoFv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0P1FfWoFv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0P1FfWoFv .dropdown-item.active,
.cid-v0P1FfWoFv .dropdown-item:active {
  background-color: transparent;
}
.cid-v0P1FfWoFv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0P1FfWoFv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0P1FfWoFv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0P1FfWoFv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1f1f1;
}
.cid-v0P1FfWoFv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0P1FfWoFv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0P1FfWoFv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v0P1FfWoFv .navbar-buttons {
  text-align: center;
}
.cid-v0P1FfWoFv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0P1FfWoFv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0P1FfWoFv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v0P1FfWoFv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v0P1FfWoFv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v0P1FfWoFv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v0P1FfWoFv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v0P1FfWoFv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v0P1FfWoFv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v0P1FfWoFv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v0P1FfWoFv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v0P1FfWoFv a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v0P1FfWoFv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v0P1FfWoFv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-v0P1FfWoFv .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0P1FfWoFv .navbar {
    height: 77px;
  }
  .cid-v0P1FfWoFv .navbar.opened {
    height: auto;
  }
  .cid-v0P1FfWoFv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0P3EWliVh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/propos-conseil-patrimonial.webp");
}
.cid-v0P3EWliVh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0P3EWliVh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0P3EWliVh .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-v0P3EWliVh .container-fluid {
    padding: 0 20px;
  }
}
.cid-v0P3EWliVh .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v0P3EWliVh .container {
    padding: 0 20px;
  }
  .cid-v0P3EWliVh .container .row {
    padding: 0;
  }
}
.cid-v0P3EWliVh .row {
  justify-content: center;
}
.cid-v0P3EWliVh .title-wrapper {
  position: relative;
}
.cid-v0P3EWliVh .title-wrapper .container-color {
  position: absolute;
  top: 4rem;
  left: -30%;
  height: 100px;
  width: 100%;
  background-color: #ead1b0;
}
@media (max-width: 768px) {
  .cid-v0P3EWliVh .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-v0P3EWliVh .title-wrapper .mbr-section-subtitle {
  position: relative;
  margin-bottom: 20px;
}
.cid-v0P3EWliVh .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 20px;
}
.cid-v0P3EWliVh .text-wrapper {
  position: relative;
}
.cid-v0P3EWliVh .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v0P3EWliVh .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v0P3EWliVh .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-v0P3EWliVh .mbr-section-title {
  color: #ffffff;
}
.cid-v0P3EWliVh .mbr-text {
  color: #222222;
}
.cid-v0P3EWliVh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0P3mTfWBM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v0P3mTfWBM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0P3mTfWBM .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-v0P3mTfWBM .container {
    padding: 0 24px;
  }
}
.cid-v0P3mTfWBM .content-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  border: 1px solid #eeeeee;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-v0P3mTfWBM .content-wrapper .desc-wrap .mbr-desc {
    margin-bottom: 28px;
  }
}
.cid-v0P3mTfWBM .content-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-v0P3mTfWBM .content-wrapper .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-v0P3mTfWBM .content-wrapper .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v0P3mTfWBM .content-wrapper .date-wrapper .date-wrap .mbr-iconfont {
  font-size: 40px;
  margin-right: 16px;
  color: #bbbbbb;
}
.cid-v0P3mTfWBM .content-wrapper .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-v0P3mTfWBM .mbr-desc {
  color: #202020;
}
.cid-v0P3mTfWBM .mbr-section-title {
  color: #2d4665;
}
.cid-v0P3mTfWBM .mbr-date {
  color: #202020;
}
.cid-v0P3mTfWBM .mbr-desc,
.cid-v0P3mTfWBM .desc-wrap {
  color: #1c314e;
}
.cid-v35kDDdz8t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v35kDDdz8t .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35kDDdz8t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35kDDdz8t .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v35kDDdz8t .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v35kDDdz8t .container {
    padding: 0 20px;
  }
}
.cid-v35kDDdz8t .row {
  justify-content: space-between;
}
.cid-v35kDDdz8t .card {
  justify-content: center;
}
.cid-v35kDDdz8t .content-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-v35kDDdz8t .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-v35kDDdz8t .content-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-v35kDDdz8t .content-wrapper .content-wrap {
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v35kDDdz8t .content-wrapper .content-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v35kDDdz8t .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-v35kDDdz8t .content-wrapper .content-wrap .mbr-number {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v35kDDdz8t .content-wrapper .content-wrap .mbr-number {
    margin-bottom: 40px;
  }
}
.cid-v35kDDdz8t .content-wrapper .content-wrap .mbr-section-title {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
.cid-v35kDDdz8t .content-wrapper .content-wrap .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #1e1d1c;
  opacity: .2;
}
@media (max-width: 992px) {
  .cid-v35kDDdz8t .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v35kDDdz8t .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v35kDDdz8t .image-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v35kDDdz8t .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-v35kDDdz8t .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-v35kDDdz8t .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v35kDDdz8t .image-wrapper img {
    height: 350px;
  }
}
.cid-v35kDDdz8t .mbr-number {
  color: #1e1d1c;
}
.cid-v35kDDdz8t .mbr-section-title {
  color: #1e1d1c;
}
.cid-v35kDDdz8t .mbr-text {
  color: #0c2c68;
  text-align: left;
}
.cid-v0P3nifHcG {
  overflow: hidden;
  background-image: url("../../../assets/images/notre-philosophie-cabinet-en-getion-de-patrimoine-compigne.webp");
}
.cid-v0P3nifHcG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0P3nifHcG .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-v0P3nifHcG .container {
    padding: 0 24px;
  }
}
.cid-v0P3nifHcG .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 42px 48px 48px;
  width: 40%;
}
@media (max-width: 1440px) {
  .cid-v0P3nifHcG .card-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .cid-v0P3nifHcG .card-wrapper .card-wrap {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v0P3nifHcG .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v0P3nifHcG .card-wrapper .card-wrap .mbr-desc {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v0P3nifHcG .card-wrapper .card-wrap .mbr-desc {
    margin-bottom: 28px;
  }
}
.cid-v0P3nifHcG .card-wrapper .card-wrap .mbr-section-title {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v0P3nifHcG .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-v0P3nifHcG .card-wrapper .card-wrap .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-v0P3nifHcG .mbr-desc {
  color: #202020;
}
.cid-v0P3nifHcG .mbr-section-title {
  color: #202020;
}
.cid-v0P3nifHcG .mbr-text {
  color: #2d4665;
}
.cid-v0P3nifHcG .mbr-section-title,
.cid-v0P3nifHcG .card-wrapper {
  color: #1c314e;
}
.cid-v0PaB0lB3U {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0PaB0lB3U .item:focus,
.cid-v0PaB0lB3U span:focus {
  outline: none;
}
.cid-v0PaB0lB3U .item {
  cursor: pointer;
}
.cid-v0PaB0lB3U .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v0PaB0lB3U .content-head {
  max-width: 800px;
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-v0PaB0lB3U .ticker-wrap {
  width: 100%;
  overflow: hidden;
  padding-left: 100%;
  box-sizing: content-box;
}
.cid-v0PaB0lB3U .ticker-wrap .ticker {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 25s;
}
.cid-v0PaB0lB3U .ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  color: #0c2c68;
}
@keyframes ticker__center {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-v0PaB0lB3U .ticker-wrap .ticker__center {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker__center;
  animation-duration: 34s;
}
@keyframes ticker__end {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-v0PaB0lB3U .ticker-wrap .ticker__end {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker__end;
  animation-duration: 25s;
}
.cid-v0PaB0lB3U .mbr-section-title,
.cid-v0PaB0lB3U .mbr-section-subtitle {
  color: #000000;
}
.cid-v0PtqqHutH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v0PtqqHutH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PtqqHutH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PtqqHutH .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v0PtqqHutH .mbr-section-title {
  color: #24262b;
}
.cid-v0PtqqHutH .mbr-section-subtitle {
  color: #24262b;
}
.cid-v0PtqqHutH .cards-row {
  row-gap: 32px;
}
.cid-v0PtqqHutH .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-v0PtqqHutH .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-v0PtqqHutH .card-title {
  margin-bottom: 16px;
  color: #1c314e;
}
.cid-v0PtqqHutH .card-subtitle {
  color: #24262b;
}
.cid-v0PtqqHutH .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-v0PtqqHutH .mbr-section-btn {
  margin-top: 20px;
}
.cid-v0PtqqHutH .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-v0PtqqHutH .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-v0PtqqHutH .card-text,
.cid-v0PtqqHutH .mbr-section-btn {
  color: #0c2c68;
}
.cid-v0PstL5TOU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d4665;
}
.cid-v0PstL5TOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PstL5TOU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PstL5TOU .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v0PstL5TOU .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v0PstL5TOU .container {
    padding: 0 20px;
  }
}
.cid-v0PstL5TOU .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0PstL5TOU .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v0PstL5TOU .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v0PstL5TOU .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v0PstL5TOU .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0PstL5TOU .image-wrapper img {
  height: 320px;
  object-fit: cover;
}
.cid-v0PstL5TOU .mbr-section-title {
  color: #ffffff;
}
.cid-v0PstL5TOU .mbr-text {
  color: #ffffff;
}
.cid-v0Pcajvq76 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0Pcajvq76 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Pcajvq76 .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-v0Pcajvq76 .container {
    padding: 0 15px;
  }
}
.cid-v0Pcajvq76 .row {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v0Pcajvq76 .desc-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v0Pcajvq76 .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  transform: rotate(180deg);
  writing-mode: tb-rl;
  width: fit-content;
  padding-top: 206px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0Pcajvq76 .desc-wrapper .mbr-desc {
    transform: rotate(0);
    writing-mode: inherit;
    padding-top: 0;
    width: 100%;
    display: block;
  }
}
.cid-v0Pcajvq76 .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 5rem;
  left: -5rem;
  width: 190px;
  height: 1px;
  background-color: #1c314e;
  transform: rotate(90deg);
}
@media (max-width: 992px) {
  .cid-v0Pcajvq76 .desc-wrapper .mbr-desc::before {
    display: none;
  }
}
.cid-v0Pcajvq76 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0Pcajvq76 .mbr-desc {
  color: #30262b;
}
.cid-v0Pcajvq76 .mbr-text {
  color: #1c314e;
}
.cid-v0Pcajvq76 .mbr-desc,
.cid-v0Pcajvq76 .desc-wrapper {
  color: #1c314e;
}
.cid-v0P1FgJYTZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d4665;
}
.cid-v0P1FgJYTZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0P1FgJYTZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0P1FgJYTZ .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-v0P1FgJYTZ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-v0P1FgJYTZ .container {
    padding: 0 26px;
  }
}
.cid-v0P1FgJYTZ .row {
  justify-content: center;
}
.cid-v0P1FgJYTZ .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v0P1FgJYTZ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v0P1FgJYTZ .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v0P1FgJYTZ .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v0P1FgJYTZ .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-v0P1FgJYTZ .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v0P1FgJYTZ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v0P1FgJYTZ .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0P1FgJYTZ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0P1FgJYTZ .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v0P1FgJYTZ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v0P1FgJYTZ .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v0P1FgJYTZ .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-v0P1FgJYTZ .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v0P1FgJYTZ .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v0P1FgJYTZ .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-v0P1FgJYTZ .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v0P1FgJYTZ .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-v0P1FgJYTZ .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-v0P1FgJYTZ .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v0P1FgJYTZ .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v0P1FgJYTZ .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-v0P1FgJYTZ .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-v0P1FgJYTZ .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-v0P1FgJYTZ .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v0P1FgJYTZ .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ead1b0;
}
.cid-v0P1FgJYTZ .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0P1FgJYTZ .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-v0P1FgJYTZ .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v0P1FgJYTZ .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v0P1FgJYTZ .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v0P1FgJYTZ .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v0P1FgJYTZ .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ead1b0;
}
.cid-v0P1FgJYTZ .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-v0P1FgJYTZ .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v0P1FgJYTZ .mbr-section-title {
  color: #ffffff;
}
.cid-v0P1FgJYTZ .mbr-text {
  color: #ffffff;
}
.cid-v0P1FgJYTZ .list {
  color: #ffffff;
}
.cid-v0P1FgJYTZ .list,
.cid-v0P1FgJYTZ .nav-wrapper,
.cid-v0P1FgJYTZ .social-wrapper {
  text-align: right;
}
.cid-v0P1FgJYTZ .list,
.cid-v0P1FgJYTZ .item-wrap,
.cid-v0P1FgJYTZ .social-wrapper {
  color: #ffffff;
}
.cid-v0WssQdXri .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-v0WssQdXri .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-v0WssQdXri .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0WssQdXri .nav-link {
  position: relative;
}
.cid-v0WssQdXri .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-v0WssQdXri .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-v0WssQdXri .container {
  display: flex;
  margin: auto;
}
.cid-v0WssQdXri .navbar.navbar-short .nav-link,
.cid-v0WssQdXri .navbar.navbar-short .navbar-caption,
.cid-v0WssQdXri .navbar.navbar-short .mbr-iconfont,
.cid-v0WssQdXri .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-v0WssQdXri .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-v0WssQdXri .navbar-caption {
  padding-right: 3rem;
}
.cid-v0WssQdXri .dropdown-menu,
.cid-v0WssQdXri .navbar.opened {
  background: #2d4665 !important;
}
.cid-v0WssQdXri .nav-item:focus,
.cid-v0WssQdXri .nav-link:focus {
  outline: none;
}
.cid-v0WssQdXri .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v0WssQdXri .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0WssQdXri .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v0WssQdXri .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-v0WssQdXri .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0WssQdXri .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0WssQdXri .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f1f1f1;
  background: none;
}
.cid-v0WssQdXri .navbar.opened {
  transition: all .3s;
}
.cid-v0WssQdXri .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v0WssQdXri .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v0WssQdXri .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0WssQdXri .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v0WssQdXri .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0WssQdXri .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0WssQdXri .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v0WssQdXri .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0WssQdXri .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v0WssQdXri .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v0WssQdXri .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0WssQdXri .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0WssQdXri .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0WssQdXri .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0WssQdXri .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v0WssQdXri .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v0WssQdXri .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0WssQdXri .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0WssQdXri .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0WssQdXri .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v0WssQdXri .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v0WssQdXri .navbar.navbar-short {
  background: #f1f1f1 !important;
  min-height: 60px;
}
.cid-v0WssQdXri .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v0WssQdXri .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v0WssQdXri .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0WssQdXri .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0WssQdXri .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0WssQdXri .dropdown-item.active,
.cid-v0WssQdXri .dropdown-item:active {
  background-color: transparent;
}
.cid-v0WssQdXri .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0WssQdXri .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0WssQdXri .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0WssQdXri .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1f1f1;
}
.cid-v0WssQdXri .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0WssQdXri .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0WssQdXri ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v0WssQdXri .navbar-buttons {
  text-align: center;
}
.cid-v0WssQdXri button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0WssQdXri button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0WssQdXri button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v0WssQdXri button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v0WssQdXri button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v0WssQdXri button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v0WssQdXri nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v0WssQdXri nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v0WssQdXri nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v0WssQdXri nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v0WssQdXri .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v0WssQdXri a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v0WssQdXri .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v0WssQdXri .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-v0WssQdXri .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0WssQdXri .navbar {
    height: 77px;
  }
  .cid-v0WssQdXri .navbar.opened {
    height: auto;
  }
  .cid-v0WssQdXri .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0WssQzPC8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/propos-conseil-patrimonial.webp");
}
.cid-v0WssQzPC8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0WssQzPC8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0WssQzPC8 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-v0WssQzPC8 .container-fluid {
    padding: 0 20px;
  }
}
.cid-v0WssQzPC8 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v0WssQzPC8 .container {
    padding: 0 20px;
  }
  .cid-v0WssQzPC8 .container .row {
    padding: 0;
  }
}
.cid-v0WssQzPC8 .row {
  justify-content: center;
}
.cid-v0WssQzPC8 .title-wrapper {
  position: relative;
}
.cid-v0WssQzPC8 .title-wrapper .container-color {
  position: absolute;
  top: 4rem;
  left: -30%;
  height: 100px;
  width: 100%;
  background-color: #ead1b0;
}
@media (max-width: 768px) {
  .cid-v0WssQzPC8 .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-v0WssQzPC8 .title-wrapper .mbr-section-subtitle {
  position: relative;
  margin-bottom: 20px;
}
.cid-v0WssQzPC8 .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 20px;
}
.cid-v0WssQzPC8 .text-wrapper {
  position: relative;
}
.cid-v0WssQzPC8 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v0WssQzPC8 .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v0WssQzPC8 .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-v0WssQzPC8 .mbr-section-title {
  color: #ffffff;
}
.cid-v0WssQzPC8 .mbr-text {
  color: #222222;
}
.cid-v0WssQzPC8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v1dq74s9QM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1dq74s9QM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1dq74s9QM .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-v1dq74s9QM .container {
    padding: 0 24px;
  }
}
.cid-v1dq74s9QM .content-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  border: 1px solid #eeeeee;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-v1dq74s9QM .content-wrapper .desc-wrap .mbr-desc {
    margin-bottom: 28px;
  }
}
.cid-v1dq74s9QM .content-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-v1dq74s9QM .content-wrapper .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-v1dq74s9QM .content-wrapper .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v1dq74s9QM .content-wrapper .date-wrapper .date-wrap .mbr-iconfont {
  font-size: 40px;
  margin-right: 16px;
  color: #bbbbbb;
}
.cid-v1dq74s9QM .content-wrapper .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-v1dq74s9QM .mbr-desc {
  color: #202020;
}
.cid-v1dq74s9QM .mbr-section-title {
  color: #2d4665;
}
.cid-v1dq74s9QM .mbr-date {
  color: #202020;
}
.cid-v1dq74s9QM .mbr-desc,
.cid-v1dq74s9QM .desc-wrap {
  color: #1c314e;
}
.cid-v1dl4T4mxq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d4665;
  overflow: hidden;
}
.cid-v1dl4T4mxq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1dl4T4mxq .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-v1dl4T4mxq .container {
    padding: 0 30px;
  }
}
.cid-v1dl4T4mxq .card {
  justify-content: center;
}
.cid-v1dl4T4mxq .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-v1dl4T4mxq .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-v1dl4T4mxq .title-wrapper {
    padding: 0;
  }
}
.cid-v1dl4T4mxq .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v1dl4T4mxq .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v1dl4T4mxq .content-wrapper {
  padding: 0 88px 0 120px;
}
@media (max-width: 1440px) {
  .cid-v1dl4T4mxq .content-wrapper {
    padding: 0 28px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-v1dl4T4mxq .content-wrapper {
    padding: 0;
  }
}
.cid-v1dl4T4mxq .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0;
}
.cid-v1dl4T4mxq .content-wrapper .panel-group .card:hover::before,
.cid-v1dl4T4mxq .content-wrapper .panel-group .card:focus::before,
.cid-v1dl4T4mxq .content-wrapper .panel-group .card:hover::after,
.cid-v1dl4T4mxq .content-wrapper .panel-group .card:focus::after {
  opacity: 1;
}
.cid-v1dl4T4mxq .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #f4f3f4;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-v1dl4T4mxq .content-wrapper .panel-group .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f4f3f4;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-v1dl4T4mxq .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v1dl4T4mxq .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-v1dl4T4mxq .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 40px 0;
  }
}
.cid-v1dl4T4mxq .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v1dl4T4mxq .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-v1dl4T4mxq .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  min-width: 120px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1dl4T4mxq .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    display: none;
  }
}
.cid-v1dl4T4mxq .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.cid-v1dl4T4mxq .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f4f3f4;
  transition: all 0.5s ease-in-out;
}
.cid-v1dl4T4mxq .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: all 0.3s ease-in-out;
  color: #f4f3f4;
  margin-left: 20px;
  opacity: .2;
}
.cid-v1dl4T4mxq .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-v1dl4T4mxq .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-v1dl4T4mxq .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-v1dl4T4mxq .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-v1dl4T4mxq .content-wrapper .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  opacity: 1;
}
.cid-v1dl4T4mxq .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-v1dl4T4mxq .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-v1dl4T4mxq .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-v1dl4T4mxq .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-v1dl4T4mxq .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  opacity: 1;
}
.cid-v1dl4T4mxq .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 60px 120px;
}
@media (max-width: 992px) {
  .cid-v1dl4T4mxq .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 40px 0;
  }
}
.cid-v1dl4T4mxq .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v1dl4T4mxq .image-wrapper {
  position: relative;
  height: 840px;
}
@media (max-width: 992px) {
  .cid-v1dl4T4mxq .image-wrapper {
    height: 350px;
    margin-bottom: 40px;
  }
}
.cid-v1dl4T4mxq .image-wrapper img {
  position: absolute;
  height: 100%;
  width: 550px;
  top: 0;
  left: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v1dl4T4mxq .image-wrapper img {
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.cid-v1dl4T4mxq .image-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 2rem;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(-135deg, #1c314e 50%, #2d4665 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v1dl4T4mxq .image-wrapper::before {
    left: 0;
    width: 50px;
    height: 50px;
  }
}
.cid-v1dl4T4mxq .image-wrapper a {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-v1dl4T4mxq .mbr-section-title {
  color: #ffffff;
}
.cid-v1dl4T4mxq .panel-number {
  color: #ffffff;
}
.cid-v1dl4T4mxq .panel-title-edit {
  color: #ffffff;
}
.cid-v1dl4T4mxq .panel-text {
  color: #ffffff;
}
.cid-v1drRS6U9N {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v1drRS6U9N .mbr-text {
  text-align: center;
  color: #151515;
}
.cid-v1drRS6U9N .mbr-section-subtitle {
  text-align: center;
}
.cid-v0WssSm4XQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d4665;
}
.cid-v0WssSm4XQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0WssSm4XQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0WssSm4XQ .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-v0WssSm4XQ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-v0WssSm4XQ .container {
    padding: 0 26px;
  }
}
.cid-v0WssSm4XQ .row {
  justify-content: center;
}
.cid-v0WssSm4XQ .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v0WssSm4XQ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v0WssSm4XQ .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v0WssSm4XQ .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v0WssSm4XQ .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-v0WssSm4XQ .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v0WssSm4XQ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v0WssSm4XQ .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0WssSm4XQ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0WssSm4XQ .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v0WssSm4XQ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v0WssSm4XQ .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v0WssSm4XQ .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-v0WssSm4XQ .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v0WssSm4XQ .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v0WssSm4XQ .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-v0WssSm4XQ .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v0WssSm4XQ .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-v0WssSm4XQ .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-v0WssSm4XQ .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v0WssSm4XQ .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v0WssSm4XQ .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-v0WssSm4XQ .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-v0WssSm4XQ .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-v0WssSm4XQ .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v0WssSm4XQ .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ead1b0;
}
.cid-v0WssSm4XQ .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0WssSm4XQ .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-v0WssSm4XQ .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v0WssSm4XQ .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v0WssSm4XQ .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v0WssSm4XQ .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v0WssSm4XQ .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ead1b0;
}
.cid-v0WssSm4XQ .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-v0WssSm4XQ .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v0WssSm4XQ .mbr-section-title {
  color: #ffffff;
}
.cid-v0WssSm4XQ .mbr-text {
  color: #ffffff;
}
.cid-v0WssSm4XQ .list {
  color: #ffffff;
}
.cid-v0WssSm4XQ .list,
.cid-v0WssSm4XQ .nav-wrapper,
.cid-v0WssSm4XQ .social-wrapper {
  text-align: right;
}
.cid-v0WssSm4XQ .list,
.cid-v0WssSm4XQ .item-wrap,
.cid-v0WssSm4XQ .social-wrapper {
  color: #ffffff;
}
.cid-v1dscavULf .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-v1dscavULf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-v1dscavULf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1dscavULf .nav-link {
  position: relative;
}
.cid-v1dscavULf .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-v1dscavULf .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-v1dscavULf .container {
  display: flex;
  margin: auto;
}
.cid-v1dscavULf .navbar.navbar-short .nav-link,
.cid-v1dscavULf .navbar.navbar-short .navbar-caption,
.cid-v1dscavULf .navbar.navbar-short .mbr-iconfont,
.cid-v1dscavULf .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-v1dscavULf .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-v1dscavULf .navbar-caption {
  padding-right: 3rem;
}
.cid-v1dscavULf .dropdown-menu,
.cid-v1dscavULf .navbar.opened {
  background: #2d4665 !important;
}
.cid-v1dscavULf .nav-item:focus,
.cid-v1dscavULf .nav-link:focus {
  outline: none;
}
.cid-v1dscavULf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1dscavULf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1dscavULf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v1dscavULf .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-v1dscavULf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1dscavULf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1dscavULf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f1f1f1;
  background: none;
}
.cid-v1dscavULf .navbar.opened {
  transition: all .3s;
}
.cid-v1dscavULf .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v1dscavULf .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v1dscavULf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1dscavULf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1dscavULf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1dscavULf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1dscavULf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v1dscavULf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1dscavULf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v1dscavULf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v1dscavULf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1dscavULf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1dscavULf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1dscavULf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1dscavULf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v1dscavULf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v1dscavULf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1dscavULf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1dscavULf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1dscavULf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v1dscavULf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v1dscavULf .navbar.navbar-short {
  background: #f1f1f1 !important;
  min-height: 60px;
}
.cid-v1dscavULf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v1dscavULf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v1dscavULf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1dscavULf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1dscavULf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1dscavULf .dropdown-item.active,
.cid-v1dscavULf .dropdown-item:active {
  background-color: transparent;
}
.cid-v1dscavULf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1dscavULf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1dscavULf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1dscavULf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1f1f1;
}
.cid-v1dscavULf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1dscavULf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1dscavULf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1dscavULf .navbar-buttons {
  text-align: center;
}
.cid-v1dscavULf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1dscavULf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1dscavULf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v1dscavULf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v1dscavULf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v1dscavULf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v1dscavULf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1dscavULf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v1dscavULf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v1dscavULf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1dscavULf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v1dscavULf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1dscavULf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v1dscavULf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-v1dscavULf .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1dscavULf .navbar {
    height: 77px;
  }
  .cid-v1dscavULf .navbar.opened {
    height: auto;
  }
  .cid-v1dscavULf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1dsmYVsZI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d4665;
}
.cid-v1dsmYVsZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1dsmYVsZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1dsmYVsZI .row {
  justify-content: center;
}
.cid-v1dsmYVsZI .title-wrapper {
  padding: 71px;
  background-color: #f4dfc1;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-v1dsmYVsZI .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-v1dsmYVsZI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1dsmYVsZI .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-v1dsmYVsZI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1dsmYVsZI .mbr-text {
  color: #747474;
}
.cid-v1dsmYVsZI .mbr-text,
.cid-v1dsmYVsZI .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1duI5GWSk .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-v1duI5GWSk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-v1duI5GWSk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1duI5GWSk .nav-link {
  position: relative;
}
.cid-v1duI5GWSk .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-v1duI5GWSk .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-v1duI5GWSk .container {
  display: flex;
  margin: auto;
}
.cid-v1duI5GWSk .navbar.navbar-short .nav-link,
.cid-v1duI5GWSk .navbar.navbar-short .navbar-caption,
.cid-v1duI5GWSk .navbar.navbar-short .mbr-iconfont,
.cid-v1duI5GWSk .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-v1duI5GWSk .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-v1duI5GWSk .navbar-caption {
  padding-right: 3rem;
}
.cid-v1duI5GWSk .dropdown-menu,
.cid-v1duI5GWSk .navbar.opened {
  background: #2d4665 !important;
}
.cid-v1duI5GWSk .nav-item:focus,
.cid-v1duI5GWSk .nav-link:focus {
  outline: none;
}
.cid-v1duI5GWSk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1duI5GWSk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1duI5GWSk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v1duI5GWSk .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-v1duI5GWSk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1duI5GWSk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1duI5GWSk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f1f1f1;
  background: none;
}
.cid-v1duI5GWSk .navbar.opened {
  transition: all .3s;
}
.cid-v1duI5GWSk .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v1duI5GWSk .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v1duI5GWSk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1duI5GWSk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1duI5GWSk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1duI5GWSk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1duI5GWSk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v1duI5GWSk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1duI5GWSk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v1duI5GWSk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v1duI5GWSk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1duI5GWSk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1duI5GWSk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1duI5GWSk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1duI5GWSk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v1duI5GWSk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v1duI5GWSk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1duI5GWSk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1duI5GWSk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1duI5GWSk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v1duI5GWSk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v1duI5GWSk .navbar.navbar-short {
  background: #f1f1f1 !important;
  min-height: 60px;
}
.cid-v1duI5GWSk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v1duI5GWSk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v1duI5GWSk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1duI5GWSk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1duI5GWSk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1duI5GWSk .dropdown-item.active,
.cid-v1duI5GWSk .dropdown-item:active {
  background-color: transparent;
}
.cid-v1duI5GWSk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1duI5GWSk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1duI5GWSk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1duI5GWSk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1f1f1;
}
.cid-v1duI5GWSk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1duI5GWSk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1duI5GWSk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1duI5GWSk .navbar-buttons {
  text-align: center;
}
.cid-v1duI5GWSk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1duI5GWSk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1duI5GWSk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v1duI5GWSk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v1duI5GWSk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v1duI5GWSk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v1duI5GWSk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1duI5GWSk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v1duI5GWSk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v1duI5GWSk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1duI5GWSk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v1duI5GWSk a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1duI5GWSk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v1duI5GWSk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-v1duI5GWSk .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1duI5GWSk .navbar {
    height: 77px;
  }
  .cid-v1duI5GWSk .navbar.opened {
    height: auto;
  }
  .cid-v1duI5GWSk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1duI7bEyZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d4665;
}
.cid-v1duI7bEyZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1duI7bEyZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1duI7bEyZ .row {
  justify-content: center;
}
.cid-v1duI7bEyZ .title-wrapper {
  padding: 71px;
  background-color: #f4dfc1;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-v1duI7bEyZ .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-v1duI7bEyZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1duI7bEyZ .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-v1duI7bEyZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1duI7bEyZ .mbr-text {
  color: #747474;
}
.cid-v1duI7bEyZ .mbr-text,
.cid-v1duI7bEyZ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uP5xaCDC2Y .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-uP5xaCDC2Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uP5xaCDC2Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uP5xaCDC2Y .nav-link {
  position: relative;
}
.cid-uP5xaCDC2Y .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uP5xaCDC2Y .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uP5xaCDC2Y .container {
  display: flex;
  margin: auto;
}
.cid-uP5xaCDC2Y .navbar.navbar-short .nav-link,
.cid-uP5xaCDC2Y .navbar.navbar-short .navbar-caption,
.cid-uP5xaCDC2Y .navbar.navbar-short .mbr-iconfont,
.cid-uP5xaCDC2Y .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-uP5xaCDC2Y .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-uP5xaCDC2Y .navbar-caption {
  padding-right: 3rem;
}
.cid-uP5xaCDC2Y .dropdown-menu,
.cid-uP5xaCDC2Y .navbar.opened {
  background: #2d4665 !important;
}
.cid-uP5xaCDC2Y .nav-item:focus,
.cid-uP5xaCDC2Y .nav-link:focus {
  outline: none;
}
.cid-uP5xaCDC2Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uP5xaCDC2Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP5xaCDC2Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uP5xaCDC2Y .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-uP5xaCDC2Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP5xaCDC2Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP5xaCDC2Y .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f1f1f1;
  background: none;
}
.cid-uP5xaCDC2Y .navbar.opened {
  transition: all .3s;
}
.cid-uP5xaCDC2Y .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uP5xaCDC2Y .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uP5xaCDC2Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP5xaCDC2Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uP5xaCDC2Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP5xaCDC2Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP5xaCDC2Y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uP5xaCDC2Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP5xaCDC2Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uP5xaCDC2Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uP5xaCDC2Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP5xaCDC2Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP5xaCDC2Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP5xaCDC2Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP5xaCDC2Y .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uP5xaCDC2Y .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uP5xaCDC2Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP5xaCDC2Y .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uP5xaCDC2Y .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uP5xaCDC2Y .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uP5xaCDC2Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uP5xaCDC2Y .navbar.navbar-short {
  background: #f1f1f1 !important;
  min-height: 60px;
}
.cid-uP5xaCDC2Y .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uP5xaCDC2Y .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uP5xaCDC2Y .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP5xaCDC2Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP5xaCDC2Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP5xaCDC2Y .dropdown-item.active,
.cid-uP5xaCDC2Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uP5xaCDC2Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP5xaCDC2Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP5xaCDC2Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP5xaCDC2Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1f1f1;
}
.cid-uP5xaCDC2Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uP5xaCDC2Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP5xaCDC2Y ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uP5xaCDC2Y .navbar-buttons {
  text-align: center;
}
.cid-uP5xaCDC2Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uP5xaCDC2Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uP5xaCDC2Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uP5xaCDC2Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uP5xaCDC2Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uP5xaCDC2Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uP5xaCDC2Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP5xaCDC2Y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uP5xaCDC2Y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uP5xaCDC2Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP5xaCDC2Y .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uP5xaCDC2Y a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uP5xaCDC2Y .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uP5xaCDC2Y .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uP5xaCDC2Y .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uP5xaCDC2Y .navbar {
    height: 77px;
  }
  .cid-uP5xaCDC2Y .navbar.opened {
    height: auto;
  }
  .cid-uP5xaCDC2Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP5try7Ahd {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mockup1.webp");
}
.cid-uP5try7Ahd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP5try7Ahd .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-uP5try7Ahd .container {
    padding: 0 22px;
  }
}
.cid-uP5try7Ahd .content-wrapper {
  padding-bottom: 60%;
}
.cid-uP5try7Ahd .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uP5try7Ahd .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uP5try7Ahd .mbr-section-title {
  color: #ffffff;
}
.cid-uP5try7Ahd .mbr-text {
  color: #ffffff;
}
.cid-uP5qO58OEI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ead1b0;
}
.cid-uP5qO58OEI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP5qO58OEI .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-uP5qO58OEI .container {
    padding: 0 26px;
  }
}
.cid-uP5qO58OEI .row {
  justify-content: center;
}
.cid-uP5qO58OEI .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uP5qO58OEI .text-wrapper .mbr-section-btn .btn {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-uP5qO58OEI .text-wrapper .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uP5qO58OEI .mbr-text,
.cid-uP5qO58OEI .icon-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uP5qO58OEI .mbr-text,
.cid-uP5qO58OEI .mbr-section-btn {
  text-align: center;
}
.cid-uP5khaJHcz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sans.webp");
}
.cid-uP5khaJHcz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP5khaJHcz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP5khaJHcz .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uP5khaJHcz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uP5khaJHcz .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uP5khaJHcz .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uP5khaJHcz .container {
    padding: 0 14px;
  }
}
.cid-uP5khaJHcz .row {
  justify-content: center;
}
.cid-uP5khaJHcz .item {
  margin-bottom: 22px;
}
.cid-uP5khaJHcz .item .item-wrapper {
  border-left: 1px solid #01004c;
  padding-left: 25px;
  min-height: 350px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uP5khaJHcz .item .item-wrapper {
    min-height: auto;
  }
}
.cid-uP5khaJHcz .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 350px;
}
@media (max-width: 992px) {
  .cid-uP5khaJHcz .item .item-wrapper .card-box {
    min-height: auto;
  }
}
.cid-uP5khaJHcz .item .item-wrapper .card-box .card-number {
  margin-bottom: 32px;
}
.cid-uP5khaJHcz .item .item-wrapper .card-box .title-wrap .card-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP5khaJHcz .item .item-wrapper .card-box .title-wrap .card-title {
    display: block;
    width: 100%;
  }
}
.cid-uP5khaJHcz .card-title {
  color: #01004c;
}
.cid-uP5khaJHcz .card-number {
  color: #01004c;
}
.cid-uP5kpUB4bn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
  overflow: hidden;
}
.cid-uP5kpUB4bn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP5kpUB4bn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP5kpUB4bn .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uP5kpUB4bn .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uP5kpUB4bn .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uP5kpUB4bn .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uP5kpUB4bn .container {
    padding: 0 14px;
  }
}
.cid-uP5kpUB4bn .row {
  justify-content: center;
}
.cid-uP5kpUB4bn .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uP5kpUB4bn .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uP5kpUB4bn .item {
  margin-bottom: 40px;
}
.cid-uP5kpUB4bn .item:hover .item-wrapper .item-img img,
.cid-uP5kpUB4bn .item:focus .item-wrapper .item-img img {
  transform: scale(1);
}
.cid-uP5kpUB4bn .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  margin: 0 9px;
}
@media (max-width: 992px) {
  .cid-uP5kpUB4bn .item .item-wrapper {
    margin: 0;
  }
}
.cid-uP5kpUB4bn .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 450px;
  border: 1px solid #01004c;
  overflow: hidden;
  height: 100%;
}
.cid-uP5kpUB4bn .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
.cid-uP5kpUB4bn .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2d4665;
  opacity: .7;
  pointer-events: none;
  z-index: 1;
}
.cid-uP5kpUB4bn .item .item-wrapper .item-img .item-content {
  width: 100%;
  padding: 25px;
  position: relative;
  z-index: 1;
}
.cid-uP5kpUB4bn .item .item-wrapper .item-img .item-content .card-title {
  margin-bottom: 22px;
}
.cid-uP5kpUB4bn .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uP5kpUB4bn .card-title {
  color: #01004c;
}
.cid-uP5roE52pZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP5roE52pZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP5roE52pZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP5roE52pZ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uP5roE52pZ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uP5roE52pZ .container {
    padding: 0 20px;
  }
}
.cid-uP5roE52pZ .row {
  justify-content: space-between;
}
.cid-uP5roE52pZ .card {
  justify-content: center;
}
.cid-uP5roE52pZ .content-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uP5roE52pZ .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uP5roE52pZ .content-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-uP5roE52pZ .content-wrapper .content-wrap {
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uP5roE52pZ .content-wrapper .content-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uP5roE52pZ .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-uP5roE52pZ .content-wrapper .content-wrap .mbr-number {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uP5roE52pZ .content-wrapper .content-wrap .mbr-number {
    margin-bottom: 40px;
  }
}
.cid-uP5roE52pZ .content-wrapper .content-wrap .mbr-section-title {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
.cid-uP5roE52pZ .content-wrapper .content-wrap .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #1e1d1c;
  opacity: .2;
}
@media (max-width: 992px) {
  .cid-uP5roE52pZ .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uP5roE52pZ .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uP5roE52pZ .image-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uP5roE52pZ .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uP5roE52pZ .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uP5roE52pZ .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uP5roE52pZ .image-wrapper img {
    height: 350px;
  }
}
.cid-uP5roE52pZ .mbr-number {
  color: #1e1d1c;
}
.cid-uP5roE52pZ .mbr-section-title {
  color: #1e1d1c;
}
.cid-uP5roE52pZ .mbr-text {
  color: #0c2c68;
}
.cid-uP5roE52pZ .mbr-section-title,
.cid-uP5roE52pZ .mbr-section-btn {
  color: #0c2c68;
}
.cid-uPsprZFDt6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d4665;
}
.cid-uPsprZFDt6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPsprZFDt6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPsprZFDt6 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .container {
    padding: 0 26px;
  }
}
.cid-uPsprZFDt6 .row {
  justify-content: center;
}
.cid-uPsprZFDt6 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPsprZFDt6 .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPsprZFDt6 .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uPsprZFDt6 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uPsprZFDt6 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPsprZFDt6 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPsprZFDt6 .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uPsprZFDt6 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPsprZFDt6 .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uPsprZFDt6 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uPsprZFDt6 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uPsprZFDt6 .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uPsprZFDt6 .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPsprZFDt6 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uPsprZFDt6 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uPsprZFDt6 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uPsprZFDt6 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ead1b0;
}
.cid-uPsprZFDt6 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPsprZFDt6 .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uPsprZFDt6 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPsprZFDt6 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uPsprZFDt6 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uPsprZFDt6 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uPsprZFDt6 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ead1b0;
}
.cid-uPsprZFDt6 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uPsprZFDt6 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uPsprZFDt6 .mbr-section-title {
  color: #ffffff;
}
.cid-uPsprZFDt6 .mbr-text {
  color: #ffffff;
}
.cid-uPsprZFDt6 .list {
  color: #ffffff;
}
.cid-uPsprZFDt6 .list,
.cid-uPsprZFDt6 .nav-wrapper,
.cid-uPsprZFDt6 .social-wrapper {
  text-align: right;
}
.cid-uPsprZFDt6 .list,
.cid-uPsprZFDt6 .item-wrap,
.cid-uPsprZFDt6 .social-wrapper {
  color: #ffffff;
}
.cid-v35b2cuV5V .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-v35b2cuV5V .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-v35b2cuV5V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v35b2cuV5V .nav-link {
  position: relative;
}
.cid-v35b2cuV5V .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-v35b2cuV5V .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-v35b2cuV5V .container {
  display: flex;
  margin: auto;
}
.cid-v35b2cuV5V .navbar.navbar-short .nav-link,
.cid-v35b2cuV5V .navbar.navbar-short .navbar-caption,
.cid-v35b2cuV5V .navbar.navbar-short .mbr-iconfont,
.cid-v35b2cuV5V .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-v35b2cuV5V .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-v35b2cuV5V .navbar-caption {
  padding-right: 3rem;
}
.cid-v35b2cuV5V .dropdown-menu,
.cid-v35b2cuV5V .navbar.opened {
  background: #2d4665 !important;
}
.cid-v35b2cuV5V .nav-item:focus,
.cid-v35b2cuV5V .nav-link:focus {
  outline: none;
}
.cid-v35b2cuV5V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v35b2cuV5V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v35b2cuV5V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v35b2cuV5V .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-v35b2cuV5V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v35b2cuV5V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v35b2cuV5V .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f1f1f1;
  background: none;
}
.cid-v35b2cuV5V .navbar.opened {
  transition: all .3s;
}
.cid-v35b2cuV5V .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v35b2cuV5V .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v35b2cuV5V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v35b2cuV5V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v35b2cuV5V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v35b2cuV5V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v35b2cuV5V .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v35b2cuV5V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v35b2cuV5V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v35b2cuV5V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v35b2cuV5V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v35b2cuV5V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v35b2cuV5V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v35b2cuV5V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v35b2cuV5V .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v35b2cuV5V .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v35b2cuV5V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v35b2cuV5V .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v35b2cuV5V .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v35b2cuV5V .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v35b2cuV5V .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v35b2cuV5V .navbar.navbar-short {
  background: #f1f1f1 !important;
  min-height: 60px;
}
.cid-v35b2cuV5V .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v35b2cuV5V .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v35b2cuV5V .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v35b2cuV5V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v35b2cuV5V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v35b2cuV5V .dropdown-item.active,
.cid-v35b2cuV5V .dropdown-item:active {
  background-color: transparent;
}
.cid-v35b2cuV5V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v35b2cuV5V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v35b2cuV5V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v35b2cuV5V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1f1f1;
}
.cid-v35b2cuV5V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v35b2cuV5V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v35b2cuV5V ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v35b2cuV5V .navbar-buttons {
  text-align: center;
}
.cid-v35b2cuV5V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v35b2cuV5V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v35b2cuV5V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v35b2cuV5V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v35b2cuV5V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v35b2cuV5V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v35b2cuV5V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v35b2cuV5V nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v35b2cuV5V nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v35b2cuV5V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v35b2cuV5V .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v35b2cuV5V a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v35b2cuV5V .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v35b2cuV5V .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-v35b2cuV5V .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v35b2cuV5V .navbar {
    height: 77px;
  }
  .cid-v35b2cuV5V .navbar.opened {
    height: auto;
  }
  .cid-v35b2cuV5V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v35b2cYqLs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/actualits-invesstissements-compigne-1.webp");
}
.cid-v35b2cYqLs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35b2cYqLs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35b2cYqLs .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-v35b2cYqLs .container-fluid {
    padding: 0 20px;
  }
}
.cid-v35b2cYqLs .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v35b2cYqLs .container {
    padding: 0 20px;
  }
  .cid-v35b2cYqLs .container .row {
    padding: 0;
  }
}
.cid-v35b2cYqLs .row {
  justify-content: center;
}
.cid-v35b2cYqLs .title-wrapper {
  position: relative;
}
.cid-v35b2cYqLs .title-wrapper .container-color {
  position: absolute;
  top: 4rem;
  left: -30%;
  height: 100px;
  width: 100%;
  background-color: #ead1b0;
}
@media (max-width: 768px) {
  .cid-v35b2cYqLs .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-v35b2cYqLs .title-wrapper .mbr-section-subtitle {
  position: relative;
  margin-bottom: 20px;
}
.cid-v35b2cYqLs .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 20px;
}
.cid-v35b2cYqLs .text-wrapper {
  position: relative;
}
.cid-v35b2cYqLs .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v35b2cYqLs .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v35b2cYqLs .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-v35b2cYqLs .mbr-section-title {
  color: #ffffff;
}
.cid-v35b2cYqLs .mbr-text {
  color: #222222;
}
.cid-v35b2cYqLs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v35eF0RY4V {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v35eF0RY4V .item-img {
  position: relative;
}
.cid-v35eF0RY4V .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-v35eF0RY4V .cardbg {
  background: #eaf1fc;
  height: 100%;
  min-height: 300px;
}
.cid-v35eF0RY4V .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-v35eF0RY4V .image-wrapper {
  overflow: hidden;
}
.cid-v35eF0RY4V .item1 {
  margin-bottom: 2rem !important;
}
.cid-v35eF0RY4V .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v35eF0RY4V .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v35eF0RY4V .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #0c2c68;
}
.cid-v35eF0RY4V .item1,
.cid-v35eF0RY4V .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-v35eF0RY4V .item1 .item:hover,
.cid-v35eF0RY4V .item .item:hover {
  cursor: pointer;
}
.cid-v35eF0RY4V .item1:hover .link-icon-wrapper span,
.cid-v35eF0RY4V .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-v35eF0RY4V .card2 {
    margin-top: 1rem;
  }
}
.cid-v35eF0RY4V .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-v35eF0RY4V .link-icon-wrapper .icon-wrap {
  background: #0c2c68;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-v35eF0RY4V .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-v35eF0RY4V .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-v35eF0RY4V .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-v35eF0RY4V .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-v35eF0RY4V .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-v35eF0RY4V .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v35eF0RY4V .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-v35eF0RY4V img,
.cid-v35eF0RY4V .item-img {
  width: 100%;
}
.cid-v35eF0RY4V .item:focus,
.cid-v35eF0RY4V span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-v35eF0RY4V .item {
    margin-bottom: 1rem;
  }
}
.cid-v35eF0RY4V .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v35eF0RY4V .item-title {
  text-align: left;
  color: #0c2c68;
}
.cid-v35eF0RY4V .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-v35eF0RY4V .mbr-section-subtitle,
.cid-v35eF0RY4V .subtitle-wrap,
.cid-v35eF0RY4V .mbr-section-btn {
  text-align: left;
  color: #0c2c68;
}
.cid-v35eF0RY4V .mbr-text,
.cid-v35eF0RY4V .item .mbr-section-btn {
  color: #0c2c68;
}
.cid-v35cv9Td2Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v35cv9Td2Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35cv9Td2Z .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-v35cv9Td2Z .container {
    padding: 0 25px;
  }
}
.cid-v35cv9Td2Z .row {
  justify-content: center;
  margin: 0;
}
.cid-v35cv9Td2Z .row .card {
  padding: 0;
}
.cid-v35cv9Td2Z .title-wrapper {
  margin-bottom: 50px;
}
.cid-v35cv9Td2Z .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v35cv9Td2Z .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v35cv9Td2Z .item {
  padding: 0;
}
.cid-v35cv9Td2Z .item:nth-child(3n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-v35cv9Td2Z .item:nth-child(4n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-v35cv9Td2Z .item .item-wrapper {
  display: flex;
  border-radius: 0 !important;
}
.cid-v35cv9Td2Z .item .item-wrapper:hover .item-img img,
.cid-v35cv9Td2Z .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-v35cv9Td2Z .item .item-wrapper {
    display: block;
  }
}
.cid-v35cv9Td2Z .item .item-wrapper .item-img {
  position: relative;
  overflow: hidden;
  width: 50%;
  display: block;
}
@media (max-width: 992px) {
  .cid-v35cv9Td2Z .item .item-wrapper .item-img {
    width: 100%;
    height: 350px;
  }
}
.cid-v35cv9Td2Z .item .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
.cid-v35cv9Td2Z .item .item-wrapper .item-content {
  width: 50%;
  padding: 30px;
  background-color: #f7f7f7;
  min-height: 365px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v35cv9Td2Z .item .item-wrapper .item-content {
    min-height: auto;
    width: 100%;
  }
}
.cid-v35cv9Td2Z .item .item-wrapper .item-content .desc-wrap {
  display: block;
  margin-bottom: 50px;
}
.cid-v35cv9Td2Z .item .item-wrapper .item-content .desc-wrap:hover .item-desc,
.cid-v35cv9Td2Z .item .item-wrapper .item-content .desc-wrap:focus .item-desc {
  background-color: #000000;
  color: #ffffff;
}
.cid-v35cv9Td2Z .item .item-wrapper .item-content .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-v35cv9Td2Z .item .item-wrapper .item-content .title-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-v35cv9Td2Z .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 20px;
  cursor: pointer;
}
.cid-v35cv9Td2Z .item .item-wrapper .item-content .title-wrap .item-price {
  margin: 0;
}
.cid-v35cv9Td2Z .mbr-section-btn {
  margin-top: 60px;
}
.cid-v35cv9Td2Z .mbr-section-title {
  color: #000000;
}
.cid-v35cv9Td2Z .mbr-text {
  color: #0c2c68;
  text-align: center;
}
.cid-v35cv9Td2Z .item-title {
  color: #000000;
}
.cid-v35cv9Td2Z .item-desc {
  color: #000000;
}
.cid-v35cv9Td2Z .item-subtitle {
  color: #000000;
}
.cid-v35cv9Td2Z .item-price {
  color: #000000;
}
.cid-v35cv9Td2Z .mbr-section-title,
.cid-v35cv9Td2Z .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-v35dnoXWXv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-v35dnoXWXv .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v35dnoXWXv .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v35dnoXWXv .container {
    padding: 0 25px;
  }
}
.cid-v35dnoXWXv .row {
  margin: 0;
}
.cid-v35dnoXWXv .row .card {
  padding: 0;
  justify-content: center;
}
.cid-v35dnoXWXv .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-v35dnoXWXv .image-wrapper {
    min-height: 350px;
  }
}
.cid-v35dnoXWXv .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v35dnoXWXv .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-v35dnoXWXv .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-v35dnoXWXv .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v35dnoXWXv .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v35dnoXWXv .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-v35dnoXWXv .mbr-section-title {
  color: #000000;
}
.cid-v35dnoXWXv .mbr-text {
  color: #000000;
}
.cid-v35f77TbsV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v35f77TbsV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35f77TbsV .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-v35f77TbsV .container {
    padding: 0 25px;
  }
}
.cid-v35f77TbsV .row {
  justify-content: center;
}
.cid-v35f77TbsV .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-v35f77TbsV .item:first-child .item-wrapper {
  border-top: 2px solid #e1e1e1;
}
.cid-v35f77TbsV .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #e1e1e1;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-v35f77TbsV .item .item-wrapper:hover .item-img img,
.cid-v35f77TbsV .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-v35f77TbsV .item .item-wrapper {
    display: block;
  }
}
.cid-v35f77TbsV .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-v35f77TbsV .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-v35f77TbsV .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-v35f77TbsV .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v35f77TbsV .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v35f77TbsV .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-v35f77TbsV .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-v35f77TbsV .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-v35f77TbsV .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-v35f77TbsV .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #000000;
  color: #ffffff;
}
.cid-v35f77TbsV .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-v35f77TbsV .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-v35f77TbsV .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-v35f77TbsV .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-v35f77TbsV .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-v35f77TbsV .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-v35f77TbsV .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-v35f77TbsV .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #000000 !important;
  color: #ffffff;
}
.cid-v35f77TbsV .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-v35f77TbsV .mbr-section-title {
  color: #0c2c68;
}
.cid-v35f77TbsV .item-title {
  color: #000000;
}
.cid-v35f77TbsV .item-desc {
  color: #000000;
}
.cid-v35f77TbsV .item-subtitle {
  color: #000000;
}
.cid-v35f77TbsV .item-price {
  color: #000000;
}
.cid-v35b2gBu7U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d4665;
}
.cid-v35b2gBu7U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35b2gBu7U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35b2gBu7U .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-v35b2gBu7U .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-v35b2gBu7U .container {
    padding: 0 26px;
  }
}
.cid-v35b2gBu7U .row {
  justify-content: center;
}
.cid-v35b2gBu7U .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v35b2gBu7U .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v35b2gBu7U .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v35b2gBu7U .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v35b2gBu7U .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-v35b2gBu7U .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v35b2gBu7U .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v35b2gBu7U .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v35b2gBu7U .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v35b2gBu7U .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v35b2gBu7U .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v35b2gBu7U .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v35b2gBu7U .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-v35b2gBu7U .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v35b2gBu7U .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v35b2gBu7U .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-v35b2gBu7U .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v35b2gBu7U .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-v35b2gBu7U .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-v35b2gBu7U .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v35b2gBu7U .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v35b2gBu7U .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-v35b2gBu7U .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-v35b2gBu7U .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-v35b2gBu7U .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v35b2gBu7U .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ead1b0;
}
.cid-v35b2gBu7U .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v35b2gBu7U .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-v35b2gBu7U .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v35b2gBu7U .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v35b2gBu7U .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v35b2gBu7U .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v35b2gBu7U .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ead1b0;
}
.cid-v35b2gBu7U .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-v35b2gBu7U .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v35b2gBu7U .mbr-section-title {
  color: #ffffff;
}
.cid-v35b2gBu7U .mbr-text {
  color: #ffffff;
}
.cid-v35b2gBu7U .list {
  color: #ffffff;
}
.cid-v35b2gBu7U .list,
.cid-v35b2gBu7U .nav-wrapper,
.cid-v35b2gBu7U .social-wrapper {
  text-align: right;
}
.cid-v35b2gBu7U .list,
.cid-v35b2gBu7U .item-wrap,
.cid-v35b2gBu7U .social-wrapper {
  color: #ffffff;
}
.cid-v36znEL7bO .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-v36znEL7bO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-v36znEL7bO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v36znEL7bO .nav-link {
  position: relative;
}
.cid-v36znEL7bO .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-v36znEL7bO .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-v36znEL7bO .container {
  display: flex;
  margin: auto;
}
.cid-v36znEL7bO .navbar.navbar-short .nav-link,
.cid-v36znEL7bO .navbar.navbar-short .navbar-caption,
.cid-v36znEL7bO .navbar.navbar-short .mbr-iconfont,
.cid-v36znEL7bO .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-v36znEL7bO .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-v36znEL7bO .navbar-caption {
  padding-right: 3rem;
}
.cid-v36znEL7bO .dropdown-menu,
.cid-v36znEL7bO .navbar.opened {
  background: #2d4665 !important;
}
.cid-v36znEL7bO .nav-item:focus,
.cid-v36znEL7bO .nav-link:focus {
  outline: none;
}
.cid-v36znEL7bO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v36znEL7bO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v36znEL7bO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v36znEL7bO .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-v36znEL7bO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v36znEL7bO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v36znEL7bO .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f1f1f1;
  background: none;
}
.cid-v36znEL7bO .navbar.opened {
  transition: all .3s;
}
.cid-v36znEL7bO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v36znEL7bO .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v36znEL7bO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v36znEL7bO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v36znEL7bO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v36znEL7bO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v36znEL7bO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v36znEL7bO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v36znEL7bO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v36znEL7bO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v36znEL7bO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v36znEL7bO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v36znEL7bO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v36znEL7bO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v36znEL7bO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v36znEL7bO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v36znEL7bO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v36znEL7bO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v36znEL7bO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v36znEL7bO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v36znEL7bO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v36znEL7bO .navbar.navbar-short {
  background: #f1f1f1 !important;
  min-height: 60px;
}
.cid-v36znEL7bO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v36znEL7bO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v36znEL7bO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v36znEL7bO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v36znEL7bO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v36znEL7bO .dropdown-item.active,
.cid-v36znEL7bO .dropdown-item:active {
  background-color: transparent;
}
.cid-v36znEL7bO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v36znEL7bO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v36znEL7bO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v36znEL7bO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1f1f1;
}
.cid-v36znEL7bO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v36znEL7bO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v36znEL7bO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v36znEL7bO .navbar-buttons {
  text-align: center;
}
.cid-v36znEL7bO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v36znEL7bO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v36znEL7bO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v36znEL7bO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v36znEL7bO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v36znEL7bO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v36znEL7bO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v36znEL7bO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v36znEL7bO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v36znEL7bO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v36znEL7bO .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v36znEL7bO a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v36znEL7bO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v36znEL7bO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-v36znEL7bO .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v36znEL7bO .navbar {
    height: 77px;
  }
  .cid-v36znEL7bO .navbar.opened {
    height: auto;
  }
  .cid-v36znEL7bO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v36A9BfiY2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/intelligence-artificielle-ou-lillusion-du-conseil-automatis-gestion-de-patrimoine.webp");
}
.cid-v36A9BfiY2::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-v36A9BfiY2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v36A9BfiY2 .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-v36A9BfiY2 .container {
    padding: 0 22px;
  }
}
.cid-v36A9BfiY2 .row {
  justify-content: center;
}
.cid-v36A9BfiY2 .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-v36A9BfiY2 .content-wrapper {
    padding: 0;
  }
}
.cid-v36A9BfiY2 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v36A9BfiY2 .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-v36A9BfiY2 .mbr-section-title {
  color: #ffffff;
}
.cid-v36A9BfiY2 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v36A9BfiY2 .mbr-section-title,
.cid-v36A9BfiY2 .mbr-section-btn {
  text-align: center;
}
.cid-v36Bm9BngB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v36Bm9BngB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v36Bm9BngB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v36Bm9BngB .mbr-section-date {
  color: #0c2c68;
}
.cid-v36Bm9BngB .mbr-section-title {
  color: #0c2c68;
}
.cid-v36Bm9BngB .mbr-section-subtitle {
  color: #0c2c68;
}
.cid-v36Bm9BngB .mbr-section-text {
  color: #0c2c68;
  text-align: left;
}
.cid-v36BmyYrJj {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v36BmyYrJj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v36BmyYrJj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v36BmyYrJj .arrow {
  font-size: 3rem;
  color: #ae42c8;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-v36BmyYrJj .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-v36BmyYrJj .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v36BmyYrJj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v36BmyYrJj img {
  border-radius: 2rem;
}
.cid-v36BmyYrJj .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v36BmyYrJj .mbr-section-subtitle {
  text-align: center;
  color: #353535;
}
.cid-v36BmyYrJj .mbr-text,
.cid-v36BmyYrJj .mbr-section-btn {
  color: #0c2c68;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-v36znI873g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d4665;
}
.cid-v36znI873g .mbr-fallback-image.disabled {
  display: none;
}
.cid-v36znI873g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v36znI873g .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-v36znI873g .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-v36znI873g .container {
    padding: 0 26px;
  }
}
.cid-v36znI873g .row {
  justify-content: center;
}
.cid-v36znI873g .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v36znI873g .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v36znI873g .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v36znI873g .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v36znI873g .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-v36znI873g .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v36znI873g .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v36znI873g .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v36znI873g .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v36znI873g .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v36znI873g .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v36znI873g .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v36znI873g .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-v36znI873g .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v36znI873g .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v36znI873g .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-v36znI873g .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v36znI873g .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-v36znI873g .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-v36znI873g .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v36znI873g .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v36znI873g .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-v36znI873g .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-v36znI873g .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-v36znI873g .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v36znI873g .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ead1b0;
}
.cid-v36znI873g .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v36znI873g .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-v36znI873g .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v36znI873g .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v36znI873g .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v36znI873g .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v36znI873g .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ead1b0;
}
.cid-v36znI873g .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-v36znI873g .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v36znI873g .mbr-section-title {
  color: #ffffff;
}
.cid-v36znI873g .mbr-text {
  color: #ffffff;
}
.cid-v36znI873g .list {
  color: #ffffff;
}
.cid-v36znI873g .list,
.cid-v36znI873g .nav-wrapper,
.cid-v36znI873g .social-wrapper {
  text-align: right;
}
.cid-v36znI873g .list,
.cid-v36znI873g .item-wrap,
.cid-v36znI873g .social-wrapper {
  color: #ffffff;
}
.cid-v3LrWSbt7E .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-v3LrWSbt7E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-v3LrWSbt7E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3LrWSbt7E .nav-link {
  position: relative;
}
.cid-v3LrWSbt7E .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-v3LrWSbt7E .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-v3LrWSbt7E .container {
  display: flex;
  margin: auto;
}
.cid-v3LrWSbt7E .navbar.navbar-short .nav-link,
.cid-v3LrWSbt7E .navbar.navbar-short .navbar-caption,
.cid-v3LrWSbt7E .navbar.navbar-short .mbr-iconfont,
.cid-v3LrWSbt7E .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-v3LrWSbt7E .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-v3LrWSbt7E .navbar-caption {
  padding-right: 3rem;
}
.cid-v3LrWSbt7E .dropdown-menu,
.cid-v3LrWSbt7E .navbar.opened {
  background: #2d4665 !important;
}
.cid-v3LrWSbt7E .nav-item:focus,
.cid-v3LrWSbt7E .nav-link:focus {
  outline: none;
}
.cid-v3LrWSbt7E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3LrWSbt7E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3LrWSbt7E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v3LrWSbt7E .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-v3LrWSbt7E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3LrWSbt7E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3LrWSbt7E .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f1f1f1;
  background: none;
}
.cid-v3LrWSbt7E .navbar.opened {
  transition: all .3s;
}
.cid-v3LrWSbt7E .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v3LrWSbt7E .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v3LrWSbt7E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3LrWSbt7E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3LrWSbt7E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3LrWSbt7E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3LrWSbt7E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v3LrWSbt7E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3LrWSbt7E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v3LrWSbt7E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v3LrWSbt7E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3LrWSbt7E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3LrWSbt7E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3LrWSbt7E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3LrWSbt7E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v3LrWSbt7E .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v3LrWSbt7E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3LrWSbt7E .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3LrWSbt7E .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3LrWSbt7E .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v3LrWSbt7E .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v3LrWSbt7E .navbar.navbar-short {
  background: #f1f1f1 !important;
  min-height: 60px;
}
.cid-v3LrWSbt7E .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v3LrWSbt7E .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v3LrWSbt7E .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3LrWSbt7E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3LrWSbt7E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3LrWSbt7E .dropdown-item.active,
.cid-v3LrWSbt7E .dropdown-item:active {
  background-color: transparent;
}
.cid-v3LrWSbt7E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3LrWSbt7E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3LrWSbt7E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3LrWSbt7E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1f1f1;
}
.cid-v3LrWSbt7E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3LrWSbt7E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3LrWSbt7E ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v3LrWSbt7E .navbar-buttons {
  text-align: center;
}
.cid-v3LrWSbt7E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3LrWSbt7E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3LrWSbt7E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v3LrWSbt7E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v3LrWSbt7E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v3LrWSbt7E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v3LrWSbt7E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v3LrWSbt7E nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v3LrWSbt7E nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v3LrWSbt7E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v3LrWSbt7E .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v3LrWSbt7E a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3LrWSbt7E .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v3LrWSbt7E .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-v3LrWSbt7E .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3LrWSbt7E .navbar {
    height: 77px;
  }
  .cid-v3LrWSbt7E .navbar.opened {
    height: auto;
  }
  .cid-v3LrWSbt7E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3LrWSSV4T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/c-quand-la-divergence-devient-la-nouvelle-norme-du-systme-financier-mondial.webp");
}
.cid-v3LrWSSV4T::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-v3LrWSSV4T .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LrWSSV4T .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-v3LrWSSV4T .container {
    padding: 0 22px;
  }
}
.cid-v3LrWSSV4T .row {
  justify-content: center;
}
.cid-v3LrWSSV4T .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-v3LrWSSV4T .content-wrapper {
    padding: 0;
  }
}
.cid-v3LrWSSV4T .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3LrWSSV4T .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-v3LrWSSV4T .mbr-section-title {
  color: #ffffff;
}
.cid-v3LrWSSV4T .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v3LrWSSV4T .mbr-section-title,
.cid-v3LrWSSV4T .mbr-section-btn {
  text-align: center;
}
.cid-v3LrWTlfWb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3LrWTlfWb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LrWTlfWb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LrWTlfWb .mbr-section-date {
  color: #0c2c68;
}
.cid-v3LrWTlfWb .mbr-section-title {
  color: #0c2c68;
}
.cid-v3LrWTlfWb .mbr-section-subtitle {
  color: #0c2c68;
}
.cid-v3LrWTlfWb .mbr-section-text {
  color: #0c2c68;
  text-align: left;
}
.cid-v3LrWTPKQD {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3LrWTPKQD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LrWTPKQD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LrWTPKQD .arrow {
  font-size: 3rem;
  color: #ae42c8;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-v3LrWTPKQD .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-v3LrWTPKQD .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v3LrWTPKQD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v3LrWTPKQD img {
  border-radius: 2rem;
}
.cid-v3LrWTPKQD .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3LrWTPKQD .mbr-section-subtitle {
  text-align: center;
  color: #353535;
}
.cid-v3LrWTPKQD .mbr-text,
.cid-v3LrWTPKQD .mbr-section-btn {
  color: #0c2c68;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-v3LrWUqhCG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d4665;
}
.cid-v3LrWUqhCG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LrWUqhCG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LrWUqhCG .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-v3LrWUqhCG .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-v3LrWUqhCG .container {
    padding: 0 26px;
  }
}
.cid-v3LrWUqhCG .row {
  justify-content: center;
}
.cid-v3LrWUqhCG .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v3LrWUqhCG .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3LrWUqhCG .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v3LrWUqhCG .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3LrWUqhCG .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-v3LrWUqhCG .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v3LrWUqhCG .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v3LrWUqhCG .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3LrWUqhCG .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v3LrWUqhCG .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3LrWUqhCG .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3LrWUqhCG .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v3LrWUqhCG .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-v3LrWUqhCG .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v3LrWUqhCG .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v3LrWUqhCG .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-v3LrWUqhCG .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3LrWUqhCG .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-v3LrWUqhCG .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-v3LrWUqhCG .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v3LrWUqhCG .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3LrWUqhCG .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-v3LrWUqhCG .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-v3LrWUqhCG .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-v3LrWUqhCG .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v3LrWUqhCG .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ead1b0;
}
.cid-v3LrWUqhCG .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3LrWUqhCG .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-v3LrWUqhCG .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v3LrWUqhCG .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v3LrWUqhCG .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v3LrWUqhCG .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v3LrWUqhCG .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ead1b0;
}
.cid-v3LrWUqhCG .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-v3LrWUqhCG .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v3LrWUqhCG .mbr-section-title {
  color: #ffffff;
}
.cid-v3LrWUqhCG .mbr-text {
  color: #ffffff;
}
.cid-v3LrWUqhCG .list {
  color: #ffffff;
}
.cid-v3LrWUqhCG .list,
.cid-v3LrWUqhCG .nav-wrapper,
.cid-v3LrWUqhCG .social-wrapper {
  text-align: right;
}
.cid-v3LrWUqhCG .list,
.cid-v3LrWUqhCG .item-wrap,
.cid-v3LrWUqhCG .social-wrapper {
  color: #ffffff;
}
