.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #5f6366 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #9c1b1b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #5f6366 !important;
  border-color: #5f6366 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #353739 !important;
  border-color: #353739 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #353739 !important;
  border-color: #353739 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9c1b1b !important;
  border-color: #9c1b1b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #520e0e !important;
  border-color: #520e0e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #520e0e !important;
  border-color: #520e0e !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e43f3f;
  color: #e43f3f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: #b31919 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !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: #5f6366;
  color: #5f6366;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #353739 !important;
  background-color: transparent!important;
  border-color: #353739 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5f6366 !important;
  border-color: #5f6366 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #9c1b1b;
  color: #9c1b1b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #520e0e !important;
  background-color: transparent!important;
  border-color: #520e0e !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #9c1b1b !important;
  border-color: #9c1b1b !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: #ffffff !important;
}
.text-secondary {
  color: #e43f3f !important;
}
.text-success {
  color: #5f6366 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #9c1b1b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a61717 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2e3031 !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: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #450c0c !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #9c1b1b;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #9fa3a6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e25555;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !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: #e43f3f !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='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-ui1V400CP5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ui1V400CP5 nav.navbar {
  position: fixed;
}
.cid-ui1V400CP5 .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-ui1V400CP5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ui1V400CP5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ui1V400CP5 .dropdown-item:hover,
.cid-ui1V400CP5 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-ui1V400CP5 .dropdown-item:hover span {
  color: white;
}
.cid-ui1V400CP5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ui1V400CP5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ui1V400CP5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ui1V400CP5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ui1V400CP5 .nav-link {
  position: relative;
}
.cid-ui1V400CP5 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ui1V400CP5 .container {
    flex-wrap: wrap;
  }
}
.cid-ui1V400CP5 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ui1V400CP5 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ui1V400CP5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ui1V400CP5 .dropdown-menu,
.cid-ui1V400CP5 .navbar.opened {
  background: #000000 !important;
}
.cid-ui1V400CP5 .nav-item:focus,
.cid-ui1V400CP5 .nav-link:focus {
  outline: none;
}
.cid-ui1V400CP5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ui1V400CP5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ui1V400CP5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ui1V400CP5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ui1V400CP5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ui1V400CP5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ui1V400CP5 .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: #000000;
}
.cid-ui1V400CP5 .navbar.opened {
  transition: all 0.3s;
}
.cid-ui1V400CP5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ui1V400CP5 .navbar .navbar-logo img {
  width: auto;
}
.cid-ui1V400CP5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ui1V400CP5 .navbar.collapsed {
  justify-content: center;
}
.cid-ui1V400CP5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ui1V400CP5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ui1V400CP5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ui1V400CP5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ui1V400CP5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ui1V400CP5 .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-ui1V400CP5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ui1V400CP5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ui1V400CP5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ui1V400CP5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ui1V400CP5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ui1V400CP5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ui1V400CP5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ui1V400CP5 .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-ui1V400CP5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ui1V400CP5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ui1V400CP5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ui1V400CP5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ui1V400CP5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ui1V400CP5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ui1V400CP5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ui1V400CP5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ui1V400CP5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ui1V400CP5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ui1V400CP5 .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-ui1V400CP5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ui1V400CP5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ui1V400CP5 .dropdown-item.active,
.cid-ui1V400CP5 .dropdown-item:active {
  background-color: transparent;
}
.cid-ui1V400CP5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ui1V400CP5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ui1V400CP5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ui1V400CP5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ui1V400CP5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ui1V400CP5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ui1V400CP5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ui1V400CP5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ui1V400CP5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ui1V400CP5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9966;
}
.cid-ui1V400CP5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ui1V400CP5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui1V400CP5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui1V400CP5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ui1V400CP5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui1V400CP5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ui1V400CP5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ui1V400CP5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui1V400CP5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ui1V400CP5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ui1V400CP5 .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-ui1V400CP5 .navbar {
    height: 70px;
  }
  .cid-ui1V400CP5 .navbar.opened {
    height: auto;
  }
  .cid-ui1V400CP5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s48MCQYojq .mbr-section-title {
  text-align: center;
}
.cid-s48MCQYojq .mbr-text,
.cid-s48MCQYojq .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-s48MCQYojq .mbr-section-title,
  .cid-s48MCQYojq .mbr-section-btn,
  .cid-s48MCQYojq .mbr-text {
    text-align: center;
  }
}
.cid-tBSXEagbNZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBSXEagbNZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBSXEagbNZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tBSXEagbNZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBSXEagbNZ .row {
  flex-direction: row-reverse;
}
.cid-tBSXEagbNZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tBSXEagbNZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tBSXEagbNZ .mbr-text {
  text-align: left;
}
.cid-unSyHkIUU9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unSyHkIUU9 .item-wrapper {
  position: relative;
  overflow: initial;
}
.cid-unSyHkIUU9 .item-img:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cid-unSyHkIUU9 .item:hover .item-img:before {
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-unSyHkIUU9 .col-12 {
    margin-top: 30px;
  }
  .cid-unSyHkIUU9 .col-12:first-child {
    margin-top: 0px;
  }
  .cid-unSyHkIUU9 .col-12:nth-child(2) {
    margin-top: 0px;
  }
  .cid-unSyHkIUU9 .col-12:nth-child(3) {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .cid-unSyHkIUU9 .col-12:nth-child(2) {
    margin-top: 30px;
  }
  .cid-unSyHkIUU9 .col-12:nth-child(3) {
    margin-top: 30px;
  }
}
.cid-unSwNBzZll {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e9e9e6;
}
.cid-unSwNBzZll .mbr-fallback-image.disabled {
  display: none;
}
.cid-unSwNBzZll .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unSwNBzZll .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-unSwNBzZll .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-unSwNBzZll .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-unSwNBzZll .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-unSwNBzZll .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-unSwNBzZll .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-unSwNBzZll .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-unSwNBzZll .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-unSwNBzZll .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-unSwNBzZll .image-wrapper {
    padding-left: 0;
  }
}
.cid-unSwNBzZll .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-unSwNBzZll .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-unSwNBzZll .mbr-section-title {
  color: #000000;
}
.cid-unSwNBzZll .mbr-desc {
  color: #000000;
}
.cid-unSwNBzZll .mbr-text {
  color: #000000;
}
.cid-uc0vJMK0Yk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f0f0f0;
}
.cid-uc0vJMK0Yk .media-container-row {
  justify-content: space-between;
}
.cid-uc0vJMK0Yk .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uc0vJMK0Yk .text-content {
    max-width: none;
  }
}
.cid-uc0vJMK0Yk .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uc0vJMK0Yk .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uc0vJMK0Yk .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uc0vJMK0Yk .icons {
    justify-content: center !important;
  }
  .cid-uc0vJMK0Yk .text-content * {
    text-align: center;
  }
}
.cid-tBSYvg03YH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-tBSYvg03YH .row .mbr-text {
  color: #ffffff;
}
.cid-ugNqnMzNet .navbar-dropdown {
  position: relative !important;
}
.cid-ugNqnMzNet .navbar-dropdown {
  position: absolute !important;
}
.cid-ugNqnMzNet .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-ugNqnMzNet .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugNqnMzNet .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugNqnMzNet .dropdown-item:hover,
.cid-ugNqnMzNet .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-ugNqnMzNet .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugNqnMzNet .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugNqnMzNet .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugNqnMzNet .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugNqnMzNet .nav-link {
  position: relative;
}
.cid-ugNqnMzNet .container {
  display: flex;
  margin: auto;
}
.cid-ugNqnMzNet .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugNqnMzNet .dropdown-menu,
.cid-ugNqnMzNet .navbar.opened {
  background: #5f6366 !important;
}
.cid-ugNqnMzNet .nav-item:focus,
.cid-ugNqnMzNet .nav-link:focus {
  outline: none;
}
.cid-ugNqnMzNet .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugNqnMzNet .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugNqnMzNet .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugNqnMzNet .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugNqnMzNet .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugNqnMzNet .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugNqnMzNet .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.6);
}
.cid-ugNqnMzNet .navbar.opened {
  transition: all 0.3s;
}
.cid-ugNqnMzNet .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugNqnMzNet .navbar .navbar-logo img {
  width: auto;
}
.cid-ugNqnMzNet .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugNqnMzNet .navbar.collapsed {
  justify-content: center;
}
.cid-ugNqnMzNet .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugNqnMzNet .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugNqnMzNet .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugNqnMzNet .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugNqnMzNet .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugNqnMzNet .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-ugNqnMzNet .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugNqnMzNet .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugNqnMzNet .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugNqnMzNet .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugNqnMzNet .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugNqnMzNet .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugNqnMzNet .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugNqnMzNet .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-ugNqnMzNet .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugNqnMzNet .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugNqnMzNet .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugNqnMzNet .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugNqnMzNet .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugNqnMzNet .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugNqnMzNet .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugNqnMzNet .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugNqnMzNet .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugNqnMzNet .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-ugNqnMzNet .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugNqnMzNet .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugNqnMzNet .dropdown-item.active,
.cid-ugNqnMzNet .dropdown-item:active {
  background-color: transparent;
}
.cid-ugNqnMzNet .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugNqnMzNet .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugNqnMzNet .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugNqnMzNet .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-ugNqnMzNet .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugNqnMzNet .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugNqnMzNet ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugNqnMzNet .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugNqnMzNet button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugNqnMzNet button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugNqnMzNet button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugNqnMzNet button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugNqnMzNet button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugNqnMzNet button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugNqnMzNet nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugNqnMzNet nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugNqnMzNet nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugNqnMzNet nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugNqnMzNet .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugNqnMzNet a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugNqnMzNet .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-ugNqnMzNet .navbar {
    height: 70px;
  }
  .cid-ugNqnMzNet .navbar.opened {
    height: auto;
  }
  .cid-ugNqnMzNet .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFGMfPD7iT {
  padding-top: 17rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/ciel-800x400.jpg");
}
.cid-sFGMfPD7iT .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-sFGMfPD7iT .mbr-text,
.cid-sFGMfPD7iT .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-sFGOTvnvck {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sFGOTvnvck .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sFGOTvnvck .card {
    margin-bottom: 2rem!important;
  }
  .cid-sFGOTvnvck .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGOTvnvck .link-wrap {
    align-items: center;
  }
}
.cid-sFGOTvnvck .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFGOTvnvck .card-title,
.cid-sFGOTvnvck .card-box {
  text-align: left;
}
.cid-sFGNHRkFsi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e7e6e6;
}
.cid-sFGNHRkFsi .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sFGNHRkFsi .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFGNHRkFsi .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-u6lOk5E9bA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fffae3;
}
.cid-u6lOk5E9bA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6lOk5E9bA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6lOk5E9bA .video-wrapper iframe {
  width: 100%;
}
.cid-u6lOk5E9bA .mbr-section-title,
.cid-u6lOk5E9bA .mbr-description {
  text-align: center;
}
.cid-u6lOk5E9bA .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-u6lOk5E9bA .text-wrapper {
    padding: 2rem;
    padding-right: 4rem;
  }
}
.cid-u6lOk5E9bA .mbr-text {
  text-align: left;
}
.cid-u6lOkl5IOC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u6lOkl5IOC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6lOkl5IOC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6lOkl5IOC .video-wrapper iframe {
  width: 100%;
}
.cid-u6lOkl5IOC .mbr-section-title,
.cid-u6lOkl5IOC .mbr-description {
  text-align: center;
}
.cid-u6lOkl5IOC .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-u6lOkl5IOC .text-wrapper {
    padding: 2rem;
    padding-right: 4rem;
  }
}
.cid-u6lOQ0aWs0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fffae3;
}
.cid-u6lOQ0aWs0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6lOQ0aWs0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6lOQ0aWs0 .video-wrapper iframe {
  width: 100%;
}
.cid-u6lOQ0aWs0 .mbr-section-title,
.cid-u6lOQ0aWs0 .mbr-description {
  text-align: center;
}
.cid-u6lOQ0aWs0 .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-u6lOQ0aWs0 .text-wrapper {
    padding: 2rem;
    padding-right: 4rem;
  }
}
.cid-sFGTcFRqw0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sFGTcFRqw0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sFGTcFRqw0 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sFGTcFRqw0 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sFGTcFRqw0 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sFGTcFRqw0 textarea {
  min-height: 10rem;
}
.cid-sFGVxOqzIN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-sFGVxOqzIN .media-container-row {
  justify-content: space-between;
}
.cid-sFGVxOqzIN .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-sFGVxOqzIN .text-content {
    max-width: none;
  }
}
.cid-sFGVxOqzIN .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sFGVxOqzIN .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-sFGVxOqzIN .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sFGVxOqzIN .icons {
    justify-content: center !important;
  }
  .cid-sFGVxOqzIN .text-content * {
    text-align: center;
  }
}
.cid-sFGSOnwtIp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-sFGSOnwtIp .row .mbr-text {
  color: #ffffff;
}
.cid-ui1Vexv6CS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ui1Vexv6CS nav.navbar {
  position: fixed;
}
.cid-ui1Vexv6CS .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-ui1Vexv6CS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ui1Vexv6CS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ui1Vexv6CS .dropdown-item:hover,
.cid-ui1Vexv6CS .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-ui1Vexv6CS .dropdown-item:hover span {
  color: white;
}
.cid-ui1Vexv6CS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ui1Vexv6CS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ui1Vexv6CS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ui1Vexv6CS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ui1Vexv6CS .nav-link {
  position: relative;
}
.cid-ui1Vexv6CS .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ui1Vexv6CS .container {
    flex-wrap: wrap;
  }
}
.cid-ui1Vexv6CS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ui1Vexv6CS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ui1Vexv6CS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ui1Vexv6CS .dropdown-menu,
.cid-ui1Vexv6CS .navbar.opened {
  background: #000000 !important;
}
.cid-ui1Vexv6CS .nav-item:focus,
.cid-ui1Vexv6CS .nav-link:focus {
  outline: none;
}
.cid-ui1Vexv6CS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ui1Vexv6CS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ui1Vexv6CS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ui1Vexv6CS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ui1Vexv6CS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ui1Vexv6CS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ui1Vexv6CS .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: #000000;
}
.cid-ui1Vexv6CS .navbar.opened {
  transition: all 0.3s;
}
.cid-ui1Vexv6CS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ui1Vexv6CS .navbar .navbar-logo img {
  width: auto;
}
.cid-ui1Vexv6CS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ui1Vexv6CS .navbar.collapsed {
  justify-content: center;
}
.cid-ui1Vexv6CS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ui1Vexv6CS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ui1Vexv6CS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ui1Vexv6CS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ui1Vexv6CS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ui1Vexv6CS .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-ui1Vexv6CS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ui1Vexv6CS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ui1Vexv6CS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ui1Vexv6CS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ui1Vexv6CS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ui1Vexv6CS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ui1Vexv6CS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ui1Vexv6CS .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-ui1Vexv6CS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ui1Vexv6CS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ui1Vexv6CS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ui1Vexv6CS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ui1Vexv6CS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ui1Vexv6CS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ui1Vexv6CS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ui1Vexv6CS .navbar.navbar-short {
  min-height: 60px;
}
.cid-ui1Vexv6CS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ui1Vexv6CS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ui1Vexv6CS .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-ui1Vexv6CS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ui1Vexv6CS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ui1Vexv6CS .dropdown-item.active,
.cid-ui1Vexv6CS .dropdown-item:active {
  background-color: transparent;
}
.cid-ui1Vexv6CS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ui1Vexv6CS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ui1Vexv6CS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ui1Vexv6CS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ui1Vexv6CS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ui1Vexv6CS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ui1Vexv6CS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ui1Vexv6CS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ui1Vexv6CS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ui1Vexv6CS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9966;
}
.cid-ui1Vexv6CS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ui1Vexv6CS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui1Vexv6CS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui1Vexv6CS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ui1Vexv6CS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui1Vexv6CS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ui1Vexv6CS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ui1Vexv6CS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui1Vexv6CS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ui1Vexv6CS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ui1Vexv6CS .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-ui1Vexv6CS .navbar {
    height: 70px;
  }
  .cid-ui1Vexv6CS .navbar.opened {
    height: auto;
  }
  .cid-ui1Vexv6CS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8vt2KMb7F {
  align-items: flex-start;
  padding-top: 0;
}
.cid-u8vt2KMb7F .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8vt2KMb7F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u8vt2KMb7F .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u8vt2KMb7F .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u8vt2KMb7F .container {
    padding: 0 22px;
  }
}
.cid-u8vt2KMb7F .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 180px 80px 64px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-u8vt2KMb7F .content-wrapper {
    padding: 180px 80px 32px;
  }
}
@media (max-width: 1199px) {
  .cid-u8vt2KMb7F .content-wrapper {
    padding: 180px 40px 32px;
  }
}
@media (max-width: 992px) {
  .cid-u8vt2KMb7F .content-wrapper {
    padding: 180px 22px 32px;
  }
}
.cid-u8vt2KMb7F .content-wrapper .content-wrap {
  width: 90%;
}
@media (max-width: 1199px) {
  .cid-u8vt2KMb7F .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-u8vt2KMb7F .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8vt2KMb7F .content-wrapper .content-wrap .mbr-text {
  margin: 8px 0 6px;
}
.cid-u8vt2KMb7F .content-wrapper img {
  position: absolute;
  object-fit: cover;
  height: 200px;
  width: 200px;
}
@media (max-width: 1500px) {
  .cid-u8vt2KMb7F .content-wrapper img {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 1199px) {
  .cid-u8vt2KMb7F .content-wrapper img {
    display: none;
  }
}
.cid-u8vt2KMb7F .content-wrapper .image_1 {
  bottom: 0;
  left: 0;
  border-radius: 0 100% 0 0 !important;
}
.cid-u8vt2KMb7F .content-wrapper .image_2 {
  bottom: 0;
  right: 0;
  border-radius: 100% 0 0 0 !important;
}
.cid-u8vt2KMb7F .mbr-section-title {
  color: #ffffff;
}
.cid-u8vt2KMb7F .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u8vt2KMb7F .mbr-section-title,
.cid-u8vt2KMb7F .mbr-section-btn {
  text-align: center;
}
.cid-ugIoyEdoIS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf4da;
}
.cid-ugIoyEdoIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugIoyEdoIS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugIoyEdoIS .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ugIoyEdoIS .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ugIoyEdoIS .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ugIoyEdoIS .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ugIoyEdoIS .container {
    padding: 0 24px;
  }
}
.cid-ugIoyEdoIS .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-ugIoyEdoIS .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-ugIoyEdoIS .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-ugIoyEdoIS .item .item-wrapper {
  min-height: 630px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 2rem !important;
  background-color: #18212d;
  padding: 48px;
}
@media (max-width: 1200px) {
  .cid-ugIoyEdoIS .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-ugIoyEdoIS .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-ugIoyEdoIS .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-ugIoyEdoIS .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-ugIoyEdoIS .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-ugIoyEdoIS .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-ugIoyEdoIS .item-title {
  color: #ffffff;
}
.cid-ugIoyEdoIS .item-text {
  color: #ffffff;
}
.cid-tBSYvg03YH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-tBSYvg03YH .row .mbr-text {
  color: #ffffff;
}
.cid-ugNep1p1DM .navbar-dropdown {
  position: relative !important;
}
.cid-ugNep1p1DM .navbar-dropdown {
  position: absolute !important;
}
.cid-ugNep1p1DM .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-ugNep1p1DM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugNep1p1DM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugNep1p1DM .dropdown-item:hover,
.cid-ugNep1p1DM .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-ugNep1p1DM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugNep1p1DM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugNep1p1DM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugNep1p1DM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugNep1p1DM .nav-link {
  position: relative;
}
.cid-ugNep1p1DM .container {
  display: flex;
  margin: auto;
}
.cid-ugNep1p1DM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugNep1p1DM .dropdown-menu,
.cid-ugNep1p1DM .navbar.opened {
  background: #5f6366 !important;
}
.cid-ugNep1p1DM .nav-item:focus,
.cid-ugNep1p1DM .nav-link:focus {
  outline: none;
}
.cid-ugNep1p1DM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugNep1p1DM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugNep1p1DM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugNep1p1DM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugNep1p1DM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugNep1p1DM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugNep1p1DM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.6);
}
.cid-ugNep1p1DM .navbar.opened {
  transition: all 0.3s;
}
.cid-ugNep1p1DM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugNep1p1DM .navbar .navbar-logo img {
  width: auto;
}
.cid-ugNep1p1DM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugNep1p1DM .navbar.collapsed {
  justify-content: center;
}
.cid-ugNep1p1DM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugNep1p1DM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugNep1p1DM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ugNep1p1DM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugNep1p1DM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugNep1p1DM .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-ugNep1p1DM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugNep1p1DM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugNep1p1DM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugNep1p1DM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugNep1p1DM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugNep1p1DM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugNep1p1DM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugNep1p1DM .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-ugNep1p1DM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugNep1p1DM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugNep1p1DM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugNep1p1DM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugNep1p1DM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugNep1p1DM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugNep1p1DM .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugNep1p1DM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugNep1p1DM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugNep1p1DM .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-ugNep1p1DM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugNep1p1DM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugNep1p1DM .dropdown-item.active,
.cid-ugNep1p1DM .dropdown-item:active {
  background-color: transparent;
}
.cid-ugNep1p1DM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugNep1p1DM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugNep1p1DM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugNep1p1DM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-ugNep1p1DM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugNep1p1DM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugNep1p1DM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugNep1p1DM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugNep1p1DM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugNep1p1DM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugNep1p1DM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugNep1p1DM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugNep1p1DM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugNep1p1DM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugNep1p1DM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugNep1p1DM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugNep1p1DM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugNep1p1DM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugNep1p1DM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugNep1p1DM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugNep1p1DM .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-ugNep1p1DM .navbar {
    height: 70px;
  }
  .cid-ugNep1p1DM .navbar.opened {
    height: auto;
  }
  .cid-ugNep1p1DM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uc02w66h7z {
  padding-top: 17rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/image-psaume-15-3-1024x1024.jpg");
}
.cid-uc02w66h7z .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-uc02w66h7z .mbr-text,
.cid-uc02w66h7z .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-ue5Vg35OQ2 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ue5Vg35OQ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue5Vg35OQ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue5Vg35OQ2 .video-wrapper iframe {
  width: 100%;
}
.cid-ue5Vg35OQ2 .mbr-section-title,
.cid-ue5Vg35OQ2 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ue5Vg35OQ2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ue5Vg35OQ2 .mbr-text {
  text-align: left;
}
.cid-ue5Vg35OQ2 .mbr-section-title {
  color: #000000;
}
.cid-uc02w7d39c {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fffae3;
}
.cid-uc02w7d39c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc02w7d39c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc02w7d39c .video-wrapper iframe {
  width: 100%;
}
.cid-uc02w7d39c .mbr-section-title,
.cid-uc02w7d39c .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uc02w7d39c .text-wrapper {
    padding: 2rem;
  }
}
.cid-uc02w7d39c .mbr-text {
  text-align: left;
}
.cid-uc02w7d39c .mbr-section-title {
  color: #000000;
}
.cid-uf7iQIQ3BK {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uf7iQIQ3BK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf7iQIQ3BK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf7iQIQ3BK .video-wrapper iframe {
  width: 100%;
}
.cid-uf7iQIQ3BK .mbr-section-title,
.cid-uf7iQIQ3BK .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uf7iQIQ3BK .text-wrapper {
    padding: 2rem;
  }
}
.cid-uf7iQIQ3BK .mbr-text {
  text-align: left;
}
.cid-uf7iQIQ3BK .mbr-section-title {
  color: #232323;
}
.cid-ugNaPTGMTy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d2fdff;
}
.cid-ugNaPTGMTy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugNaPTGMTy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugNaPTGMTy .video-wrapper iframe {
  width: 100%;
}
.cid-ugNaPTGMTy .mbr-section-title,
.cid-ugNaPTGMTy .mbr-section-subtitle,
.cid-ugNaPTGMTy .mbr-text {
  text-align: center;
}
.cid-uc02w8iuAx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uc02w8iuAx .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uc02w8iuAx form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uc02w8iuAx form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uc02w8iuAx form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uc02w8iuAx textarea {
  min-height: 10rem;
}
.cid-uc02w8E4Sd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-uc02w8E4Sd .media-container-row {
  justify-content: space-between;
}
.cid-uc02w8E4Sd .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uc02w8E4Sd .text-content {
    max-width: none;
  }
}
.cid-uc02w8E4Sd .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uc02w8E4Sd .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uc02w8E4Sd .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uc02w8E4Sd .icons {
    justify-content: center !important;
  }
  .cid-uc02w8E4Sd .text-content * {
    text-align: center;
  }
}
.cid-uc02w99Ths {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-uc02w99Ths .row .mbr-text {
  color: #ffffff;
}
.cid-ugNpb0bHiw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugNpb0bHiw nav.navbar {
  position: fixed;
}
.cid-ugNpb0bHiw .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-ugNpb0bHiw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugNpb0bHiw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugNpb0bHiw .dropdown-item:hover,
.cid-ugNpb0bHiw .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-ugNpb0bHiw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugNpb0bHiw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugNpb0bHiw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugNpb0bHiw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugNpb0bHiw .nav-link {
  position: relative;
}
.cid-ugNpb0bHiw .container {
  display: flex;
  margin: auto;
}
.cid-ugNpb0bHiw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugNpb0bHiw .dropdown-menu,
.cid-ugNpb0bHiw .navbar.opened {
  background: #000000 !important;
}
.cid-ugNpb0bHiw .nav-item:focus,
.cid-ugNpb0bHiw .nav-link:focus {
  outline: none;
}
.cid-ugNpb0bHiw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugNpb0bHiw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugNpb0bHiw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugNpb0bHiw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugNpb0bHiw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugNpb0bHiw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugNpb0bHiw .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: #000000;
}
.cid-ugNpb0bHiw .navbar.opened {
  transition: all 0.3s;
}
.cid-ugNpb0bHiw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugNpb0bHiw .navbar .navbar-logo img {
  width: auto;
}
.cid-ugNpb0bHiw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugNpb0bHiw .navbar.collapsed {
  justify-content: center;
}
.cid-ugNpb0bHiw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugNpb0bHiw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugNpb0bHiw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugNpb0bHiw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugNpb0bHiw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugNpb0bHiw .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-ugNpb0bHiw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugNpb0bHiw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugNpb0bHiw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugNpb0bHiw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugNpb0bHiw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugNpb0bHiw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugNpb0bHiw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugNpb0bHiw .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-ugNpb0bHiw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugNpb0bHiw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugNpb0bHiw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugNpb0bHiw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugNpb0bHiw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugNpb0bHiw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugNpb0bHiw .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugNpb0bHiw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugNpb0bHiw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugNpb0bHiw .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-ugNpb0bHiw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugNpb0bHiw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugNpb0bHiw .dropdown-item.active,
.cid-ugNpb0bHiw .dropdown-item:active {
  background-color: transparent;
}
.cid-ugNpb0bHiw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugNpb0bHiw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugNpb0bHiw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugNpb0bHiw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugNpb0bHiw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugNpb0bHiw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugNpb0bHiw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugNpb0bHiw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugNpb0bHiw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugNpb0bHiw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9966;
}
.cid-ugNpb0bHiw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugNpb0bHiw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugNpb0bHiw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugNpb0bHiw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugNpb0bHiw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugNpb0bHiw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugNpb0bHiw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugNpb0bHiw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugNpb0bHiw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugNpb0bHiw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugNpb0bHiw .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-ugNpb0bHiw .navbar {
    height: 70px;
  }
  .cid-ugNpb0bHiw .navbar.opened {
    height: auto;
  }
  .cid-ugNpb0bHiw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFHoAfPmXB {
  padding-top: 21rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/pexels-mabelamber-133682-2000x1333.jpg");
}
.cid-sFHoAfPmXB .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sFHoAfPmXB .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sFHoAfPmXB .mbr-section-title {
  color: #1f2d46;
}
.cid-sFHoAfPmXB .mbr-text,
.cid-sFHoAfPmXB .mbr-section-btn {
  color: #1f2d46;
}
.cid-sFHvmoQ5Jg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sFHvmoQ5Jg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sFHvmoQ5Jg .row {
    flex-direction: column-reverse;
  }
  .cid-sFHvmoQ5Jg .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sFHvmoQ5Jg .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sFHvmoQ5Jg .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sFHvmoQ5Jg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFHuaHz0Qy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1f2d46;
}
.cid-sFHuaHz0Qy .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sFHuaHz0Qy .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sFHuaHz0Qy .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFHuaHz0Qy .card-wrapper {
    padding: 4rem;
  }
}
.cid-sFHuaHz0Qy .mbr-text,
.cid-sFHuaHz0Qy .mbr-section-btn {
  color: #1f2d46;
  text-align: center;
}
.cid-sFHuaHz0Qy .card-title,
.cid-sFHuaHz0Qy .card-box {
  text-align: left;
  color: #000000;
}
.cid-sFHr5fwP9J {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #d2fdff;
}
.cid-sFHr5fwP9J .timeline-element {
  position: relative;
}
.cid-sFHr5fwP9J .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-sFHr5fwP9J .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFHr5fwP9J .mbr-section-title,
.cid-sFHr5fwP9J .mbr-section-subtitle,
.cid-sFHr5fwP9J .timeline-date {
  text-align: center;
}
.cid-sFHr5fwP9J .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #b4dfe5;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sFHr5fwP9J .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-sFHr5fwP9J .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-sFHr5fwP9J .row:after {
  content: "";
  position: absolute;
  background-color: #b4dfe5;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-sFHr5fwP9J .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-sFHr5fwP9J .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sFHr5fwP9J .timeline-date-wrapper,
  .cid-sFHr5fwP9J .timeline-text-wrapper,
  .cid-sFHr5fwP9J .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-sFHr5fwP9J .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-sFHr5fwP9J .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sFHr5fwP9J .timeline-date-wrapper,
  .cid-sFHr5fwP9J .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sFHr5fwP9J .timeline-date-wrapper,
  .cid-sFHr5fwP9J .timeline-text-wrapper,
  .cid-sFHr5fwP9J .image-wrapper {
    padding: 2rem;
  }
}
.cid-sFHujWGouW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sFHujWGouW .mbr-media {
  position: relative;
}
.cid-sFHujWGouW .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sFHujWGouW .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sFHujWGouW .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-sFHujWGouW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sFHujWGouW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sFHujWGouW .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sFHujWGouW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sFHujWGouW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uq8FmsUbV3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #d2fdff;
}
.cid-uq8FmsUbV3 .timeline-element {
  position: relative;
}
.cid-uq8FmsUbV3 .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uq8FmsUbV3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uq8FmsUbV3 .mbr-section-title,
.cid-uq8FmsUbV3 .mbr-section-subtitle,
.cid-uq8FmsUbV3 .timeline-date {
  text-align: center;
}
.cid-uq8FmsUbV3 .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #b4dfe5;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uq8FmsUbV3 .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-uq8FmsUbV3 .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-uq8FmsUbV3 .row:after {
  content: "";
  position: absolute;
  background-color: #b4dfe5;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-uq8FmsUbV3 .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uq8FmsUbV3 .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uq8FmsUbV3 .timeline-date-wrapper,
  .cid-uq8FmsUbV3 .timeline-text-wrapper,
  .cid-uq8FmsUbV3 .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-uq8FmsUbV3 .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-uq8FmsUbV3 .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uq8FmsUbV3 .timeline-date-wrapper,
  .cid-uq8FmsUbV3 .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uq8FmsUbV3 .timeline-date-wrapper,
  .cid-uq8FmsUbV3 .timeline-text-wrapper,
  .cid-uq8FmsUbV3 .image-wrapper {
    padding: 2rem;
  }
}
.cid-uq8H7Ny3Ek .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uq8H7Ny3Ek .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uq8H7Ny3Ek .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uq8H7Ny3Ek .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uq8H7Ny3Ek .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uq8H7Ny3Ek .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uq8H7Ny3Ek .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
#custom-html-4h {
  /* Type valid CSS here */
  /* Styles du tableau sans bordure visible */
}
#custom-html-4h div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4h p {
  font-size: 60px;
  color: #777;
}
#custom-html-4h .container {
  max-width: 500px;
  margin: auto;
  background: #ffffff;
  padding: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
