body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 7rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.75rem;
}
.display-2 {
  font-family: 'Pill Gothic 600mg Thin';
  font-size: 7rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 8.75rem;
}
.display-4 {
  font-family: 'Pill Gothic 600mg Thin';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'sofia-sans-extra-condensed-extra-light';
  font-size: 4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 5rem;
}
.display-7 {
  font-family: 'Pill Gothic 600mg Thin';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 5.6rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f2b340 !important;
}
.bg-success {
  background-color: #f2b340 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #906a26 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f2b340 !important;
  border-color: #f2b340 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #cd8a0e !important;
  border-color: #cd8a0e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #cd8a0e !important;
  border-color: #cd8a0e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3b3b3b !important;
  border-color: #3b3b3b !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: #101010 !important;
  border-color: #101010 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #101010 !important;
  border-color: #101010 !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: #f2b340 !important;
  border-color: #f2b340 !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: #cd8a0e !important;
  border-color: #cd8a0e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #cd8a0e !important;
  border-color: #cd8a0e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #906a26 !important;
  border-color: #906a26 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #4b3814 !important;
  border-color: #4b3814 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #4b3814 !important;
  border-color: #4b3814 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f2b340;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cd8a0e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f2b340 !important;
  border-color: #f2b340 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3b3b3b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #101010 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3b3b3b !important;
  border-color: #3b3b3b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f2b340;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #cd8a0e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f2b340 !important;
  border-color: #f2b340 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #906a26;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4b3814 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #906a26 !important;
  border-color: #906a26 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f2b340 !important;
}
.text-secondary {
  color: #3b3b3b !important;
}
.text-success {
  color: #f2b340 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #906a26 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #bf800d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #080808 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #bf800d !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: #3f2f11 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f2b340;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #906a26;
}
.alert-danger {
  background-color: #000000;
}
.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: #f2b340;
  border-color: #f2b340;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f2b340;
}
.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: #ffffff;
}
.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: #d5ab60;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Pill Gothic 600mg Thin';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f2b340 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Pill Gothic 600mg Thin';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #f2b340;
}
/* 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: #f2b340;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f2b340;
}
.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: #f2b340;
  border-bottom-color: #f2b340;
}
.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: #f2b340 !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: #3b3b3b !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='%23f2b340' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.pill-bold {
  font-family: 'Pill Gothic 600mg Bold';
  font-size: 1.3rem;
  line-height: 1.5;
}
.pill-bold > .mbr-iconfont {
  font-size: 1.3rem;
}
.rubik-bold {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.rubik-bold > .mbr-iconfont {
  font-size: 1.5rem;
}
.l-gende-pill-thin-1 {
  font-family: 'Pill Gothic 600mg Thin';
  font-size: 0.8rem;
  line-height: 1.5;
}
.l-gende-pill-thin-1 > .mbr-iconfont {
  font-size: 0.8rem;
}
.pill-light-6 {
  font-family: 'Pill Gothic 600mg Light';
  font-size: 6rem;
  line-height: 1.5;
}
.pill-light-6 > .mbr-iconfont {
  font-size: 6rem;
}
.rubik-titre-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3.6rem;
  line-height: 1.5;
}
.rubik-titre-2 > .mbr-iconfont {
  font-size: 3.6rem;
}
.sofia {
  font-family: 'sofia-sans-extra-condensed-extra-light';
  font-size: 3rem;
  line-height: 1.5;
}
.sofia > .mbr-iconfont {
  font-size: 3rem;
}
.cid-viam2mh6IJ {
  z-index: 1000;
  width: 100%;
}
.cid-viam2mh6IJ nav.navbar {
  position: fixed;
}
.cid-viam2mh6IJ .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-viam2mh6IJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-viam2mh6IJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-viam2mh6IJ .dropdown-item:hover,
.cid-viam2mh6IJ .dropdown-item:focus {
  background: #f2b340 !important;
  color: white !important;
}
.cid-viam2mh6IJ .dropdown-item:hover span {
  color: white;
}
.cid-viam2mh6IJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-viam2mh6IJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-viam2mh6IJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-viam2mh6IJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-viam2mh6IJ .nav-link {
  position: relative;
}
.cid-viam2mh6IJ .container {
  display: flex;
  margin: auto;
}
.cid-viam2mh6IJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-viam2mh6IJ .dropdown-menu,
.cid-viam2mh6IJ .navbar.opened {
  background: #232323 !important;
}
.cid-viam2mh6IJ .nav-item:focus,
.cid-viam2mh6IJ .nav-link:focus {
  outline: none;
}
.cid-viam2mh6IJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viam2mh6IJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viam2mh6IJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-viam2mh6IJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viam2mh6IJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viam2mh6IJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viam2mh6IJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-viam2mh6IJ .navbar.opened {
  transition: all 0.3s;
}
.cid-viam2mh6IJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-viam2mh6IJ .navbar .navbar-logo img {
  width: auto;
}
.cid-viam2mh6IJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-viam2mh6IJ .navbar.collapsed {
  justify-content: center;
}
.cid-viam2mh6IJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viam2mh6IJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-viam2mh6IJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viam2mh6IJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viam2mh6IJ .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-viam2mh6IJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viam2mh6IJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-viam2mh6IJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-viam2mh6IJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viam2mh6IJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viam2mh6IJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viam2mh6IJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viam2mh6IJ .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-viam2mh6IJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-viam2mh6IJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-viam2mh6IJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viam2mh6IJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-viam2mh6IJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viam2mh6IJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-viam2mh6IJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-viam2mh6IJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-viam2mh6IJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-viam2mh6IJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-viam2mh6IJ .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-viam2mh6IJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viam2mh6IJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viam2mh6IJ .dropdown-item.active,
.cid-viam2mh6IJ .dropdown-item:active {
  background-color: transparent;
}
.cid-viam2mh6IJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viam2mh6IJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viam2mh6IJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viam2mh6IJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-viam2mh6IJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-viam2mh6IJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-viam2mh6IJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viam2mh6IJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-viam2mh6IJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-viam2mh6IJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #444444;
}
.cid-viam2mh6IJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-viam2mh6IJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viam2mh6IJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viam2mh6IJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-viam2mh6IJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viam2mh6IJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-viam2mh6IJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-viam2mh6IJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viam2mh6IJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-viam2mh6IJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viam2mh6IJ .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-viam2mh6IJ .navbar {
    height: 70px;
  }
  .cid-viam2mh6IJ .navbar.opened {
    height: auto;
  }
  .cid-viam2mh6IJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vc9N8jt531 {
  background-image: url("../../../assets/images/img-3972-5-2000x1500.jpg");
}
.cid-vc9N8jt531 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9N8jt531 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc9N8jt531 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vc9N8jt531 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-vc9NXGBy1e {
  background-image: url("../../../assets/images/o-o-o-2.svg");
}
.cid-vc9NXGBy1e .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9NXGBy1e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc9NXGBy1e .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vc9NXGBy1e .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vc9NXGBy1e .mbr-text,
.cid-vc9NXGBy1e .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vcaXVpso3W {
  display: flex;
  background-image: url("../../../assets/images/tournage3-1.webp");
}
.cid-vcaXVpso3W .mbr-overlay {
  background-color: #f2b340;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-vcaXVpso3W {
    align-items: center;
  }
  .cid-vcaXVpso3W .row {
    justify-content: center;
  }
  .cid-vcaXVpso3W .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcaXVpso3W .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcaXVpso3W {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vcaXVpso3W .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcaXVpso3W .content-wrap {
    width: 100%;
  }
}
.cid-vcaXVpso3W .mbr-section-title,
.cid-vcaXVpso3W .mbr-section-subtitle {
  text-align: center;
}
.cid-vcaXVpso3W .mbr-text,
.cid-vcaXVpso3W .mbr-section-btn {
  text-align: center;
  color: #ffbf4b;
}
.cid-vf4RqNBdIB {
  background-image: url("../../../assets/images/o-o-ojaune6.svg");
}
.cid-vf4RqNBdIB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf4RqNBdIB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf4RqNBdIB .mbr-section-title {
  color: #f2b340;
  text-align: left;
}
.cid-vf4RqNBdIB .mbr-text,
.cid-vf4RqNBdIB .mbr-section-btn {
  color: #3b3b3b;
  text-align: left;
}
.cid-vc9Y8Ib2mg {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-vc9Y8Ib2mg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vc9Y8Ib2mg .item {
    margin-bottom: 1rem;
  }
}
.cid-vc9Y8Ib2mg .item-wrapper {
  position: relative;
}
.cid-vc9Y8Ib2mg .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vc9Y8Ib2mg .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vc9Y8Ib2mg .carousel-control,
.cid-vc9Y8Ib2mg .close {
  background: #1b1b1b;
}
.cid-vc9Y8Ib2mg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vc9Y8Ib2mg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vc9Y8Ib2mg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vc9Y8Ib2mg .carousel-control-next span {
  margin-left: 5px;
}
.cid-vc9Y8Ib2mg .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vc9Y8Ib2mg .close::before {
  content: '\e91a';
}
.cid-vc9Y8Ib2mg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vc9Y8Ib2mg .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vc9Y8Ib2mg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vc9Y8Ib2mg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vc9Y8Ib2mg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vc9Y8Ib2mg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vc9Y8Ib2mg .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vc9Y8Ib2mg .carousel-indicators li.active,
.cid-vc9Y8Ib2mg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vc9Y8Ib2mg .carousel-indicators li::after,
.cid-vc9Y8Ib2mg .carousel-indicators li::before {
  content: none;
}
.cid-vc9Y8Ib2mg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vc9Y8Ib2mg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vc9Y8Ib2mg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vc9Y8Ib2mg .carousel-indicators {
    display: none;
  }
}
.cid-vc9Y8Ib2mg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vc9Y8Ib2mg .carousel-inner > .active {
  display: block;
}
.cid-vc9Y8Ib2mg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vc9Y8Ib2mg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vc9Y8Ib2mg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vc9Y8Ib2mg .carousel-control,
  .cid-vc9Y8Ib2mg .carousel-indicators,
  .cid-vc9Y8Ib2mg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vc9Y8Ib2mg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vc9Y8Ib2mg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vc9Y8Ib2mg .carousel-indicators .active,
.cid-vc9Y8Ib2mg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vc9Y8Ib2mg .carousel-indicators .active {
  background: #fff;
}
.cid-vc9Y8Ib2mg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vc9Y8Ib2mg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vc9Y8Ib2mg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vc9Y8Ib2mg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vc9Y8Ib2mg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vc9Y8Ib2mg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vc9Y8Ib2mg .carousel {
  width: 100%;
}
.cid-vc9Y8Ib2mg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vc9Y8Ib2mg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vc9Y8Ib2mg .modal.fade .modal-dialog,
.cid-vc9Y8Ib2mg .modal.in .modal-dialog {
  transform: none;
}
.cid-vc9Y8Ib2mg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vc9Y8Ib2mg .content-head {
  max-width: 800px;
}
.cid-vc9Y8Ib2mg .mbr-section-title {
  text-align: center;
  color: #3b3b3b;
}
.cid-vgXxbrbSbn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vgXxbrbSbn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgXxbrbSbn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgXxbrbSbn .mbr-section-title {
  color: #f2b340;
  text-align: center;
}
.cid-vgXxbrbSbn .mbr-text,
.cid-vgXxbrbSbn .mbr-section-btn {
  color: #3b3b3b;
  text-align: left;
}
.cid-vgXxbrbSbn .mbr-section-subtitle {
  text-align: left;
  color: #3b3b3b;
}
.cid-vgXw82hQAQ {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-vgXw82hQAQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgXw82hQAQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgXw82hQAQ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vgXw82hQAQ .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-vgXw82hQAQ .item-wrapper {
  position: relative;
}
.cid-vgXw82hQAQ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vgXw82hQAQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vgXw82hQAQ .carousel-control,
.cid-vgXw82hQAQ .close {
  background: #1b1b1b;
}
.cid-vgXw82hQAQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vgXw82hQAQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vgXw82hQAQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vgXw82hQAQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-vgXw82hQAQ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vgXw82hQAQ .close::before {
  content: '\e91a';
}
.cid-vgXw82hQAQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vgXw82hQAQ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vgXw82hQAQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgXw82hQAQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vgXw82hQAQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vgXw82hQAQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vgXw82hQAQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vgXw82hQAQ .carousel-indicators li.active,
.cid-vgXw82hQAQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vgXw82hQAQ .carousel-indicators li::after,
.cid-vgXw82hQAQ .carousel-indicators li::before {
  content: none;
}
.cid-vgXw82hQAQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vgXw82hQAQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vgXw82hQAQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vgXw82hQAQ .carousel-indicators {
    display: none;
  }
}
.cid-vgXw82hQAQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vgXw82hQAQ .carousel-inner > .active {
  display: block;
}
.cid-vgXw82hQAQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgXw82hQAQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vgXw82hQAQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vgXw82hQAQ .carousel-control,
  .cid-vgXw82hQAQ .carousel-indicators,
  .cid-vgXw82hQAQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vgXw82hQAQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vgXw82hQAQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vgXw82hQAQ .carousel-indicators .active,
.cid-vgXw82hQAQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vgXw82hQAQ .carousel-indicators .active {
  background: #fff;
}
.cid-vgXw82hQAQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vgXw82hQAQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vgXw82hQAQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vgXw82hQAQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vgXw82hQAQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vgXw82hQAQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vgXw82hQAQ .carousel {
  width: 100%;
}
.cid-vgXw82hQAQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vgXw82hQAQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vgXw82hQAQ .modal.fade .modal-dialog,
.cid-vgXw82hQAQ .modal.in .modal-dialog {
  transform: none;
}
.cid-vgXw82hQAQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vgXw82hQAQ H6 {
  text-align: center;
}
.cid-vgcGhDnnQv {
  background-image: url("../../../assets/images/o-o-ogris5.svg");
}
.cid-vgcGhDnnQv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgcGhDnnQv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgcGhDnnQv .mbr-section-title {
  color: #f2b340;
  text-align: justify;
}
.cid-vgcGhDnnQv .mbr-text,
.cid-vgcGhDnnQv .mbr-section-btn {
  color: #bbbbbb;
  text-align: left;
}
.cid-vgcGhDnnQv .mbr-section-subtitle {
  color: #f9f5ee;
  text-align: justify;
}
.cid-vg7yHWyC4U {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3b3b3b;
}
.cid-vg7yHWyC4U .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg7yHWyC4U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg7yHWyC4U .item {
  padding-bottom: 2rem;
}
.cid-vg7yHWyC4U .item-wrapper {
  position: relative;
}
.cid-vg7yHWyC4U .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vg7yHWyC4U .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vg7yHWyC4U .carousel-control,
.cid-vg7yHWyC4U .close {
  background: #1b1b1b;
}
.cid-vg7yHWyC4U .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vg7yHWyC4U .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vg7yHWyC4U .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vg7yHWyC4U .carousel-control-next span {
  margin-left: 5px;
}
.cid-vg7yHWyC4U .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vg7yHWyC4U .close::before {
  content: '\e91a';
}
.cid-vg7yHWyC4U .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vg7yHWyC4U .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vg7yHWyC4U .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vg7yHWyC4U .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vg7yHWyC4U .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vg7yHWyC4U .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vg7yHWyC4U .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vg7yHWyC4U .carousel-indicators li.active,
.cid-vg7yHWyC4U .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vg7yHWyC4U .carousel-indicators li::after,
.cid-vg7yHWyC4U .carousel-indicators li::before {
  content: none;
}
.cid-vg7yHWyC4U .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vg7yHWyC4U .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vg7yHWyC4U .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vg7yHWyC4U .carousel-indicators {
    display: none;
  }
}
.cid-vg7yHWyC4U .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vg7yHWyC4U .carousel-inner > .active {
  display: block;
}
.cid-vg7yHWyC4U .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vg7yHWyC4U .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vg7yHWyC4U .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vg7yHWyC4U .carousel-control,
  .cid-vg7yHWyC4U .carousel-indicators,
  .cid-vg7yHWyC4U .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vg7yHWyC4U .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vg7yHWyC4U .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vg7yHWyC4U .carousel-indicators .active,
.cid-vg7yHWyC4U .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vg7yHWyC4U .carousel-indicators .active {
  background: #fff;
}
.cid-vg7yHWyC4U .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vg7yHWyC4U .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vg7yHWyC4U .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vg7yHWyC4U .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vg7yHWyC4U .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vg7yHWyC4U .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vg7yHWyC4U .carousel {
  width: 100%;
}
.cid-vg7yHWyC4U .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vg7yHWyC4U .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vg7yHWyC4U .modal.fade .modal-dialog,
.cid-vg7yHWyC4U .modal.in .modal-dialog {
  transform: none;
}
.cid-vg7yHWyC4U .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vg7yHWyC4U H6 {
  text-align: center;
}
.cid-vq7zFa7xSa {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #3b3b3b;
}
.cid-vq7zFa7xSa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq7zFa7xSa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq7zFa7xSa .item {
  padding-bottom: 2rem;
}
.cid-vq7zFa7xSa .item-wrapper {
  position: relative;
}
.cid-vq7zFa7xSa .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vq7zFa7xSa .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vq7zFa7xSa .carousel-control,
.cid-vq7zFa7xSa .close {
  background: #1b1b1b;
}
.cid-vq7zFa7xSa .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vq7zFa7xSa .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vq7zFa7xSa .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vq7zFa7xSa .carousel-control-next span {
  margin-left: 5px;
}
.cid-vq7zFa7xSa .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vq7zFa7xSa .close::before {
  content: '\e91a';
}
.cid-vq7zFa7xSa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vq7zFa7xSa .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vq7zFa7xSa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vq7zFa7xSa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vq7zFa7xSa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vq7zFa7xSa .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vq7zFa7xSa .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vq7zFa7xSa .carousel-indicators li.active,
.cid-vq7zFa7xSa .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vq7zFa7xSa .carousel-indicators li::after,
.cid-vq7zFa7xSa .carousel-indicators li::before {
  content: none;
}
.cid-vq7zFa7xSa .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vq7zFa7xSa .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vq7zFa7xSa .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vq7zFa7xSa .carousel-indicators {
    display: none;
  }
}
.cid-vq7zFa7xSa .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vq7zFa7xSa .carousel-inner > .active {
  display: block;
}
.cid-vq7zFa7xSa .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vq7zFa7xSa .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vq7zFa7xSa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vq7zFa7xSa .carousel-control,
  .cid-vq7zFa7xSa .carousel-indicators,
  .cid-vq7zFa7xSa .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vq7zFa7xSa .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vq7zFa7xSa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vq7zFa7xSa .carousel-indicators .active,
.cid-vq7zFa7xSa .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vq7zFa7xSa .carousel-indicators .active {
  background: #fff;
}
.cid-vq7zFa7xSa .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vq7zFa7xSa .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vq7zFa7xSa .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vq7zFa7xSa .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vq7zFa7xSa .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vq7zFa7xSa .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vq7zFa7xSa .carousel {
  width: 100%;
}
.cid-vq7zFa7xSa .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vq7zFa7xSa .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vq7zFa7xSa .modal.fade .modal-dialog,
.cid-vq7zFa7xSa .modal.in .modal-dialog {
  transform: none;
}
.cid-vq7zFa7xSa .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vq7zFa7xSa H6 {
  text-align: center;
}
.cid-vdzsmZGfGg {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #3b3b3b;
}
@media (min-width: 992px) {
  .cid-vdzsmZGfGg .carousel {
    min-height: 800px;
  }
  .cid-vdzsmZGfGg .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdzsmZGfGg .carousel {
    min-height: 520px;
  }
  .cid-vdzsmZGfGg .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vdzsmZGfGg .carousel {
    min-height: 440px;
  }
  .cid-vdzsmZGfGg .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-vdzsmZGfGg .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vdzsmZGfGg .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vdzsmZGfGg .carousel,
.cid-vdzsmZGfGg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vdzsmZGfGg .item-wrapper {
  width: 100%;
}
.cid-vdzsmZGfGg .carousel-caption {
  bottom: 40px;
  z-index: 1;
}
.cid-vdzsmZGfGg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vdzsmZGfGg .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdzsmZGfGg .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdzsmZGfGg .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vdzsmZGfGg .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vdzsmZGfGg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdzsmZGfGg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdzsmZGfGg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdzsmZGfGg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vdzsmZGfGg .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vdzsmZGfGg .carousel-indicators li.active,
.cid-vdzsmZGfGg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vdzsmZGfGg .carousel-indicators li::after,
.cid-vdzsmZGfGg .carousel-indicators li::before {
  content: none;
}
.cid-vdzsmZGfGg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vdzsmZGfGg .carousel-indicators {
    display: none !important;
  }
}
.cid-vgNPYIUxS8 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #3b3b3b;
}
.cid-vgNPYIUxS8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgNPYIUxS8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgNPYIUxS8 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vgNPYIUxS8 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-vgNPYIUxS8 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vgNPYIUxS8 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vgNPYIUxS8 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vgNPYIUxS8 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vgNPYIUxS8 .carousel-control,
.cid-vgNPYIUxS8 .close {
  background: #1b1b1b;
}
.cid-vgNPYIUxS8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vgNPYIUxS8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vgNPYIUxS8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vgNPYIUxS8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vgNPYIUxS8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vgNPYIUxS8 .close::before {
  content: '\e91a';
}
.cid-vgNPYIUxS8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vgNPYIUxS8 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vgNPYIUxS8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgNPYIUxS8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vgNPYIUxS8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vgNPYIUxS8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vgNPYIUxS8 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vgNPYIUxS8 .carousel-indicators li.active,
.cid-vgNPYIUxS8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vgNPYIUxS8 .carousel-indicators li::after,
.cid-vgNPYIUxS8 .carousel-indicators li::before {
  content: none;
}
.cid-vgNPYIUxS8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vgNPYIUxS8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vgNPYIUxS8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vgNPYIUxS8 .carousel-indicators {
    display: none;
  }
}
.cid-vgNPYIUxS8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vgNPYIUxS8 .carousel-inner > .active {
  display: block;
}
.cid-vgNPYIUxS8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgNPYIUxS8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vgNPYIUxS8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vgNPYIUxS8 .carousel-control,
  .cid-vgNPYIUxS8 .carousel-indicators,
  .cid-vgNPYIUxS8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vgNPYIUxS8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vgNPYIUxS8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vgNPYIUxS8 .carousel-indicators .active,
.cid-vgNPYIUxS8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vgNPYIUxS8 .carousel-indicators .active {
  background: #fff;
}
.cid-vgNPYIUxS8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vgNPYIUxS8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vgNPYIUxS8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vgNPYIUxS8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vgNPYIUxS8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vgNPYIUxS8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vgNPYIUxS8 .carousel {
  width: 100%;
}
.cid-vgNPYIUxS8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vgNPYIUxS8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vgNPYIUxS8 .modal.fade .modal-dialog,
.cid-vgNPYIUxS8 .modal.in .modal-dialog {
  transform: none;
}
.cid-vgNPYIUxS8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vgNPYIUxS8 H6 {
  text-align: center;
}
.cid-vgNPYIUxS8 .mbr-section-subtitle {
  text-align: justify;
}
.cid-viDunUtMWc {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #3b3b3b;
}
.cid-viDunUtMWc .mbr-fallback-image.disabled {
  display: none;
}
.cid-viDunUtMWc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viDunUtMWc .mbr-section-title {
  color: #f2b340;
  text-align: center;
}
.cid-viDunUtMWc .mbr-text,
.cid-viDunUtMWc .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-viDunUtMWc .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-viDup1CBYW {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #3b3b3b;
}
.cid-viDup1CBYW .item:focus,
.cid-viDup1CBYW span:focus {
  outline: none;
}
.cid-viDup1CBYW .item {
  cursor: pointer;
}
.cid-viDup1CBYW .grid-container {
  grid-row-gap: 0;
}
.cid-viDup1CBYW .grid-container-1,
.cid-viDup1CBYW .grid-container-2,
.cid-viDup1CBYW .grid-container-3 {
  gap: 0;
}
.cid-viDup1CBYW .mbr-section-title {
  color: #000000;
}
.cid-viDup1CBYW .mbr-text,
.cid-viDup1CBYW .mbr-section-btn {
  color: #000000;
}
.cid-viDup1CBYW .content-head {
  max-width: 800px;
}
.cid-viDup1CBYW .container,
.cid-viDup1CBYW .container-fluid {
  overflow: hidden;
}
.cid-viDup1CBYW .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-viDup1CBYW .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-viDup1CBYW .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-viDup1CBYW .grid-item img {
    min-width: 35vw;
  }
}
.cid-viDup1CBYW .grid-container-1,
.cid-viDup1CBYW .grid-container-2,
.cid-viDup1CBYW .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-viDup1CBYW .grid-container-1 {
  align-items: flex-end;
}
.cid-viDup1CBYW .grid-container-2 {
  align-items: flex-start;
}
.cid-viQm3umyoj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #3b3b3b;
}
.cid-viQm3umyoj .mbr-fallback-image.disabled {
  display: none;
}
.cid-viQm3umyoj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viQm3umyoj .mbr-section-title {
  color: #f2b340;
  text-align: center;
}
.cid-viQm3umyoj .mbr-text,
.cid-viQm3umyoj .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-viQm3umyoj .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-viQlRV260E {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #3b3b3b;
}
.cid-viQlRV260E iframe,
.cid-viQlRV260E img,
.cid-viQlRV260E video {
  width: 100%;
}
.cid-viQlRV260E .mbr-media {
  position: relative;
}
.cid-viQlRV260E .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-viQlRV260E .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-viQlRV260E .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-viQlRV260E .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-viQlRV260E .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-viQlRV260E .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-viQlRV260E .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-viQlRV260E .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-viQlRV260E .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vjjwhMEFkg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #3b3b3b;
}
.cid-vjjwhMEFkg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjjwhMEFkg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjjwhMEFkg .mbr-section-title {
  color: #f2b340;
  text-align: center;
}
.cid-vjjwhMEFkg .mbr-text,
.cid-vjjwhMEFkg .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vjjwhMEFkg .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-vjvoRL4xLi {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #3b3b3b;
}
.cid-vjvoRL4xLi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjvoRL4xLi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjvoRL4xLi .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjvoRL4xLi .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-vjvoRL4xLi .item-wrapper {
  position: relative;
}
.cid-vjvoRL4xLi .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vjvoRL4xLi .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vjvoRL4xLi .carousel-control,
.cid-vjvoRL4xLi .close {
  background: #1b1b1b;
}
.cid-vjvoRL4xLi .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vjvoRL4xLi .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vjvoRL4xLi .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vjvoRL4xLi .carousel-control-next span {
  margin-left: 5px;
}
.cid-vjvoRL4xLi .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vjvoRL4xLi .close::before {
  content: '\e91a';
}
.cid-vjvoRL4xLi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vjvoRL4xLi .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjvoRL4xLi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjvoRL4xLi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjvoRL4xLi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjvoRL4xLi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vjvoRL4xLi .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjvoRL4xLi .carousel-indicators li.active,
.cid-vjvoRL4xLi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjvoRL4xLi .carousel-indicators li::after,
.cid-vjvoRL4xLi .carousel-indicators li::before {
  content: none;
}
.cid-vjvoRL4xLi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjvoRL4xLi .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vjvoRL4xLi .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vjvoRL4xLi .carousel-indicators {
    display: none;
  }
}
.cid-vjvoRL4xLi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjvoRL4xLi .carousel-inner > .active {
  display: block;
}
.cid-vjvoRL4xLi .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjvoRL4xLi .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vjvoRL4xLi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vjvoRL4xLi .carousel-control,
  .cid-vjvoRL4xLi .carousel-indicators,
  .cid-vjvoRL4xLi .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vjvoRL4xLi .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vjvoRL4xLi .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vjvoRL4xLi .carousel-indicators .active,
.cid-vjvoRL4xLi .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vjvoRL4xLi .carousel-indicators .active {
  background: #fff;
}
.cid-vjvoRL4xLi .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vjvoRL4xLi .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vjvoRL4xLi .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vjvoRL4xLi .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vjvoRL4xLi .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vjvoRL4xLi .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vjvoRL4xLi .carousel {
  width: 100%;
}
.cid-vjvoRL4xLi .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vjvoRL4xLi .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vjvoRL4xLi .modal.fade .modal-dialog,
.cid-vjvoRL4xLi .modal.in .modal-dialog {
  transform: none;
}
.cid-vjvoRL4xLi .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vjvoRL4xLi H6 {
  text-align: center;
}
.cid-vjvoRL4xLi .mbr-item-subtitle {
  color: #bbbbbb;
}
.cid-vkX8aS83Xu {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #3b3b3b;
}
.cid-vkX8aS83Xu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkX8aS83Xu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgcIqkXu7l {
  background-image: url("../../../assets/images/o-o-ojaune-2.svg");
}
.cid-vgcIqkXu7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgcIqkXu7l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgcIqkXu7l .mbr-section-title {
  color: #f2b340;
  text-align: justify;
}
.cid-vgcIqkXu7l .mbr-text,
.cid-vgcIqkXu7l .mbr-section-btn {
  color: #3b3b3b;
  text-align: left;
}
.cid-vgcIqkXu7l .mbr-section-subtitle {
  color: #3b3b3b;
  text-align: left;
}
.cid-vkWWECm3Vz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-vkWWECm3Vz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkWWECm3Vz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkWWECm3Vz .mbr-section-title {
  color: #f2b340;
  text-align: justify;
}
.cid-vkWWECm3Vz .mbr-text,
.cid-vkWWECm3Vz .mbr-section-btn {
  color: #3b3b3b;
  text-align: left;
}
.cid-vkWWECm3Vz .mbr-section-subtitle {
  color: #f2b340;
  text-align: justify;
}
.cid-vi5SDs9SRa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vi5SDs9SRa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi5SDs9SRa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi5SDs9SRa .mbr-section-title {
  color: #e0a53b;
  text-align: left;
}
.cid-vi5SDs9SRa .mbr-text,
.cid-vi5SDs9SRa .mbr-section-btn {
  color: #3b3b3b;
  text-align: left;
}
.cid-vi5SDs9SRa .mbr-section-subtitle {
  text-align: left;
  color: #3b3b3b;
}
.cid-vjoQiiDa3T {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vjoQiiDa3T .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vjoQiiDa3T img,
.cid-vjoQiiDa3T .item-img {
  width: 100%;
}
.cid-vjoQiiDa3T .item:focus,
.cid-vjoQiiDa3T span:focus {
  outline: none;
}
.cid-vjoQiiDa3T .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjoQiiDa3T .item {
    margin-bottom: 1rem;
  }
}
.cid-vjoQiiDa3T .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vjoQiiDa3T .mbr-section-title {
  color: #232323;
}
.cid-vjoQiiDa3T .mbr-text,
.cid-vjoQiiDa3T .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vjoQiiDa3T .item-title {
  color: #232323;
  text-align: center;
}
.cid-vjoQiiDa3T .content-head {
  max-width: 800px;
}
.cid-vgcJ4HrfzI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vgcJ4HrfzI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgcJ4HrfzI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgcJ4HrfzI .mbr-section-title {
  color: #f2b340;
  text-align: center;
}
.cid-vgcJ4HrfzI .mbr-text,
.cid-vgcJ4HrfzI .mbr-section-btn {
  color: #3b3b3b;
  text-align: left;
}
.cid-vgcJ4HrfzI .mbr-section-subtitle {
  color: #f2b340;
  text-align: left;
}
.cid-viEAhTCTEv {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-viEAhTCTEv .mbr-fallback-image.disabled {
  display: none;
}
.cid-viEAhTCTEv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viEAhTCTEv .item {
  padding-bottom: 2rem;
}
.cid-viEAhTCTEv .item-wrapper {
  position: relative;
}
.cid-viEAhTCTEv .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-viEAhTCTEv .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-viEAhTCTEv .carousel-control,
.cid-viEAhTCTEv .close {
  background: #1b1b1b;
}
.cid-viEAhTCTEv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-viEAhTCTEv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-viEAhTCTEv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-viEAhTCTEv .carousel-control-next span {
  margin-left: 5px;
}
.cid-viEAhTCTEv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-viEAhTCTEv .close::before {
  content: '\e91a';
}
.cid-viEAhTCTEv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-viEAhTCTEv .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-viEAhTCTEv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-viEAhTCTEv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viEAhTCTEv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-viEAhTCTEv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-viEAhTCTEv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-viEAhTCTEv .carousel-indicators li.active,
.cid-viEAhTCTEv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-viEAhTCTEv .carousel-indicators li::after,
.cid-viEAhTCTEv .carousel-indicators li::before {
  content: none;
}
.cid-viEAhTCTEv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-viEAhTCTEv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-viEAhTCTEv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-viEAhTCTEv .carousel-indicators {
    display: none;
  }
}
.cid-viEAhTCTEv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-viEAhTCTEv .carousel-inner > .active {
  display: block;
}
.cid-viEAhTCTEv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-viEAhTCTEv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-viEAhTCTEv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-viEAhTCTEv .carousel-control,
  .cid-viEAhTCTEv .carousel-indicators,
  .cid-viEAhTCTEv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-viEAhTCTEv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-viEAhTCTEv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-viEAhTCTEv .carousel-indicators .active,
.cid-viEAhTCTEv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-viEAhTCTEv .carousel-indicators .active {
  background: #fff;
}
.cid-viEAhTCTEv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-viEAhTCTEv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-viEAhTCTEv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-viEAhTCTEv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-viEAhTCTEv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-viEAhTCTEv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-viEAhTCTEv .carousel {
  width: 100%;
}
.cid-viEAhTCTEv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-viEAhTCTEv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-viEAhTCTEv .modal.fade .modal-dialog,
.cid-viEAhTCTEv .modal.in .modal-dialog {
  transform: none;
}
.cid-viEAhTCTEv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-viEAhTCTEv H6 {
  text-align: center;
}
.cid-viEAhTCTEv .mbr-section-subtitle {
  text-align: justify;
}
.cid-viEAhTCTEv .mbr-item-subtitle {
  text-align: left;
}
.cid-vgcJsCnI9T {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #3b3b3b;
}
.cid-vgcJsCnI9T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgcJsCnI9T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgcJsCnI9T .mbr-section-title {
  color: #f2b340;
  text-align: center;
}
.cid-vgcJsCnI9T .mbr-text,
.cid-vgcJsCnI9T .mbr-section-btn {
  color: #fffefe;
  text-align: left;
}
.cid-vgcJsCnI9T .mbr-section-subtitle {
  color: #ffbf36;
  text-align: left;
}
.cid-vdFrPIOMrF {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #3b3b3b;
}
.cid-vdFrPIOMrF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdFrPIOMrF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdFrPIOMrF .video-wrapper iframe {
  width: 100%;
}
.cid-vdFrPIOMrF .mbr-section-title,
.cid-vdFrPIOMrF .mbr-section-subtitle,
.cid-vdFrPIOMrF .mbr-text {
  text-align: center;
}
.cid-vdFrPIOMrF .mbr-section-title {
  color: #f2b340;
}
.cid-vdFrPIOMrF .mbr-section-subtitle {
  color: #f2b340;
}
.cid-vdFrPIOMrF .mbr-text {
  color: #bbbbbb;
}
.cid-viED7EEqJK {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #3b3b3b;
}
.cid-viED7EEqJK .mbr-fallback-image.disabled {
  display: none;
}
.cid-viED7EEqJK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viED7EEqJK .video-wrapper iframe {
  width: 100%;
}
.cid-viED7EEqJK .mbr-section-title,
.cid-viED7EEqJK .mbr-section-subtitle,
.cid-viED7EEqJK .mbr-text {
  text-align: center;
}
.cid-viED7EEqJK .mbr-section-title {
  color: #f2b340;
}
.cid-viED7EEqJK .mbr-section-subtitle {
  color: #f2b340;
}
.cid-viED7EEqJK .mbr-text {
  color: #bbbbbb;
}
.cid-vkUZGz7Nzx {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #3b3b3b;
}
.cid-vkUZGz7Nzx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkUZGz7Nzx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viKNHhkVKi {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-viKNHhkVKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-viKNHhkVKi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viKNHhkVKi .mbr-section-title {
  color: #f2b340;
  text-align: left;
}
.cid-viKNHhkVKi .mbr-text,
.cid-viKNHhkVKi .mbr-section-btn {
  color: #3b3b3b;
  text-align: left;
}
.cid-viKNHhkVKi .mbr-section-subtitle {
  text-align: left;
  color: #3b3b3b;
}
.cid-vgLOvXvuRa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vgLOvXvuRa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgLOvXvuRa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgLOvXvuRa .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vgLOvXvuRa .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-vgLOvXvuRa .item-wrapper {
  position: relative;
}
.cid-vgLOvXvuRa .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vgLOvXvuRa .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vgLOvXvuRa .carousel-control,
.cid-vgLOvXvuRa .close {
  background: #1b1b1b;
}
.cid-vgLOvXvuRa .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vgLOvXvuRa .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vgLOvXvuRa .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vgLOvXvuRa .carousel-control-next span {
  margin-left: 5px;
}
.cid-vgLOvXvuRa .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vgLOvXvuRa .close::before {
  content: '\e91a';
}
.cid-vgLOvXvuRa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vgLOvXvuRa .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vgLOvXvuRa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgLOvXvuRa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vgLOvXvuRa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vgLOvXvuRa .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vgLOvXvuRa .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vgLOvXvuRa .carousel-indicators li.active,
.cid-vgLOvXvuRa .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vgLOvXvuRa .carousel-indicators li::after,
.cid-vgLOvXvuRa .carousel-indicators li::before {
  content: none;
}
.cid-vgLOvXvuRa .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vgLOvXvuRa .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vgLOvXvuRa .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vgLOvXvuRa .carousel-indicators {
    display: none;
  }
}
.cid-vgLOvXvuRa .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vgLOvXvuRa .carousel-inner > .active {
  display: block;
}
.cid-vgLOvXvuRa .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgLOvXvuRa .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vgLOvXvuRa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vgLOvXvuRa .carousel-control,
  .cid-vgLOvXvuRa .carousel-indicators,
  .cid-vgLOvXvuRa .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vgLOvXvuRa .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vgLOvXvuRa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vgLOvXvuRa .carousel-indicators .active,
.cid-vgLOvXvuRa .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vgLOvXvuRa .carousel-indicators .active {
  background: #fff;
}
.cid-vgLOvXvuRa .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vgLOvXvuRa .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vgLOvXvuRa .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vgLOvXvuRa .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vgLOvXvuRa .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vgLOvXvuRa .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vgLOvXvuRa .carousel {
  width: 100%;
}
.cid-vgLOvXvuRa .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vgLOvXvuRa .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vgLOvXvuRa .modal.fade .modal-dialog,
.cid-vgLOvXvuRa .modal.in .modal-dialog {
  transform: none;
}
.cid-vgLOvXvuRa .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vgLOvXvuRa H6 {
  text-align: center;
}
.cid-vgLOvXvuRa .mbr-section-subtitle {
  text-align: justify;
}
.cid-vgLOvXvuRa .mbr-section-title {
  text-align: justify;
}
.cid-vgLOvXvuRa .mbr-item-subtitle DIV {
  text-align: right;
}
.cid-vgLOvXvuRa .mbr-item-subtitle {
  text-align: justify;
}
.cid-vibmDDK24H {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-vibmDDK24H .mbr-fallback-image.disabled {
  display: none;
}
.cid-vibmDDK24H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vibmDDK24H .video-wrapper iframe {
  width: 100%;
}
.cid-vibmDDK24H .mbr-section-title,
.cid-vibmDDK24H .mbr-section-subtitle,
.cid-vibmDDK24H .mbr-text {
  text-align: center;
}
.cid-vibmDDK24H .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-vibmDDK24H .mbr-text {
  color: #232323;
}
.cid-vgcJwlJzXq {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #3b3b3b;
}
.cid-vgcJwlJzXq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgcJwlJzXq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgcJwlJzXq .mbr-section-title {
  color: #f2b340;
  text-align: center;
}
.cid-vgcJwlJzXq .mbr-text,
.cid-vgcJwlJzXq .mbr-section-btn {
  color: #bbbbbb;
  text-align: justify;
}
.cid-vgcJwlJzXq .mbr-section-subtitle {
  color: #ffbf36;
  text-align: justify;
}
.cid-vibGMUMrRz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3b3b3b;
}
.cid-vibGMUMrRz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vibGMUMrRz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vibGMUMrRz .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vibGMUMrRz .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-vibGMUMrRz .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-vibGMUMrRz .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vibGMUMrRz .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vibGMUMrRz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vibGMUMrRz .carousel-control,
.cid-vibGMUMrRz .close {
  background: #1b1b1b;
}
.cid-vibGMUMrRz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vibGMUMrRz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vibGMUMrRz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vibGMUMrRz .carousel-control-next span {
  margin-left: 5px;
}
.cid-vibGMUMrRz .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vibGMUMrRz .close::before {
  content: '\e91a';
}
.cid-vibGMUMrRz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vibGMUMrRz .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vibGMUMrRz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vibGMUMrRz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vibGMUMrRz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vibGMUMrRz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vibGMUMrRz .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vibGMUMrRz .carousel-indicators li.active,
.cid-vibGMUMrRz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vibGMUMrRz .carousel-indicators li::after,
.cid-vibGMUMrRz .carousel-indicators li::before {
  content: none;
}
.cid-vibGMUMrRz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vibGMUMrRz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vibGMUMrRz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vibGMUMrRz .carousel-indicators {
    display: none;
  }
}
.cid-vibGMUMrRz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vibGMUMrRz .carousel-inner > .active {
  display: block;
}
.cid-vibGMUMrRz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vibGMUMrRz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vibGMUMrRz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vibGMUMrRz .carousel-control,
  .cid-vibGMUMrRz .carousel-indicators,
  .cid-vibGMUMrRz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vibGMUMrRz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vibGMUMrRz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vibGMUMrRz .carousel-indicators .active,
.cid-vibGMUMrRz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vibGMUMrRz .carousel-indicators .active {
  background: #fff;
}
.cid-vibGMUMrRz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vibGMUMrRz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vibGMUMrRz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vibGMUMrRz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vibGMUMrRz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vibGMUMrRz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vibGMUMrRz .carousel {
  width: 100%;
}
.cid-vibGMUMrRz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vibGMUMrRz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vibGMUMrRz .modal.fade .modal-dialog,
.cid-vibGMUMrRz .modal.in .modal-dialog {
  transform: none;
}
.cid-vibGMUMrRz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vibGMUMrRz H6 {
  text-align: center;
}
.cid-vibGMUMrRz .mbr-item-subtitle {
  color: #bbbbbb;
}
.cid-vkWYvtmVqM {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #3b3b3b;
}
.cid-vkWYvtmVqM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkWYvtmVqM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihxal5JBz {
  background-image: url("../../../assets/images/o-o-ojaune5.svg");
}
.cid-vihxal5JBz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihxal5JBz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihxal5JBz .mbr-section-title {
  color: #f2b340;
  text-align: justify;
}
.cid-vihxal5JBz .mbr-text,
.cid-vihxal5JBz .mbr-section-btn {
  color: #3b3b3b;
  text-align: left;
}
.cid-vihxal5JBz .mbr-section-subtitle {
  color: #3b3b3b;
  text-align: left;
}
.cid-vkJmKaYqRu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vkJmKaYqRu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkJmKaYqRu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkJmKaYqRu .item {
  padding-bottom: 2rem;
}
.cid-vkJmKaYqRu .item-wrapper {
  position: relative;
}
.cid-vkJmKaYqRu .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vkJmKaYqRu .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vkJmKaYqRu .carousel-control,
.cid-vkJmKaYqRu .close {
  background: #1b1b1b;
}
.cid-vkJmKaYqRu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vkJmKaYqRu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vkJmKaYqRu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vkJmKaYqRu .carousel-control-next span {
  margin-left: 5px;
}
.cid-vkJmKaYqRu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vkJmKaYqRu .close::before {
  content: '\e91a';
}
.cid-vkJmKaYqRu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vkJmKaYqRu .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vkJmKaYqRu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vkJmKaYqRu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vkJmKaYqRu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vkJmKaYqRu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vkJmKaYqRu .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vkJmKaYqRu .carousel-indicators li.active,
.cid-vkJmKaYqRu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vkJmKaYqRu .carousel-indicators li::after,
.cid-vkJmKaYqRu .carousel-indicators li::before {
  content: none;
}
.cid-vkJmKaYqRu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vkJmKaYqRu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vkJmKaYqRu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vkJmKaYqRu .carousel-indicators {
    display: none;
  }
}
.cid-vkJmKaYqRu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vkJmKaYqRu .carousel-inner > .active {
  display: block;
}
.cid-vkJmKaYqRu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vkJmKaYqRu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vkJmKaYqRu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vkJmKaYqRu .carousel-control,
  .cid-vkJmKaYqRu .carousel-indicators,
  .cid-vkJmKaYqRu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vkJmKaYqRu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vkJmKaYqRu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vkJmKaYqRu .carousel-indicators .active,
.cid-vkJmKaYqRu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vkJmKaYqRu .carousel-indicators .active {
  background: #fff;
}
.cid-vkJmKaYqRu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vkJmKaYqRu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vkJmKaYqRu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vkJmKaYqRu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vkJmKaYqRu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vkJmKaYqRu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vkJmKaYqRu .carousel {
  width: 100%;
}
.cid-vkJmKaYqRu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vkJmKaYqRu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vkJmKaYqRu .modal.fade .modal-dialog,
.cid-vkJmKaYqRu .modal.in .modal-dialog {
  transform: none;
}
.cid-vkJmKaYqRu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vkJmKaYqRu H6 {
  text-align: center;
}
.cid-vkJmKaYqRu .mbr-section-subtitle {
  text-align: justify;
}
.cid-vkJmKaYqRu .mbr-item-subtitle {
  text-align: left;
}
.cid-vkQ3fYOcj7 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-vkQ3fYOcj7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkQ3fYOcj7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkQ3fYOcj7 .video-wrapper iframe {
  width: 100%;
}
.cid-vkQ3fYOcj7 .mbr-section-title,
.cid-vkQ3fYOcj7 .mbr-section-subtitle,
.cid-vkQ3fYOcj7 .mbr-text {
  text-align: center;
}
.cid-vkX9xPQ66G {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-vkX9xPQ66G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkX9xPQ66G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkX9xPQ66G .mbr-section-title {
  color: #f2b340;
  text-align: center;
}
.cid-vkX9xPQ66G .mbr-text,
.cid-vkX9xPQ66G .mbr-section-btn {
  color: #3b3b3b;
  text-align: justify;
}
.cid-vkX9xPQ66G .mbr-section-subtitle {
  text-align: justify;
  color: #3b3b3b;
}
.cid-vkW7qK2oDR {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-vkW7qK2oDR iframe,
.cid-vkW7qK2oDR img,
.cid-vkW7qK2oDR video {
  width: 100%;
}
.cid-vkW7qK2oDR .mbr-media {
  position: relative;
}
.cid-vkW7qK2oDR .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-vkW7qK2oDR .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-vkW7qK2oDR .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-vkW7qK2oDR .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vkW7qK2oDR .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-vkW7qK2oDR .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vkW7qK2oDR .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vkW7qK2oDR .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-vkW7qK2oDR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vkW7qK2oDR .mbr-section-subtitle {
  text-align: left;
}
.cid-vkW7qK2oDR .mbr-section-title {
  text-align: left;
}
.cid-vfl9LabQS7 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-vfl9LabQS7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfl9LabQS7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve8SwdIU9g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3b3b3b;
}
.cid-ve8SwdIU9g .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve8SwdIU9g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve8SwdIU9g .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ve8SwdIU9g .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ve8SwdIU9g .row {
    text-align: center;
  }
  .cid-ve8SwdIU9g .row > div {
    margin: auto;
  }
  .cid-ve8SwdIU9g .social-row {
    justify-content: center;
  }
}
.cid-ve8SwdIU9g .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ve8SwdIU9g .list {
  list-style: none;
  padding-left: 0;
  color: #fffefe;
}
@media (max-width: 991px) {
  .cid-ve8SwdIU9g .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ve8SwdIU9g .list {
    margin-bottom: 0rem;
  }
}
.cid-ve8SwdIU9g .mbr-text {
  color: #f2b340;
}
.cid-ve8SwdIU9g .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ve8SwdIU9g .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ve8SwdIU9g div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ve8SwdIU9g .copyright {
  text-align: center;
}
.cid-viam2mh6IJ {
  z-index: 1000;
  width: 100%;
}
.cid-viam2mh6IJ nav.navbar {
  position: fixed;
}
.cid-viam2mh6IJ .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-viam2mh6IJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-viam2mh6IJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-viam2mh6IJ .dropdown-item:hover,
.cid-viam2mh6IJ .dropdown-item:focus {
  background: #f2b340 !important;
  color: white !important;
}
.cid-viam2mh6IJ .dropdown-item:hover span {
  color: white;
}
.cid-viam2mh6IJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-viam2mh6IJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-viam2mh6IJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-viam2mh6IJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-viam2mh6IJ .nav-link {
  position: relative;
}
.cid-viam2mh6IJ .container {
  display: flex;
  margin: auto;
}
.cid-viam2mh6IJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-viam2mh6IJ .dropdown-menu,
.cid-viam2mh6IJ .navbar.opened {
  background: #232323 !important;
}
.cid-viam2mh6IJ .nav-item:focus,
.cid-viam2mh6IJ .nav-link:focus {
  outline: none;
}
.cid-viam2mh6IJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viam2mh6IJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viam2mh6IJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-viam2mh6IJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viam2mh6IJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viam2mh6IJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viam2mh6IJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-viam2mh6IJ .navbar.opened {
  transition: all 0.3s;
}
.cid-viam2mh6IJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-viam2mh6IJ .navbar .navbar-logo img {
  width: auto;
}
.cid-viam2mh6IJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-viam2mh6IJ .navbar.collapsed {
  justify-content: center;
}
.cid-viam2mh6IJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viam2mh6IJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-viam2mh6IJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viam2mh6IJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viam2mh6IJ .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-viam2mh6IJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viam2mh6IJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-viam2mh6IJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-viam2mh6IJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viam2mh6IJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viam2mh6IJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viam2mh6IJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viam2mh6IJ .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-viam2mh6IJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-viam2mh6IJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-viam2mh6IJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viam2mh6IJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-viam2mh6IJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viam2mh6IJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-viam2mh6IJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-viam2mh6IJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-viam2mh6IJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-viam2mh6IJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-viam2mh6IJ .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-viam2mh6IJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viam2mh6IJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viam2mh6IJ .dropdown-item.active,
.cid-viam2mh6IJ .dropdown-item:active {
  background-color: transparent;
}
.cid-viam2mh6IJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viam2mh6IJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viam2mh6IJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viam2mh6IJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-viam2mh6IJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-viam2mh6IJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-viam2mh6IJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viam2mh6IJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-viam2mh6IJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-viam2mh6IJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #444444;
}
.cid-viam2mh6IJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-viam2mh6IJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viam2mh6IJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viam2mh6IJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-viam2mh6IJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viam2mh6IJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-viam2mh6IJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-viam2mh6IJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viam2mh6IJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-viam2mh6IJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viam2mh6IJ .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-viam2mh6IJ .navbar {
    height: 70px;
  }
  .cid-viam2mh6IJ .navbar.opened {
    height: auto;
  }
  .cid-viam2mh6IJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veHWAR7FSN {
  background-image: url("../../../assets/images/cv.svg");
}
.cid-veHWAR7FSN .mbr-fallback-image.disabled {
  display: none;
}
.cid-veHWAR7FSN .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-veHWAR7FSN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veHWAR7FSN .row {
  flex-direction: row-reverse;
}
.cid-veHWAR7FSN img {
  width: 100%;
}
.cid-veHWAR7FSN .mbr-description {
  color: #ffffff;
}
.cid-veeINwNMUD {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/img-3972-5-2000x1500.jpg");
}
.cid-veeINwNMUD .mbr-fallback-image.disabled {
  display: none;
}
.cid-veeINwNMUD .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-veeINwNMUD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veeINwNMUD .row {
  flex-direction: row-reverse;
}
.cid-veeINwNMUD img {
  width: 100%;
}
.cid-veHQ3aHtMq {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/img-3972-5-2000x1500.jpg");
}
.cid-veHQ3aHtMq .mbr-fallback-image.disabled {
  display: none;
}
.cid-veHQ3aHtMq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veHQ3aHtMq .timeline-element {
  position: relative;
}
.cid-veHQ3aHtMq .timelines-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.cid-veHQ3aHtMq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-veHQ3aHtMq .mbr-section-title,
.cid-veHQ3aHtMq .mbr-section-subtitle,
.cid-veHQ3aHtMq .timeline-date {
  text-align: center;
}
.cid-veHQ3aHtMq .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ffc457;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-veHQ3aHtMq .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-veHQ3aHtMq .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-veHQ3aHtMq .row:after {
  content: "";
  position: absolute;
  background-color: #ffc457;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-veHQ3aHtMq .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-veHQ3aHtMq .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veHQ3aHtMq .timeline-date-wrapper,
  .cid-veHQ3aHtMq .timeline-text-wrapper,
  .cid-veHQ3aHtMq .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-veHQ3aHtMq .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-veHQ3aHtMq .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veHQ3aHtMq .timeline-date-wrapper,
  .cid-veHQ3aHtMq .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veHQ3aHtMq .timeline-date-wrapper,
  .cid-veHQ3aHtMq .timeline-text-wrapper,
  .cid-veHQ3aHtMq .image-wrapper {
    padding: 2rem;
  }
}
.cid-veHQ3aHtMq .mbr-text {
  text-align: left;
}
.cid-veHQ3aHtMq .mbr-timeline-title {
  text-align: left;
  color: #3b3b3b;
}
.cid-veHQ3aHtMq .mbr-timeline-date {
  color: #3b3b3b;
}
.cid-veHUoCnOLF {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/img-3972-5-2000x1500.jpg");
}
.cid-veHUoCnOLF .mbr-fallback-image.disabled {
  display: none;
}
.cid-veHUoCnOLF .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-veHUoCnOLF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veHUoCnOLF .row {
  flex-direction: row-reverse;
}
.cid-veHUoCnOLF img {
  width: 100%;
}
.cid-veHUvgS95D {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-3972-5-2000x1500.jpg");
}
.cid-veHUvgS95D .mbr-fallback-image.disabled {
  display: none;
}
.cid-veHUvgS95D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veHUvgS95D .timeline-element {
  position: relative;
}
.cid-veHUvgS95D .timelines-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.cid-veHUvgS95D .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-veHUvgS95D .mbr-section-title,
.cid-veHUvgS95D .mbr-section-subtitle,
.cid-veHUvgS95D .timeline-date {
  text-align: center;
}
.cid-veHUvgS95D .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ffc457;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-veHUvgS95D .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-veHUvgS95D .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-veHUvgS95D .row:after {
  content: "";
  position: absolute;
  background-color: #ffc457;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-veHUvgS95D .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-veHUvgS95D .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veHUvgS95D .timeline-date-wrapper,
  .cid-veHUvgS95D .timeline-text-wrapper,
  .cid-veHUvgS95D .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-veHUvgS95D .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-veHUvgS95D .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veHUvgS95D .timeline-date-wrapper,
  .cid-veHUvgS95D .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veHUvgS95D .timeline-date-wrapper,
  .cid-veHUvgS95D .timeline-text-wrapper,
  .cid-veHUvgS95D .image-wrapper {
    padding: 2rem;
  }
}
.cid-veHUvgS95D .mbr-text {
  text-align: left;
}
.cid-veHUvgS95D .mbr-timeline-title {
  text-align: left;
  color: #3b3b3b;
}
.cid-veHUvgS95D .mbr-timeline-date {
  color: #3b3b3b;
}
.cid-veNc1VvnKQ {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veNc1VvnKQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNc1VvnKQ .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-veNc1VvnKQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veNc1VvnKQ .row {
  flex-direction: row-reverse;
}
.cid-veNc1VvnKQ img {
  width: 100%;
}
.cid-veNfoiwr7I {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veNfoiwr7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNfoiwr7I .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-veNfoiwr7I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNfoiwr7I .item-wrapper {
  background: #f8f4ec;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veNfoiwr7I .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veNfoiwr7I .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veNfoiwr7I .card-title,
.cid-veNfoiwr7I .iconfont-wrapper {
  color: #000000;
}
.cid-veNfoiwr7I .card-text {
  color: #000000;
}
.cid-veNfoiwr7I .content-head {
  max-width: 800px;
}
.cid-veNfoiwr7I .mbr-section-title {
  color: #000000;
}
.cid-veNfoiwr7I .card-title,
.cid-veNfoiwr7I .img-wrapper {
  color: #f2b340;
}
.cid-veNinz5G1S {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veNinz5G1S .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNinz5G1S .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-veNinz5G1S .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veNinz5G1S .row {
  flex-direction: row-reverse;
}
.cid-veNinz5G1S img {
  width: 100%;
}
.cid-veNw3L3WK8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veNw3L3WK8 img,
.cid-veNw3L3WK8 .item-img {
  width: 100%;
}
.cid-veNw3L3WK8 .item:focus,
.cid-veNw3L3WK8 span:focus {
  outline: none;
}
.cid-veNw3L3WK8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veNw3L3WK8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f8f4ec;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veNw3L3WK8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veNw3L3WK8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veNw3L3WK8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veNw3L3WK8 .mbr-section-title {
  color: #232323;
}
.cid-veNw3L3WK8 .mbr-text,
.cid-veNw3L3WK8 .mbr-section-btn {
  text-align: left;
}
.cid-veNw3L3WK8 .item-title {
  text-align: left;
}
.cid-veNw3L3WK8 .item-subtitle {
  text-align: center;
}
.cid-vh2cCQn5S2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh2cCQn5S2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh2cCQn5S2 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vh2cCQn5S2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh2cCQn5S2 .item-wrapper {
  background: #f8f4ec;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh2cCQn5S2 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vh2cCQn5S2 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vh2cCQn5S2 .card-title,
.cid-vh2cCQn5S2 .iconfont-wrapper {
  color: #000000;
}
.cid-vh2cCQn5S2 .card-text {
  color: #000000;
}
.cid-vh2cCQn5S2 .content-head {
  max-width: 800px;
}
.cid-vh2cCQn5S2 .mbr-section-title {
  color: #000000;
}
.cid-vh2cCQn5S2 .card-title,
.cid-vh2cCQn5S2 .img-wrapper {
  color: #3b3b3b;
}
.cid-veNGC1McFn {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veNGC1McFn .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNGC1McFn .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-veNGC1McFn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veNGC1McFn .row {
  flex-direction: row-reverse;
}
.cid-veNGC1McFn img {
  width: 100%;
}
.cid-veZqCK0RLp {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veZqCK0RLp .mbr-fallback-image.disabled {
  display: none;
}
.cid-veZqCK0RLp .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-veZqCK0RLp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veZqCK0RLp .item-wrapper {
  background: #f8f4ec;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veZqCK0RLp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veZqCK0RLp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veZqCK0RLp .card-title,
.cid-veZqCK0RLp .iconfont-wrapper {
  color: #000000;
}
.cid-veZqCK0RLp .card-text {
  color: #000000;
  text-align: center;
}
.cid-veZqCK0RLp .content-head {
  max-width: 800px;
}
.cid-veZqCK0RLp .mbr-section-title {
  color: #000000;
}
.cid-veZqCK0RLp .card-title,
.cid-veZqCK0RLp .img-wrapper {
  color: #3b3b3b;
}
.cid-veNHkZnmPI {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veNHkZnmPI .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNHkZnmPI .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-veNHkZnmPI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veNHkZnmPI .row {
  flex-direction: row-reverse;
}
.cid-veNHkZnmPI img {
  width: 100%;
}
.cid-veNHluRvi8 {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-veNHluRvi8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNHluRvi8 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-veNHluRvi8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNHluRvi8 .item-wrapper {
  background: #f8f4ec;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veNHluRvi8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veNHluRvi8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veNHluRvi8 .card-title,
.cid-veNHluRvi8 .iconfont-wrapper {
  color: #000000;
}
.cid-veNHluRvi8 .card-text {
  color: #000000;
  text-align: center;
}
.cid-veNHluRvi8 .content-head {
  max-width: 800px;
}
.cid-veNHluRvi8 .mbr-section-title {
  color: #000000;
}
.cid-veNHluRvi8 .card-title,
.cid-veNHluRvi8 .img-wrapper {
  color: #3b3b3b;
}
.cid-veNIk1GwKx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2b340;
}
.cid-veNIk1GwKx .main-row {
  flex-direction: row-reverse;
}
.cid-veNIk1GwKx .mbr-section-title {
  text-align: justify;
  color: #3b3b3b;
}
.cid-veNIk1GwKx .mbr-text,
.cid-veNIk1GwKx .mbr-section-btn {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-veNIk1GwKx .item-wrapper {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-veNIk1GwKx .item-wrapper {
    padding: 4rem;
  }
}
.cid-veNIk1GwKx .dragArea {
  justify-content: center;
}
.cid-veNIk1GwKx .btn {
  margin: 0.6rem 0 0 0;
}
.cid-veNIk1GwKx .mbr-section-btn {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-veNIk1GwKx .mbr-section-btn {
    width: 100%;
  }
}
.cid-veNIk1GwKx .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-veNIk1GwKx .mbr-section-subtitle {
  text-align: justify;
  color: #3b3b3b;
}
.cid-vfl10XmKim {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vfl10XmKim .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfl10XmKim .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfl10XmKim .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-vfl10XmKim .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfl10XmKim .item-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-vfl10XmKim .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-vfl10XmKim .row .row {
    flex-direction: column-reverse;
  }
  .cid-vfl10XmKim .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vfl10XmKim .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vfl10XmKim .card-subtitle {
  color: #0095ff;
}
.cid-vfl10XmKim .mbr-text {
  color: #555555;
}
.cid-vfl9ksuyJk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/tournage3.jpg");
}
.cid-vfl9ksuyJk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfl9ksuyJk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve8SwdIU9g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3b3b3b;
}
.cid-ve8SwdIU9g .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve8SwdIU9g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve8SwdIU9g .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ve8SwdIU9g .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ve8SwdIU9g .row {
    text-align: center;
  }
  .cid-ve8SwdIU9g .row > div {
    margin: auto;
  }
  .cid-ve8SwdIU9g .social-row {
    justify-content: center;
  }
}
.cid-ve8SwdIU9g .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ve8SwdIU9g .list {
  list-style: none;
  padding-left: 0;
  color: #fffefe;
}
@media (max-width: 991px) {
  .cid-ve8SwdIU9g .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ve8SwdIU9g .list {
    margin-bottom: 0rem;
  }
}
.cid-ve8SwdIU9g .mbr-text {
  color: #f2b340;
}
.cid-ve8SwdIU9g .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ve8SwdIU9g .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ve8SwdIU9g div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ve8SwdIU9g .copyright {
  text-align: center;
}
.cid-viam2mh6IJ {
  z-index: 1000;
  width: 100%;
}
.cid-viam2mh6IJ nav.navbar {
  position: fixed;
}
.cid-viam2mh6IJ .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-viam2mh6IJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-viam2mh6IJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-viam2mh6IJ .dropdown-item:hover,
.cid-viam2mh6IJ .dropdown-item:focus {
  background: #f2b340 !important;
  color: white !important;
}
.cid-viam2mh6IJ .dropdown-item:hover span {
  color: white;
}
.cid-viam2mh6IJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-viam2mh6IJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-viam2mh6IJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-viam2mh6IJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-viam2mh6IJ .nav-link {
  position: relative;
}
.cid-viam2mh6IJ .container {
  display: flex;
  margin: auto;
}
.cid-viam2mh6IJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-viam2mh6IJ .dropdown-menu,
.cid-viam2mh6IJ .navbar.opened {
  background: #232323 !important;
}
.cid-viam2mh6IJ .nav-item:focus,
.cid-viam2mh6IJ .nav-link:focus {
  outline: none;
}
.cid-viam2mh6IJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viam2mh6IJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viam2mh6IJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-viam2mh6IJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viam2mh6IJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viam2mh6IJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viam2mh6IJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-viam2mh6IJ .navbar.opened {
  transition: all 0.3s;
}
.cid-viam2mh6IJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-viam2mh6IJ .navbar .navbar-logo img {
  width: auto;
}
.cid-viam2mh6IJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-viam2mh6IJ .navbar.collapsed {
  justify-content: center;
}
.cid-viam2mh6IJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viam2mh6IJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-viam2mh6IJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viam2mh6IJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viam2mh6IJ .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-viam2mh6IJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viam2mh6IJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-viam2mh6IJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-viam2mh6IJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viam2mh6IJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viam2mh6IJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viam2mh6IJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viam2mh6IJ .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-viam2mh6IJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-viam2mh6IJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-viam2mh6IJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viam2mh6IJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-viam2mh6IJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viam2mh6IJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-viam2mh6IJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-viam2mh6IJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-viam2mh6IJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-viam2mh6IJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-viam2mh6IJ .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-viam2mh6IJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viam2mh6IJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viam2mh6IJ .dropdown-item.active,
.cid-viam2mh6IJ .dropdown-item:active {
  background-color: transparent;
}
.cid-viam2mh6IJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viam2mh6IJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viam2mh6IJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viam2mh6IJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-viam2mh6IJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-viam2mh6IJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-viam2mh6IJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viam2mh6IJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-viam2mh6IJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-viam2mh6IJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #444444;
}
.cid-viam2mh6IJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-viam2mh6IJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viam2mh6IJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viam2mh6IJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-viam2mh6IJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viam2mh6IJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-viam2mh6IJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-viam2mh6IJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viam2mh6IJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-viam2mh6IJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viam2mh6IJ .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-viam2mh6IJ .navbar {
    height: 70px;
  }
  .cid-viam2mh6IJ .navbar.opened {
    height: auto;
  }
  .cid-viam2mh6IJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgRSO9mSN8 {
  background-color: #232323;
}
.cid-vgRSO9mSN8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgRSO9mSN8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgRSO9mSN8 .mbr-text,
.cid-vgRSO9mSN8 .mbr-section-btn {
  color: #232323;
}
.cid-viam2mh6IJ {
  z-index: 1000;
  width: 100%;
}
.cid-viam2mh6IJ nav.navbar {
  position: fixed;
}
.cid-viam2mh6IJ .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-viam2mh6IJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-viam2mh6IJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-viam2mh6IJ .dropdown-item:hover,
.cid-viam2mh6IJ .dropdown-item:focus {
  background: #f2b340 !important;
  color: white !important;
}
.cid-viam2mh6IJ .dropdown-item:hover span {
  color: white;
}
.cid-viam2mh6IJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-viam2mh6IJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-viam2mh6IJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-viam2mh6IJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-viam2mh6IJ .nav-link {
  position: relative;
}
.cid-viam2mh6IJ .container {
  display: flex;
  margin: auto;
}
.cid-viam2mh6IJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-viam2mh6IJ .dropdown-menu,
.cid-viam2mh6IJ .navbar.opened {
  background: #232323 !important;
}
.cid-viam2mh6IJ .nav-item:focus,
.cid-viam2mh6IJ .nav-link:focus {
  outline: none;
}
.cid-viam2mh6IJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viam2mh6IJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viam2mh6IJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-viam2mh6IJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viam2mh6IJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viam2mh6IJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viam2mh6IJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-viam2mh6IJ .navbar.opened {
  transition: all 0.3s;
}
.cid-viam2mh6IJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-viam2mh6IJ .navbar .navbar-logo img {
  width: auto;
}
.cid-viam2mh6IJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-viam2mh6IJ .navbar.collapsed {
  justify-content: center;
}
.cid-viam2mh6IJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viam2mh6IJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-viam2mh6IJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viam2mh6IJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viam2mh6IJ .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-viam2mh6IJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viam2mh6IJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-viam2mh6IJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-viam2mh6IJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viam2mh6IJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viam2mh6IJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viam2mh6IJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viam2mh6IJ .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-viam2mh6IJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-viam2mh6IJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-viam2mh6IJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viam2mh6IJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-viam2mh6IJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viam2mh6IJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-viam2mh6IJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-viam2mh6IJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-viam2mh6IJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-viam2mh6IJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-viam2mh6IJ .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-viam2mh6IJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viam2mh6IJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viam2mh6IJ .dropdown-item.active,
.cid-viam2mh6IJ .dropdown-item:active {
  background-color: transparent;
}
.cid-viam2mh6IJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viam2mh6IJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viam2mh6IJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viam2mh6IJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-viam2mh6IJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-viam2mh6IJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-viam2mh6IJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viam2mh6IJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-viam2mh6IJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-viam2mh6IJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #444444;
}
.cid-viam2mh6IJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-viam2mh6IJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viam2mh6IJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viam2mh6IJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-viam2mh6IJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viam2mh6IJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-viam2mh6IJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-viam2mh6IJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viam2mh6IJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-viam2mh6IJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viam2mh6IJ .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-viam2mh6IJ .navbar {
    height: 70px;
  }
  .cid-viam2mh6IJ .navbar.opened {
    height: auto;
  }
  .cid-viam2mh6IJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgNnq4caEY {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #232323;
}
.cid-vgNnq4caEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgNnq4caEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgNnq4caEY .mbr-section-title {
  color: #f2b340;
  text-align: center;
}
.cid-vgNnq4caEY .mbr-text,
.cid-vgNnq4caEY .mbr-section-btn {
  color: #bbbbbb;
  text-align: justify;
}
.cid-vgNnq4caEY .mbr-section-subtitle {
  color: #ffbf36;
  text-align: justify;
}
.cid-ve8SwdIU9g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3b3b3b;
}
.cid-ve8SwdIU9g .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve8SwdIU9g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve8SwdIU9g .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ve8SwdIU9g .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ve8SwdIU9g .row {
    text-align: center;
  }
  .cid-ve8SwdIU9g .row > div {
    margin: auto;
  }
  .cid-ve8SwdIU9g .social-row {
    justify-content: center;
  }
}
.cid-ve8SwdIU9g .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ve8SwdIU9g .list {
  list-style: none;
  padding-left: 0;
  color: #fffefe;
}
@media (max-width: 991px) {
  .cid-ve8SwdIU9g .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ve8SwdIU9g .list {
    margin-bottom: 0rem;
  }
}
.cid-ve8SwdIU9g .mbr-text {
  color: #f2b340;
}
.cid-ve8SwdIU9g .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ve8SwdIU9g .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ve8SwdIU9g div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ve8SwdIU9g .copyright {
  text-align: center;
}
.cid-vibLIvWgeU {
  z-index: 1000;
  width: 100%;
}
.cid-vibLIvWgeU nav.navbar {
  position: fixed;
}
.cid-vibLIvWgeU .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-vibLIvWgeU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vibLIvWgeU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vibLIvWgeU .dropdown-item:hover,
.cid-vibLIvWgeU .dropdown-item:focus {
  background: #f2b340 !important;
  color: white !important;
}
.cid-vibLIvWgeU .dropdown-item:hover span {
  color: white;
}
.cid-vibLIvWgeU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vibLIvWgeU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vibLIvWgeU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vibLIvWgeU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vibLIvWgeU .nav-link {
  position: relative;
}
.cid-vibLIvWgeU .container {
  display: flex;
  margin: auto;
}
.cid-vibLIvWgeU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vibLIvWgeU .dropdown-menu,
.cid-vibLIvWgeU .navbar.opened {
  background: #232323 !important;
}
.cid-vibLIvWgeU .nav-item:focus,
.cid-vibLIvWgeU .nav-link:focus {
  outline: none;
}
.cid-vibLIvWgeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vibLIvWgeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vibLIvWgeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vibLIvWgeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vibLIvWgeU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vibLIvWgeU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vibLIvWgeU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-vibLIvWgeU .navbar.opened {
  transition: all 0.3s;
}
.cid-vibLIvWgeU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vibLIvWgeU .navbar .navbar-logo img {
  width: auto;
}
.cid-vibLIvWgeU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vibLIvWgeU .navbar.collapsed {
  justify-content: center;
}
.cid-vibLIvWgeU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vibLIvWgeU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vibLIvWgeU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vibLIvWgeU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vibLIvWgeU .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-vibLIvWgeU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vibLIvWgeU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vibLIvWgeU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vibLIvWgeU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vibLIvWgeU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vibLIvWgeU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vibLIvWgeU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vibLIvWgeU .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-vibLIvWgeU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vibLIvWgeU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vibLIvWgeU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vibLIvWgeU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vibLIvWgeU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vibLIvWgeU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vibLIvWgeU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vibLIvWgeU .navbar.navbar-short {
  min-height: 60px;
}
.cid-vibLIvWgeU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vibLIvWgeU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vibLIvWgeU .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-vibLIvWgeU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vibLIvWgeU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vibLIvWgeU .dropdown-item.active,
.cid-vibLIvWgeU .dropdown-item:active {
  background-color: transparent;
}
.cid-vibLIvWgeU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vibLIvWgeU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vibLIvWgeU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vibLIvWgeU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vibLIvWgeU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vibLIvWgeU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vibLIvWgeU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vibLIvWgeU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vibLIvWgeU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vibLIvWgeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #444444;
}
.cid-vibLIvWgeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vibLIvWgeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vibLIvWgeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vibLIvWgeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vibLIvWgeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vibLIvWgeU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vibLIvWgeU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vibLIvWgeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vibLIvWgeU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vibLIvWgeU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vibLIvWgeU .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-vibLIvWgeU .navbar {
    height: 70px;
  }
  .cid-vibLIvWgeU .navbar.opened {
    height: auto;
  }
  .cid-vibLIvWgeU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vibJTw6sId {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vibJTw6sId .mbr-fallback-image.disabled {
  display: none;
}
.cid-vibJTw6sId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vibJTw6sId .mbr-section-title {
  color: #787878;
  text-align: center;
}
.cid-vibJTw6sId .mbr-text,
.cid-vibJTw6sId .mbr-section-btn {
  color: #787878;
  text-align: justify;
}
.cid-vibJTw6sId .mbr-section-subtitle {
  color: #787878;
  text-align: center;
}
.cid-vibMABJF3z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vibMABJF3z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vibMABJF3z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vibMABJF3z .mbr-section-title {
  color: #787878;
  text-align: center;
}
.cid-vibMABJF3z .mbr-text,
.cid-vibMABJF3z .mbr-section-btn {
  color: #787878;
  text-align: justify;
}
.cid-vibMABJF3z .mbr-section-subtitle {
  color: #787878;
  text-align: center;
}
.cid-vibKFGi5YA {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (min-width: 992px) {
  .cid-vibKFGi5YA .carousel {
    min-height: 800px;
  }
  .cid-vibKFGi5YA .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vibKFGi5YA .carousel {
    min-height: 520px;
  }
  .cid-vibKFGi5YA .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vibKFGi5YA .carousel {
    min-height: 440px;
  }
  .cid-vibKFGi5YA .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-vibKFGi5YA .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vibKFGi5YA .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vibKFGi5YA .carousel,
.cid-vibKFGi5YA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vibKFGi5YA .item-wrapper {
  width: 100%;
}
.cid-vibKFGi5YA .carousel-caption {
  bottom: 40px;
  z-index: 1;
}
.cid-vibKFGi5YA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vibKFGi5YA .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vibKFGi5YA .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vibKFGi5YA .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vibKFGi5YA .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vibKFGi5YA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vibKFGi5YA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vibKFGi5YA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vibKFGi5YA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vibKFGi5YA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vibKFGi5YA .carousel-indicators li.active,
.cid-vibKFGi5YA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vibKFGi5YA .carousel-indicators li::after,
.cid-vibKFGi5YA .carousel-indicators li::before {
  content: none;
}
.cid-vibKFGi5YA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vibKFGi5YA .carousel-indicators {
    display: none !important;
  }
}
.cid-vibJTwonDR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3b3b3b;
}
.cid-vibJTwonDR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vibJTwonDR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vibJTwonDR .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vibJTwonDR .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vibJTwonDR .row {
    text-align: center;
  }
  .cid-vibJTwonDR .row > div {
    margin: auto;
  }
  .cid-vibJTwonDR .social-row {
    justify-content: center;
  }
}
.cid-vibJTwonDR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vibJTwonDR .list {
  list-style: none;
  padding-left: 0;
  color: #fffefe;
}
@media (max-width: 991px) {
  .cid-vibJTwonDR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vibJTwonDR .list {
    margin-bottom: 0rem;
  }
}
.cid-vibJTwonDR .mbr-text {
  color: #f2b340;
}
.cid-vibJTwonDR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vibJTwonDR .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vibJTwonDR div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vibJTwonDR .copyright {
  text-align: center;
}
.cid-vmCA0fXVxr {
  z-index: 1000;
  width: 100%;
}
.cid-vmCA0fXVxr nav.navbar {
  position: fixed;
}
.cid-vmCA0fXVxr .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-vmCA0fXVxr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vmCA0fXVxr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vmCA0fXVxr .dropdown-item:hover,
.cid-vmCA0fXVxr .dropdown-item:focus {
  background: #f2b340 !important;
  color: white !important;
}
.cid-vmCA0fXVxr .dropdown-item:hover span {
  color: white;
}
.cid-vmCA0fXVxr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vmCA0fXVxr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vmCA0fXVxr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vmCA0fXVxr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vmCA0fXVxr .nav-link {
  position: relative;
}
.cid-vmCA0fXVxr .container {
  display: flex;
  margin: auto;
}
.cid-vmCA0fXVxr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vmCA0fXVxr .dropdown-menu,
.cid-vmCA0fXVxr .navbar.opened {
  background: #232323 !important;
}
.cid-vmCA0fXVxr .nav-item:focus,
.cid-vmCA0fXVxr .nav-link:focus {
  outline: none;
}
.cid-vmCA0fXVxr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vmCA0fXVxr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vmCA0fXVxr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vmCA0fXVxr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vmCA0fXVxr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vmCA0fXVxr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vmCA0fXVxr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-vmCA0fXVxr .navbar.opened {
  transition: all 0.3s;
}
.cid-vmCA0fXVxr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vmCA0fXVxr .navbar .navbar-logo img {
  width: auto;
}
.cid-vmCA0fXVxr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vmCA0fXVxr .navbar.collapsed {
  justify-content: center;
}
.cid-vmCA0fXVxr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vmCA0fXVxr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vmCA0fXVxr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vmCA0fXVxr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vmCA0fXVxr .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-vmCA0fXVxr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vmCA0fXVxr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vmCA0fXVxr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vmCA0fXVxr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vmCA0fXVxr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vmCA0fXVxr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vmCA0fXVxr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vmCA0fXVxr .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-vmCA0fXVxr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vmCA0fXVxr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vmCA0fXVxr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vmCA0fXVxr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vmCA0fXVxr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vmCA0fXVxr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vmCA0fXVxr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vmCA0fXVxr .navbar.navbar-short {
  min-height: 60px;
}
.cid-vmCA0fXVxr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vmCA0fXVxr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vmCA0fXVxr .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-vmCA0fXVxr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vmCA0fXVxr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vmCA0fXVxr .dropdown-item.active,
.cid-vmCA0fXVxr .dropdown-item:active {
  background-color: transparent;
}
.cid-vmCA0fXVxr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vmCA0fXVxr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vmCA0fXVxr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vmCA0fXVxr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vmCA0fXVxr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vmCA0fXVxr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vmCA0fXVxr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vmCA0fXVxr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vmCA0fXVxr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vmCA0fXVxr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #444444;
}
.cid-vmCA0fXVxr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vmCA0fXVxr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmCA0fXVxr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmCA0fXVxr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vmCA0fXVxr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmCA0fXVxr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vmCA0fXVxr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vmCA0fXVxr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmCA0fXVxr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vmCA0fXVxr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vmCA0fXVxr .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-vmCA0fXVxr .navbar {
    height: 70px;
  }
  .cid-vmCA0fXVxr .navbar.opened {
    height: auto;
  }
  .cid-vmCA0fXVxr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vmCA0gAkjq {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #232323;
}
.cid-vmCA0gAkjq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmCA0gAkjq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmCA0gAkjq .mbr-section-title {
  color: #f2b340;
  text-align: center;
}
.cid-vmCA0gAkjq .mbr-text,
.cid-vmCA0gAkjq .mbr-section-btn {
  color: #bbbbbb;
  text-align: justify;
}
.cid-vmCA0gAkjq .mbr-section-subtitle {
  color: #ffbf36;
  text-align: justify;
}
.cid-vmCA0gVPe1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3b3b3b;
}
.cid-vmCA0gVPe1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmCA0gVPe1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmCA0gVPe1 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vmCA0gVPe1 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vmCA0gVPe1 .row {
    text-align: center;
  }
  .cid-vmCA0gVPe1 .row > div {
    margin: auto;
  }
  .cid-vmCA0gVPe1 .social-row {
    justify-content: center;
  }
}
.cid-vmCA0gVPe1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vmCA0gVPe1 .list {
  list-style: none;
  padding-left: 0;
  color: #fffefe;
}
@media (max-width: 991px) {
  .cid-vmCA0gVPe1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vmCA0gVPe1 .list {
    margin-bottom: 0rem;
  }
}
.cid-vmCA0gVPe1 .mbr-text {
  color: #f2b340;
}
.cid-vmCA0gVPe1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vmCA0gVPe1 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vmCA0gVPe1 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vmCA0gVPe1 .copyright {
  text-align: center;
}
.cid-vmI3zAFkwV {
  z-index: 1000;
  width: 100%;
}
.cid-vmI3zAFkwV nav.navbar {
  position: fixed;
}
.cid-vmI3zAFkwV .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-vmI3zAFkwV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vmI3zAFkwV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vmI3zAFkwV .dropdown-item:hover,
.cid-vmI3zAFkwV .dropdown-item:focus {
  background: #f2b340 !important;
  color: white !important;
}
.cid-vmI3zAFkwV .dropdown-item:hover span {
  color: white;
}
.cid-vmI3zAFkwV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vmI3zAFkwV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vmI3zAFkwV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vmI3zAFkwV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vmI3zAFkwV .nav-link {
  position: relative;
}
.cid-vmI3zAFkwV .container {
  display: flex;
  margin: auto;
}
.cid-vmI3zAFkwV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vmI3zAFkwV .dropdown-menu,
.cid-vmI3zAFkwV .navbar.opened {
  background: #232323 !important;
}
.cid-vmI3zAFkwV .nav-item:focus,
.cid-vmI3zAFkwV .nav-link:focus {
  outline: none;
}
.cid-vmI3zAFkwV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vmI3zAFkwV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vmI3zAFkwV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vmI3zAFkwV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vmI3zAFkwV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vmI3zAFkwV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vmI3zAFkwV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-vmI3zAFkwV .navbar.opened {
  transition: all 0.3s;
}
.cid-vmI3zAFkwV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vmI3zAFkwV .navbar .navbar-logo img {
  width: auto;
}
.cid-vmI3zAFkwV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vmI3zAFkwV .navbar.collapsed {
  justify-content: center;
}
.cid-vmI3zAFkwV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vmI3zAFkwV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vmI3zAFkwV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vmI3zAFkwV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vmI3zAFkwV .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-vmI3zAFkwV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vmI3zAFkwV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vmI3zAFkwV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vmI3zAFkwV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vmI3zAFkwV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vmI3zAFkwV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vmI3zAFkwV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vmI3zAFkwV .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-vmI3zAFkwV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vmI3zAFkwV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vmI3zAFkwV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vmI3zAFkwV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vmI3zAFkwV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vmI3zAFkwV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vmI3zAFkwV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vmI3zAFkwV .navbar.navbar-short {
  min-height: 60px;
}
.cid-vmI3zAFkwV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vmI3zAFkwV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vmI3zAFkwV .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-vmI3zAFkwV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vmI3zAFkwV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vmI3zAFkwV .dropdown-item.active,
.cid-vmI3zAFkwV .dropdown-item:active {
  background-color: transparent;
}
.cid-vmI3zAFkwV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vmI3zAFkwV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vmI3zAFkwV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vmI3zAFkwV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vmI3zAFkwV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vmI3zAFkwV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vmI3zAFkwV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vmI3zAFkwV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vmI3zAFkwV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vmI3zAFkwV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #444444;
}
.cid-vmI3zAFkwV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vmI3zAFkwV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmI3zAFkwV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmI3zAFkwV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vmI3zAFkwV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmI3zAFkwV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vmI3zAFkwV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vmI3zAFkwV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmI3zAFkwV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vmI3zAFkwV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vmI3zAFkwV .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-vmI3zAFkwV .navbar {
    height: 70px;
  }
  .cid-vmI3zAFkwV .navbar.opened {
    height: auto;
  }
  .cid-vmI3zAFkwV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vmI3zB3xzZ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #232323;
}
.cid-vmI3zB3xzZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmI3zB3xzZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmI3zB3xzZ .mbr-section-title {
  color: #f2b340;
  text-align: center;
}
.cid-vmI3zB3xzZ .mbr-text,
.cid-vmI3zB3xzZ .mbr-section-btn {
  color: #bbbbbb;
  text-align: justify;
}
.cid-vmI3zB3xzZ .mbr-section-subtitle {
  color: #ffbf36;
  text-align: justify;
}
.cid-vmI3zBeP3w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3b3b3b;
}
.cid-vmI3zBeP3w .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmI3zBeP3w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmI3zBeP3w .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vmI3zBeP3w .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vmI3zBeP3w .row {
    text-align: center;
  }
  .cid-vmI3zBeP3w .row > div {
    margin: auto;
  }
  .cid-vmI3zBeP3w .social-row {
    justify-content: center;
  }
}
.cid-vmI3zBeP3w .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vmI3zBeP3w .list {
  list-style: none;
  padding-left: 0;
  color: #fffefe;
}
@media (max-width: 991px) {
  .cid-vmI3zBeP3w .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vmI3zBeP3w .list {
    margin-bottom: 0rem;
  }
}
.cid-vmI3zBeP3w .mbr-text {
  color: #f2b340;
}
.cid-vmI3zBeP3w .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vmI3zBeP3w .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vmI3zBeP3w div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vmI3zBeP3w .copyright {
  text-align: center;
}
.cid-vmI3Ny2dCJ {
  z-index: 1000;
  width: 100%;
}
.cid-vmI3Ny2dCJ nav.navbar {
  position: fixed;
}
.cid-vmI3Ny2dCJ .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-vmI3Ny2dCJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vmI3Ny2dCJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vmI3Ny2dCJ .dropdown-item:hover,
.cid-vmI3Ny2dCJ .dropdown-item:focus {
  background: #f2b340 !important;
  color: white !important;
}
.cid-vmI3Ny2dCJ .dropdown-item:hover span {
  color: white;
}
.cid-vmI3Ny2dCJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vmI3Ny2dCJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vmI3Ny2dCJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vmI3Ny2dCJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vmI3Ny2dCJ .nav-link {
  position: relative;
}
.cid-vmI3Ny2dCJ .container {
  display: flex;
  margin: auto;
}
.cid-vmI3Ny2dCJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vmI3Ny2dCJ .dropdown-menu,
.cid-vmI3Ny2dCJ .navbar.opened {
  background: #232323 !important;
}
.cid-vmI3Ny2dCJ .nav-item:focus,
.cid-vmI3Ny2dCJ .nav-link:focus {
  outline: none;
}
.cid-vmI3Ny2dCJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vmI3Ny2dCJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vmI3Ny2dCJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vmI3Ny2dCJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vmI3Ny2dCJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vmI3Ny2dCJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vmI3Ny2dCJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-vmI3Ny2dCJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vmI3Ny2dCJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vmI3Ny2dCJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vmI3Ny2dCJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vmI3Ny2dCJ .navbar.collapsed {
  justify-content: center;
}
.cid-vmI3Ny2dCJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vmI3Ny2dCJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vmI3Ny2dCJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vmI3Ny2dCJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vmI3Ny2dCJ .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-vmI3Ny2dCJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vmI3Ny2dCJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vmI3Ny2dCJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vmI3Ny2dCJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vmI3Ny2dCJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vmI3Ny2dCJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vmI3Ny2dCJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vmI3Ny2dCJ .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-vmI3Ny2dCJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vmI3Ny2dCJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vmI3Ny2dCJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vmI3Ny2dCJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vmI3Ny2dCJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vmI3Ny2dCJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vmI3Ny2dCJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vmI3Ny2dCJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vmI3Ny2dCJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vmI3Ny2dCJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vmI3Ny2dCJ .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-vmI3Ny2dCJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vmI3Ny2dCJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vmI3Ny2dCJ .dropdown-item.active,
.cid-vmI3Ny2dCJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vmI3Ny2dCJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vmI3Ny2dCJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vmI3Ny2dCJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vmI3Ny2dCJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vmI3Ny2dCJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vmI3Ny2dCJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vmI3Ny2dCJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vmI3Ny2dCJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vmI3Ny2dCJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vmI3Ny2dCJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #444444;
}
.cid-vmI3Ny2dCJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vmI3Ny2dCJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmI3Ny2dCJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmI3Ny2dCJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vmI3Ny2dCJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmI3Ny2dCJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vmI3Ny2dCJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vmI3Ny2dCJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmI3Ny2dCJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vmI3Ny2dCJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vmI3Ny2dCJ .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-vmI3Ny2dCJ .navbar {
    height: 70px;
  }
  .cid-vmI3Ny2dCJ .navbar.opened {
    height: auto;
  }
  .cid-vmI3Ny2dCJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vmI3NyvzUo {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #232323;
}
.cid-vmI3NyvzUo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmI3NyvzUo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmI3NyvzUo .mbr-section-title {
  color: #f2b340;
  text-align: center;
}
.cid-vmI3NyvzUo .mbr-text,
.cid-vmI3NyvzUo .mbr-section-btn {
  color: #bbbbbb;
  text-align: justify;
}
.cid-vmI3NyvzUo .mbr-section-subtitle {
  color: #ffbf36;
  text-align: justify;
}
.cid-vmI3NyE4MK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3b3b3b;
}
.cid-vmI3NyE4MK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmI3NyE4MK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmI3NyE4MK .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vmI3NyE4MK .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vmI3NyE4MK .row {
    text-align: center;
  }
  .cid-vmI3NyE4MK .row > div {
    margin: auto;
  }
  .cid-vmI3NyE4MK .social-row {
    justify-content: center;
  }
}
.cid-vmI3NyE4MK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vmI3NyE4MK .list {
  list-style: none;
  padding-left: 0;
  color: #fffefe;
}
@media (max-width: 991px) {
  .cid-vmI3NyE4MK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vmI3NyE4MK .list {
    margin-bottom: 0rem;
  }
}
.cid-vmI3NyE4MK .mbr-text {
  color: #f2b340;
}
.cid-vmI3NyE4MK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vmI3NyE4MK .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vmI3NyE4MK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vmI3NyE4MK .copyright {
  text-align: center;
}
