.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #082e43 !important;
}
.bg-success {
  background-color: #082e43 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #f7f7f7 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #082e43 !important;
  border-color: #082e43 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #0d4d71 !important;
  border-color: #0d4d71 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d4d71 !important;
  border-color: #0d4d71 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #8a7053 !important;
  border-color: #8a7053 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #a68a6a !important;
  border-color: #a68a6a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a68a6a !important;
  border-color: #a68a6a !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-success,
.btn-success:active {
  background-color: #082e43 !important;
  border-color: #082e43 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #0d4d71 !important;
  border-color: #0d4d71 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0d4d71 !important;
  border-color: #0d4d71 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #787878 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #082e43;
  color: #082e43;
}
.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: #082e43 !important;
  border-color: #082e43 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #8a7053;
  color: #8a7053;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #544432 !important;
  background-color: transparent !important;
  border-color: #544432 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #8a7053 !important;
  border-color: #8a7053 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #082e43;
  color: #082e43;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #082e43 !important;
  border-color: #082e43 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f7f7f7;
  color: #f7f7f7;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cccccc !important;
  background-color: transparent !important;
  border-color: #cccccc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #787878 !important;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #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: #082e43 !important;
}
.text-secondary {
  color: #8a7053 !important;
}
.text-success {
  color: #082e43 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #f7f7f7 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4a3c2d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c4c4c4 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #082e43;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #f7f7f7;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #082e43;
  border-color: #082e43;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #082e43;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #47b0e9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #47b0e9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #082e43 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #082e43;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #082e43;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #082e43;
}
.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: #082e43;
  border-bottom-color: #082e43;
}
.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: #082e43 !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: #8a7053 !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='%23082e43' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uZvQYx1BrM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uZvQYx1BrM nav.navbar {
  position: fixed;
}
.cid-uZvQYx1BrM .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-uZvQYx1BrM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZvQYx1BrM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZvQYx1BrM .dropdown-item:hover,
.cid-uZvQYx1BrM .dropdown-item:focus {
  background: #082e43 !important;
  color: white !important;
}
.cid-uZvQYx1BrM .dropdown-item:hover span {
  color: white;
}
.cid-uZvQYx1BrM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZvQYx1BrM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZvQYx1BrM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZvQYx1BrM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZvQYx1BrM .nav-link {
  position: relative;
}
.cid-uZvQYx1BrM .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZvQYx1BrM .container {
    flex-wrap: wrap;
  }
}
.cid-uZvQYx1BrM .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZvQYx1BrM .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uZvQYx1BrM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZvQYx1BrM .dropdown-menu,
.cid-uZvQYx1BrM .navbar.opened {
  background: #ffffff !important;
}
.cid-uZvQYx1BrM .nav-item:focus,
.cid-uZvQYx1BrM .nav-link:focus {
  outline: none;
}
.cid-uZvQYx1BrM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZvQYx1BrM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZvQYx1BrM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZvQYx1BrM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZvQYx1BrM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZvQYx1BrM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZvQYx1BrM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uZvQYx1BrM .navbar.opened {
  transition: all 0.3s;
}
.cid-uZvQYx1BrM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZvQYx1BrM .navbar .navbar-logo img {
  width: auto;
}
.cid-uZvQYx1BrM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZvQYx1BrM .navbar.collapsed {
  justify-content: center;
}
.cid-uZvQYx1BrM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZvQYx1BrM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZvQYx1BrM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZvQYx1BrM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZvQYx1BrM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZvQYx1BrM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZvQYx1BrM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZvQYx1BrM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZvQYx1BrM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZvQYx1BrM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZvQYx1BrM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZvQYx1BrM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZvQYx1BrM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZvQYx1BrM .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-uZvQYx1BrM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZvQYx1BrM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZvQYx1BrM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZvQYx1BrM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZvQYx1BrM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZvQYx1BrM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZvQYx1BrM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZvQYx1BrM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZvQYx1BrM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZvQYx1BrM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZvQYx1BrM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZvQYx1BrM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZvQYx1BrM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZvQYx1BrM .dropdown-item.active,
.cid-uZvQYx1BrM .dropdown-item:active {
  background-color: transparent;
}
.cid-uZvQYx1BrM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZvQYx1BrM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZvQYx1BrM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZvQYx1BrM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZvQYx1BrM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZvQYx1BrM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZvQYx1BrM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZvQYx1BrM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZvQYx1BrM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZvQYx1BrM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZvQYx1BrM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZvQYx1BrM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZvQYx1BrM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZvQYx1BrM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZvQYx1BrM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZvQYx1BrM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZvQYx1BrM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZvQYx1BrM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZvQYx1BrM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZvQYx1BrM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZvQYx1BrM .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-uZvQYx1BrM .navbar {
    height: 70px;
  }
  .cid-uZvQYx1BrM .navbar.opened {
    height: auto;
  }
  .cid-uZvQYx1BrM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZvSfx5g8q {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/salle-de-bain-ad-plombier-2000x1700.webp");
}
.cid-uZvSfx5g8q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvSfx5g8q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZvSfx5g8q .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZvSfx5g8q .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uZvSfx5g8q .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZvSfx5g8q .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZvSfx5g8q .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZvSfx5g8q .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uZvSfx5g8q .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZvSfx5g8q .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uZvSfx5g8q .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZvSfx5g8q .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uZvSfx5g8q .mbr-section-title {
  color: #f1f5eb;
}
.cid-uZvSfx5g8q .mbr-text,
.cid-uZvSfx5g8q .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uZvSfx5g8q .mbr-section-title,
.cid-uZvSfx5g8q .mbr-section-btn {
  text-align: center;
}
.cid-uZHWEk64Is {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZHWEk64Is .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZHWEk64Is .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZHWEk64Is .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZHWEk64Is .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZHWEk64Is .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZHWEk64Is .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZHWEk64Is .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-uZHWEk64Is .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZHWEk64Is .mbr-section-title {
  color: #111111;
}
.cid-uZHWEk64Is .mbr-section-subtitle {
  color: #8a7053;
}
.cid-uZHWEk64Is .mbr-text,
.cid-uZHWEk64Is .text-wrapper {
  color: #666666;
}
.cid-uZHZD6mUjg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-uZHZD6mUjg .item:focus,
.cid-uZHZD6mUjg span:focus {
  outline: none;
}
.cid-uZHZD6mUjg .item {
  cursor: pointer;
}
.cid-uZHZD6mUjg .grid-container {
  grid-row-gap: 24px;
}
@media (max-width: 767px) {
  .cid-uZHZD6mUjg .grid-container {
    grid-row-gap: 24px;
  }
}
.cid-uZHZD6mUjg .grid-container-1,
.cid-uZHZD6mUjg .grid-container-2 {
  gap: 0 24px;
}
@media (max-width: 767px) {
  .cid-uZHZD6mUjg .grid-container-1,
  .cid-uZHZD6mUjg .grid-container-2 {
    gap: 0 24px;
  }
}
.cid-uZHZD6mUjg .mbr-section-title {
  margin-bottom: 44px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZHZD6mUjg .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZHZD6mUjg .content-head {
  max-width: 800px;
}
.cid-uZHZD6mUjg .container,
.cid-uZHZD6mUjg .container-fluid {
  overflow: hidden;
}
.cid-uZHZD6mUjg .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uZHZD6mUjg .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZHZD6mUjg .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
@media (max-width: 1200px) {
  .cid-uZHZD6mUjg .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZHZD6mUjg .grid-item img {
    min-width: 35vw;
  }
}
@media (max-width: 425px) {
  .cid-uZHZD6mUjg .grid-item img {
    height: 140px;
  }
}
.cid-uZHZD6mUjg .grid-container-1,
.cid-uZHZD6mUjg .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZHZD6mUjg .grid-container-1 {
  align-items: flex-end;
}
.cid-uZHZD6mUjg .grid-container-2 {
  align-items: flex-start;
  padding-bottom: 20px;
}
.cid-uZNKRHw5lk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8a7053;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uZNKRHw5lk .col-title {
    margin-bottom: 60px;
  }
}
.cid-uZNKRHw5lk .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-uZNKRHw5lk .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #ffffff;
}
.cid-uZNKRHw5lk .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.2;
}
.cid-uZNKRHw5lk .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uZNKRHw5lk .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uZvXebVTg0 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uZvXebVTg0 img,
.cid-uZvXebVTg0 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uZvXebVTg0 .item:focus,
.cid-uZvXebVTg0 span:focus {
  outline: none;
}
.cid-uZvXebVTg0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uZvXebVTg0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uZvXebVTg0 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZvXebVTg0 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uZvXebVTg0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZvXebVTg0 .mbr-section-title {
  color: #8a7053;
}
.cid-uZvXebVTg0 .mbr-text,
.cid-uZvXebVTg0 .mbr-section-btn {
  text-align: left;
}
.cid-uZvXebVTg0 .item-title {
  text-align: left;
  color: #082e43;
}
.cid-uZvXebVTg0 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uZHW2PUkDf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZHW2PUkDf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZHW2PUkDf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZHW2PUkDf .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZHW2PUkDf .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZHW2PUkDf .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZHW2PUkDf .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZHW2PUkDf .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-uZHW2PUkDf .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZHW2PUkDf .mbr-section-title {
  color: #111111;
}
.cid-uZHW2PUkDf .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-uZHW2PUkDf .mbr-text,
.cid-uZHW2PUkDf .text-wrapper {
  color: #666666;
}
.cid-uZI0nureoV {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #8a7053;
}
.cid-uZI0nureoV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZI0nureoV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZI0nureoV .mbr-section-title {
  color: #ffffff;
}
.cid-uZI0nureoV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZHZXEm36c {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZHZXEm36c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZHZXEm36c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZHZXEm36c .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
}
@media (max-width: 767px) {
  .cid-uZHZXEm36c .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZHZXEm36c .embla__slide .slide-content {
  width: 100%;
}
.cid-uZHZXEm36c .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZHZXEm36c .embla__slide .slide-content .item-wrapper {
    padding: 15px;
  }
}
.cid-uZHZXEm36c .embla__slide .slide-content .item-wrapper .item-content .item-img {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZHZXEm36c .embla__slide .slide-content .item-wrapper .item-content .item-img {
    margin-bottom: 20px;
  }
}
.cid-uZHZXEm36c .embla__slide .slide-content .item-wrapper .item-content .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZHZXEm36c .embla__slide .slide-content .item-wrapper .item-content .item-img img {
    height: 250px;
  }
}
.cid-uZHZXEm36c .embla__slide .slide-content .item-wrapper .item-content .item-title_1,
.cid-uZHZXEm36c .embla__slide .slide-content .item-wrapper .item-content .item-title_2 {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-uZHZXEm36c .embla__slide .slide-content .item-wrapper .item-content .item-text_1,
.cid-uZHZXEm36c .embla__slide .slide-content .item-wrapper .item-content .item-text_2 {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-uZHZXEm36c .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uZHZXEm36c .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZHZXEm36c .embla__slide .slide-content .card_1 {
  background-color: #ffffff;
}
.cid-uZHZXEm36c .embla__slide .slide-content .card_2 {
  background-color: #f7f4f2;
}
.cid-uZHZXEm36c .embla__button--next,
.cid-uZHZXEm36c .embla__button--prev {
  display: flex;
}
.cid-uZHZXEm36c .embla__button {
  top: 48%;
  width: 42px;
  height: 42px;
  font-size: 14px;
  background-color: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0.2rem 0.2rem 1rem #edefeb !important;
  opacity: 1 !important;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uZHZXEm36c .embla__button {
    top: 0;
  }
}
.cid-uZHZXEm36c .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uZHZXEm36c .embla__button:hover {
  background-color: #082e43 !important;
  color: #ffffff !important;
}
.cid-uZHZXEm36c .embla__button.embla__button--prev {
  left: 0;
}
.cid-uZHZXEm36c .embla__button.embla__button--next {
  right: 0;
}
.cid-uZHZXEm36c .embla {
  position: relative;
  width: 100%;
  padding: 0 80px 0 80px;
}
@media (max-width: 992px) {
  .cid-uZHZXEm36c .embla {
    padding: 4rem 0 0 0;
  }
}
.cid-uZHZXEm36c .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZHZXEm36c .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZHZXEm36c .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZHZXEm36c .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZHZXEm36c .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZHZXEm36c .item-title_1 {
  color: #000000;
}
.cid-uZHZXEm36c .item-title_2 {
  color: #000000;
}
.cid-uZHZXEm36c .item-text_1 {
  color: #000000;
}
.cid-uZHZXEm36c .item-text_2 {
  color: #000000;
}
.cid-uZNJJePVhG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uZNJJePVhG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNJJePVhG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNJJePVhG .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uZNJJePVhG .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uZNJJePVhG .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 992px) {
  .cid-uZNJJePVhG .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uZNJJePVhG .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uZNJJePVhG .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uZNJJePVhG .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uZNJJePVhG .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uZNJJePVhG .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uZNJJePVhG .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uZNJJePVhG .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uZNJJePVhG .mbr-section-title {
  color: #19171c;
}
.cid-uZNJJePVhG .panel-title {
  color: #19171c;
}
.cid-uZNJJePVhG .panel-text {
  color: #6e6e73;
}
.cid-uZvYMeJ13i {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uZvYMeJ13i .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uZvYMeJ13i .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-uZvYMeJ13i .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-uZvYMeJ13i .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-uZvYMeJ13i .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-uZvYMeJ13i .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-uZvYMeJ13i .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-uZvYMeJ13i .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-uZvYMeJ13i .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-uZvYMeJ13i .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-uZvYMeJ13i .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-uZvYMeJ13i .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-uZvYMeJ13i .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-uZvYMeJ13i .list-block {
  position: relative;
}
.cid-uZvYMeJ13i .list-block h4,
.cid-uZvYMeJ13i .list-block p {
  padding-left: 4.5rem;
}
.cid-uZvYMeJ13i .card-img {
  display: block;
}
.cid-uZvYMeJ13i input,
.cid-uZvYMeJ13i textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-uZvYMeJ13i input:focus,
.cid-uZvYMeJ13i textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-uZvYMeJ13i .form-control,
.cid-uZvYMeJ13i .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ecf1f8;
  border-color: #ffffff;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uZvYMeJ13i .form-control:hover,
.cid-uZvYMeJ13i .field-input:hover,
.cid-uZvYMeJ13i .form-control:focus,
.cid-uZvYMeJ13i .field-input:focus {
  background-color: #ecf1f8;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uZvYMeJ13i input::-webkit-input-placeholder,
.cid-uZvYMeJ13i textarea::-webkit-input-placeholder {
  color: #28303f;
}
.cid-uZvYMeJ13i input:-moz-placeholder,
.cid-uZvYMeJ13i textarea:-moz-placeholder {
  color: #28303f;
}
.cid-uZvYMeJ13i .jq-selectbox li,
.cid-uZvYMeJ13i .jq-selectbox li {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-uZvYMeJ13i .jq-selectbox li:hover,
.cid-uZvYMeJ13i .jq-selectbox li.selected {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-uZvYMeJ13i .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-uZvYMeJ13i .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-uZvYMeJ13i .mbr-form {
  max-width: 550px;
}
.cid-uZvYMeJ13i .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uZvYMeJ13i .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uZvYMeJ13i .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-uZvYMeJ13i .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uZvYMeJ13i .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-uZvYMeJ13i .mbr-form textarea {
  min-height: 100px;
}
.cid-uZvYMeJ13i .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #082e43;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-uZvYMeJ13i .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-uZvYMeJ13i .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uZvYMeJ13i .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-uZvYMeJ13i .mbr-section-title,
  .cid-uZvYMeJ13i .content-title,
  .cid-uZvYMeJ13i .mbr-section-btn {
    text-align: left;
  }
}
.cid-uZvYMeJ13i .text-content .list-block .list-item-text {
  color: #8a7053;
}
.cid-uZvZ2wKanQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #082e43;
}
.cid-uZvZ2wKanQ .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uZI6cxn0Ek {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uZI6cxn0Ek nav.navbar {
  position: fixed;
}
.cid-uZI6cxn0Ek .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-uZI6cxn0Ek .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZI6cxn0Ek .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZI6cxn0Ek .dropdown-item:hover,
.cid-uZI6cxn0Ek .dropdown-item:focus {
  background: #082e43 !important;
  color: white !important;
}
.cid-uZI6cxn0Ek .dropdown-item:hover span {
  color: white;
}
.cid-uZI6cxn0Ek .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZI6cxn0Ek .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZI6cxn0Ek .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZI6cxn0Ek .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZI6cxn0Ek .nav-link {
  position: relative;
}
.cid-uZI6cxn0Ek .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZI6cxn0Ek .container {
    flex-wrap: wrap;
  }
}
.cid-uZI6cxn0Ek .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZI6cxn0Ek .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uZI6cxn0Ek .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZI6cxn0Ek .dropdown-menu,
.cid-uZI6cxn0Ek .navbar.opened {
  background: #ffffff !important;
}
.cid-uZI6cxn0Ek .nav-item:focus,
.cid-uZI6cxn0Ek .nav-link:focus {
  outline: none;
}
.cid-uZI6cxn0Ek .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZI6cxn0Ek .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZI6cxn0Ek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZI6cxn0Ek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZI6cxn0Ek .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZI6cxn0Ek .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZI6cxn0Ek .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uZI6cxn0Ek .navbar.opened {
  transition: all 0.3s;
}
.cid-uZI6cxn0Ek .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZI6cxn0Ek .navbar .navbar-logo img {
  width: auto;
}
.cid-uZI6cxn0Ek .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZI6cxn0Ek .navbar.collapsed {
  justify-content: center;
}
.cid-uZI6cxn0Ek .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZI6cxn0Ek .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZI6cxn0Ek .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZI6cxn0Ek .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZI6cxn0Ek .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZI6cxn0Ek .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZI6cxn0Ek .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZI6cxn0Ek .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZI6cxn0Ek .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZI6cxn0Ek .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZI6cxn0Ek .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZI6cxn0Ek .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZI6cxn0Ek .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZI6cxn0Ek .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-uZI6cxn0Ek .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZI6cxn0Ek .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZI6cxn0Ek .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZI6cxn0Ek .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZI6cxn0Ek .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZI6cxn0Ek .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZI6cxn0Ek .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZI6cxn0Ek .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZI6cxn0Ek .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZI6cxn0Ek .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZI6cxn0Ek .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZI6cxn0Ek .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZI6cxn0Ek .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZI6cxn0Ek .dropdown-item.active,
.cid-uZI6cxn0Ek .dropdown-item:active {
  background-color: transparent;
}
.cid-uZI6cxn0Ek .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZI6cxn0Ek .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZI6cxn0Ek .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZI6cxn0Ek .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZI6cxn0Ek .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZI6cxn0Ek .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZI6cxn0Ek ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZI6cxn0Ek .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZI6cxn0Ek button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZI6cxn0Ek button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZI6cxn0Ek button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZI6cxn0Ek button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZI6cxn0Ek button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZI6cxn0Ek button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZI6cxn0Ek nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZI6cxn0Ek nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZI6cxn0Ek nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZI6cxn0Ek nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZI6cxn0Ek .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZI6cxn0Ek a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZI6cxn0Ek .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-uZI6cxn0Ek .navbar {
    height: 70px;
  }
  .cid-uZI6cxn0Ek .navbar.opened {
    height: auto;
  }
  .cid-uZI6cxn0Ek .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZI6zs3MsS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZI6zs3MsS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZI6zs3MsS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZI6cBh5Uv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #082e43;
}
.cid-uZI6cBh5Uv .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uZI95EVJ5b {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uZI95EVJ5b nav.navbar {
  position: fixed;
}
.cid-uZI95EVJ5b .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-uZI95EVJ5b .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZI95EVJ5b .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZI95EVJ5b .dropdown-item:hover,
.cid-uZI95EVJ5b .dropdown-item:focus {
  background: #082e43 !important;
  color: white !important;
}
.cid-uZI95EVJ5b .dropdown-item:hover span {
  color: white;
}
.cid-uZI95EVJ5b .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZI95EVJ5b .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZI95EVJ5b .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZI95EVJ5b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZI95EVJ5b .nav-link {
  position: relative;
}
.cid-uZI95EVJ5b .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZI95EVJ5b .container {
    flex-wrap: wrap;
  }
}
.cid-uZI95EVJ5b .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZI95EVJ5b .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uZI95EVJ5b .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZI95EVJ5b .dropdown-menu,
.cid-uZI95EVJ5b .navbar.opened {
  background: #ffffff !important;
}
.cid-uZI95EVJ5b .nav-item:focus,
.cid-uZI95EVJ5b .nav-link:focus {
  outline: none;
}
.cid-uZI95EVJ5b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZI95EVJ5b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZI95EVJ5b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZI95EVJ5b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZI95EVJ5b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZI95EVJ5b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZI95EVJ5b .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uZI95EVJ5b .navbar.opened {
  transition: all 0.3s;
}
.cid-uZI95EVJ5b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZI95EVJ5b .navbar .navbar-logo img {
  width: auto;
}
.cid-uZI95EVJ5b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZI95EVJ5b .navbar.collapsed {
  justify-content: center;
}
.cid-uZI95EVJ5b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZI95EVJ5b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZI95EVJ5b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZI95EVJ5b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZI95EVJ5b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZI95EVJ5b .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZI95EVJ5b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZI95EVJ5b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZI95EVJ5b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZI95EVJ5b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZI95EVJ5b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZI95EVJ5b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZI95EVJ5b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZI95EVJ5b .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-uZI95EVJ5b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZI95EVJ5b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZI95EVJ5b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZI95EVJ5b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZI95EVJ5b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZI95EVJ5b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZI95EVJ5b .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZI95EVJ5b .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZI95EVJ5b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZI95EVJ5b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZI95EVJ5b .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZI95EVJ5b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZI95EVJ5b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZI95EVJ5b .dropdown-item.active,
.cid-uZI95EVJ5b .dropdown-item:active {
  background-color: transparent;
}
.cid-uZI95EVJ5b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZI95EVJ5b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZI95EVJ5b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZI95EVJ5b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZI95EVJ5b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZI95EVJ5b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZI95EVJ5b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZI95EVJ5b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZI95EVJ5b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZI95EVJ5b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZI95EVJ5b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZI95EVJ5b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZI95EVJ5b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZI95EVJ5b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZI95EVJ5b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZI95EVJ5b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZI95EVJ5b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZI95EVJ5b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZI95EVJ5b .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZI95EVJ5b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZI95EVJ5b .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-uZI95EVJ5b .navbar {
    height: 70px;
  }
  .cid-uZI95EVJ5b .navbar.opened {
    height: auto;
  }
  .cid-uZI95EVJ5b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZI9pUGx8A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZI9pUGx8A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZI9pUGx8A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZI9ngp9Ip {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZI9ngp9Ip blockquote {
  border-color: #082e43;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uZI95GnwIG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #082e43;
}
.cid-uZI95GnwIG .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-v0h8EFMGJt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v0h8EFMGJt nav.navbar {
  position: fixed;
}
.cid-v0h8EFMGJt .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-v0h8EFMGJt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0h8EFMGJt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0h8EFMGJt .dropdown-item:hover,
.cid-v0h8EFMGJt .dropdown-item:focus {
  background: #082e43 !important;
  color: white !important;
}
.cid-v0h8EFMGJt .dropdown-item:hover span {
  color: white;
}
.cid-v0h8EFMGJt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0h8EFMGJt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0h8EFMGJt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0h8EFMGJt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0h8EFMGJt .nav-link {
  position: relative;
}
.cid-v0h8EFMGJt .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v0h8EFMGJt .container {
    flex-wrap: wrap;
  }
}
.cid-v0h8EFMGJt .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v0h8EFMGJt .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v0h8EFMGJt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0h8EFMGJt .dropdown-menu,
.cid-v0h8EFMGJt .navbar.opened {
  background: #ffffff !important;
}
.cid-v0h8EFMGJt .nav-item:focus,
.cid-v0h8EFMGJt .nav-link:focus {
  outline: none;
}
.cid-v0h8EFMGJt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0h8EFMGJt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0h8EFMGJt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0h8EFMGJt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0h8EFMGJt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0h8EFMGJt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0h8EFMGJt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v0h8EFMGJt .navbar.opened {
  transition: all 0.3s;
}
.cid-v0h8EFMGJt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0h8EFMGJt .navbar .navbar-logo img {
  width: auto;
}
.cid-v0h8EFMGJt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0h8EFMGJt .navbar.collapsed {
  justify-content: center;
}
.cid-v0h8EFMGJt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0h8EFMGJt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0h8EFMGJt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v0h8EFMGJt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0h8EFMGJt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0h8EFMGJt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0h8EFMGJt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0h8EFMGJt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0h8EFMGJt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0h8EFMGJt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0h8EFMGJt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0h8EFMGJt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0h8EFMGJt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0h8EFMGJt .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-v0h8EFMGJt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0h8EFMGJt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0h8EFMGJt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0h8EFMGJt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0h8EFMGJt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0h8EFMGJt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v0h8EFMGJt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v0h8EFMGJt .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0h8EFMGJt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0h8EFMGJt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0h8EFMGJt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0h8EFMGJt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0h8EFMGJt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0h8EFMGJt .dropdown-item.active,
.cid-v0h8EFMGJt .dropdown-item:active {
  background-color: transparent;
}
.cid-v0h8EFMGJt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0h8EFMGJt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0h8EFMGJt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0h8EFMGJt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0h8EFMGJt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0h8EFMGJt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0h8EFMGJt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0h8EFMGJt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0h8EFMGJt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0h8EFMGJt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0h8EFMGJt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0h8EFMGJt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0h8EFMGJt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0h8EFMGJt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0h8EFMGJt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0h8EFMGJt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0h8EFMGJt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0h8EFMGJt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0h8EFMGJt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0h8EFMGJt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0h8EFMGJt .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-v0h8EFMGJt .navbar {
    height: 70px;
  }
  .cid-v0h8EFMGJt .navbar.opened {
    height: auto;
  }
  .cid-v0h8EFMGJt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0h8PtL1UW {
  display: flex;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-v0h8PtL1UW .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-v0h8PtL1UW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0h8PtL1UW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0h8PtL1UW .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-v0h8PtL1UW .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-v0h8PtL1UW {
    align-items: center;
  }
  .cid-v0h8PtL1UW .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v0h8PtL1UW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0h8PtL1UW {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v0h8PtL1UW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v0h8PtL1UW .content-wrap {
    width: 100%;
  }
}
.cid-v0h8PtL1UW .mbr-section-title {
  text-align: center;
}
.cid-v0h8PtL1UW .mbr-text,
.cid-v0h8PtL1UW .mbr-section-btn {
  text-align: center;
}
.cid-v0h8EGsXFK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #082e43;
}
.cid-v0h8EGsXFK .media-container-row .mbr-text {
  color: #fdfde1;
}