#custom-html-4h .custom-table {
  width: 100%;
  border-collapse: collapse;
}
#custom-html-4h .custom-table td {
  vertical-align: top;
  padding: 10px;
  width: 50%;
}
#custom-html-4h .text {
  font-size: 12px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 10px;
}
#custom-html-4h .subtitle {
  font-size: 1.2em;
  margin: 10px 0;
  color: #333;
}
#custom-html-4h .italic-text {
  font-size: 0.9em;
  font-style: italic;
  color: #555;
}
#custom-html-4h .audio-container {
  position: relative;
  width: 100%;
  padding: 20px;
  background-image: url('https://eglise-evangelique-arles.fr/site/assets/images/Fond-noir.jpg');
  /* Remplacez par votre image */
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 2px solid #007bff;
}
#custom-html-4h .audio-player {
  width: 100%;
  border: none;
  background-color: transparent;
}
#custom-html-4h button {
  padding: 10px 15px;
  margin: 5px;
  border: none;
  border-radius: 5px;
  background-color: #33301d;
  color: #e3d688;
  cursor: pointer;
}
#custom-html-4h button:hover {
  background-color: #0056b3;
}
#custom-html-4h audio::-webkit-media-controls-panel {
  background-color: rgba(255, 255, 255, 0.7);
}
#custom-html-4h audio::-webkit-media-controls-play-button,
#custom-html-4h audio::-webkit-media-controls-timeline,
#custom-html-4h audio::-webkit-media-controls-volume-slider {
  background-color: rgba(255, 255, 255, 0.7);
}
#custom-html-4h audio::-webkit-media-controls-current-time-display,
#custom-html-4h audio::-webkit-media-controls-time-remaining-display {
  color: #000;
}
.cid-uq91kPxAXE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #d2fdff;
}
.cid-uq91kPxAXE .timeline-element {
  position: relative;
}
.cid-uq91kPxAXE .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uq91kPxAXE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uq91kPxAXE .mbr-section-title,
.cid-uq91kPxAXE .mbr-section-subtitle,
.cid-uq91kPxAXE .timeline-date {
  text-align: center;
}
.cid-uq91kPxAXE .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #b4dfe5;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uq91kPxAXE .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-uq91kPxAXE .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-uq91kPxAXE .row:after {
  content: "";
  position: absolute;
  background-color: #b4dfe5;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-uq91kPxAXE .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uq91kPxAXE .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uq91kPxAXE .timeline-date-wrapper,
  .cid-uq91kPxAXE .timeline-text-wrapper,
  .cid-uq91kPxAXE .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-uq91kPxAXE .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-uq91kPxAXE .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uq91kPxAXE .timeline-date-wrapper,
  .cid-uq91kPxAXE .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uq91kPxAXE .timeline-date-wrapper,
  .cid-uq91kPxAXE .timeline-text-wrapper,
  .cid-uq91kPxAXE .image-wrapper {
    padding: 2rem;
  }
}
#custom-html-4k {
  /* Type valid CSS here */
  /* Styles du tableau sans bordure visible */
}
#custom-html-4k div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4k p {
  font-size: 60px;
  color: #777;
}
#custom-html-4k .container {
  max-width: 500px;
  margin: auto;
  background: #ffffff;
  padding: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
