.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 4rem;
  line-height: 1.125;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 3.5rem;
  line-height: 1.14;
}
.display-5 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #272b2e !important;
}
.bg-success {
  background-color: #5e83a3 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff9e08 !important;
}
.bg-danger {
  background-color: #bc5e4d !important;
}
.btn-primary {
  background: linear-gradient(140deg, #272b2e, #1b1e20 50%, #565f65) !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #272b2e !important;
  border-color: #272b2e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #3e454a !important;
  border-color: #3e454a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3e454a !important;
  border-color: #3e454a !important;
}
.btn-secondary {
  background: linear-gradient(140deg, #24557d, #1e4869 50%, #3f8ac8) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #24557d !important;
  border-color: #24557d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #2f70a5 !important;
  border-color: #2f70a5 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2f70a5 !important;
  border-color: #2f70a5 !important;
}
.btn-info {
  background: linear-gradient(140deg, #ffffff, #f2f2f2 50%, #ffffff) !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 {
  background: linear-gradient(140deg, #5e83a3, #547693 50%, #9fb5c8) !important;
}
.btn-success,
.btn-success:active {
  background-color: #5e83a3 !important;
  border-color: #5e83a3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #7e9cb6 !important;
  border-color: #7e9cb6 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7e9cb6 !important;
  border-color: #7e9cb6 !important;
}
.btn-warning {
  background: linear-gradient(140deg, #ff9e08, #ed9000 50%, #ffc66e) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9e08 !important;
  border-color: #ff9e08 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffb23b !important;
  border-color: #ffb23b !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffb23b !important;
  border-color: #ffb23b !important;
}
.btn-danger {
  background: linear-gradient(140deg, #bc5e4d, #ae5241 50%, #d8a197) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #bc5e4d !important;
  border-color: #bc5e4d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ca8072 !important;
  border-color: #ca8072 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ca8072 !important;
  border-color: #ca8072 !important;
}
.btn-white {
  background: linear-gradient(140deg, #ffffff, #f2f2f2 50%, #ffffff) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  background: linear-gradient(140deg, #232323, #161616 50%, #565656) !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: #272b2e;
  color: #272b2e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #272b2e !important;
  border-color: #272b2e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #24557d;
  color: #24557d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #11273a !important;
  background-color: transparent !important;
  border-color: #11273a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #24557d !important;
  border-color: #24557d !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: #5e83a3;
  color: #5e83a3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3e576c !important;
  background-color: transparent !important;
  border-color: #3e576c !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5e83a3 !important;
  border-color: #5e83a3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff9e08;
  color: #ff9e08;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b06b00 !important;
  background-color: transparent !important;
  border-color: #b06b00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9e08 !important;
  border-color: #ff9e08 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #bc5e4d;
  color: #bc5e4d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #823d31 !important;
  background-color: transparent !important;
  border-color: #823d31 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #bc5e4d !important;
  border-color: #bc5e4d !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: #272b2e !important;
}
.text-secondary {
  color: #24557d !important;
}
.text-success {
  color: #5e83a3 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff9e08 !important;
}
.text-danger {
  color: #bc5e4d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0d1f2e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #384f63 !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: #a16200 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #76382d !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #272b2e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff9e08;
}
.alert-danger {
  background-color: #bc5e4d;
}
.mbr-gallery-filter li.active .btn {
  background-color: #272b2e;
  border-color: #272b2e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #272b2e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dadde0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #afc1d1;
}
.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: #ffeed4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfb2aa;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #272b2e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #272b2e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #272b2e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #272b2e;
}
.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: #272b2e;
  border-bottom-color: #272b2e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #272b2e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #24557d !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='%23272b2e' %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;
}
.mbr-section-btn .btn {
  padding: 14px 64px;
  border-radius: 3.5rem;
  border-radius: 15px !important;
  padding: 32px 64px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 14px;
  }
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 24px;
  }
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn .btn-success:hover,
.mbr-section-btn .btn-info:hover,
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-white:focus {
  opacity: .75 !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn .btn-white-outline:focus {
  opacity: .6 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrap,
.item-content,
.form-wrapper,
.embla {
  border-radius: 1rem !important;
}
.item-tag {
  border-radius: 12.5rem;
  border-radius: 0 !important;
}
.nav.nav-tabs .nav-link {
  border-radius: .5rem !important;
  border-radius: 0 !important;
}
.form-control {
  border-radius: .5rem !important;
  border-radius: 0 !important;
}
.cid-utChKYaGlg {
  z-index: 1000;
  width: 100%;
}
.cid-utChKYaGlg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utChKYaGlg .dropdown-menu {
  padding: 0;
}
.cid-utChKYaGlg .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-utChKYaGlg .dropdown-item {
    text-align: left !important;
  }
}
.cid-utChKYaGlg .dropdown-item:hover {
  background-position: right !important;
}
.cid-utChKYaGlg .dropdown-item:hover:after {
  color: #272b2e;
}
.cid-utChKYaGlg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utChKYaGlg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utChKYaGlg .nav-link {
  position: relative;
}
.cid-utChKYaGlg .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-utChKYaGlg .dropdown-menu,
.cid-utChKYaGlg .navbar.opened {
  background: #e2d8d8 !important;
}
.cid-utChKYaGlg .nav-item:focus,
.cid-utChKYaGlg .nav-link:focus {
  outline: none;
}
.cid-utChKYaGlg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utChKYaGlg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utChKYaGlg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utChKYaGlg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utChKYaGlg .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-utChKYaGlg .navbar.opened {
  transition: all 0.3s;
}
.cid-utChKYaGlg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utChKYaGlg .navbar .navbar-logo img {
  width: auto;
}
.cid-utChKYaGlg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-utChKYaGlg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utChKYaGlg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utChKYaGlg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utChKYaGlg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utChKYaGlg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-utChKYaGlg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utChKYaGlg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utChKYaGlg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utChKYaGlg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utChKYaGlg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utChKYaGlg .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-utChKYaGlg .navbar {
    min-height: 80px;
  }
}
.cid-utChKYaGlg .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-utChKYaGlg .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-utChKYaGlg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utChKYaGlg .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-utChKYaGlg .navbar-brand {
    min-height: 69px;
  }
}
.cid-utChKYaGlg .dropdown-item.active,
.cid-utChKYaGlg .dropdown-item:active {
  background-color: transparent;
}
.cid-utChKYaGlg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utChKYaGlg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utChKYaGlg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utChKYaGlg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e2d8d8;
}
.cid-utChKYaGlg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utChKYaGlg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utChKYaGlg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utChKYaGlg button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #5e83a3, #24557d);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-utChKYaGlg button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-utChKYaGlg button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-utChKYaGlg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-utChKYaGlg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-utChKYaGlg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-utChKYaGlg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-utChKYaGlg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utChKYaGlg nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utChKYaGlg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utChKYaGlg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utChKYaGlg nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utChKYaGlg .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-utChKYaGlg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utChKYaGlg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utChKYaGlg .navbar {
    height: 70px;
  }
  .cid-utChKYaGlg .navbar.opened {
    height: auto;
  }
  .cid-utChKYaGlg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utChKYaGlg .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #e2d8d8;
  background: rgba(226, 216, 216, 0);
}
@media (max-width: 575px) {
  .cid-utChKYaGlg .navbar-short {
    min-height: 70px;
  }
}
.cid-utChKYaGlg .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-utChKYaGlg .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-utChKYaGlg .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-utChKYaGlg .container-fluid {
    padding: 0 3px;
  }
}
.cid-utChKYaGlg .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-utChKYaGlg .navbar-nav {
  display: flex !important;
}
.cid-utChKYaGlg .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-utChKYaGlg .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-utChKYaGlg .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-utChKYaGlg .navbar-nav .nav-item .nav-link:hover,
.cid-utChKYaGlg .navbar-nav .nav-item .nav-link:focus,
.cid-utChKYaGlg .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-utChKYaGlg .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #5e83a3 !important;
}
.cid-utChKYaGlg .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-utChKYaGlg .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-utChKYaGlg button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #5e83a3, #24557d);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-utChKYaGlg button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-utChKYaGlg button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-utChKYaGlg button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-utChKYaGlg button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-utChKYaGlg button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-utChKYaGlg button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-utChKYaGlg button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utChKYaGlg .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #5e83a3, #24557d);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-utChKYaGlg .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-utChKYaGlg .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-utChKYaGlg .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-utChKYaGlg .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-utChKYaGlg .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utChKYaGlg .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utChKYaGlg .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-utChKYaGlg .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-utChKYaGlg .offcanvas.show {
  transform: translateX(0);
}
.cid-utChKYaGlg .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-utChKYaGlg .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-utChKYaGlg .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #5e83a3;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-utChKYaGlg .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-utChKYaGlg .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-utChKYaGlg .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-utChKYaGlg .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-utChKYaGlg .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-utChKYaGlg .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-utChKYaGlg .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-utChKYaGlg .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-utChKYaGlg .modal-backdrop.show {
  opacity: 0.8;
}
.cid-utChKYaGlg .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-utChKYaGlg ::-webkit-scrollbar {
  width: 1em;
}
.cid-utChKYaGlg ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-utChKYaGlg ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-utChKYaGlg .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-utChKYaGlg .social-container {
    padding-top: 40px;
  }
}
.cid-utChKYaGlg .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
  text-align: center;
}
.cid-utChKYaGlg .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-utChKYaGlg .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #24557d, #c1c1c1);
  box-shadow: 10px 10px 19px #63635d, -10px -10px 19px #9098a4;
  transition: 0.4s all;
}
.cid-utChKYaGlg .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-utChKYaGlg .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-utChKYaGlg .soc-item:hover {
  transform: translateY(-3px);
}
.cid-utChKYaGlg .soc-item:hover:before {
  opacity: 1;
}
.cid-utChKYaGlg .offcanvas_btn {
  margin-top: auto;
}
.cid-utChKYaGlg .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-utChKYaGlg .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-ut04BFIkIK {
  background-color: #e2d8d8;
}
.cid-ut04BFIkIK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut04BFIkIK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut04BFIkIK .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ut04BFIkIK .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ut04BFIkIK .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ut04BFIkIK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ut04BFIkIK .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #24557d;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ut04BFIkIK .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ut04BFIkIK .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-ut04BFIkIK .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-ut04BFIkIK .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #272b2e;
  padding: 14px 32px;
  border-radius: 12px !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
  background-color: #ffffff;
  border: none;
}
.cid-ut04BFIkIK .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #24557d;
}
.cid-ut04BFIkIK .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ut04BFIkIK .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-ut04BFIkIK .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-ut04BFIkIK .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-ut04BFIkIK .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ut04BFIkIK .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ut04BFIkIK .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-ut04BFIkIK .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-ut04BFIkIK .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-ut04BFIkIK .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-ut04BFIkIK .mbr-section-title {
  color: #404349;
  text-align: center;
}
.cid-ut04BFIkIK .mbr-text {
  color: #24557d;
  text-align: center;
}
.cid-ut04BFIkIK .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-ut04BFIkIK .item-text {
  color: #ffffff;
}
.cid-ut04BFIkIK .art {
  width: 20%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-ut04BFIkIK .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-ut04BFIkIK .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-ut04BFIkIK .item:hover .item-wrapper .item-img,
.cid-ut04BFIkIK .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-ut04BFIkIK .item:hover .item-wrapper .item-img,
  .cid-ut04BFIkIK .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-ut04BFIkIK .item:hover .item-wrapper .item-img img,
.cid-ut04BFIkIK .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-ut04BFIkIK .item .item-wrapper {
  height: 100%;
  background-color: #5e83a3;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  overflow: hidden;
}
.cid-ut04BFIkIK .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ut04BFIkIK .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-ut04BFIkIK .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ut04BFIkIK .item .item-wrapper .item-img img {
    height: 100%;
  }
}
.cid-ut04BFIkIK .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-ut04BFIkIK .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  padding: 5px 12px;
  background-color: #000;
  margin-bottom: 12px;
}
.cid-ut04BFIkIK .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-ut04BFIkIK .mbr-desc {
  color: #b19a7c;
}
.cid-ut04BFIkIK .item-desc {
  color: #b19a7c;
}
.cid-ut04BFIkIK .mbr-section-title,
.cid-ut04BFIkIK .title-wrap {
  color: #ffffff;
}
.cid-ut04BFIkIK .mbr-section-title,
.cid-ut04BFIkIK .tabs-wrapper {
  color: #24557d;
}
.cid-v0hPQbAPFM {
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #5e83a3;
}
.cid-v0hPQbAPFM .mbr-text {
  color: #8d97ad;
}
.cid-v0hNXzVZif {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2d8d8;
}
.cid-v0hNXzVZif .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0hNXzVZif .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0hNXzVZif .container,
.cid-v0hNXzVZif .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v0hNXzVZif .container,
  .cid-v0hNXzVZif .container-fluid {
    padding: 0 20px;
  }
}
.cid-v0hNXzVZif a {
  display: block;
}
.cid-v0hNXzVZif a .logo-wrapper {
  padding: 0px 80px 0px 0;
  border-right: 1px solid #24557d;
  border-bottom: 1px solid #24557d;
}
@media (max-width: 992px) {
  .cid-v0hNXzVZif a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-v0hNXzVZif a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-v0hNXzVZif a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-v0hNXzVZif a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-v0hNXzVZif a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-v0hNXzVZif .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #24557d;
}
@media (max-width: 992px) {
  .cid-v0hNXzVZif .copy-wrapper {
    border-right: none;
  }
}
.cid-v0hNXzVZif .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-v0hNXzVZif .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0hNXzVZif .list-wrapper {
    height: auto;
    text-align: center;
  }
}
.cid-v0hNXzVZif .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v0hNXzVZif .list-wrapper .list {
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-v0hNXzVZif .list-wrapper .list .item-wrap {
  margin-bottom: 30px;
  transition: all 0.3s ease-out;
}
.cid-v0hNXzVZif .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0hNXzVZif .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-v0hNXzVZif .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-v0hNXzVZif .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0hNXzVZif .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-v0hNXzVZif .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #24557d;
  border-radius: 24px;
}
.cid-v0hNXzVZif .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-v0hNXzVZif .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-v0hNXzVZif .copyright {
  color: #24557d;
}
.cid-v0hNXzVZif .mbr-section-title {
  color: #3d4045;
}
.cid-v0hNXzVZif .mbr-text {
  color: #ffffff;
}
.cid-v0hNXzVZif .list {
  color: #5e83a3;
}
.cid-v0hNXzVZif .mbr-section-btn {
  text-align: right;
}
.cid-v0hNXzVZif .mbr-section-title,
.cid-v0hNXzVZif .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v0hNXzVZif .btn {
  padding: 15px 54px !important;
}
.cid-utF7ekxSI0 {
  z-index: 1000;
  width: 100%;
}
.cid-utF7ekxSI0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utF7ekxSI0 .dropdown-menu {
  padding: 0;
}
.cid-utF7ekxSI0 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-utF7ekxSI0 .dropdown-item {
    text-align: left !important;
  }
}
.cid-utF7ekxSI0 .dropdown-item:hover {
  background-position: right !important;
}
.cid-utF7ekxSI0 .dropdown-item:hover:after {
  color: #272b2e;
}
.cid-utF7ekxSI0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utF7ekxSI0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utF7ekxSI0 .nav-link {
  position: relative;
}
.cid-utF7ekxSI0 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-utF7ekxSI0 .dropdown-menu,
.cid-utF7ekxSI0 .navbar.opened {
  background: #e2d8d8 !important;
}
.cid-utF7ekxSI0 .nav-item:focus,
.cid-utF7ekxSI0 .nav-link:focus {
  outline: none;
}
.cid-utF7ekxSI0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utF7ekxSI0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utF7ekxSI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utF7ekxSI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utF7ekxSI0 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-utF7ekxSI0 .navbar.opened {
  transition: all 0.3s;
}
.cid-utF7ekxSI0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utF7ekxSI0 .navbar .navbar-logo img {
  width: auto;
}
.cid-utF7ekxSI0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-utF7ekxSI0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utF7ekxSI0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utF7ekxSI0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utF7ekxSI0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utF7ekxSI0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-utF7ekxSI0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utF7ekxSI0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utF7ekxSI0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utF7ekxSI0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utF7ekxSI0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utF7ekxSI0 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-utF7ekxSI0 .navbar {
    min-height: 80px;
  }
}
.cid-utF7ekxSI0 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-utF7ekxSI0 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-utF7ekxSI0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utF7ekxSI0 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-utF7ekxSI0 .navbar-brand {
    min-height: 69px;
  }
}
.cid-utF7ekxSI0 .dropdown-item.active,
.cid-utF7ekxSI0 .dropdown-item:active {
  background-color: transparent;
}
.cid-utF7ekxSI0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utF7ekxSI0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utF7ekxSI0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utF7ekxSI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e2d8d8;
}
.cid-utF7ekxSI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utF7ekxSI0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utF7ekxSI0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utF7ekxSI0 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #5e83a3, #24557d);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-utF7ekxSI0 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-utF7ekxSI0 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-utF7ekxSI0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-utF7ekxSI0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-utF7ekxSI0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-utF7ekxSI0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-utF7ekxSI0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utF7ekxSI0 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utF7ekxSI0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utF7ekxSI0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utF7ekxSI0 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utF7ekxSI0 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-utF7ekxSI0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utF7ekxSI0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utF7ekxSI0 .navbar {
    height: 70px;
  }
  .cid-utF7ekxSI0 .navbar.opened {
    height: auto;
  }
  .cid-utF7ekxSI0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utF7ekxSI0 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #e2d8d8;
  background: rgba(226, 216, 216, 0);
}
@media (max-width: 575px) {
  .cid-utF7ekxSI0 .navbar-short {
    min-height: 70px;
  }
}
.cid-utF7ekxSI0 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-utF7ekxSI0 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-utF7ekxSI0 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-utF7ekxSI0 .container-fluid {
    padding: 0 3px;
  }
}
.cid-utF7ekxSI0 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-utF7ekxSI0 .navbar-nav {
  display: flex !important;
}
.cid-utF7ekxSI0 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-utF7ekxSI0 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-utF7ekxSI0 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-utF7ekxSI0 .navbar-nav .nav-item .nav-link:hover,
.cid-utF7ekxSI0 .navbar-nav .nav-item .nav-link:focus,
.cid-utF7ekxSI0 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-utF7ekxSI0 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #5e83a3 !important;
}
.cid-utF7ekxSI0 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-utF7ekxSI0 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-utF7ekxSI0 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #5e83a3, #24557d);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-utF7ekxSI0 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-utF7ekxSI0 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-utF7ekxSI0 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-utF7ekxSI0 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-utF7ekxSI0 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-utF7ekxSI0 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-utF7ekxSI0 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utF7ekxSI0 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #5e83a3, #24557d);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-utF7ekxSI0 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-utF7ekxSI0 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-utF7ekxSI0 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-utF7ekxSI0 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-utF7ekxSI0 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utF7ekxSI0 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utF7ekxSI0 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-utF7ekxSI0 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-utF7ekxSI0 .offcanvas.show {
  transform: translateX(0);
}
.cid-utF7ekxSI0 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-utF7ekxSI0 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-utF7ekxSI0 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #5e83a3;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-utF7ekxSI0 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-utF7ekxSI0 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-utF7ekxSI0 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-utF7ekxSI0 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-utF7ekxSI0 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-utF7ekxSI0 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-utF7ekxSI0 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-utF7ekxSI0 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-utF7ekxSI0 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-utF7ekxSI0 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-utF7ekxSI0 ::-webkit-scrollbar {
  width: 1em;
}
.cid-utF7ekxSI0 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-utF7ekxSI0 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-utF7ekxSI0 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-utF7ekxSI0 .social-container {
    padding-top: 40px;
  }
}
.cid-utF7ekxSI0 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
  text-align: center;
}
.cid-utF7ekxSI0 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-utF7ekxSI0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #24557d, #c1c1c1);
  box-shadow: 10px 10px 19px #63635d, -10px -10px 19px #9098a4;
  transition: 0.4s all;
}
.cid-utF7ekxSI0 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-utF7ekxSI0 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-utF7ekxSI0 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-utF7ekxSI0 .soc-item:hover:before {
  opacity: 1;
}
.cid-utF7ekxSI0 .offcanvas_btn {
  margin-top: auto;
}
.cid-utF7ekxSI0 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-utF7ekxSI0 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uTN1I5Ydd8 {
  background-image: url("https://ledretgilles.fr/armam/assets/images/page-accueil/armam-accueil-3A.jpg");
}
.cid-uTN1I5Ydd8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTN1I5Ydd8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTN1I5Ydd8 .row {
  margin: 0 -8px;
}
.cid-uTN1I5Ydd8 .row .card {
  padding: 0 8px;
}
.cid-uTN1I5Ydd8 .card-wrapper {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  border-radius: 0px !important;
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uTN1I5Ydd8 .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uTN1I5Ydd8 .card-wrapper {
    padding: 24px;
  }
}
.cid-uTN1I5Ydd8 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px);
}
.cid-uTN1I5Ydd8 .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #15171a;
  opacity: .5;
}
.cid-uTN1I5Ydd8 .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uTN1I5Ydd8 .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uTN1I5Ydd8 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uTN1I5Ydd8 .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uTN1I5Ydd8 .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uTN1I5Ydd8 .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTN1I5Ydd8 .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTN1I5Ydd8 .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uTN1I5Ydd8 .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uTN1I5Ydd8 .mbr-text,
.cid-uTN1I5Ydd8 .text-wrapper {
  color: #e2d8d8;
  text-align: center;
}
.cid-uTN1I5Ydd8 .mbr-section-title,
.cid-uTN1I5Ydd8 .mbr-section-btn {
  color: #e2d8d8;
}
.cid-uEe7JCSHZ2 {
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #5e83a3;
}
.cid-uEe7JCSHZ2 .mbr-text {
  color: #8d97ad;
}
.cid-uEe7H49yvv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2d8d8;
}
.cid-uEe7H49yvv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEe7H49yvv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEe7H49yvv .container,
.cid-uEe7H49yvv .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uEe7H49yvv .container,
  .cid-uEe7H49yvv .container-fluid {
    padding: 0 20px;
  }
}
.cid-uEe7H49yvv a {
  display: block;
}
.cid-uEe7H49yvv a .logo-wrapper {
  padding: 0px 80px 0px 0;
  border-right: 1px solid #24557d;
  border-bottom: 1px solid #24557d;
}
@media (max-width: 992px) {
  .cid-uEe7H49yvv a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-uEe7H49yvv a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-uEe7H49yvv a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-uEe7H49yvv a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uEe7H49yvv a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-uEe7H49yvv .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #24557d;
}
@media (max-width: 992px) {
  .cid-uEe7H49yvv .copy-wrapper {
    border-right: none;
  }
}
.cid-uEe7H49yvv .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uEe7H49yvv .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uEe7H49yvv .list-wrapper {
    height: auto;
    text-align: center;
  }
}
.cid-uEe7H49yvv .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uEe7H49yvv .list-wrapper .list {
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-uEe7H49yvv .list-wrapper .list .item-wrap {
  margin-bottom: 30px;
  transition: all 0.3s ease-out;
}
.cid-uEe7H49yvv .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEe7H49yvv .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-uEe7H49yvv .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-uEe7H49yvv .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uEe7H49yvv .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uEe7H49yvv .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #24557d;
  border-radius: 24px;
}
.cid-uEe7H49yvv .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-uEe7H49yvv .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-uEe7H49yvv .copyright {
  color: #24557d;
}
.cid-uEe7H49yvv .mbr-section-title {
  color: #3d4045;
}
.cid-uEe7H49yvv .mbr-text {
  color: #ffffff;
}
.cid-uEe7H49yvv .list {
  color: #5e83a3;
}
.cid-uEe7H49yvv .mbr-section-btn {
  text-align: right;
}
.cid-uEe7H49yvv .mbr-section-title,
.cid-uEe7H49yvv .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uEe7H49yvv .btn {
  padding: 15px 54px !important;
}
.cid-uu2EtPyhh6 {
  z-index: 1000;
  width: 100%;
}
.cid-uu2EtPyhh6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uu2EtPyhh6 .dropdown-menu {
  padding: 0;
}
.cid-uu2EtPyhh6 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uu2EtPyhh6 .dropdown-item {
    text-align: left !important;
  }
}
.cid-uu2EtPyhh6 .dropdown-item:hover {
  background-position: right !important;
}
.cid-uu2EtPyhh6 .dropdown-item:hover:after {
  color: #272b2e;
}
.cid-uu2EtPyhh6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uu2EtPyhh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uu2EtPyhh6 .nav-link {
  position: relative;
}
.cid-uu2EtPyhh6 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uu2EtPyhh6 .dropdown-menu,
.cid-uu2EtPyhh6 .navbar.opened {
  background: #e2d8d8 !important;
}
.cid-uu2EtPyhh6 .nav-item:focus,
.cid-uu2EtPyhh6 .nav-link:focus {
  outline: none;
}
.cid-uu2EtPyhh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uu2EtPyhh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uu2EtPyhh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uu2EtPyhh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uu2EtPyhh6 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uu2EtPyhh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uu2EtPyhh6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uu2EtPyhh6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uu2EtPyhh6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uu2EtPyhh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uu2EtPyhh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uu2EtPyhh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uu2EtPyhh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uu2EtPyhh6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uu2EtPyhh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uu2EtPyhh6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uu2EtPyhh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uu2EtPyhh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uu2EtPyhh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uu2EtPyhh6 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uu2EtPyhh6 .navbar {
    min-height: 80px;
  }
}
.cid-uu2EtPyhh6 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uu2EtPyhh6 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uu2EtPyhh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uu2EtPyhh6 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uu2EtPyhh6 .navbar-brand {
    min-height: 69px;
  }
}
.cid-uu2EtPyhh6 .dropdown-item.active,
.cid-uu2EtPyhh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uu2EtPyhh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uu2EtPyhh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uu2EtPyhh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uu2EtPyhh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e2d8d8;
}
.cid-uu2EtPyhh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uu2EtPyhh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uu2EtPyhh6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uu2EtPyhh6 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #5e83a3, #24557d);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uu2EtPyhh6 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uu2EtPyhh6 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uu2EtPyhh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uu2EtPyhh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uu2EtPyhh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uu2EtPyhh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uu2EtPyhh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uu2EtPyhh6 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uu2EtPyhh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uu2EtPyhh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uu2EtPyhh6 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uu2EtPyhh6 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uu2EtPyhh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uu2EtPyhh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uu2EtPyhh6 .navbar {
    height: 70px;
  }
  .cid-uu2EtPyhh6 .navbar.opened {
    height: auto;
  }
  .cid-uu2EtPyhh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uu2EtPyhh6 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #e2d8d8;
  background: rgba(226, 216, 216, 0);
}
@media (max-width: 575px) {
  .cid-uu2EtPyhh6 .navbar-short {
    min-height: 70px;
  }
}
.cid-uu2EtPyhh6 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uu2EtPyhh6 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uu2EtPyhh6 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uu2EtPyhh6 .container-fluid {
    padding: 0 3px;
  }
}
.cid-uu2EtPyhh6 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uu2EtPyhh6 .navbar-nav {
  display: flex !important;
}
.cid-uu2EtPyhh6 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uu2EtPyhh6 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uu2EtPyhh6 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uu2EtPyhh6 .navbar-nav .nav-item .nav-link:hover,
.cid-uu2EtPyhh6 .navbar-nav .nav-item .nav-link:focus,
.cid-uu2EtPyhh6 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uu2EtPyhh6 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #5e83a3 !important;
}
.cid-uu2EtPyhh6 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uu2EtPyhh6 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uu2EtPyhh6 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #5e83a3, #24557d);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uu2EtPyhh6 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uu2EtPyhh6 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uu2EtPyhh6 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uu2EtPyhh6 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uu2EtPyhh6 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uu2EtPyhh6 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uu2EtPyhh6 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uu2EtPyhh6 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #5e83a3, #24557d);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uu2EtPyhh6 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uu2EtPyhh6 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uu2EtPyhh6 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uu2EtPyhh6 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uu2EtPyhh6 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uu2EtPyhh6 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uu2EtPyhh6 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uu2EtPyhh6 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uu2EtPyhh6 .offcanvas.show {
  transform: translateX(0);
}
.cid-uu2EtPyhh6 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uu2EtPyhh6 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uu2EtPyhh6 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #5e83a3;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uu2EtPyhh6 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uu2EtPyhh6 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uu2EtPyhh6 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uu2EtPyhh6 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uu2EtPyhh6 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uu2EtPyhh6 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uu2EtPyhh6 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uu2EtPyhh6 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uu2EtPyhh6 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uu2EtPyhh6 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uu2EtPyhh6 ::-webkit-scrollbar {
  width: 1em;
}
.cid-uu2EtPyhh6 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uu2EtPyhh6 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uu2EtPyhh6 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uu2EtPyhh6 .social-container {
    padding-top: 40px;
  }
}
.cid-uu2EtPyhh6 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
  text-align: center;
}
.cid-uu2EtPyhh6 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uu2EtPyhh6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #24557d, #c1c1c1);
  box-shadow: 10px 10px 19px #63635d, -10px -10px 19px #9098a4;
  transition: 0.4s all;
}
.cid-uu2EtPyhh6 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uu2EtPyhh6 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-uu2EtPyhh6 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uu2EtPyhh6 .soc-item:hover:before {
  opacity: 1;
}
.cid-uu2EtPyhh6 .offcanvas_btn {
  margin-top: auto;
}
.cid-uu2EtPyhh6 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uu2EtPyhh6 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uZJ52ia9CQ {
  background-color: #e2d8d8;
}
.cid-uZJ52ia9CQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJ52ia9CQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJ52ia9CQ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uZJ52ia9CQ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uZJ52ia9CQ .container {
    padding: 0 16px;
  }
}
.cid-uZJ52ia9CQ .row {
  position: relative;
  z-index: 1;
}
.cid-uZJ52ia9CQ .card {
  justify-content: center;
}
.cid-uZJ52ia9CQ .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uZJ52ia9CQ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZJ52ia9CQ .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  background-color: #5e83a3;
  transform: rotate(4deg);
}
@media (max-width: 992px) {
  .cid-uZJ52ia9CQ .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uZJ52ia9CQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZJ52ia9CQ .items-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-uZJ52ia9CQ .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uZJ52ia9CQ .items-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-uZJ52ia9CQ .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uZJ52ia9CQ .items-wrapper .item {
  position: relative;
}
.cid-uZJ52ia9CQ .items-wrapper .item .item-wrapper .card-box {
  padding: 25px 16px;
  background-color: #24557d;
  border-radius: 16px;
}
.cid-uZJ52ia9CQ .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 60px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uZJ52ia9CQ .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-top: 14px;
  margin-bottom: 0;
}
.cid-uZJ52ia9CQ .text-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uZJ52ia9CQ .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZJ52ia9CQ .mbr-section-title {
  color: #000000;
}
.cid-uZJ52ia9CQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uZJ52ia9CQ .mbr-text,
.cid-uZJ52ia9CQ .text-wrapper {
  color: #24557d;
  text-align: left;
}
.cid-uZJ52ia9CQ .item-title {
  color: #000000;
}
.cid-uZJ52ia9CQ .item-title,
.cid-uZJ52ia9CQ .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uZJ52ia9CQ .mbr-section-subtitle,
.cid-uZJ52ia9CQ .subtitle-wrapper {
  color: #ffffff;
}
.cid-uZJ52ia9CQ .mbr-section-title,
.cid-uZJ52ia9CQ .mbr-section-btn {
  color: #24557d;
  text-align: center;
}
.cid-uZJ52ia9CQ .display-4 {
  line-height: 1.3;
}
.cid-uZJ52ia9CQ .img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  height: 150px;
  width: 150px;
  justify-self: center !important;
}
.cid-uu8Qu3odgD {
  padding-top: 1px;
  padding-bottom: 0px;
  background-color: #5e83a3;
}
.cid-uu8Qu3odgD .mbr-text {
  color: #8d97ad;
}
.cid-uTpNF4XMIO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2d8d8;
}
.cid-uTpNF4XMIO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTpNF4XMIO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTpNF4XMIO .container,
.cid-uTpNF4XMIO .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uTpNF4XMIO .container,
  .cid-uTpNF4XMIO .container-fluid {
    padding: 0 20px;
  }
}
.cid-uTpNF4XMIO a {
  display: block;
}
.cid-uTpNF4XMIO a .logo-wrapper {
  padding: 0px 80px 0px 0;
  border-right: 1px solid #24557d;
  border-bottom: 1px solid #24557d;
}
@media (max-width: 992px) {
  .cid-uTpNF4XMIO a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-uTpNF4XMIO a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-uTpNF4XMIO a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-uTpNF4XMIO a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uTpNF4XMIO a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-uTpNF4XMIO .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #24557d;
}
@media (max-width: 992px) {
  .cid-uTpNF4XMIO .copy-wrapper {
    border-right: none;
  }
}
.cid-uTpNF4XMIO .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uTpNF4XMIO .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uTpNF4XMIO .list-wrapper {
    height: auto;
    text-align: center;
  }
}
.cid-uTpNF4XMIO .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uTpNF4XMIO .list-wrapper .list {
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-uTpNF4XMIO .list-wrapper .list .item-wrap {
  margin-bottom: 30px;
  transition: all 0.3s ease-out;
}
.cid-uTpNF4XMIO .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTpNF4XMIO .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-uTpNF4XMIO .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-uTpNF4XMIO .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uTpNF4XMIO .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uTpNF4XMIO .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #24557d;
  border-radius: 24px;
}
.cid-uTpNF4XMIO .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-uTpNF4XMIO .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-uTpNF4XMIO .copyright {
  color: #24557d;
}
.cid-uTpNF4XMIO .mbr-section-title {
  color: #3d4045;
}
.cid-uTpNF4XMIO .mbr-text {
  color: #ffffff;
}
.cid-uTpNF4XMIO .list {
  color: #5e83a3;
}
.cid-uTpNF4XMIO .mbr-section-btn {
  text-align: right;
}
.cid-uTpNF4XMIO .mbr-section-title,
.cid-uTpNF4XMIO .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uTpNF4XMIO .btn {
  padding: 15px 54px !important;
}
.cid-utLl7NKKVI {
  z-index: 1000;
  width: 100%;
}
.cid-utLl7NKKVI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utLl7NKKVI .dropdown-menu {
  padding: 0;
}
.cid-utLl7NKKVI .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-utLl7NKKVI .dropdown-item {
    text-align: left !important;
  }
}
.cid-utLl7NKKVI .dropdown-item:hover {
  background-position: right !important;
}
.cid-utLl7NKKVI .dropdown-item:hover:after {
  color: #272b2e;
}
.cid-utLl7NKKVI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utLl7NKKVI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utLl7NKKVI .nav-link {
  position: relative;
}
.cid-utLl7NKKVI .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-utLl7NKKVI .dropdown-menu,
.cid-utLl7NKKVI .navbar.opened {
  background: #e2d8d8 !important;
}
.cid-utLl7NKKVI .nav-item:focus,
.cid-utLl7NKKVI .nav-link:focus {
  outline: none;
}
.cid-utLl7NKKVI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utLl7NKKVI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utLl7NKKVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utLl7NKKVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utLl7NKKVI .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-utLl7NKKVI .navbar.opened {
  transition: all 0.3s;
}
.cid-utLl7NKKVI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utLl7NKKVI .navbar .navbar-logo img {
  width: auto;
}
.cid-utLl7NKKVI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-utLl7NKKVI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utLl7NKKVI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utLl7NKKVI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utLl7NKKVI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utLl7NKKVI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-utLl7NKKVI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utLl7NKKVI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utLl7NKKVI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utLl7NKKVI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utLl7NKKVI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utLl7NKKVI .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-utLl7NKKVI .navbar {
    min-height: 80px;
  }
}
.cid-utLl7NKKVI .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-utLl7NKKVI .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-utLl7NKKVI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utLl7NKKVI .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-utLl7NKKVI .navbar-brand {
    min-height: 69px;
  }
}
.cid-utLl7NKKVI .dropdown-item.active,
.cid-utLl7NKKVI .dropdown-item:active {
  background-color: transparent;
}
.cid-utLl7NKKVI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utLl7NKKVI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utLl7NKKVI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utLl7NKKVI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e2d8d8;
}
.cid-utLl7NKKVI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utLl7NKKVI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utLl7NKKVI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utLl7NKKVI button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #5e83a3, #24557d);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-utLl7NKKVI button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-utLl7NKKVI button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-utLl7NKKVI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-utLl7NKKVI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-utLl7NKKVI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-utLl7NKKVI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-utLl7NKKVI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utLl7NKKVI nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utLl7NKKVI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utLl7NKKVI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utLl7NKKVI nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utLl7NKKVI .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-utLl7NKKVI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utLl7NKKVI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utLl7NKKVI .navbar {
    height: 70px;
  }
  .cid-utLl7NKKVI .navbar.opened {
    height: auto;
  }
  .cid-utLl7NKKVI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utLl7NKKVI .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #e2d8d8;
  background: rgba(226, 216, 216, 0);
}
@media (max-width: 575px) {
  .cid-utLl7NKKVI .navbar-short {
    min-height: 70px;
  }
}
.cid-utLl7NKKVI .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-utLl7NKKVI .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-utLl7NKKVI .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-utLl7NKKVI .container-fluid {
    padding: 0 3px;
  }
}
.cid-utLl7NKKVI .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-utLl7NKKVI .navbar-nav {
  display: flex !important;
}
.cid-utLl7NKKVI .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-utLl7NKKVI .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-utLl7NKKVI .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-utLl7NKKVI .navbar-nav .nav-item .nav-link:hover,
.cid-utLl7NKKVI .navbar-nav .nav-item .nav-link:focus,
.cid-utLl7NKKVI .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-utLl7NKKVI .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #5e83a3 !important;
}
.cid-utLl7NKKVI .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-utLl7NKKVI .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-utLl7NKKVI button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #5e83a3, #24557d);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-utLl7NKKVI button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-utLl7NKKVI button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-utLl7NKKVI button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-utLl7NKKVI button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-utLl7NKKVI button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-utLl7NKKVI button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-utLl7NKKVI button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utLl7NKKVI .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #5e83a3, #24557d);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-utLl7NKKVI .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-utLl7NKKVI .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-utLl7NKKVI .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-utLl7NKKVI .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-utLl7NKKVI .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utLl7NKKVI .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utLl7NKKVI .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-utLl7NKKVI .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-utLl7NKKVI .offcanvas.show {
  transform: translateX(0);
}
.cid-utLl7NKKVI .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-utLl7NKKVI .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-utLl7NKKVI .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #5e83a3;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-utLl7NKKVI .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-utLl7NKKVI .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-utLl7NKKVI .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-utLl7NKKVI .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-utLl7NKKVI .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-utLl7NKKVI .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-utLl7NKKVI .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-utLl7NKKVI .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-utLl7NKKVI .modal-backdrop.show {
  opacity: 0.8;
}
.cid-utLl7NKKVI .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-utLl7NKKVI ::-webkit-scrollbar {
  width: 1em;
}
.cid-utLl7NKKVI ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-utLl7NKKVI ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-utLl7NKKVI .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-utLl7NKKVI .social-container {
    padding-top: 40px;
  }
}
.cid-utLl7NKKVI .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
  text-align: center;
}
.cid-utLl7NKKVI .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-utLl7NKKVI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #24557d, #c1c1c1);
  box-shadow: 10px 10px 19px #63635d, -10px -10px 19px #9098a4;
  transition: 0.4s all;
}
.cid-utLl7NKKVI .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-utLl7NKKVI .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-utLl7NKKVI .soc-item:hover {
  transform: translateY(-3px);
}
.cid-utLl7NKKVI .soc-item:hover:before {
  opacity: 1;
}
.cid-utLl7NKKVI .offcanvas_btn {
  margin-top: auto;
}
.cid-utLl7NKKVI .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-utLl7NKKVI .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-utLv0HmqmD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e2d8d8;
}
.cid-utLv0HmqmD .mbr-fallback-image.disabled {
  display: none;
}
.cid-utLv0HmqmD .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-utLv0HmqmD .container {
    padding: 0 16px;
  }
}
.cid-utLv0HmqmD .row {
  position: relative;
  z-index: 1;
}
.cid-utLv0HmqmD .card {
  justify-content: center;
}
.cid-utLv0HmqmD .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-utLv0HmqmD .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-utLv0HmqmD .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  background-color: #5e83a3;
  transform: rotate(4deg);
}
@media (max-width: 992px) {
  .cid-utLv0HmqmD .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-utLv0HmqmD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-utLv0HmqmD .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-utLv0HmqmD .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-utLv0HmqmD .items-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-utLv0HmqmD .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-utLv0HmqmD .items-wrapper .item {
  position: relative;
}
.cid-utLv0HmqmD .items-wrapper .item .item-wrapper .card-box {
  padding: 25px 16px;
  background-color: #24557d;
  border-radius: 16px;
}
.cid-utLv0HmqmD .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 60px;
  color: #ffffff;
  display: inline-flex;
}
.cid-utLv0HmqmD .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-top: 14px;
  margin-bottom: 0;
}
.cid-utLv0HmqmD .text-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-utLv0HmqmD .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-utLv0HmqmD .mbr-section-title {
  color: #000000;
}
.cid-utLv0HmqmD .mbr-section-subtitle {
  color: #000000;
}
.cid-utLv0HmqmD .mbr-text,
.cid-utLv0HmqmD .text-wrapper {
  color: #24557d;
  text-align: right;
}
.cid-utLv0HmqmD .item-title {
  color: #000000;
}
.cid-utLv0HmqmD .item-title,
.cid-utLv0HmqmD .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-utLv0HmqmD .mbr-section-subtitle,
.cid-utLv0HmqmD .subtitle-wrapper {
  color: #ffffff;
}
.cid-utLv0HmqmD .mbr-section-title,
.cid-utLv0HmqmD .mbr-section-btn {
  color: #24557d;
}
.cid-utLv0HmqmD .display-4 {
  line-height: 1.3;
}
.cid-v31N9p5KPn {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e2d8d8;
}
.cid-v31N9p5KPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v31N9p5KPn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v31N9p5KPn .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v31N9p5KPn .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v31N9p5KPn .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v31N9p5KPn .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v31N9p5KPn .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v31N9p5KPn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v31N9p5KPn .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v31N9p5KPn .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v31N9p5KPn .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v31N9p5KPn .item {
    margin-bottom: 20px;
  }
}
.cid-v31N9p5KPn .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #5e83a3;
}
@media (max-width: 992px) {
  .cid-v31N9p5KPn .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v31N9p5KPn .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v31N9p5KPn .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v31N9p5KPn .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v31N9p5KPn .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v31N9p5KPn .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v31N9p5KPn .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v31N9p5KPn .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v31N9p5KPn .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v31N9p5KPn .btn-wrapper {
  margin-top: -6%;
}
.cid-v31N9p5KPn .btn-secondary {
  padding: 10px !important;
}
.cid-v31N9p5KPn .mbr-section-title,
.cid-v31N9p5KPn .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-v31N9p5KPn .mbr-text,
.cid-v31N9p5KPn .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-v31N9p5KPn .card-title {
  color: #f1f5eb;
}
.cid-v31N9p5KPn .card-text {
  color: #f1f5eb;
  text-align: left;
}
.cid-v31N9p5KPn .card-title,
.cid-v31N9p5KPn .mbr-section-btn {
  text-align: center;
}
.cid-utR8qm2h39 {
  padding-top: 1px;
  padding-bottom: 0px;
  background-color: #5e83a3;
}
.cid-utR8qm2h39 .mbr-text {
  color: #8d97ad;
}
.cid-uvmU6bZ3V1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2d8d8;
}
.cid-uvmU6bZ3V1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmU6bZ3V1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvmU6bZ3V1 .container,
.cid-uvmU6bZ3V1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvmU6bZ3V1 .container,
  .cid-uvmU6bZ3V1 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uvmU6bZ3V1 a {
  display: block;
}
.cid-uvmU6bZ3V1 a .logo-wrapper {
  padding: 0px 80px 0px 0;
  border-right: 1px solid #24557d;
  border-bottom: 1px solid #24557d;
}
@media (max-width: 992px) {
  .cid-uvmU6bZ3V1 a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-uvmU6bZ3V1 a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-uvmU6bZ3V1 a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-uvmU6bZ3V1 a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uvmU6bZ3V1 a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-uvmU6bZ3V1 .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #24557d;
}
@media (max-width: 992px) {
  .cid-uvmU6bZ3V1 .copy-wrapper {
    border-right: none;
  }
}
.cid-uvmU6bZ3V1 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uvmU6bZ3V1 .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvmU6bZ3V1 .list-wrapper {
    height: auto;
    text-align: center;
  }
}
.cid-uvmU6bZ3V1 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uvmU6bZ3V1 .list-wrapper .list {
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-uvmU6bZ3V1 .list-wrapper .list .item-wrap {
  margin-bottom: 30px;
  transition: all 0.3s ease-out;
}
.cid-uvmU6bZ3V1 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvmU6bZ3V1 .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-uvmU6bZ3V1 .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-uvmU6bZ3V1 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvmU6bZ3V1 .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uvmU6bZ3V1 .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #24557d;
  border-radius: 24px;
}
.cid-uvmU6bZ3V1 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-uvmU6bZ3V1 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-uvmU6bZ3V1 .copyright {
  color: #24557d;
}
.cid-uvmU6bZ3V1 .mbr-section-title {
  color: #3d4045;
}
.cid-uvmU6bZ3V1 .mbr-text {
  color: #ffffff;
}
.cid-uvmU6bZ3V1 .list {
  color: #5e83a3;
}
.cid-uvmU6bZ3V1 .mbr-section-btn {
  text-align: right;
}
.cid-uvmU6bZ3V1 .mbr-section-title,
.cid-uvmU6bZ3V1 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uvmU6bZ3V1 .btn {
  padding: 15px 54px !important;
}
.cid-uTpgDRNvvP {
  z-index: 1000;
  width: 100%;
}
.cid-uTpgDRNvvP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTpgDRNvvP .dropdown-menu {
  padding: 0;
}
.cid-uTpgDRNvvP .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uTpgDRNvvP .dropdown-item {
    text-align: left !important;
  }
}
.cid-uTpgDRNvvP .dropdown-item:hover {
  background-position: right !important;
}
.cid-uTpgDRNvvP .dropdown-item:hover:after {
  color: #272b2e;
}
.cid-uTpgDRNvvP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTpgDRNvvP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTpgDRNvvP .nav-link {
  position: relative;
}
.cid-uTpgDRNvvP .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uTpgDRNvvP .dropdown-menu,
.cid-uTpgDRNvvP .navbar.opened {
  background: #e2d8d8 !important;
}
.cid-uTpgDRNvvP .nav-item:focus,
.cid-uTpgDRNvvP .nav-link:focus {
  outline: none;
}
.cid-uTpgDRNvvP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTpgDRNvvP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTpgDRNvvP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTpgDRNvvP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTpgDRNvvP .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uTpgDRNvvP .navbar.opened {
  transition: all 0.3s;
}
.cid-uTpgDRNvvP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTpgDRNvvP .navbar .navbar-logo img {
  width: auto;
}
.cid-uTpgDRNvvP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uTpgDRNvvP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTpgDRNvvP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTpgDRNvvP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTpgDRNvvP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTpgDRNvvP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uTpgDRNvvP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTpgDRNvvP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTpgDRNvvP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTpgDRNvvP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTpgDRNvvP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTpgDRNvvP .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uTpgDRNvvP .navbar {
    min-height: 80px;
  }
}
.cid-uTpgDRNvvP .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uTpgDRNvvP .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uTpgDRNvvP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTpgDRNvvP .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uTpgDRNvvP .navbar-brand {
    min-height: 69px;
  }
}
.cid-uTpgDRNvvP .dropdown-item.active,
.cid-uTpgDRNvvP .dropdown-item:active {
  background-color: transparent;
}
.cid-uTpgDRNvvP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTpgDRNvvP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTpgDRNvvP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTpgDRNvvP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e2d8d8;
}
.cid-uTpgDRNvvP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTpgDRNvvP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTpgDRNvvP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTpgDRNvvP button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #5e83a3, #24557d);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uTpgDRNvvP button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uTpgDRNvvP button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uTpgDRNvvP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uTpgDRNvvP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uTpgDRNvvP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uTpgDRNvvP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uTpgDRNvvP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTpgDRNvvP nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTpgDRNvvP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTpgDRNvvP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTpgDRNvvP nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTpgDRNvvP .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uTpgDRNvvP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTpgDRNvvP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTpgDRNvvP .navbar {
    height: 70px;
  }
  .cid-uTpgDRNvvP .navbar.opened {
    height: auto;
  }
  .cid-uTpgDRNvvP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTpgDRNvvP .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #e2d8d8;
  background: rgba(226, 216, 216, 0);
}
@media (max-width: 575px) {
  .cid-uTpgDRNvvP .navbar-short {
    min-height: 70px;
  }
}
.cid-uTpgDRNvvP .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uTpgDRNvvP .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uTpgDRNvvP .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uTpgDRNvvP .container-fluid {
    padding: 0 3px;
  }
}
.cid-uTpgDRNvvP .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uTpgDRNvvP .navbar-nav {
  display: flex !important;
}
.cid-uTpgDRNvvP .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uTpgDRNvvP .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uTpgDRNvvP .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uTpgDRNvvP .navbar-nav .nav-item .nav-link:hover,
.cid-uTpgDRNvvP .navbar-nav .nav-item .nav-link:focus,
.cid-uTpgDRNvvP .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uTpgDRNvvP .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #5e83a3 !important;
}
.cid-uTpgDRNvvP .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uTpgDRNvvP .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uTpgDRNvvP button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #5e83a3, #24557d);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uTpgDRNvvP button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uTpgDRNvvP button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uTpgDRNvvP button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uTpgDRNvvP button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uTpgDRNvvP button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uTpgDRNvvP button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uTpgDRNvvP button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTpgDRNvvP .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #5e83a3, #24557d);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uTpgDRNvvP .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uTpgDRNvvP .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uTpgDRNvvP .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uTpgDRNvvP .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uTpgDRNvvP .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTpgDRNvvP .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTpgDRNvvP .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uTpgDRNvvP .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uTpgDRNvvP .offcanvas.show {
  transform: translateX(0);
}
.cid-uTpgDRNvvP .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uTpgDRNvvP .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTpgDRNvvP .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #5e83a3;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uTpgDRNvvP .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uTpgDRNvvP .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uTpgDRNvvP .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uTpgDRNvvP .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uTpgDRNvvP .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uTpgDRNvvP .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uTpgDRNvvP .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uTpgDRNvvP .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uTpgDRNvvP .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uTpgDRNvvP .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uTpgDRNvvP ::-webkit-scrollbar {
  width: 1em;
}
.cid-uTpgDRNvvP ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uTpgDRNvvP ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uTpgDRNvvP .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uTpgDRNvvP .social-container {
    padding-top: 40px;
  }
}
.cid-uTpgDRNvvP .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
  text-align: center;
}
.cid-uTpgDRNvvP .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uTpgDRNvvP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #24557d, #c1c1c1);
  box-shadow: 10px 10px 19px #63635d, -10px -10px 19px #9098a4;
  transition: 0.4s all;
}
.cid-uTpgDRNvvP .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uTpgDRNvvP .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-uTpgDRNvvP .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uTpgDRNvvP .soc-item:hover:before {
  opacity: 1;
}
.cid-uTpgDRNvvP .offcanvas_btn {
  margin-top: auto;
}
.cid-uTpgDRNvvP .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uTpgDRNvvP .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uZxAdB6niQ {
  background-image: url("https://ledretgilles.fr/armam/assets/images/page-accueil/armam-accueil-3A.jpg");
}
.cid-uZxAdB6niQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZxAdB6niQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZxAdB6niQ .row {
  margin: 0 -8px;
}
.cid-uZxAdB6niQ .row .card {
  padding: 0 8px;
}
.cid-uZxAdB6niQ .card-wrapper {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  border-radius: 0px !important;
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uZxAdB6niQ .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZxAdB6niQ .card-wrapper {
    padding: 24px;
  }
}
.cid-uZxAdB6niQ .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px);
}
.cid-uZxAdB6niQ .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #15171a;
  opacity: .5;
}
.cid-uZxAdB6niQ .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uZxAdB6niQ .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uZxAdB6niQ .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uZxAdB6niQ .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uZxAdB6niQ .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uZxAdB6niQ .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uZxAdB6niQ .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZxAdB6niQ .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uZxAdB6niQ .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uZxAdB6niQ .mbr-text,
.cid-uZxAdB6niQ .text-wrapper {
  color: #e2d8d8;
  text-align: center;
}
.cid-uZxAdB6niQ .mbr-section-title,
.cid-uZxAdB6niQ .mbr-section-btn {
  color: #e2d8d8;
}
.cid-uTpgDSWdSi {
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #5e83a3;
}
.cid-uTpgDSWdSi .mbr-text {
  color: #8d97ad;
}
.cid-uTpgDT5Uqn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2d8d8;
}
.cid-uTpgDT5Uqn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTpgDT5Uqn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTpgDT5Uqn .container,
.cid-uTpgDT5Uqn .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uTpgDT5Uqn .container,
  .cid-uTpgDT5Uqn .container-fluid {
    padding: 0 20px;
  }
}
.cid-uTpgDT5Uqn a {
  display: block;
}
.cid-uTpgDT5Uqn a .logo-wrapper {
  padding: 0px 80px 0px 0;
  border-right: 1px solid #24557d;
  border-bottom: 1px solid #24557d;
}
@media (max-width: 992px) {
  .cid-uTpgDT5Uqn a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-uTpgDT5Uqn a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-uTpgDT5Uqn a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-uTpgDT5Uqn a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uTpgDT5Uqn a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-uTpgDT5Uqn .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #24557d;
}
@media (max-width: 992px) {
  .cid-uTpgDT5Uqn .copy-wrapper {
    border-right: none;
  }
}
.cid-uTpgDT5Uqn .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uTpgDT5Uqn .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uTpgDT5Uqn .list-wrapper {
    height: auto;
    text-align: center;
  }
}
.cid-uTpgDT5Uqn .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uTpgDT5Uqn .list-wrapper .list {
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-uTpgDT5Uqn .list-wrapper .list .item-wrap {
  margin-bottom: 30px;
  transition: all 0.3s ease-out;
}
.cid-uTpgDT5Uqn .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTpgDT5Uqn .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-uTpgDT5Uqn .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-uTpgDT5Uqn .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uTpgDT5Uqn .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uTpgDT5Uqn .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #24557d;
  border-radius: 24px;
}
.cid-uTpgDT5Uqn .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-uTpgDT5Uqn .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-uTpgDT5Uqn .copyright {
  color: #24557d;
}
.cid-uTpgDT5Uqn .mbr-section-title {
  color: #3d4045;
}
.cid-uTpgDT5Uqn .mbr-text {
  color: #ffffff;
}
.cid-uTpgDT5Uqn .list {
  color: #5e83a3;
}
.cid-uTpgDT5Uqn .mbr-section-btn {
  text-align: right;
}
.cid-uTpgDT5Uqn .mbr-section-title,
.cid-uTpgDT5Uqn .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uTpgDT5Uqn .btn {
  padding: 15px 54px !important;
}
.cid-uvmjiSIXKd {
  z-index: 1000;
  width: 100%;
}
.cid-uvmjiSIXKd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvmjiSIXKd .dropdown-menu {
  padding: 0;
}
.cid-uvmjiSIXKd .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uvmjiSIXKd .dropdown-item {
    text-align: left !important;
  }
}
.cid-uvmjiSIXKd .dropdown-item:hover {
  background-position: right !important;
}
.cid-uvmjiSIXKd .dropdown-item:hover:after {
  color: #272b2e;
}
.cid-uvmjiSIXKd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvmjiSIXKd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvmjiSIXKd .nav-link {
  position: relative;
}
.cid-uvmjiSIXKd .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uvmjiSIXKd .dropdown-menu,
.cid-uvmjiSIXKd .navbar.opened {
  background: #e2d8d8 !important;
}
.cid-uvmjiSIXKd .nav-item:focus,
.cid-uvmjiSIXKd .nav-link:focus {
  outline: none;
}
.cid-uvmjiSIXKd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvmjiSIXKd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvmjiSIXKd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvmjiSIXKd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvmjiSIXKd .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uvmjiSIXKd .navbar.opened {
  transition: all 0.3s;
}
.cid-uvmjiSIXKd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvmjiSIXKd .navbar .navbar-logo img {
  width: auto;
}
.cid-uvmjiSIXKd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uvmjiSIXKd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvmjiSIXKd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvmjiSIXKd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvmjiSIXKd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvmjiSIXKd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvmjiSIXKd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvmjiSIXKd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvmjiSIXKd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvmjiSIXKd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvmjiSIXKd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvmjiSIXKd .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uvmjiSIXKd .navbar {
    min-height: 80px;
  }
}
.cid-uvmjiSIXKd .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uvmjiSIXKd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uvmjiSIXKd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvmjiSIXKd .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uvmjiSIXKd .navbar-brand {
    min-height: 69px;
  }
}
.cid-uvmjiSIXKd .dropdown-item.active,
.cid-uvmjiSIXKd .dropdown-item:active {
  background-color: transparent;
}
.cid-uvmjiSIXKd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvmjiSIXKd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvmjiSIXKd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvmjiSIXKd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e2d8d8;
}
.cid-uvmjiSIXKd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvmjiSIXKd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvmjiSIXKd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvmjiSIXKd button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #5e83a3, #24557d);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uvmjiSIXKd button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uvmjiSIXKd button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uvmjiSIXKd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uvmjiSIXKd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uvmjiSIXKd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvmjiSIXKd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvmjiSIXKd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvmjiSIXKd nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvmjiSIXKd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvmjiSIXKd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvmjiSIXKd nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvmjiSIXKd .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uvmjiSIXKd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvmjiSIXKd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvmjiSIXKd .navbar {
    height: 70px;
  }
  .cid-uvmjiSIXKd .navbar.opened {
    height: auto;
  }
  .cid-uvmjiSIXKd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvmjiSIXKd .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #e2d8d8;
  background: rgba(226, 216, 216, 0);
}
@media (max-width: 575px) {
  .cid-uvmjiSIXKd .navbar-short {
    min-height: 70px;
  }
}
.cid-uvmjiSIXKd .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uvmjiSIXKd .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uvmjiSIXKd .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uvmjiSIXKd .container-fluid {
    padding: 0 3px;
  }
}
.cid-uvmjiSIXKd .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uvmjiSIXKd .navbar-nav {
  display: flex !important;
}
.cid-uvmjiSIXKd .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uvmjiSIXKd .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uvmjiSIXKd .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uvmjiSIXKd .navbar-nav .nav-item .nav-link:hover,
.cid-uvmjiSIXKd .navbar-nav .nav-item .nav-link:focus,
.cid-uvmjiSIXKd .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uvmjiSIXKd .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #5e83a3 !important;
}
.cid-uvmjiSIXKd .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uvmjiSIXKd .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uvmjiSIXKd button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #5e83a3, #24557d);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uvmjiSIXKd button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uvmjiSIXKd button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uvmjiSIXKd button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uvmjiSIXKd button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uvmjiSIXKd button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvmjiSIXKd button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvmjiSIXKd button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvmjiSIXKd .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #5e83a3, #24557d);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uvmjiSIXKd .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uvmjiSIXKd .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uvmjiSIXKd .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uvmjiSIXKd .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uvmjiSIXKd .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvmjiSIXKd .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvmjiSIXKd .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uvmjiSIXKd .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uvmjiSIXKd .offcanvas.show {
  transform: translateX(0);
}
.cid-uvmjiSIXKd .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uvmjiSIXKd .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uvmjiSIXKd .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #5e83a3;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uvmjiSIXKd .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uvmjiSIXKd .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uvmjiSIXKd .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvmjiSIXKd .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uvmjiSIXKd .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uvmjiSIXKd .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uvmjiSIXKd .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uvmjiSIXKd .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uvmjiSIXKd .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uvmjiSIXKd .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uvmjiSIXKd ::-webkit-scrollbar {
  width: 1em;
}
.cid-uvmjiSIXKd ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uvmjiSIXKd ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uvmjiSIXKd .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uvmjiSIXKd .social-container {
    padding-top: 40px;
  }
}
.cid-uvmjiSIXKd .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
  text-align: center;
}
.cid-uvmjiSIXKd .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uvmjiSIXKd .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #24557d, #c1c1c1);
  box-shadow: 10px 10px 19px #63635d, -10px -10px 19px #9098a4;
  transition: 0.4s all;
}
.cid-uvmjiSIXKd .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uvmjiSIXKd .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-uvmjiSIXKd .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uvmjiSIXKd .soc-item:hover:before {
  opacity: 1;
}
.cid-uvmjiSIXKd .offcanvas_btn {
  margin-top: auto;
}
.cid-uvmjiSIXKd .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uvmjiSIXKd .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uSQwkOhRBh {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #5e83a3;
}
.cid-uSQwkOhRBh .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uSQwkOhRBh .form-control,
.cid-uSQwkOhRBh .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uSQwkOhRBh .form-control::-webkit-input-placeholder,
.cid-uSQwkOhRBh .field-input::-webkit-input-placeholder,
.cid-uSQwkOhRBh .form-control::-webkit-input-placeholder,
.cid-uSQwkOhRBh .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uSQwkOhRBh .form-control:-moz-placeholder,
.cid-uSQwkOhRBh .field-input:-moz-placeholder,
.cid-uSQwkOhRBh .form-control:-moz-placeholder,
.cid-uSQwkOhRBh .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uSQwkOhRBh .form-control:hover,
.cid-uSQwkOhRBh .field-input:hover,
.cid-uSQwkOhRBh .form-control:focus,
.cid-uSQwkOhRBh .field-input:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uSQwkOhRBh .form-control:hover::-webkit-input-placeholder,
.cid-uSQwkOhRBh .field-input:hover::-webkit-input-placeholder,
.cid-uSQwkOhRBh .form-control:focus::-webkit-input-placeholder,
.cid-uSQwkOhRBh .field-input:focus::-webkit-input-placeholder,
.cid-uSQwkOhRBh .form-control:hover::-webkit-input-placeholder,
.cid-uSQwkOhRBh .field-input:hover::-webkit-input-placeholder,
.cid-uSQwkOhRBh .form-control:focus::-webkit-input-placeholder,
.cid-uSQwkOhRBh .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uSQwkOhRBh .form-control:hover:-moz-placeholder,
.cid-uSQwkOhRBh .field-input:hover:-moz-placeholder,
.cid-uSQwkOhRBh .form-control:focus:-moz-placeholder,
.cid-uSQwkOhRBh .field-input:focus:-moz-placeholder,
.cid-uSQwkOhRBh .form-control:hover:-moz-placeholder,
.cid-uSQwkOhRBh .field-input:hover:-moz-placeholder,
.cid-uSQwkOhRBh .form-control:focus:-moz-placeholder,
.cid-uSQwkOhRBh .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uSQwkOhRBh .jq-number__spin:hover,
.cid-uSQwkOhRBh .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uSQwkOhRBh .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uSQwkOhRBh .jq-selectbox li,
.cid-uSQwkOhRBh .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uSQwkOhRBh .jq-selectbox li:hover,
.cid-uSQwkOhRBh .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uSQwkOhRBh .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uSQwkOhRBh .jq-number__spin.minus:hover:after,
.cid-uSQwkOhRBh .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uSQwkOhRBh .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uSQwkOhRBh .jq-number__spin.minus:after,
.cid-uSQwkOhRBh .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uSQwkOhRBh input::-webkit-clear-button {
  display: none;
}
.cid-uSQwkOhRBh input::-webkit-inner-spin-button {
  display: none;
}
.cid-uSQwkOhRBh input::-webkit-outer-spin-button {
  display: none;
}
.cid-uSQwkOhRBh input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uSQwkOhRBh hr {
  color: #ffffff;
  opacity: 1;
}
.cid-uSQwkOhRBh H4 {
  text-align: center;
  color: #ffffff;
}
.cid-uSQwkOhRBh .mbr-text,
.cid-uSQwkOhRBh .mbr-section-btn {
  text-align: justify;
  color: #ffffff;
}
.cid-uSQwkOhRBh LABEL {
  color: #fff;
}
.cid-uSQwkOhRBh .ligne {
  display: inline-flex;
}
.cid-uvyiNcvfMj {
  padding-top: 1px;
  padding-bottom: 0px;
  background-color: #5e83a3;
}
.cid-uvyiNcvfMj .mbr-text {
  color: #8d97ad;
}
.cid-uUlRHN4LrN {
  z-index: 1000;
  width: 100%;
}
.cid-uUlRHN4LrN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUlRHN4LrN .dropdown-menu {
  padding: 0;
}
.cid-uUlRHN4LrN .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uUlRHN4LrN .dropdown-item {
    text-align: left !important;
  }
}
.cid-uUlRHN4LrN .dropdown-item:hover {
  background-position: right !important;
}
.cid-uUlRHN4LrN .dropdown-item:hover:after {
  color: #272b2e;
}
.cid-uUlRHN4LrN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUlRHN4LrN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUlRHN4LrN .nav-link {
  position: relative;
}
.cid-uUlRHN4LrN .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uUlRHN4LrN .dropdown-menu,
.cid-uUlRHN4LrN .navbar.opened {
  background: #e2d8d8 !important;
}
.cid-uUlRHN4LrN .nav-item:focus,
.cid-uUlRHN4LrN .nav-link:focus {
  outline: none;
}
.cid-uUlRHN4LrN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUlRHN4LrN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUlRHN4LrN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUlRHN4LrN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUlRHN4LrN .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uUlRHN4LrN .navbar.opened {
  transition: all 0.3s;
}
.cid-uUlRHN4LrN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUlRHN4LrN .navbar .navbar-logo img {
  width: auto;
}
.cid-uUlRHN4LrN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uUlRHN4LrN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUlRHN4LrN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUlRHN4LrN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUlRHN4LrN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUlRHN4LrN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUlRHN4LrN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUlRHN4LrN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUlRHN4LrN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUlRHN4LrN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUlRHN4LrN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUlRHN4LrN .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uUlRHN4LrN .navbar {
    min-height: 80px;
  }
}
.cid-uUlRHN4LrN .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uUlRHN4LrN .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uUlRHN4LrN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUlRHN4LrN .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uUlRHN4LrN .navbar-brand {
    min-height: 69px;
  }
}
.cid-uUlRHN4LrN .dropdown-item.active,
.cid-uUlRHN4LrN .dropdown-item:active {
  background-color: transparent;
}
.cid-uUlRHN4LrN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUlRHN4LrN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUlRHN4LrN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUlRHN4LrN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e2d8d8;
}
.cid-uUlRHN4LrN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUlRHN4LrN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUlRHN4LrN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUlRHN4LrN button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #5e83a3, #24557d);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uUlRHN4LrN button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uUlRHN4LrN button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uUlRHN4LrN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uUlRHN4LrN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uUlRHN4LrN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uUlRHN4LrN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uUlRHN4LrN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUlRHN4LrN nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUlRHN4LrN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUlRHN4LrN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUlRHN4LrN nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUlRHN4LrN .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uUlRHN4LrN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUlRHN4LrN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUlRHN4LrN .navbar {
    height: 70px;
  }
  .cid-uUlRHN4LrN .navbar.opened {
    height: auto;
  }
  .cid-uUlRHN4LrN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUlRHN4LrN .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #e2d8d8;
  background: rgba(226, 216, 216, 0);
}
@media (max-width: 575px) {
  .cid-uUlRHN4LrN .navbar-short {
    min-height: 70px;
  }
}
.cid-uUlRHN4LrN .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uUlRHN4LrN .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uUlRHN4LrN .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uUlRHN4LrN .container-fluid {
    padding: 0 3px;
  }
}
.cid-uUlRHN4LrN .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uUlRHN4LrN .navbar-nav {
  display: flex !important;
}
.cid-uUlRHN4LrN .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uUlRHN4LrN .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uUlRHN4LrN .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uUlRHN4LrN .navbar-nav .nav-item .nav-link:hover,
.cid-uUlRHN4LrN .navbar-nav .nav-item .nav-link:focus,
.cid-uUlRHN4LrN .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uUlRHN4LrN .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #5e83a3 !important;
}
.cid-uUlRHN4LrN .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uUlRHN4LrN .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uUlRHN4LrN button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #5e83a3, #24557d);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uUlRHN4LrN button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uUlRHN4LrN button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uUlRHN4LrN button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uUlRHN4LrN button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uUlRHN4LrN button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uUlRHN4LrN button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uUlRHN4LrN button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUlRHN4LrN .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #5e83a3, #24557d);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uUlRHN4LrN .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uUlRHN4LrN .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uUlRHN4LrN .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uUlRHN4LrN .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uUlRHN4LrN .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUlRHN4LrN .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUlRHN4LrN .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uUlRHN4LrN .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uUlRHN4LrN .offcanvas.show {
  transform: translateX(0);
}
.cid-uUlRHN4LrN .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uUlRHN4LrN .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUlRHN4LrN .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #5e83a3;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uUlRHN4LrN .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uUlRHN4LrN .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uUlRHN4LrN .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uUlRHN4LrN .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uUlRHN4LrN .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uUlRHN4LrN .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uUlRHN4LrN .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uUlRHN4LrN .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uUlRHN4LrN .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uUlRHN4LrN .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uUlRHN4LrN ::-webkit-scrollbar {
  width: 1em;
}
.cid-uUlRHN4LrN ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uUlRHN4LrN ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uUlRHN4LrN .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uUlRHN4LrN .social-container {
    padding-top: 40px;
  }
}
.cid-uUlRHN4LrN .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
  text-align: center;
}
.cid-uUlRHN4LrN .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uUlRHN4LrN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #24557d, #c1c1c1);
  box-shadow: 10px 10px 19px #63635d, -10px -10px 19px #9098a4;
  transition: 0.4s all;
}
.cid-uUlRHN4LrN .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uUlRHN4LrN .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-uUlRHN4LrN .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uUlRHN4LrN .soc-item:hover:before {
  opacity: 1;
}
.cid-uUlRHN4LrN .offcanvas_btn {
  margin-top: auto;
}
.cid-uUlRHN4LrN .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uUlRHN4LrN .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uZDfZn95eE {
  background-color: #e2d8d8;
}
.cid-uZDfZn95eE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZDfZn95eE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZDfZn95eE .content-wrapper {
  padding: 60px 40px;
  background-color: #e2d8d8;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uZDfZn95eE .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uZDfZn95eE .content-wrapper .title-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZDfZn95eE .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uZDfZn95eE .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZDfZn95eE .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uZDfZn95eE .content-wrapper .title-wrapper .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uZDfZn95eE .content-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZDfZn95eE .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uZDfZn95eE .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 12px;
}
.cid-uZDfZn95eE .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2n) .nav-link {
  background-color: #24557d;
}
.cid-uZDfZn95eE .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3n) .nav-link {
  background-color: #24557d;
}
.cid-uZDfZn95eE .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border: 0px solid #ffffff;
  background-color: #24557d;
  margin: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
  border-radius: 10px !important;
}
.cid-uZDfZn95eE .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  transform: translate(0.2rem, 0.2rem);
}
.cid-uZDfZn95eE .content-wrapper .tab-content {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZDfZn95eE .content-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uZDfZn95eE .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZDfZn95eE .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 24px;
  }
}
.cid-uZDfZn95eE .content-wrapper .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uZDfZn95eE .mbr-section-title {
  color: #050f0f;
}
.cid-uZDfZn95eE .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZDfZn95eE .item-text {
  color: #24557d;
}
.cid-uZDfZn95eE .mbr-section-title,
.cid-uZDfZn95eE .tabs-wrapper {
  color: #24557d;
  text-align: center;
}
.cid-uZDfZn95eE .image-wrap {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZDfZn95eE .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uZDfZn95eE .image-wrap .image-wrapper img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  height: 230px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZDfZn95eE .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-uZDfZn95eE mark {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 6px;
  background-color: #24557d;
  color: #fff;
}
.cid-uUlRHTZ0h6 {
  padding-top: 4rem;
  padding-bottom: 11rem;
  background-color: #e2d8d8;
}
.cid-uUlRHTZ0h6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUlRHTZ0h6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUlRHTZ0h6 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUlRHTZ0h6 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUlRHTZ0h6 .container {
    padding: 0 16px;
  }
}
.cid-uUlRHTZ0h6 .card {
  justify-content: center;
}
.cid-uUlRHTZ0h6 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  background-color: #5e83a3;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uUlRHTZ0h6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUlRHTZ0h6 .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uUlRHTZ0h6 .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uUlRHTZ0h6 .mbr-section-title {
  color: #000000;
}
.cid-uUlRHTZ0h6 .mbr-text {
  color: #000000;
}
.cid-uUlRHTZ0h6 .mbr-desc {
  color: #000000;
}
.cid-uUlRHTZ0h6 .mbr-section-title,
.cid-uUlRHTZ0h6 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUlRHTZ0h6 .mbr-text,
.cid-uUlRHTZ0h6 .mbr-section-btn {
  color: #24557d;
}
.cid-uUlRHUj5sm {
  padding-top: 1px;
  padding-bottom: 0px;
  background-color: #5e83a3;
}
.cid-uUlRHUj5sm .mbr-text {
  color: #8d97ad;
}
.cid-uUlRHUBKLC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2d8d8;
}
.cid-uUlRHUBKLC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUlRHUBKLC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUlRHUBKLC .container,
.cid-uUlRHUBKLC .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uUlRHUBKLC .container,
  .cid-uUlRHUBKLC .container-fluid {
    padding: 0 20px;
  }
}
.cid-uUlRHUBKLC a {
  display: block;
}
.cid-uUlRHUBKLC a .logo-wrapper {
  padding: 0px 80px 0px 0;
  border-right: 1px solid #24557d;
  border-bottom: 1px solid #24557d;
}
@media (max-width: 992px) {
  .cid-uUlRHUBKLC a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-uUlRHUBKLC a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-uUlRHUBKLC a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-uUlRHUBKLC a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uUlRHUBKLC a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-uUlRHUBKLC .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #24557d;
}
@media (max-width: 992px) {
  .cid-uUlRHUBKLC .copy-wrapper {
    border-right: none;
  }
}
.cid-uUlRHUBKLC .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uUlRHUBKLC .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uUlRHUBKLC .list-wrapper {
    height: auto;
    text-align: center;
  }
}
.cid-uUlRHUBKLC .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uUlRHUBKLC .list-wrapper .list {
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-uUlRHUBKLC .list-wrapper .list .item-wrap {
  margin-bottom: 30px;
  transition: all 0.3s ease-out;
}
.cid-uUlRHUBKLC .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUlRHUBKLC .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-uUlRHUBKLC .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-uUlRHUBKLC .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uUlRHUBKLC .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uUlRHUBKLC .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #24557d;
  border-radius: 24px;
}
.cid-uUlRHUBKLC .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-uUlRHUBKLC .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-uUlRHUBKLC .copyright {
  color: #24557d;
}
.cid-uUlRHUBKLC .mbr-section-title {
  color: #3d4045;
}
.cid-uUlRHUBKLC .mbr-text {
  color: #ffffff;
}
.cid-uUlRHUBKLC .list {
  color: #5e83a3;
}
.cid-uUlRHUBKLC .mbr-section-btn {
  text-align: right;
}
.cid-uUlRHUBKLC .mbr-section-title,
.cid-uUlRHUBKLC .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uUlRHUBKLC .btn {
  padding: 15px 54px !important;
}
.cid-v0o75VfwVk {
  z-index: 1000;
  width: 100%;
}
.cid-v0o75VfwVk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0o75VfwVk .dropdown-menu {
  padding: 0;
}
.cid-v0o75VfwVk .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-v0o75VfwVk .dropdown-item {
    text-align: left !important;
  }
}
.cid-v0o75VfwVk .dropdown-item:hover {
  background-position: right !important;
}
.cid-v0o75VfwVk .dropdown-item:hover:after {
  color: #272b2e;
}
.cid-v0o75VfwVk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0o75VfwVk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0o75VfwVk .nav-link {
  position: relative;
}
.cid-v0o75VfwVk .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-v0o75VfwVk .dropdown-menu,
.cid-v0o75VfwVk .navbar.opened {
  background: #e2d8d8 !important;
}
.cid-v0o75VfwVk .nav-item:focus,
.cid-v0o75VfwVk .nav-link:focus {
  outline: none;
}
.cid-v0o75VfwVk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0o75VfwVk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0o75VfwVk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0o75VfwVk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0o75VfwVk .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-v0o75VfwVk .navbar.opened {
  transition: all 0.3s;
}
.cid-v0o75VfwVk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0o75VfwVk .navbar .navbar-logo img {
  width: auto;
}
.cid-v0o75VfwVk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v0o75VfwVk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0o75VfwVk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0o75VfwVk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0o75VfwVk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0o75VfwVk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0o75VfwVk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0o75VfwVk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0o75VfwVk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0o75VfwVk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0o75VfwVk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0o75VfwVk .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-v0o75VfwVk .navbar {
    min-height: 80px;
  }
}
.cid-v0o75VfwVk .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-v0o75VfwVk .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-v0o75VfwVk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0o75VfwVk .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-v0o75VfwVk .navbar-brand {
    min-height: 69px;
  }
}
.cid-v0o75VfwVk .dropdown-item.active,
.cid-v0o75VfwVk .dropdown-item:active {
  background-color: transparent;
}
.cid-v0o75VfwVk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0o75VfwVk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0o75VfwVk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0o75VfwVk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e2d8d8;
}
.cid-v0o75VfwVk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0o75VfwVk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0o75VfwVk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0o75VfwVk button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #5e83a3, #24557d);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v0o75VfwVk button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-v0o75VfwVk button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v0o75VfwVk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-v0o75VfwVk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-v0o75VfwVk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0o75VfwVk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0o75VfwVk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0o75VfwVk nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0o75VfwVk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0o75VfwVk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0o75VfwVk nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0o75VfwVk .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-v0o75VfwVk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0o75VfwVk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0o75VfwVk .navbar {
    height: 70px;
  }
  .cid-v0o75VfwVk .navbar.opened {
    height: auto;
  }
  .cid-v0o75VfwVk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0o75VfwVk .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #e2d8d8;
  background: rgba(226, 216, 216, 0);
}
@media (max-width: 575px) {
  .cid-v0o75VfwVk .navbar-short {
    min-height: 70px;
  }
}
.cid-v0o75VfwVk .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-v0o75VfwVk .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0o75VfwVk .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-v0o75VfwVk .container-fluid {
    padding: 0 3px;
  }
}
.cid-v0o75VfwVk .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-v0o75VfwVk .navbar-nav {
  display: flex !important;
}
.cid-v0o75VfwVk .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-v0o75VfwVk .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-v0o75VfwVk .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-v0o75VfwVk .navbar-nav .nav-item .nav-link:hover,
.cid-v0o75VfwVk .navbar-nav .nav-item .nav-link:focus,
.cid-v0o75VfwVk .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-v0o75VfwVk .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #5e83a3 !important;
}
.cid-v0o75VfwVk .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-v0o75VfwVk .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-v0o75VfwVk button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #5e83a3, #24557d);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v0o75VfwVk button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-v0o75VfwVk button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v0o75VfwVk button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-v0o75VfwVk button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-v0o75VfwVk button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0o75VfwVk button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0o75VfwVk button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0o75VfwVk .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #5e83a3, #24557d);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v0o75VfwVk .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-v0o75VfwVk .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v0o75VfwVk .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-v0o75VfwVk .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-v0o75VfwVk .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0o75VfwVk .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0o75VfwVk .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-v0o75VfwVk .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-v0o75VfwVk .offcanvas.show {
  transform: translateX(0);
}
.cid-v0o75VfwVk .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-v0o75VfwVk .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v0o75VfwVk .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #5e83a3;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-v0o75VfwVk .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-v0o75VfwVk .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-v0o75VfwVk .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v0o75VfwVk .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-v0o75VfwVk .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-v0o75VfwVk .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-v0o75VfwVk .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-v0o75VfwVk .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-v0o75VfwVk .modal-backdrop.show {
  opacity: 0.8;
}
.cid-v0o75VfwVk .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-v0o75VfwVk ::-webkit-scrollbar {
  width: 1em;
}
.cid-v0o75VfwVk ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-v0o75VfwVk ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-v0o75VfwVk .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-v0o75VfwVk .social-container {
    padding-top: 40px;
  }
}
.cid-v0o75VfwVk .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
  text-align: center;
}
.cid-v0o75VfwVk .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-v0o75VfwVk .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #24557d, #c1c1c1);
  box-shadow: 10px 10px 19px #63635d, -10px -10px 19px #9098a4;
  transition: 0.4s all;
}
.cid-v0o75VfwVk .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v0o75VfwVk .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-v0o75VfwVk .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v0o75VfwVk .soc-item:hover:before {
  opacity: 1;
}
.cid-v0o75VfwVk .offcanvas_btn {
  margin-top: auto;
}
.cid-v0o75VfwVk .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-v0o75VfwVk .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-v0o75W3JOJ {
  background-image: url("../../../assets/images/armam-accueil.jpg-1920x1280.jpg");
}
.cid-v0o75W3JOJ .row {
  margin-left: -5rem;
}
.cid-v0o75W3JOJ .slider-text-two {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(255, 255, 255, 0.8);
  outline-offset: -15px;
  padding: 35px 65px;
  position: relative;
}
.cid-v0o75W3JOJ .mbr-section-title,
.cid-v0o75W3JOJ .mbr-section-subtitle {
  color: #232323;
}
.cid-v0o75W3JOJ .mbr-section-subtitle span {
  font-weight: bold;
}
.cid-v0o75W3JOJ .mbr-text {
  color: #ffffff;
  font-weight: 100;
}
.cid-v0o75W3JOJ .mbr-section-btn {
  color: white;
}
@media (max-width: 767px) {
  .cid-v0o75W3JOJ .row {
    margin-left: -15px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0o75W3JOJ .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.9);
  }
}
.cid-v0o75W3JOJ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v0o75W3JOJ .mbr-section-subtitle {
  color: #efefef;
  text-align: center;
}
.cid-v0o75W3JOJ .logo {
  height: 240px;
  width: 240px;
}
.cid-v0o75W3JOJ .wrap-img img {
  max-height: 200px;
  width: auto;
  max-width: 100%;
  display: revert;
}
.cid-v0o75W3JOJ img {
  display: inline-block;
}
.cid-v0o75W3JOJ .hr {
  color: #ffffff;
  width: 100%;
  opacity: 1;
}
.cid-v0o75W3JOJ mbr-section-subtitle {
  text-align: center;
}
.cid-v0o75W3JOJ H3 {
  color: #ffffff;
  font-size: 100px;
}
.cid-v0o75W3JOJ .mbr-section-Subtitle {
  color: #ffffff;
}
.cid-v0XgRbbE4k {
  z-index: 1000;
  width: 100%;
}
.cid-v0XgRbbE4k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0XgRbbE4k .dropdown-menu {
  padding: 0;
}
.cid-v0XgRbbE4k .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-v0XgRbbE4k .dropdown-item {
    text-align: left !important;
  }
}
.cid-v0XgRbbE4k .dropdown-item:hover {
  background-position: right !important;
}
.cid-v0XgRbbE4k .dropdown-item:hover:after {
  color: #272b2e;
}
.cid-v0XgRbbE4k .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0XgRbbE4k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0XgRbbE4k .nav-link {
  position: relative;
}
.cid-v0XgRbbE4k .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-v0XgRbbE4k .dropdown-menu,
.cid-v0XgRbbE4k .navbar.opened {
  background: #e2d8d8 !important;
}
.cid-v0XgRbbE4k .nav-item:focus,
.cid-v0XgRbbE4k .nav-link:focus {
  outline: none;
}
.cid-v0XgRbbE4k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0XgRbbE4k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0XgRbbE4k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0XgRbbE4k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0XgRbbE4k .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-v0XgRbbE4k .navbar.opened {
  transition: all 0.3s;
}
.cid-v0XgRbbE4k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0XgRbbE4k .navbar .navbar-logo img {
  width: auto;
}
.cid-v0XgRbbE4k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v0XgRbbE4k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0XgRbbE4k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0XgRbbE4k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0XgRbbE4k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0XgRbbE4k .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0XgRbbE4k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0XgRbbE4k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0XgRbbE4k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0XgRbbE4k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0XgRbbE4k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0XgRbbE4k .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-v0XgRbbE4k .navbar {
    min-height: 80px;
  }
}
.cid-v0XgRbbE4k .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-v0XgRbbE4k .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-v0XgRbbE4k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0XgRbbE4k .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-v0XgRbbE4k .navbar-brand {
    min-height: 69px;
  }
}
.cid-v0XgRbbE4k .dropdown-item.active,
.cid-v0XgRbbE4k .dropdown-item:active {
  background-color: transparent;
}
.cid-v0XgRbbE4k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0XgRbbE4k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0XgRbbE4k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0XgRbbE4k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e2d8d8;
}
.cid-v0XgRbbE4k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0XgRbbE4k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0XgRbbE4k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0XgRbbE4k button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #5e83a3, #24557d);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v0XgRbbE4k button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-v0XgRbbE4k button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v0XgRbbE4k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-v0XgRbbE4k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-v0XgRbbE4k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0XgRbbE4k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0XgRbbE4k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0XgRbbE4k nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0XgRbbE4k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0XgRbbE4k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0XgRbbE4k nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0XgRbbE4k .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-v0XgRbbE4k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0XgRbbE4k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0XgRbbE4k .navbar {
    height: 70px;
  }
  .cid-v0XgRbbE4k .navbar.opened {
    height: auto;
  }
  .cid-v0XgRbbE4k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0XgRbbE4k .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #e2d8d8;
  background: rgba(226, 216, 216, 0);
}
@media (max-width: 575px) {
  .cid-v0XgRbbE4k .navbar-short {
    min-height: 70px;
  }
}
.cid-v0XgRbbE4k .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-v0XgRbbE4k .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0XgRbbE4k .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-v0XgRbbE4k .container-fluid {
    padding: 0 3px;
  }
}
.cid-v0XgRbbE4k .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-v0XgRbbE4k .navbar-nav {
  display: flex !important;
}
.cid-v0XgRbbE4k .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-v0XgRbbE4k .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-v0XgRbbE4k .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-v0XgRbbE4k .navbar-nav .nav-item .nav-link:hover,
.cid-v0XgRbbE4k .navbar-nav .nav-item .nav-link:focus,
.cid-v0XgRbbE4k .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-v0XgRbbE4k .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #5e83a3 !important;
}
.cid-v0XgRbbE4k .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-v0XgRbbE4k .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-v0XgRbbE4k button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #5e83a3, #24557d);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v0XgRbbE4k button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-v0XgRbbE4k button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v0XgRbbE4k button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-v0XgRbbE4k button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-v0XgRbbE4k button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0XgRbbE4k button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0XgRbbE4k button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0XgRbbE4k .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #5e83a3, #24557d);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v0XgRbbE4k .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-v0XgRbbE4k .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v0XgRbbE4k .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-v0XgRbbE4k .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-v0XgRbbE4k .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0XgRbbE4k .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0XgRbbE4k .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-v0XgRbbE4k .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-v0XgRbbE4k .offcanvas.show {
  transform: translateX(0);
}
.cid-v0XgRbbE4k .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-v0XgRbbE4k .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v0XgRbbE4k .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #5e83a3;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-v0XgRbbE4k .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-v0XgRbbE4k .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-v0XgRbbE4k .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v0XgRbbE4k .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-v0XgRbbE4k .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-v0XgRbbE4k .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-v0XgRbbE4k .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-v0XgRbbE4k .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-v0XgRbbE4k .modal-backdrop.show {
  opacity: 0.8;
}
.cid-v0XgRbbE4k .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-v0XgRbbE4k ::-webkit-scrollbar {
  width: 1em;
}
.cid-v0XgRbbE4k ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-v0XgRbbE4k ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-v0XgRbbE4k .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-v0XgRbbE4k .social-container {
    padding-top: 40px;
  }
}
.cid-v0XgRbbE4k .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
  text-align: center;
}
.cid-v0XgRbbE4k .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-v0XgRbbE4k .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #24557d, #c1c1c1);
  box-shadow: 10px 10px 19px #63635d, -10px -10px 19px #9098a4;
  transition: 0.4s all;
}
.cid-v0XgRbbE4k .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v0XgRbbE4k .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-v0XgRbbE4k .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v0XgRbbE4k .soc-item:hover:before {
  opacity: 1;
}
.cid-v0XgRbbE4k .offcanvas_btn {
  margin-top: auto;
}
.cid-v0XgRbbE4k .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-v0XgRbbE4k .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-v0XhmFrgCF {
  background-image: url("https://ledretgilles.fr/armam/assets/images/page-accueil/armam-accueil-5A.jpg");
}
.cid-v0XhmFrgCF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0XhmFrgCF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0XhmFrgCF .card-wrapper {
  margin-top: -160px;
  padding: 30px;
  background-color: #272b2e8f;
  box-shadow: 0 8px 15px -8px #272b2e;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-v0XhmFrgCF .card-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0XhmFrgCF .card-wrapper {
    padding: 24px;
    margin-top: 0px;
  }
}
.cid-v0XhmFrgCF .card-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0XhmFrgCF .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #24557d;
  border-top: 2px solid #24557d;
  box-shadow: 0 8px 20px -8px #232323;
}
.cid-v0XhmFrgCF .card-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0XhmFrgCF .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0XhmFrgCF .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0XhmFrgCF .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-v0XhmFrgCF .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0XhmFrgCF .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0XhmFrgCF .card-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v0XhmFrgCF .mbr-label,
.cid-v0XhmFrgCF .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v0XhmFrgCF .mbr-section-title {
  color: #000000;
}
.cid-v0XhmFrgCF .mbr-text,
.cid-v0XhmFrgCF .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v0XhmFrgCF .mbr-section-title,
.cid-v0XhmFrgCF .title-wrapper,
.cid-v0XhmFrgCF .mbr-section-btn {
  text-align: center;
}
.cid-v0XhmFrgCF .mbr-texte,
.cid-v0XhmFrgCF .text-wrapper {
  color: #fff;
  text-align: justify;
}
.cid-v0XgRd30gO {
  padding-top: 1px;
  padding-bottom: 0px;
  background-color: #5e83a3;
}
.cid-v0XgRd30gO .mbr-text {
  color: #8d97ad;
}
.cid-v0XgRdhJ3g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2d8d8;
}
.cid-v0XgRdhJ3g .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0XgRdhJ3g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0XgRdhJ3g .container,
.cid-v0XgRdhJ3g .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v0XgRdhJ3g .container,
  .cid-v0XgRdhJ3g .container-fluid {
    padding: 0 20px;
  }
}
.cid-v0XgRdhJ3g a {
  display: block;
}
.cid-v0XgRdhJ3g a .logo-wrapper {
  padding: 0px 80px 0px 0;
  border-right: 1px solid #24557d;
  border-bottom: 1px solid #24557d;
}
@media (max-width: 992px) {
  .cid-v0XgRdhJ3g a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-v0XgRdhJ3g a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-v0XgRdhJ3g a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-v0XgRdhJ3g a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-v0XgRdhJ3g a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-v0XgRdhJ3g .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #24557d;
}
@media (max-width: 992px) {
  .cid-v0XgRdhJ3g .copy-wrapper {
    border-right: none;
  }
}
.cid-v0XgRdhJ3g .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-v0XgRdhJ3g .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0XgRdhJ3g .list-wrapper {
    height: auto;
    text-align: center;
  }
}
.cid-v0XgRdhJ3g .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v0XgRdhJ3g .list-wrapper .list {
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-v0XgRdhJ3g .list-wrapper .list .item-wrap {
  margin-bottom: 30px;
  transition: all 0.3s ease-out;
}
.cid-v0XgRdhJ3g .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0XgRdhJ3g .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-v0XgRdhJ3g .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-v0XgRdhJ3g .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0XgRdhJ3g .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-v0XgRdhJ3g .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #24557d;
  border-radius: 24px;
}
.cid-v0XgRdhJ3g .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-v0XgRdhJ3g .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-v0XgRdhJ3g .copyright {
  color: #24557d;
}
.cid-v0XgRdhJ3g .mbr-section-title {
  color: #3d4045;
}
.cid-v0XgRdhJ3g .mbr-text {
  color: #ffffff;
}
.cid-v0XgRdhJ3g .list {
  color: #5e83a3;
}
.cid-v0XgRdhJ3g .mbr-section-btn {
  text-align: right;
}
.cid-v0XgRdhJ3g .mbr-section-title,
.cid-v0XgRdhJ3g .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v0XgRdhJ3g .btn {
  padding: 15px 54px !important;
}
.cid-uvynpwjOjH {
  background-image: url("../../../assets/images/armam-formulaire.jpg-1620x1080.jpg");
}
.cid-uvynpwjOjH .row {
  margin-left: -5rem;
}
.cid-uvynpwjOjH .slider-text-two {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(255, 255, 255, 0.8);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
}
.cid-uvynpwjOjH .mbr-section-title,
.cid-uvynpwjOjH .mbr-section-subtitle {
  color: #232323;
}
.cid-uvynpwjOjH .mbr-section-subtitle span {
  font-weight: bold;
}
.cid-uvynpwjOjH .mbr-text {
  color: #ffffff;
  font-weight: 100;
}
.cid-uvynpwjOjH .mbr-section-btn {
  color: white;
}
@media (max-width: 767px) {
  .cid-uvynpwjOjH .row {
    margin-left: -15px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvynpwjOjH .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.9);
  }
}
.cid-uvynpwjOjH .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uvynpwjOjH .mbr-section-subtitle {
  color: #efefef;
  text-align: center;
}
.cid-uvynpwjOjH .wrap-img img {
  max-height: 100px;
  width: 50%;
  max-width: 100%;
  display: revert;
}
.cid-uvynpwjOjH .hr {
  color: #ffffff;
  width: 100%;
  opacity: 1;
}
.cid-uvynpwjOjH mbr-section-subtitle {
  text-align: center;
}
.cid-uvynpwjOjH H3 {
  color: #ffffff;
  font-size: 100px;
}
.cid-ut0njs0ilB {
  padding-top: 5rem;
  padding-bottom: 16rem;
}
.cid-ut0njs0ilB .title_block {
  margin-bottom: 80px;
}
.cid-ut0njs0ilB .mbr-section-subtitle {
  line-height: 40px;
  margin-bottom: 16px;
  margin-top: 110px;
  box-shadow: 0 0 55px rgba(0, 0, 0, 0.5);
  background-color: #00000040;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  color: #ffffff;
  letter-spacing: 0.1px;
}
@media (max-width: 767px) {
  .cid-ut0njs0ilB .mbr-section-subtitle {
    font-size: 18px;
  }
}
.cid-ut0njs0ilB .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-ut0njs0ilB .mbr-section-title {
    margin-top: -11px !important;
  }
}
.cid-ut0njs0ilB .tips {
  height: 82px;
  width: 82px;
  border-radius: 3px;
  margin: 3px;
}
.cid-ut0njs0ilB .image img {
  width: 10%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ut0njs0ilB .image img {
    width: 80%;
    height: 80%;
    margin: auto;
  }
}
.cid-ut0njs0ilB .mbr-text {
  margin-top: 30px;
}
.cid-ut0njs0ilB .card {
  margin-top: -50px;
}
.cid-ut0njs0ilB .nav-tabs {
  flex-wrap: wrap;
  justify-content: center;
  border: none;
  margin-bottom: 50px;
  margin-top: -60px;
}
@media (max-width: 767px) {
  .cid-ut0njs0ilB .nav-tabs {
    margin-top: -65px;
  }
}
.cid-ut0njs0ilB .nav-item {
  width: 190px;
  min-height: 20px;
}
.cid-ut0njs0ilB .nav-item .mbr-iconfont {
  margin: 0;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  font-size: 34px;
  line-height: 70px;
  text-align: center;
  margin-bottom: 5px;
}
.cid-ut0njs0ilB .tab1 {
  background-color: #5e83a3;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.cid-ut0njs0ilB .tab2 {
  background-color: #1a3459;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.cid-ut0njs0ilB .tab3 {
  background-color: #24557d;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.cid-ut0njs0ilB .tab4 {
  background-color: #b5310b;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.cid-ut0njs0ilB .tab5 {
  background-color: #b5310b;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.cid-ut0njs0ilB .nav-tabs .nav-link {
  padding: 8px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px !important;
  border: none;
  color: #879a9f !important;
}
.cid-ut0njs0ilB .nav-tabs .nav-item {
  margin: 5px;
}
@media (max-width: 991px) {
  .cid-ut0njs0ilB .title_block {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-ut0njs0ilB .nav-item {
    width: 46%;
    min-height: 150px;
  }
  .cid-ut0njs0ilB .nav-item .mbr-iconfont {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .cid-ut0njs0ilB .mbr-text {
    margin-top: 20px;
  }
  .cid-ut0njs0ilB .nav-tabs .nav-link {
    padding: 25px 10px;
  }
  .cid-ut0njs0ilB .nav-tabs .nav-item {
    margin: 0 10px 10px 0;
  }
  .cid-ut0njs0ilB .nav-tabs {
    margin-bottom: 30px;
  }
}
.cid-ut0njs0ilB P {
  color: #ffffff;
  text-align: center;
}
.cid-ut0njs0ilB h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 2px;
}
.cid-ut0njs0ilB h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ut0njs0ilB h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ut0njs0ilB .mbr-text,
.cid-ut0njs0ilB .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ut0njs0ilB p {
    font-size: 18px;
  }
}
.cid-ut0njs0ilB span {
  -webkit-text-stroke: 2px #ffffff;
  color: transparent;
}
.cid-ut0njs0ilB .mbr-section-subtitle P {
  text-align: right;
}
.cid-ut0njs0ilB .art {
  width: 25%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-ut0njs0ilB .art {
    width: 35%;
    margin-top: -25px;
  }
}
@media (max-width: 767px) {
  .cid-ut0njs0ilB .art {
    width: 45%;
    margin-top: -25px;
  }
}
.cid-ut0njs0ilB #facebook {
  position: fixed;
  z-index: 9999;
  bottom: 80px;
  left: 0px;
}
@media (max-width: 992px) {
  .cid-ut0njs0ilB #facebook {
    bottom: 140px;
  }
}
@media (max-width: 767px) {
  .cid-ut0njs0ilB #facebook {
    bottom: 10px;
    width: 25%;
  }
}
.cid-ut0njs0ilB .boutonfacebook {
  background-color: #ffffff00;
  color: white;
  padding: 10px 3px;
  border-radius: 4px;
  border-color: transparent;
}
.cid-ut0njs0ilB .mbr-section-subtitle,
.cid-ut0njs0ilB .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-utc1rKy7BB {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #e2d8d8;
}
.cid-utc1rKy7BB .mbr-fallback-image.disabled {
  display: none;
}
.cid-utc1rKy7BB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utc1rKy7BB .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-utc1rKy7BB .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-utc1rKy7BB .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-utc1rKy7BB .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-utc1rKy7BB .container {
    padding: 0 12px;
  }
}
.cid-utc1rKy7BB .row {
  justify-content: center;
}
.cid-utc1rKy7BB .mt-4 {
  margin-top: -15rem !important;
}
.cid-utc1rKy7BB .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-utc1rKy7BB .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-utc1rKy7BB .card {
    margin-bottom: 32px;
  }
}
.cid-utc1rKy7BB .card .card_1 {
  background-color: #24557d;
}
.cid-utc1rKy7BB .card .card_2 {
  background-color: #6f94a2;
}
.cid-utc1rKy7BB .card .card_3 {
  background-color: #6f94a2;
}
.cid-utc1rKy7BB .card .card-wrapper {
  padding: 32px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-utc1rKy7BB .card .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-utc1rKy7BB .card .card-wrapper .best-price {
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
}
.cid-utc1rKy7BB .card .card-wrapper .best-price .mbr-best {
  display: inline-flex;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 10px 10px;
  background-color: #b5310b;
}
.cid-utc1rKy7BB .card .card-wrapper .title-wrap {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-utc1rKy7BB .card .card-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-utc1rKy7BB .card .card-wrapper .title-wrap .mbr-card-title {
  min-width: 150px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-utc1rKy7BB .card .card-wrapper .title-wrap .mbr-card-title {
    min-width: 130px;
  }
}
.cid-utc1rKy7BB .card .card-wrapper .title-wrap .mbr-desc {
  margin: 16px 0 0;
}
.cid-utc1rKy7BB .card .card-wrapper .list-wrap .list-item {
  display: flex;
  border-bottom: 1px solid;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.cid-utc1rKy7BB .card .card-wrapper .list-wrap .list-item .mbr-list {
  margin-bottom: 0;
}
.cid-utc1rKy7BB .card .card-wrapper .list-wrap .list-item .dot {
  height: 95%;
  width: 0%;
  border-bottom: 1px dashed #b13634;
}
.cid-utc1rKy7BB .card .card-wrapper .list-wrap .list-item .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin-left: 12px;
  font-size: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #193656;
  color: #ffffff;
}
.cid-utc1rKy7BB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-utc1rKy7BB .mbr-best,
.cid-utc1rKy7BB .best-price {
  color: #ffffff;
  text-align: center;
}
.cid-utc1rKy7BB .mbr-card-title {
  color: #222222;
}
.cid-utc1rKy7BB .mbr-price {
  color: #222222;
  text-align: center;
}
.cid-utc1rKy7BB .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-utc1rKy7BB .mbr-list {
  color: #222222;
  text-align: center;
}
.cid-utc1rKy7BB .mbr-card-title,
.cid-utc1rKy7BB .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-utnucuNc5l {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #e2d8d8;
  position: relative;
  overflow: hidden;
}
.cid-utnucuNc5l .mbr-fallback-image.disabled {
  display: none;
}
.cid-utnucuNc5l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utnucuNc5l .bg-frame {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 5vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #24557d;
  box-shadow: 0 0 40px #24557d;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-utnucuNc5l .bg-frame {
    width: 10vw;
  }
}
.cid-utnucuNc5l .row {
  position: relative;
  z-index: 3;
}
.cid-utnucuNc5l .title-container {
  margin-top: 11rem;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-utnucuNc5l .title-container {
    margin-top: 0;
    margin-bottom: 60px;
  }
}
.cid-utnucuNc5l .mbr-section-title {
  color: #24557d;
  text-align: center;
}
.cid-utnucuNc5l .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-utnucuNc5l .mbr-section-subtitle {
  color: #e2d8d8;
  margin-top: 1rem;
  text-align: center;
}
.cid-utnucuNc5l .list-container {
  width: 100%;
}
.cid-utnucuNc5l .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-utnucuNc5l .list-item {
    flex-wrap: wrap;
    margin-bottom: 36px;
  }
}
@media (max-width: 575px) {
  .cid-utnucuNc5l .list-item {
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
}
.cid-utnucuNc5l .list-item-title {
  width: 55%;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-utnucuNc5l .list-item-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1rem;
  }
}
.cid-utnucuNc5l .list-title {
  color: #24557d;
  margin-bottom: 0;
}
.cid-utnucuNc5l .list-item-text {
  width: 45%;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-utnucuNc5l .list-item-text {
    width: 100%;
  }
}
.cid-utnucuNc5l .list-text {
  color: #24557d;
  margin-bottom: 0;
}
.cid-utnucuNc5l mark {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 6px;
  background-color: #b5310b;
  color: #fff;
}
.cid-utnucuNc5l .display-4 {
  line-height: 1.2;
}
.cid-utnWDgs1Br {
  padding-top: 1px;
  padding-bottom: 0px;
  background-color: #5e83a3;
}
.cid-utnWDgs1Br .mbr-text {
  color: #8d97ad;
}
.cid-uvmTLJUljh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2d8d8;
}
.cid-uvmTLJUljh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmTLJUljh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvmTLJUljh .container,
.cid-uvmTLJUljh .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvmTLJUljh .container,
  .cid-uvmTLJUljh .container-fluid {
    padding: 0 20px;
  }
}
.cid-uvmTLJUljh a {
  display: block;
}
.cid-uvmTLJUljh a .logo-wrapper {
  padding: 0px 80px 0px 0;
  border-right: 1px solid #24557d;
  border-bottom: 1px solid #24557d;
}
@media (max-width: 992px) {
  .cid-uvmTLJUljh a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-uvmTLJUljh a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-uvmTLJUljh a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-uvmTLJUljh a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uvmTLJUljh a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-uvmTLJUljh .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #24557d;
}
@media (max-width: 992px) {
  .cid-uvmTLJUljh .copy-wrapper {
    border-right: none;
  }
}
.cid-uvmTLJUljh .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uvmTLJUljh .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvmTLJUljh .list-wrapper {
    height: auto;
    text-align: center;
  }
}
.cid-uvmTLJUljh .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uvmTLJUljh .list-wrapper .list {
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-uvmTLJUljh .list-wrapper .list .item-wrap {
  margin-bottom: 30px;
  transition: all 0.3s ease-out;
}
.cid-uvmTLJUljh .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvmTLJUljh .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-uvmTLJUljh .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-uvmTLJUljh .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvmTLJUljh .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uvmTLJUljh .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #24557d;
  border-radius: 24px;
}
.cid-uvmTLJUljh .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-uvmTLJUljh .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-uvmTLJUljh .copyright {
  color: #24557d;
}
.cid-uvmTLJUljh .mbr-section-title {
  color: #3d4045;
}
.cid-uvmTLJUljh .mbr-text {
  color: #ffffff;
}
.cid-uvmTLJUljh .list {
  color: #5e83a3;
}
.cid-uvmTLJUljh .mbr-section-btn {
  text-align: right;
}
.cid-uvmTLJUljh .mbr-section-title,
.cid-uvmTLJUljh .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uvmTLJUljh .btn {
  padding: 15px 54px !important;
}