#custom-html-4k .custom-table {
  width: 100%;
  border-collapse: collapse;
}
#custom-html-4k .custom-table td {
  vertical-align: top;
  padding: 10px;
  width: 50%;
}
#custom-html-4k .text {
  font-size: 12px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 10px;
}
#custom-html-4k .subtitle {
  font-size: 1.2em;
  margin: 10px 0;
  color: #333;
}
#custom-html-4k .italic-text {
  font-size: 0.9em;
  font-style: italic;
  color: #0000;
}
#custom-html-4k .audio-container {
  position: relative;
  width: 100%;
  padding: 20px;
  background-image: url('https://eglise-evangelique-arles.fr/site/assets/images/Fond-noir.jpg');
  /* Remplacez par votre image */
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 2px solid #007bff;
}
#custom-html-4k .audio-player {
  width: 100%;
  border: none;
  background-color: transparent;
}
#custom-html-4k button {
  padding: 10px 15px;
  margin: 5px;
  border: none;
  border-radius: 5px;
  background-color: #33301d;
  color: #e3d688;
  cursor: pointer;
}
#custom-html-4k button:hover {
  background-color: #0056b3;
}
#custom-html-4k audio::-webkit-media-controls-panel {
  background-color: rgba(255, 255, 255, 0.7);
}
#custom-html-4k audio::-webkit-media-controls-play-button,
#custom-html-4k audio::-webkit-media-controls-timeline,
#custom-html-4k audio::-webkit-media-controls-volume-slider {
  background-color: rgba(255, 255, 255, 0.7);
}
#custom-html-4k audio::-webkit-media-controls-current-time-display,
#custom-html-4k audio::-webkit-media-controls-time-remaining-display {
  color: #000;
}
.cid-ufoWxxaELW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-ug3CzFy1ek {
  background-color: transparent;
}
.cid-ug3CzFy1ek .navbar-dropdown {
  background-color: #cecdc7 !important;
  padding: 0;
}
.cid-ug3CzFy1ek .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #cecdc7 !important;
  background: #cecdc7;
}
.cid-ug3CzFy1ek .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ug3CzFy1ek .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ug3CzFy1ek .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ug3CzFy1ek .menu_box .navbar.opened,
  .cid-ug3CzFy1ek .menu_box .navbar-collapse {
    background-color: #cecdc7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ug3CzFy1ek .navbar-dropdown {
  position: relative !important;
}
.cid-ug3CzFy1ek .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-ug3CzFy1ek .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ug3CzFy1ek .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ug3CzFy1ek .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-ug3CzFy1ek .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ug3CzFy1ek .btn:hover {
  box-shadow: none;
}
.cid-ug3CzFy1ek .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ug3CzFy1ek .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-ug3CzFy1ek .nav-item {
    margin: 0 !important;
  }
}
.cid-ug3CzFy1ek .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #000000;
}
.cid-ug3CzFy1ek .nav-item .nav-link:hover,
.cid-ug3CzFy1ek .nav-item .nav-link:focus {
  border: 1px solid #000000;
}
.cid-ug3CzFy1ek .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ug3CzFy1ek .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ug3CzFy1ek .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ug3CzFy1ek .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ug3CzFy1ek .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ug3CzFy1ek .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ug3CzFy1ek .offcanvas_box {
    display: none;
  }
}
.cid-ug3CzFy1ek .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ug3CzFy1ek .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ug3CzFy1ek .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ug3CzFy1ek .container {
  display: flex;
  margin: auto;
}
.cid-ug3CzFy1ek .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ug3CzFy1ek .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ug3CzFy1ek .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-ug3CzFy1ek .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-ug3CzFy1ek .navbar-nav {
    margin: 0;
  }
}
.cid-ug3CzFy1ek .dropdown-menu,
.cid-ug3CzFy1ek .navbar.opened {
  background-color: false !important;
}
.cid-ug3CzFy1ek .nav-item:focus,
.cid-ug3CzFy1ek .nav-link:focus {
  outline: none;
}
.cid-ug3CzFy1ek .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ug3CzFy1ek .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ug3CzFy1ek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ug3CzFy1ek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ug3CzFy1ek .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ug3CzFy1ek .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ug3CzFy1ek .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ug3CzFy1ek .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ug3CzFy1ek .navbar.opened {
  transition: all 0.3s;
}
.cid-ug3CzFy1ek .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ug3CzFy1ek .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-ug3CzFy1ek .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ug3CzFy1ek .navbar.collapsed {
  justify-content: center;
}
.cid-ug3CzFy1ek .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ug3CzFy1ek .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ug3CzFy1ek .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ug3CzFy1ek .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ug3CzFy1ek .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ug3CzFy1ek .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ug3CzFy1ek .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ug3CzFy1ek .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ug3CzFy1ek .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ug3CzFy1ek .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ug3CzFy1ek .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ug3CzFy1ek .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ug3CzFy1ek .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ug3CzFy1ek .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ug3CzFy1ek .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ug3CzFy1ek .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ug3CzFy1ek .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ug3CzFy1ek .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ug3CzFy1ek .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ug3CzFy1ek .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ug3CzFy1ek .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ug3CzFy1ek .navbar.navbar-short {
  min-height: 60px;
}
.cid-ug3CzFy1ek .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ug3CzFy1ek .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ug3CzFy1ek .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-ug3CzFy1ek .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-ug3CzFy1ek .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ug3CzFy1ek .dropdown-item.active,
.cid-ug3CzFy1ek .dropdown-item:active {
  background-color: transparent;
}
.cid-ug3CzFy1ek .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-ug3CzFy1ek .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ug3CzFy1ek .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ug3CzFy1ek .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ug3CzFy1ek ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ug3CzFy1ek .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ug3CzFy1ek button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #cecdc7;
  background: #ffffff;
}
.cid-ug3CzFy1ek button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ug3CzFy1ek button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ug3CzFy1ek button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ug3CzFy1ek button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ug3CzFy1ek button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ug3CzFy1ek nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ug3CzFy1ek nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ug3CzFy1ek nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ug3CzFy1ek nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ug3CzFy1ek a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ug3CzFy1ek .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ug3CzFy1ek .navbar {
    height: 70px;
  }
  .cid-ug3CzFy1ek .navbar.opened {
    height: auto;
  }
  .cid-ug3CzFy1ek .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ug3CzFy1ek .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-ug3CzFy1ek .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ug3CzFy1ek .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ug3CzFy1ek .text_widget {
  margin-bottom: 32px;
}
.cid-ug3CzFy1ek .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ug3CzFy1ek .text_widget a:hover,
.cid-ug3CzFy1ek .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-ug3CzFy1ek .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-ug3CzFy1ek .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ug3CzFy1ek .navbar-caption {
  color: #000000;
}
.cid-ug3CzFy1ek .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ug3CzFy1ek .mbr-section-subtitle,
.cid-ug3CzFy1ek .text_widget,
.cid-ug3CzFy1ek .mbr-section-btn {
  text-align: center;
}
.cid-ug3CzFy1ek a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ug3tcaGvon {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #cecdc7;
  overflow: hidden;
  position: relative;
}
.cid-ug3tcaGvon img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 800px;
  border-radius: 8rem 8rem 0 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ug3tcaGvon img {
    height: 400px;
  }
}
.cid-ug3tcaGvon .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug3tcaGvon .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug3tcaGvon .card {
  justify-content: flex-end;
}
.cid-ug3tcaGvon .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-ug3tcaGvon .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-ug3tcaGvon .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-ug3tcaGvon .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ug3tcaGvon .text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-ug3tcaGvon .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-ug3tcaGvon .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-ug3tcaGvon .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ug3tcaGvon .image-wrapper {
  display: flex;
  align-items: flex-end;
  min-height: 720px;
}
@media (max-width: 992px) {
  .cid-ug3tcaGvon .image-wrapper {
    min-height: 400px;
  }
}
.cid-ug3tcaGvon .image-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-ug3tcaGvon .image-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 32px;
  border-radius: 1rem !important;
  background-color: #d0e59f;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-ug3tcaGvon .image-wrapper .card-wrapper .card-wrap {
    width: 100%;
    padding: 40px 16px;
    display: block;
  }
}
.cid-ug3tcaGvon .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-ug3tcaGvon .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-ug3tcaGvon .image-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #000000;
  display: block;
}
.cid-ug3tcaGvon .image-wrapper .card-wrapper .card-wrap .icon-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ug3tcaGvon .mbr-section-title {
  color: #000000;
}
.cid-ug3tcaGvon .mbr-text {
  color: #000000;
}
.cid-ug3tcaGvon .card-text {
  color: #000000;
}
.cid-ug3y0wshmY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-ug3y0wshmY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug3y0wshmY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug3y0wshmY .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ug3y0wshmY .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-ug3y0wshmY .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ug3y0wshmY .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-ug3y0wshmY .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ug3y0wshmY .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ug3y0wshmY .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ug3y0wshmY .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-ug3y0wshmY .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-ug3y0wshmY .image-wrapper {
    padding-left: 0;
  }
}
.cid-ug3y0wshmY .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-ug3y0wshmY .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-ug3y0wshmY .mbr-section-title {
  color: #000000;
}
.cid-ug3y0wshmY .mbr-desc {
  color: #000000;
}
.cid-ug3y0wshmY .mbr-text {
  color: #000000;
}
.cid-ug3yH2E3S9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #cecdc7;
}
.cid-ug3yH2E3S9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug3yH2E3S9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug3yH2E3S9 .row {
  justify-content: space-between;
}
.cid-ug3yH2E3S9 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-ug3yH2E3S9 .content-wrapper {
    padding: 0;
  }
}
.cid-ug3yH2E3S9 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ug3yH2E3S9 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ug3yH2E3S9 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ug3yH2E3S9 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ug3yH2E3S9 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ug3yH2E3S9 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-ug3yH2E3S9 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-ug3yH2E3S9 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-ug3yH2E3S9 .mbr-section-title {
  color: #000000;
}
.cid-ug3yH2E3S9 .mbr-desc {
  color: #000000;
}
.cid-ug3yH2E3S9 .mbr-text {
  color: #000000;
}
.cid-ug3Aw4lB47 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d0e59f;
}
.cid-ug3Aw4lB47 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug3Aw4lB47 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug3Aw4lB47 .content-wrapper .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ug3Aw4lB47 .content-wrapper .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-ug3Aw4lB47 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ug3Aw4lB47 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-ug3Aw4lB47 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ug3Aw4lB47 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ug3Aw4lB47 .box {
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-ug3Aw4lB47 .box {
    width: 100%;
  }
}
.cid-ug3Aw4lB47 .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-ug3Aw4lB47 .box .mbr-media {
    height: 350px;
  }
}
.cid-ug3Aw4lB47 .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-ug3Aw4lB47 .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-ug3Aw4lB47 .box .mbr-media .mbr-iconfont {
  font-size: 32px;
  color: #d0e59f;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-ug3Aw4lB47 .mbr-media {
  position: relative;
}
.cid-ug3Aw4lB47 .mbr-media img {
  object-fit: cover;
}
.cid-ug3Aw4lB47 a:hover {
  background-image: none !important;
}
.cid-ug3Aw4lB47 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 95px;
  width: 95px;
  border-radius: 100%;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-ug3Aw4lB47 .icon-wrap:hover,
.cid-ug3Aw4lB47 .icon-wrap:focus {
  background-color: #d0e59f;
}
.cid-ug3Aw4lB47 .icon-wrap:hover .mbr-iconfont,
.cid-ug3Aw4lB47 .icon-wrap:focus .mbr-iconfont {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-ug3Aw4lB47 .icon-wrap {
    height: 60px;
    width: 60px;
  }
}
.cid-ug3Aw4lB47 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-ug3Aw4lB47 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ug3Aw4lB47 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ug3Aw4lB47 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ug3Aw4lB47 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ug3Aw4lB47 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ug3Aw4lB47 .mbr-section-title {
  color: #000000;
}
.cid-ug3Aw4lB47 .mbr-text {
  color: #000000;
}
#custom-html-4b {
  /* Type valid CSS here */
  /* Styles du tableau sans bordure visible */
}
#custom-html-4b div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4b p {
  font-size: 60px;
  color: #777;
}
#custom-html-4b .container {
  max-width: 500px;
  margin: auto;
  background: #ffffff;
  padding: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
#custom-html-4b .custom-table {
  width: 100%;
  border-collapse: collapse;
}
#custom-html-4b .custom-table td {
  vertical-align: top;
  padding: 10px;
  width: 50%;
}
#custom-html-4b .text {
  font-size: 12px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 10px;
}
#custom-html-4b .subtitle {
  font-size: 1.2em;
  margin: 10px 0;
  color: #333;
}
#custom-html-4b .italic-text {
  font-size: 0.9em;
  font-style: italic;
  color: #555;
}
#custom-html-4b .audio-container {
  position: relative;
  width: 100%;
  padding: 20px;
  background-image: url('https://eglise-evangelique-arles.fr/site/assets/images/Fond-noir.jpg');
  /* Remplacez par votre image */
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 2px solid #007bff;
}
#custom-html-4b .audio-player {
  width: 100%;
  border: none;
  background-color: transparent;
}
#custom-html-4b button {
  padding: 10px 15px;
  margin: 5px;
  border: none;
  border-radius: 5px;
  background-color: #33301d;
  color: #e3d688;
  cursor: pointer;
}
#custom-html-4b button:hover {
  background-color: #0056b3;
}
#custom-html-4b audio::-webkit-media-controls-panel {
  background-color: rgba(255, 255, 255, 0.7);
}
#custom-html-4b audio::-webkit-media-controls-play-button,
#custom-html-4b audio::-webkit-media-controls-timeline,
#custom-html-4b audio::-webkit-media-controls-volume-slider {
  background-color: rgba(255, 255, 255, 0.7);
}
#custom-html-4b audio::-webkit-media-controls-current-time-display,
#custom-html-4b audio::-webkit-media-controls-time-remaining-display {
  color: #000;
}
.cid-ui0PvZsr0M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d0e59f;
}
.cid-ui0PvZsr0M .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0PvZsr0M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui0PvZsr0M .content-wrapper .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ui0PvZsr0M .content-wrapper .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-ui0PvZsr0M .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ui0PvZsr0M .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-ui0PvZsr0M .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ui0PvZsr0M .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ui0PvZsr0M .box {
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-ui0PvZsr0M .box {
    width: 100%;
  }
}
.cid-ui0PvZsr0M .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-ui0PvZsr0M .box .mbr-media {
    height: 350px;
  }
}
.cid-ui0PvZsr0M .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-ui0PvZsr0M .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-ui0PvZsr0M .box .mbr-media .mbr-iconfont {
  font-size: 32px;
  color: #d0e59f;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-ui0PvZsr0M .mbr-media {
  position: relative;
}
.cid-ui0PvZsr0M .mbr-media img {
  object-fit: cover;
}
.cid-ui0PvZsr0M a:hover {
  background-image: none !important;
}
.cid-ui0PvZsr0M .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 95px;
  width: 95px;
  border-radius: 100%;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-ui0PvZsr0M .icon-wrap:hover,
.cid-ui0PvZsr0M .icon-wrap:focus {
  background-color: #d0e59f;
}
.cid-ui0PvZsr0M .icon-wrap:hover .mbr-iconfont,
.cid-ui0PvZsr0M .icon-wrap:focus .mbr-iconfont {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-ui0PvZsr0M .icon-wrap {
    height: 60px;
    width: 60px;
  }
}
.cid-ui0PvZsr0M .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-ui0PvZsr0M .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ui0PvZsr0M .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ui0PvZsr0M .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ui0PvZsr0M .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ui0PvZsr0M .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ui0PvZsr0M .mbr-section-title {
  color: #000000;
}
.cid-ui0PvZsr0M .mbr-text {
  color: #000000;
}
.cid-ui0PvZsr0M .mbr-text,
.cid-ui0PvZsr0M .text-wrapper {
  text-align: left;
}
#custom-html-4d {
  /* Type valid CSS here */
  /* Styles du tableau sans bordure visible */
}
#custom-html-4d div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4d p {
  font-size: 60px;
  color: #777;
}
#custom-html-4d .container {
  max-width: 500px;
  margin: auto;
  background: #ffffff;
  padding: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
#custom-html-4d .custom-table {
  width: 100%;
  border-collapse: collapse;
}
#custom-html-4d .custom-table td {
  vertical-align: top;
  padding: 10px;
  width: 50%;
}
#custom-html-4d .text {
  font-size: 12px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 10px;
}
#custom-html-4d .subtitle {
  font-size: 1.2em;
  margin: 10px 0;
  color: #333;
}
#custom-html-4d .italic-text {
  font-size: 0.9em;
  font-style: italic;
  color: #555;
}
#custom-html-4d .audio-container {
  position: relative;
  width: 100%;
  padding: 20px;
  background-image: url('https://eglise-evangelique-arles.fr/site/assets/images/Fond-noir.jpg');
  /* Remplacez par votre image */
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 2px solid #007bff;
}
#custom-html-4d .audio-player {
  width: 100%;
  border: none;
  background-color: transparent;
}
#custom-html-4d button {
  padding: 10px 15px;
  margin: 5px;
  border: none;
  border-radius: 5px;
  background-color: #33301d;
  color: #e3d688;
  cursor: pointer;
}
#custom-html-4d button:hover {
  background-color: #0056b3;
}
#custom-html-4d audio::-webkit-media-controls-panel {
  background-color: rgba(255, 255, 255, 0.7);
}
#custom-html-4d audio::-webkit-media-controls-play-button,
#custom-html-4d audio::-webkit-media-controls-timeline,
#custom-html-4d audio::-webkit-media-controls-volume-slider {
  background-color: rgba(255, 255, 255, 0.7);
}
#custom-html-4d audio::-webkit-media-controls-current-time-display,
#custom-html-4d audio::-webkit-media-controls-time-remaining-display {
  color: #000;
}
.cid-ui2G6XwEEJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cac7b9;
}
.cid-ui2G6XwEEJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui2G6XwEEJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui2G6XwEEJ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-ui2G6XwEEJ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-ui2G6XwEEJ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-ug3BOMNZUa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
  overflow: hidden;
}
.cid-ug3BOMNZUa .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-ukvlNURjdz {
  background-color: transparent;
}
.cid-ukvlNURjdz .navbar-dropdown {
  background-color: #cecdc7 !important;
  padding: 0;
}
.cid-ukvlNURjdz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #cecdc7 !important;
  background: #cecdc7;
}
.cid-ukvlNURjdz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukvlNURjdz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ukvlNURjdz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ukvlNURjdz .menu_box .navbar.opened,
  .cid-ukvlNURjdz .menu_box .navbar-collapse {
    background-color: #cecdc7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ukvlNURjdz .navbar-dropdown {
  position: relative !important;
}
.cid-ukvlNURjdz .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-ukvlNURjdz .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ukvlNURjdz .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ukvlNURjdz .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-ukvlNURjdz .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ukvlNURjdz .btn:hover {
  box-shadow: none;
}
.cid-ukvlNURjdz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ukvlNURjdz .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-ukvlNURjdz .nav-item {
    margin: 0 !important;
  }
}
.cid-ukvlNURjdz .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #000000;
}
.cid-ukvlNURjdz .nav-item .nav-link:hover,
.cid-ukvlNURjdz .nav-item .nav-link:focus {
  border: 1px solid #000000;
}
.cid-ukvlNURjdz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ukvlNURjdz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ukvlNURjdz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ukvlNURjdz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ukvlNURjdz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ukvlNURjdz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ukvlNURjdz .offcanvas_box {
    display: none;
  }
}
.cid-ukvlNURjdz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ukvlNURjdz .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ukvlNURjdz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ukvlNURjdz .container {
  display: flex;
  margin: auto;
}
.cid-ukvlNURjdz .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ukvlNURjdz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ukvlNURjdz .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-ukvlNURjdz .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-ukvlNURjdz .navbar-nav {
    margin: 0;
  }
}
.cid-ukvlNURjdz .dropdown-menu,
.cid-ukvlNURjdz .navbar.opened {
  background-color: false !important;
}
.cid-ukvlNURjdz .nav-item:focus,
.cid-ukvlNURjdz .nav-link:focus {
  outline: none;
}
.cid-ukvlNURjdz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukvlNURjdz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukvlNURjdz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukvlNURjdz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukvlNURjdz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukvlNURjdz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukvlNURjdz .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ukvlNURjdz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ukvlNURjdz .navbar.opened {
  transition: all 0.3s;
}
.cid-ukvlNURjdz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ukvlNURjdz .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-ukvlNURjdz .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukvlNURjdz .navbar.collapsed {
  justify-content: center;
}
.cid-ukvlNURjdz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukvlNURjdz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ukvlNURjdz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukvlNURjdz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukvlNURjdz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukvlNURjdz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ukvlNURjdz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ukvlNURjdz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ukvlNURjdz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ukvlNURjdz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukvlNURjdz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukvlNURjdz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ukvlNURjdz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukvlNURjdz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ukvlNURjdz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukvlNURjdz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ukvlNURjdz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ukvlNURjdz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ukvlNURjdz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ukvlNURjdz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukvlNURjdz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ukvlNURjdz .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukvlNURjdz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukvlNURjdz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukvlNURjdz .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-ukvlNURjdz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-ukvlNURjdz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukvlNURjdz .dropdown-item.active,
.cid-ukvlNURjdz .dropdown-item:active {
  background-color: transparent;
}
.cid-ukvlNURjdz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-ukvlNURjdz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukvlNURjdz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukvlNURjdz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukvlNURjdz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ukvlNURjdz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukvlNURjdz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #cecdc7;
  background: #ffffff;
}
.cid-ukvlNURjdz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ukvlNURjdz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukvlNURjdz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukvlNURjdz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukvlNURjdz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukvlNURjdz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukvlNURjdz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukvlNURjdz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukvlNURjdz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukvlNURjdz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ukvlNURjdz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukvlNURjdz .navbar {
    height: 70px;
  }
  .cid-ukvlNURjdz .navbar.opened {
    height: auto;
  }
  .cid-ukvlNURjdz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukvlNURjdz .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-ukvlNURjdz .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ukvlNURjdz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ukvlNURjdz .text_widget {
  margin-bottom: 32px;
}
.cid-ukvlNURjdz .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ukvlNURjdz .text_widget a:hover,
.cid-ukvlNURjdz .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-ukvlNURjdz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-ukvlNURjdz .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ukvlNURjdz .navbar-caption {
  color: #000000;
}
.cid-ukvlNURjdz .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ukvlNURjdz .mbr-section-subtitle,
.cid-ukvlNURjdz .text_widget,
.cid-ukvlNURjdz .mbr-section-btn {
  text-align: center;
}
.cid-ukvlNURjdz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ukvlNVmNgh {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #cecdc7;
  overflow: hidden;
  position: relative;
}
.cid-ukvlNVmNgh img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 800px;
  border-radius: 8rem 8rem 0 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukvlNVmNgh img {
    height: 400px;
  }
}
.cid-ukvlNVmNgh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukvlNVmNgh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukvlNVmNgh .card {
  justify-content: flex-end;
}
.cid-ukvlNVmNgh .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-ukvlNVmNgh .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-ukvlNVmNgh .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-ukvlNVmNgh .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukvlNVmNgh .text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-ukvlNVmNgh .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-ukvlNVmNgh .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-ukvlNVmNgh .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukvlNVmNgh .image-wrapper {
  display: flex;
  align-items: flex-end;
  min-height: 720px;
}
@media (max-width: 992px) {
  .cid-ukvlNVmNgh .image-wrapper {
    min-height: 400px;
  }
}
.cid-ukvlNVmNgh .image-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-ukvlNVmNgh .image-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 32px;
  border-radius: 1rem !important;
  background-color: #d0e59f;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-ukvlNVmNgh .image-wrapper .card-wrapper .card-wrap {
    width: 100%;
    padding: 40px 16px;
    display: block;
  }
}
.cid-ukvlNVmNgh .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-ukvlNVmNgh .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-ukvlNVmNgh .image-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #000000;
  display: block;
}
.cid-ukvlNVmNgh .image-wrapper .card-wrapper .card-wrap .icon-wrapper .card-text {
  margin-bottom: 0;
}
.cid-ukvlNVmNgh .mbr-section-title {
  color: #000000;
}
.cid-ukvlNVmNgh .mbr-text {
  color: #000000;
}
.cid-ukvlNVmNgh .card-text {
  color: #000000;
}
.cid-ukvlNVNFcF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-ukvlNVNFcF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukvlNVNFcF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukvlNVNFcF .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ukvlNVNFcF .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-ukvlNVNFcF .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ukvlNVNFcF .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-ukvlNVNFcF .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ukvlNVNFcF .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ukvlNVNFcF .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ukvlNVNFcF .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-ukvlNVNFcF .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-ukvlNVNFcF .image-wrapper {
    padding-left: 0;
  }
}
.cid-ukvlNVNFcF .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-ukvlNVNFcF .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-ukvlNVNFcF .mbr-section-title {
  color: #000000;
}
.cid-ukvlNVNFcF .mbr-desc {
  color: #000000;
}
.cid-ukvlNVNFcF .mbr-text {
  color: #000000;
}
.cid-ukvlNWpmhY {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #cecdc7;
}
.cid-ukvlNWpmhY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukvlNWpmhY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukvlNWpmhY .row {
  justify-content: space-between;
}
.cid-ukvlNWpmhY .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-ukvlNWpmhY .content-wrapper {
    padding: 0;
  }
}
.cid-ukvlNWpmhY .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukvlNWpmhY .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ukvlNWpmhY .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukvlNWpmhY .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ukvlNWpmhY .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukvlNWpmhY .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-ukvlNWpmhY .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-ukvlNWpmhY .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-ukvlNWpmhY .mbr-section-title {
  color: #000000;
}
.cid-ukvlNWpmhY .mbr-desc {
  color: #000000;
}
.cid-ukvlNWpmhY .mbr-text {
  color: #000000;
}
.cid-ukvlNX6xJ5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d0e59f;
}
.cid-ukvlNX6xJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukvlNX6xJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukvlNX6xJ5 .content-wrapper .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ukvlNX6xJ5 .content-wrapper .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-ukvlNX6xJ5 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ukvlNX6xJ5 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-ukvlNX6xJ5 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ukvlNX6xJ5 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ukvlNX6xJ5 .box {
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-ukvlNX6xJ5 .box {
    width: 100%;
  }
}
.cid-ukvlNX6xJ5 .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-ukvlNX6xJ5 .box .mbr-media {
    height: 350px;
  }
}
.cid-ukvlNX6xJ5 .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-ukvlNX6xJ5 .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-ukvlNX6xJ5 .box .mbr-media .mbr-iconfont {
  font-size: 32px;
  color: #d0e59f;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-ukvlNX6xJ5 .mbr-media {
  position: relative;
}
.cid-ukvlNX6xJ5 .mbr-media img {
  object-fit: cover;
}
.cid-ukvlNX6xJ5 a:hover {
  background-image: none !important;
}
.cid-ukvlNX6xJ5 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 95px;
  width: 95px;
  border-radius: 100%;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-ukvlNX6xJ5 .icon-wrap:hover,
.cid-ukvlNX6xJ5 .icon-wrap:focus {
  background-color: #d0e59f;
}
.cid-ukvlNX6xJ5 .icon-wrap:hover .mbr-iconfont,
.cid-ukvlNX6xJ5 .icon-wrap:focus .mbr-iconfont {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-ukvlNX6xJ5 .icon-wrap {
    height: 60px;
    width: 60px;
  }
}
.cid-ukvlNX6xJ5 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-ukvlNX6xJ5 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ukvlNX6xJ5 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ukvlNX6xJ5 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ukvlNX6xJ5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ukvlNX6xJ5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ukvlNX6xJ5 .mbr-section-title {
  color: #000000;
}
.cid-ukvlNX6xJ5 .mbr-text {
  color: #000000;
}
.cid-ukvlNX6xJ5 .mbr-text,
.cid-ukvlNX6xJ5 .text-wrapper {
  text-align: left;
}
#custom-html-4e {
  /* Type valid CSS here */
  /* Styles du tableau sans bordure visible */
}
#custom-html-4e div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4e p {
  font-size: 60px;
  color: #777;
}
#custom-html-4e .container {
  max-width: 500px;
  margin: auto;
  background: #ffffff;
  padding: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
#custom-html-4e .custom-table {
  width: 100%;
  border-collapse: collapse;
}
#custom-html-4e .custom-table td {
  vertical-align: top;
  padding: 10px;
  width: 50%;
}
#custom-html-4e .text {
  font-size: 12px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 10px;
}
#custom-html-4e .subtitle {
  font-size: 1.2em;
  margin: 10px 0;
  color: #333;
}
#custom-html-4e .italic-text {
  font-size: 0.9em;
  font-style: italic;
  color: #555;
}
#custom-html-4e .audio-container {
  position: relative;
  width: 100%;
  padding: 20px;
  background-image: url('https://eglise-evangelique-arles.fr/site/assets/images/Fond-noir.jpg');
  /* Remplacez par votre image */
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 2px solid #007bff;
}
#custom-html-4e .audio-player {
  width: 100%;
  border: none;
  background-color: transparent;
}
#custom-html-4e button {
  padding: 10px 15px;
  margin: 5px;
  border: none;
  border-radius: 5px;
  background-color: #33301d;
  color: #e3d688;
  cursor: pointer;
}
#custom-html-4e button:hover {
  background-color: #0056b3;
}
#custom-html-4e audio::-webkit-media-controls-panel {
  background-color: rgba(255, 255, 255, 0.7);
}
#custom-html-4e audio::-webkit-media-controls-play-button,
#custom-html-4e audio::-webkit-media-controls-timeline,
#custom-html-4e audio::-webkit-media-controls-volume-slider {
  background-color: rgba(255, 255, 255, 0.7);
}
#custom-html-4e audio::-webkit-media-controls-current-time-display,
#custom-html-4e audio::-webkit-media-controls-time-remaining-display {
  color: #000;
}
.cid-uw14DUholx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d0e59f;
}
.cid-uw14DUholx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw14DUholx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw14DUholx .content-wrapper .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uw14DUholx .content-wrapper .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uw14DUholx .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uw14DUholx .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-uw14DUholx .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uw14DUholx .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uw14DUholx .box {
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uw14DUholx .box {
    width: 100%;
  }
}
.cid-uw14DUholx .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uw14DUholx .box .mbr-media {
    height: 350px;
  }
}
.cid-uw14DUholx .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uw14DUholx .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-uw14DUholx .box .mbr-media .mbr-iconfont {
  font-size: 32px;
  color: #d0e59f;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uw14DUholx .mbr-media {
  position: relative;
}
.cid-uw14DUholx .mbr-media img {
  object-fit: cover;
}
.cid-uw14DUholx a:hover {
  background-image: none !important;
}
.cid-uw14DUholx .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 95px;
  width: 95px;
  border-radius: 100%;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-uw14DUholx .icon-wrap:hover,
.cid-uw14DUholx .icon-wrap:focus {
  background-color: #d0e59f;
}
.cid-uw14DUholx .icon-wrap:hover .mbr-iconfont,
.cid-uw14DUholx .icon-wrap:focus .mbr-iconfont {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uw14DUholx .icon-wrap {
    height: 60px;
    width: 60px;
  }
}
.cid-uw14DUholx .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uw14DUholx .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uw14DUholx .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uw14DUholx .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uw14DUholx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uw14DUholx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uw14DUholx .mbr-section-title {
  color: #000000;
}
.cid-uw14DUholx .mbr-text {
  color: #000000;
}
.cid-uw14DUholx .mbr-text,
.cid-uw14DUholx .text-wrapper {
  text-align: left;
  color: #000000;
}
#custom-html-4m {
  /* Type valid CSS here */
  /* Styles du tableau sans bordure visible */
}
#custom-html-4m div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4m p {
  font-size: 60px;
  color: #777;
}
#custom-html-4m .container {
  max-width: 500px;
  margin: auto;
  background: #ffffff;
  padding: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
#custom-html-4m .custom-table {
  width: 100%;
  border-collapse: collapse;
}
#custom-html-4m .custom-table td {
  vertical-align: top;
  padding: 10px;
  width: 50%;
}
#custom-html-4m .text {
  font-size: 12px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 10px;
}
#custom-html-4m .subtitle {
  font-size: 1.2em;
  margin: 10px 0;
  color: #333;
}
#custom-html-4m .italic-text {
  font-size: 0.9em;
  font-style: italic;
  color: #555;
}
#custom-html-4m .audio-container {
  position: relative;
  width: 100%;
  padding: 20px;
  background-image: url('https://eglise-evangelique-arles.fr/site/assets/images/Fond-noir.jpg');
  /* Remplacez par votre image */
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 2px solid #007bff;
}
#custom-html-4m .audio-player {
  width: 100%;
  border: none;
  background-color: transparent;
}
#custom-html-4m button {
  padding: 10px 15px;
  margin: 5px;
  border: none;
  border-radius: 5px;
  background-color: #33301d;
  color: #e3d688;
  cursor: pointer;
}
#custom-html-4m button:hover {
  background-color: #0056b3;
}
#custom-html-4m audio::-webkit-media-controls-panel {
  background-color: rgba(255, 255, 255, 0.7);
}
#custom-html-4m audio::-webkit-media-controls-play-button,
#custom-html-4m audio::-webkit-media-controls-timeline,
#custom-html-4m audio::-webkit-media-controls-volume-slider {
  background-color: rgba(255, 255, 255, 0.7);
}
#custom-html-4m audio::-webkit-media-controls-current-time-display,
#custom-html-4m audio::-webkit-media-controls-time-remaining-display {
  color: #000;
}
.cid-uw17PAasyZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d0e59f;
}
.cid-uw17PAasyZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw17PAasyZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw17PAasyZ .content-wrapper .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uw17PAasyZ .content-wrapper .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uw17PAasyZ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uw17PAasyZ .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-uw17PAasyZ .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uw17PAasyZ .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uw17PAasyZ .box {
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uw17PAasyZ .box {
    width: 100%;
  }
}
.cid-uw17PAasyZ .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uw17PAasyZ .box .mbr-media {
    height: 350px;
  }
}
.cid-uw17PAasyZ .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uw17PAasyZ .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-uw17PAasyZ .box .mbr-media .mbr-iconfont {
  font-size: 32px;
  color: #d0e59f;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uw17PAasyZ .mbr-media {
  position: relative;
}
.cid-uw17PAasyZ .mbr-media img {
  object-fit: cover;
}
.cid-uw17PAasyZ a:hover {
  background-image: none !important;
}
.cid-uw17PAasyZ .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 95px;
  width: 95px;
  border-radius: 100%;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-uw17PAasyZ .icon-wrap:hover,
.cid-uw17PAasyZ .icon-wrap:focus {
  background-color: #d0e59f;
}
.cid-uw17PAasyZ .icon-wrap:hover .mbr-iconfont,
.cid-uw17PAasyZ .icon-wrap:focus .mbr-iconfont {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uw17PAasyZ .icon-wrap {
    height: 60px;
    width: 60px;
  }
}
.cid-uw17PAasyZ .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uw17PAasyZ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uw17PAasyZ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uw17PAasyZ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uw17PAasyZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uw17PAasyZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uw17PAasyZ .mbr-section-title {
  color: #000000;
}
.cid-uw17PAasyZ .mbr-text {
  color: #000000;
}
.cid-uw17PAasyZ .mbr-text,
.cid-uw17PAasyZ .text-wrapper {
  text-align: left;
}
#custom-html-4o {
  /* Type valid CSS here */
  /* Styles du tableau sans bordure visible */
}
#custom-html-4o div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4o p {
  font-size: 60px;
  color: #777;
}
#custom-html-4o .container {
  max-width: 500px;
  margin: auto;
  background: #ffffff;
  padding: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
#custom-html-4o .custom-table {
  width: 100%;
  border-collapse: collapse;
}
#custom-html-4o .custom-table td {
  vertical-align: top;
  padding: 10px;
  width: 50%;
}
#custom-html-4o .text {
  font-size: 12px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 10px;
}
#custom-html-4o .subtitle {
  font-size: 1.2em;
  margin: 10px 0;
  color: #333;
}
#custom-html-4o .italic-text {
  font-size: 0.9em;
  font-style: italic;
  color: #555;
}
#custom-html-4o .audio-container {
  position: relative;
  width: 100%;
  padding: 20px;
  background-image: url('https://eglise-evangelique-arles.fr/site/assets/images/Fond-noir.jpg');
  /* Remplacez par votre image */
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 2px solid #007bff;
}
#custom-html-4o .audio-player {
  width: 100%;
  border: none;
  background-color: transparent;
}
#custom-html-4o button {
  padding: 10px 15px;
  margin: 5px;
  border: none;
  border-radius: 5px;
  background-color: #33301d;
  color: #e3d688;
  cursor: pointer;
}
#custom-html-4o button:hover {
  background-color: #0056b3;
}
#custom-html-4o audio::-webkit-media-controls-panel {
  background-color: rgba(255, 255, 255, 0.7);
}
#custom-html-4o audio::-webkit-media-controls-play-button,
#custom-html-4o audio::-webkit-media-controls-timeline,
#custom-html-4o audio::-webkit-media-controls-volume-slider {
  background-color: rgba(255, 255, 255, 0.7);
}
#custom-html-4o audio::-webkit-media-controls-current-time-display,
#custom-html-4o audio::-webkit-media-controls-time-remaining-display {
  color: #000;
}
.cid-ukvlNZVuPM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cac7b9;
}
.cid-ukvlNZVuPM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukvlNZVuPM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukvlNZVuPM ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-ukvlNZVuPM li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-ukvlNZVuPM ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-ukvlO0wgBr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
  overflow: hidden;
}
.cid-ukvlO0wgBr .media-container-row .mbr-text {
  color: #fffcee;
}
