.btn {
  border-width: 2px;
}
body {
  font-family: 'Jost', sans-serif;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.35;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 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: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #fafafa !important;
}
.bg-success {
  background-color: #262626 !important;
}
.bg-info {
  background-color: #c4c4c8 !important;
}
.bg-warning {
  background-color: #262626 !important;
}
.bg-danger {
  background-color: #262626 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #262626 !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: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #262626 !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: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-info,
.btn-info:active {
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
  color: #444449 !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: #262626 !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #444449 !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #262626 !important;
  border-color: #262626 !important;
  color: #262626 !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: #262626 !important;
  background-color: #262626 !important;
  border-color: #262626 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #262626 !important;
  background-color: #262626 !important;
  border-color: #262626 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #262626 !important;
  border-color: #262626 !important;
  color: #262626 !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: #262626 !important;
  background-color: #262626 !important;
  border-color: #262626 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #262626 !important;
  background-color: #262626 !important;
  border-color: #262626 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #262626 !important;
  border-color: #262626 !important;
  color: #262626 !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: #262626 !important;
  background-color: #262626 !important;
  border-color: #262626 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #262626 !important;
  background-color: #262626 !important;
  border-color: #262626 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #262626 !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: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #262626 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #262626 !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: #262626 !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: #262626 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #c4c4c8;
  color: #c4c4c8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #97979e !important;
  background-color: transparent !important;
  border-color: #97979e !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #262626;
  color: #262626;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #262626 !important;
  border-color: #262626 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #262626;
  color: #262626;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #262626 !important;
  border-color: #262626 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #262626;
  color: #262626;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #262626 !important;
  border-color: #262626 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fafafa !important;
}
.text-secondary {
  color: #fafafa !important;
}
.text-success {
  color: #262626 !important;
}
.text-info {
  color: #c4c4c8 !important;
}
.text-warning {
  color: #262626 !important;
}
.text-danger {
  color: #262626 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #262626 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #fafafa !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c7c7c7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #8f8f97 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link {
  font-weight: 500;
}
.nav-tabs .nav-link.active {
  color: #fafafa;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c4c4c8;
}
.alert-warning {
  background-color: #262626;
}
.alert-danger {
  background-color: #262626;
}
.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: #fafafa;
  border-color: #fafafa;
  color: #878787;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fafafa;
}
.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: #d9d9d9;
}
.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: #d9d9d9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d9d9d9;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
  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: #fafafa !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #fafafa;
}
/* 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: #fafafa;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fafafa;
}
.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: #fafafa;
  border-bottom-color: #fafafa;
}
.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: #fafafa !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fafafa !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='%23fafafa' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-taOw7l9PvM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
}
.cid-taOw7l9PvM nav.navbar {
  position: fixed;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taOw7l9PvM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taOw7l9PvM .dropdown-item:hover,
.cid-taOw7l9PvM .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:hover span {
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taOw7l9PvM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taOw7l9PvM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taOw7l9PvM .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-taOw7l9PvM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .container {
    flex-wrap: nowrap;
  }
}
.cid-taOw7l9PvM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown-menu,
.cid-taOw7l9PvM .navbar.opened {
  background: #262626 !important;
}
.cid-taOw7l9PvM .nav-item:focus,
.cid-taOw7l9PvM .nav-link:focus {
  outline: none;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taOw7l9PvM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taOw7l9PvM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(38, 38, 38, 0.1);
}
.cid-taOw7l9PvM .navbar.opened {
  transition: all 0.3s;
}
.cid-taOw7l9PvM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taOw7l9PvM .navbar .navbar-logo img {
  width: auto;
}
.cid-taOw7l9PvM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taOw7l9PvM .navbar.collapsed {
  justify-content: center;
}
.cid-taOw7l9PvM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taOw7l9PvM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taOw7l9PvM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taOw7l9PvM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taOw7l9PvM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taOw7l9PvM .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-taOw7l9PvM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taOw7l9PvM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taOw7l9PvM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taOw7l9PvM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taOw7l9PvM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-taOw7l9PvM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-taOw7l9PvM .navbar.navbar-short {
  min-height: 60px;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taOw7l9PvM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taOw7l9PvM .dropdown-item.active,
.cid-taOw7l9PvM .dropdown-item:active {
  background-color: transparent;
}
.cid-taOw7l9PvM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #262626;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taOw7l9PvM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taOw7l9PvM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taOw7l9PvM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taOw7l9PvM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM .navbar-dropdown {
  position: fixed;
}
.cid-taOw7l9PvM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar {
    height: 70px;
  }
  .cid-taOw7l9PvM .navbar.opened {
    height: auto;
  }
  .cid-taOw7l9PvM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uteQmEl57H {
  padding-top: 75px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #e8e8e8, #000000);
}
.cid-uteQmEl57H .news {
  width: 188px;
  background-color: #c4c4c8;
  height: 27px;
}
.cid-uteQmEl57H .news-scroll a {
  text-decoration: none;
}
.cid-uteQmEl57H .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #fafafa;
  border-radius: 50%;
  display: inline-block;
}
.cid-uteQmEl57H DIV {
  color: #ffffff;
}
.cid-uteQmEl57H .mbr-text {
  color: #030303;
}
.cid-uteQmEl57H .mbr-section-subtitle {
  color: #161616;
}
.cid-taOw7vq3RR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/20221117-164947-removebg-preview2-2-1200x754.png");
}
.cid-taOw7vq3RR .card-btn {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding-top: 0.5rem;
}
.cid-taOw7vq3RR .card-btn .rotate {
  transform: rotate(225deg);
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-taOw7vq3RR .card-btn svg {
  transition: all 0.4s;
}
.cid-taOw7vq3RR .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-taOw7vq3RR .card-btn {
    right: 0;
    top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-taOw7vq3RR .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-taOw7vq3RR .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-taOw7vq3RR .column {
  display: flex;
  flex-direction: column;
}
.cid-taOw7vq3RR .mbr-card-title,
.cid-taOw7vq3RR .mbr-text {
  color: #fafafa;
}
.cid-taOw7vq3RR .icon-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-taOw7vq3RR .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-taOwdmn5y7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-taOwdmn5y7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-taOwdmn5y7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taOwdmn5y7 .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-taOwdmn5y7 .item .icon-wrap {
  text-align: center;
}
.cid-taOwdmn5y7 .item::before {
  content: "";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  width: 1px;
  height: 100px;
  border: 1px solid #000000;
}
.cid-taOwdmn5y7 .item.first:before {
  display: none;
}
.cid-taOwdmn5y7 .item.five:before {
  display: none;
}
.cid-taOwdmn5y7 .icon-box {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-taOwdmn5y7 .text-box {
  text-align: center;
}
.cid-taOwdmn5y7 .mbr-iconfont {
  color: #fafafa !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 768px) {
  .cid-taOwdmn5y7 .item:before {
    display: none;
  }
  .cid-taOwdmn5y7 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-taOwdmn5y7 .up {
  background-color: #e8e8e8;
  transform: translateY(-70px);
  margin: 0 auto;
}
.cid-taOwdmn5y7 .up h5 {
  font-size: 18px;
}
@media (min-width: 992px) {
  .cid-taOwdmn5y7 .up {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-taOwdmn5y7 .first,
  .cid-taOwdmn5y7 .second {
    border-bottom: 1px solid #000000;
    width: 65%;
    margin: 0 auto;
  }
}
.cid-taOwdmn5y7 .position {
  padding: 20px;
}
.cid-taOwgHUAs2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-taOwgHUAs2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-taOwgHUAs2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taOwgHUAs2 .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-taOwgHUAs2 .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-taOwgHUAs2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-taOwgHUAs2 .item-wrapper .w-100 {
  height: 200px;
}
.cid-taOwgHUAs2 .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-taOwgHUAs2 .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-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-taOwgHUAs2 .carousel-control,
.cid-taOwgHUAs2 .close {
  background: #1b1b1b;
}
.cid-taOwgHUAs2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-taOwgHUAs2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-taOwgHUAs2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-taOwgHUAs2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-taOwgHUAs2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-taOwgHUAs2 .close::before {
  content: '\e91a';
}
.cid-taOwgHUAs2 .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-taOwgHUAs2 .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 #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-taOwgHUAs2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taOwgHUAs2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-taOwgHUAs2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-taOwgHUAs2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-taOwgHUAs2 .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 #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-taOwgHUAs2 .carousel-indicators li.active,
.cid-taOwgHUAs2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-taOwgHUAs2 .carousel-indicators li::after,
.cid-taOwgHUAs2 .carousel-indicators li::before {
  content: none;
}
.cid-taOwgHUAs2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-taOwgHUAs2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-taOwgHUAs2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-taOwgHUAs2 .carousel-indicators {
    display: none;
  }
}
.cid-taOwgHUAs2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-taOwgHUAs2 .carousel-inner > .active {
  display: block;
}
.cid-taOwgHUAs2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taOwgHUAs2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taOwgHUAs2 .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-taOwgHUAs2 .carousel-control,
  .cid-taOwgHUAs2 .carousel-indicators,
  .cid-taOwgHUAs2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-taOwgHUAs2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-taOwgHUAs2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-taOwgHUAs2 .carousel-indicators .active,
.cid-taOwgHUAs2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-taOwgHUAs2 .carousel-indicators .active {
  background: #fafafa;
}
.cid-taOwgHUAs2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-taOwgHUAs2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-taOwgHUAs2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-taOwgHUAs2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-taOwgHUAs2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-taOwgHUAs2 .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-taOwgHUAs2 .carousel {
  width: 100%;
}
.cid-taOwgHUAs2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-taOwgHUAs2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-taOwgHUAs2 .modal.fade .modal-dialog,
.cid-taOwgHUAs2 .modal.in .modal-dialog {
  transform: none;
}
.cid-taOwgHUAs2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-taOwgHUAs2 H6 {
  text-align: center;
}
.cid-taOwgHUAs2 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-taOwgHUAs2 .rotate {
    top: -6px;
  }
}
.cid-taOwgHUAs2 .title-relative {
  position: relative;
}
.cid-taOwgHUAs2 .mbr-section-title,
.cid-taOwgHUAs2 .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-taOwgHUAs2 .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-taOwgHUAs2 .item-content {
    padding: 1rem;
  }
}
.cid-taOwgHUAs2 .mbr-text,
.cid-taOwgHUAs2 .item-title {
  color: #fafafa;
}
.cid-taOwgHUAs2 .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-taOwgHUAs2 .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-taOwgHUAs2 .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-taOwgHUAs2 .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-taOwgHUAs2 .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-taOwgHUAs2 .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-taOwgHUAs2 .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-urX8s2wgyl {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-urX8s2wgyl .mbr-fallback-image.disabled {
  display: none;
}
.cid-urX8s2wgyl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urX8s2wgyl .title-wrapper {
  padding: 50px 80px 0 0;
}
@media (max-width: 992px) {
  .cid-urX8s2wgyl .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-urX8s2wgyl .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-urX8s2wgyl .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-urX8s2wgyl .title-wrapper .mbr-section-btn {
  position: relative;
}
.cid-urX8s2wgyl .title-wrapper .mbr-section-btn::before {
  content: '';
  position: absolute;
  left: 3rem;
  top: -3rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(25px) blur(25px);
  background-color: #f4f3f4;
}
.cid-urX8s2wgyl .title-wrapper .mbr-section-btn .btn {
  position: relative;
  z-index: 1;
  min-height: 77px;
  min-width: 280px;
}
@media (max-width: 992px) {
  .cid-urX8s2wgyl .title-wrapper .mbr-section-btn .btn {
    min-height: 71px;
    min-width: 250px;
  }
}
.cid-urX8s2wgyl .image-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.cid-urX8s2wgyl .image-wrapper::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  filter: blur(35px) blur(35px);
  background-color: #f4f3f4;
}
@media (max-width: 992px) {
  .cid-urX8s2wgyl .image-wrapper::before {
    width: 250px;
    height: 250px;
  }
}
.cid-urX8s2wgyl .image-wrapper::after {
  content: '';
  position: absolute;
  right: .3rem;
  bottom: -3rem;
  border-radius: 100%;
  border: 2px solid #f2f2f2;
  width: 550px;
  height: 550px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-urX8s2wgyl .image-wrapper::after {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-urX8s2wgyl .image-wrapper::after {
    display: none;
  }
}
.cid-urX8s2wgyl .image-wrapper img {
  border-radius: 10px;
  box-shadow: 6px 6px 20px #262626;
}
.cid-urX8s2wgyl .image-wrapper .image_1 {
  width: 250px;
  max-height: 250px;
  object-fit: cover;
  z-index: 2;
  position: relative;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-urX8s2wgyl .image-wrapper .image_1 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-urX8s2wgyl .image-wrapper .image_2 {
  display: block;
  max-width: 300px;
  height: 300px;
  object-fit: cover;
  margin: 1rem 0 0 auto;
  z-index: 2;
  position: relative;
  transform: rotate(18deg);
}
@media (max-width: 768px) {
  .cid-urX8s2wgyl .image-wrapper .image_2 {
    width: 100%;
    height: 250px;
    transform: rotate(5deg);
    margin: 0 0 32px 0;
  }
}
.cid-urX8s2wgyl .image-wrapper .image_3 {
  width: 250px;
  height: 250px;
  margin: 0 0 0 -2rem;
  object-fit: cover;
  z-index: 1;
  transform: rotate(-5deg);
}
@media (max-width: 768px) {
  .cid-urX8s2wgyl .image-wrapper .image_3 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-urX8s2wgyl .image-wrapper .image_4 {
  width: 280px;
  height: 250px;
  margin: 0 0 0 auto;
  object-fit: cover;
  z-index: 2;
  transform: rotate(-2deg);
}
@media (max-width: 768px) {
  .cid-urX8s2wgyl .image-wrapper .image_4 {
    margin: 0;
    width: 100%;
    height: 250px;
  }
}
.cid-urX8s2wgyl .mbr-section-title {
  color: #101511;
}
.cid-urX8s2wgyl .mbr-text {
  color: #6e716f;
}
.cid-urX8s2wgyl .mbr-section-title,
.cid-urX8s2wgyl .mbr-section-btn {
  color: #fafafa;
}
.cid-urA9Zz4F16 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1.jpg");
  overflow: hidden;
}
.cid-taOw7l9PvM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
}
.cid-taOw7l9PvM nav.navbar {
  position: fixed;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taOw7l9PvM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taOw7l9PvM .dropdown-item:hover,
.cid-taOw7l9PvM .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:hover span {
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taOw7l9PvM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taOw7l9PvM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taOw7l9PvM .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-taOw7l9PvM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .container {
    flex-wrap: nowrap;
  }
}
.cid-taOw7l9PvM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown-menu,
.cid-taOw7l9PvM .navbar.opened {
  background: #262626 !important;
}
.cid-taOw7l9PvM .nav-item:focus,
.cid-taOw7l9PvM .nav-link:focus {
  outline: none;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taOw7l9PvM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taOw7l9PvM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(38, 38, 38, 0.1);
}
.cid-taOw7l9PvM .navbar.opened {
  transition: all 0.3s;
}
.cid-taOw7l9PvM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taOw7l9PvM .navbar .navbar-logo img {
  width: auto;
}
.cid-taOw7l9PvM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taOw7l9PvM .navbar.collapsed {
  justify-content: center;
}
.cid-taOw7l9PvM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taOw7l9PvM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taOw7l9PvM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taOw7l9PvM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taOw7l9PvM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taOw7l9PvM .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-taOw7l9PvM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taOw7l9PvM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taOw7l9PvM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taOw7l9PvM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taOw7l9PvM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-taOw7l9PvM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-taOw7l9PvM .navbar.navbar-short {
  min-height: 60px;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taOw7l9PvM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taOw7l9PvM .dropdown-item.active,
.cid-taOw7l9PvM .dropdown-item:active {
  background-color: transparent;
}
.cid-taOw7l9PvM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #262626;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taOw7l9PvM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taOw7l9PvM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taOw7l9PvM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taOw7l9PvM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM .navbar-dropdown {
  position: fixed;
}
.cid-taOw7l9PvM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar {
    height: 70px;
  }
  .cid-taOw7l9PvM .navbar.opened {
    height: auto;
  }
  .cid-taOw7l9PvM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urz2YgT4vE {
  padding-top: 8rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/20221117-164947-removebg-preview-630x396.png");
}
.cid-urz2YgT4vE .mbr-fallback-image.disabled {
  display: none;
}
.cid-urz2YgT4vE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urz2YgT4vE .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-urz2YgT4vE .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-urz2YgT4vE .container {
    padding: 0 24px;
  }
}
.cid-urz2YgT4vE .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-urz2YgT4vE .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-urz2YgT4vE .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urz2YgT4vE .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-urz2YgT4vE .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #f86214;
  border-radius: 40px;
}
.cid-urz2YgT4vE .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-urz2YgT4vE .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-urz2YgT4vE .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-urz2YgT4vE .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-urz2YgT4vE .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-urz2YgT4vE .mbr-section-title,
.cid-urz2YgT4vE .buttons-wrapper {
  text-align: center;
  color: #f4f3f4;
}
.cid-urA9Zz4F16 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1.jpg");
  overflow: hidden;
}
.cid-taOw7l9PvM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
}
.cid-taOw7l9PvM nav.navbar {
  position: fixed;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taOw7l9PvM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taOw7l9PvM .dropdown-item:hover,
.cid-taOw7l9PvM .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:hover span {
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taOw7l9PvM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taOw7l9PvM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taOw7l9PvM .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-taOw7l9PvM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .container {
    flex-wrap: nowrap;
  }
}
.cid-taOw7l9PvM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown-menu,
.cid-taOw7l9PvM .navbar.opened {
  background: #262626 !important;
}
.cid-taOw7l9PvM .nav-item:focus,
.cid-taOw7l9PvM .nav-link:focus {
  outline: none;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taOw7l9PvM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taOw7l9PvM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(38, 38, 38, 0.1);
}
.cid-taOw7l9PvM .navbar.opened {
  transition: all 0.3s;
}
.cid-taOw7l9PvM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taOw7l9PvM .navbar .navbar-logo img {
  width: auto;
}
.cid-taOw7l9PvM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taOw7l9PvM .navbar.collapsed {
  justify-content: center;
}
.cid-taOw7l9PvM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taOw7l9PvM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taOw7l9PvM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taOw7l9PvM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taOw7l9PvM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taOw7l9PvM .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-taOw7l9PvM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taOw7l9PvM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taOw7l9PvM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taOw7l9PvM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taOw7l9PvM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-taOw7l9PvM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-taOw7l9PvM .navbar.navbar-short {
  min-height: 60px;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taOw7l9PvM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taOw7l9PvM .dropdown-item.active,
.cid-taOw7l9PvM .dropdown-item:active {
  background-color: transparent;
}
.cid-taOw7l9PvM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #262626;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taOw7l9PvM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taOw7l9PvM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taOw7l9PvM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taOw7l9PvM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM .navbar-dropdown {
  position: fixed;
}
.cid-taOw7l9PvM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar {
    height: 70px;
  }
  .cid-taOw7l9PvM .navbar.opened {
    height: auto;
  }
  .cid-taOw7l9PvM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urAeL7FOj3 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #262626;
}
.cid-urAeL7FOj3 .item {
  padding-bottom: 2rem;
}
.cid-urAeL7FOj3 img,
.cid-urAeL7FOj3 .item-wrapper {
  transition: all 0.7s;
}
.cid-urAeL7FOj3 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-urAeL7FOj3 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-urAeL7FOj3 .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;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-urAeL7FOj3 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-urAeL7FOj3 .item-wrapper:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.4;
}
.cid-urAeL7FOj3 .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: 0.7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: "Moririse2";
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-urAeL7FOj3 .close::before {
  content: "\e91a";
}
.cid-urAeL7FOj3 .close:hover {
  color: #fff;
}
.cid-urAeL7FOj3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-urAeL7FOj3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-urAeL7FOj3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-urAeL7FOj3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-urAeL7FOj3 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-urAeL7FOj3 .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-urAeL7FOj3 .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-urAeL7FOj3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-urAeL7FOj3 .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-urAeL7FOj3 .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-urAeL7FOj3 .carousel-inner {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-urAeL7FOj3 .carousel-item img {
    width: 70%;
  }
}
.cid-urAeL7FOj3 .carousel-inner > .active {
  display: block;
}
.cid-urAeL7FOj3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urAeL7FOj3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-urAeL7FOj3 .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-urAeL7FOj3 .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-urAeL7FOj3 .carousel-control,
  .cid-urAeL7FOj3 .carousel-indicators {
    position: fixed;
  }
}
.cid-urAeL7FOj3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-urAeL7FOj3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-urAeL7FOj3 .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-urAeL7FOj3 .modal-content {
    width: 70%;
  }
}
.cid-urAeL7FOj3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-urAeL7FOj3 .carousel {
  width: 100%;
}
.cid-urAeL7FOj3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-urAeL7FOj3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-urAeL7FOj3 .modal.fade .modal-dialog,
.cid-urAeL7FOj3 .modal.in .modal-dialog {
  transform: none;
}
.cid-urAeL7FOj3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-urAeL7FOj3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-urAeL7FOj3 .soc-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-urAeL7FOj3 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-urAeL7FOj3 .soc-item::before,
.cid-urAeL7FOj3 .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-urAeL7FOj3 .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-urAeL7FOj3 .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-urAeL7FOj3 .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-urAeL7FOj3 .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-urAeL7FOj3 .mbr-section-subtitle {
  color: #f4f3f4;
  margin-bottom: 77px;
}
.cid-urAeL7FOj3 .text {
  color: #ddc499;
}
.cid-urAeL7FOj3 .one {
  color: #c0bcb7;
  font-style: italic;
}
@media (min-width: 992px) {
  .cid-urAeL7FOj3 .right {
    padding-right: 32px;
  }
  .cid-urAeL7FOj3 .left {
    padding-left: 32px;
  }
}
.cid-urAeL7FOj3 .mbr-text .text {
  color: #f4f3f4;
}
.cid-urAeL7FOj3 .mbr-text {
  color: #fafafa;
}
.cid-urAeL7FOj3 .mbr-text .one {
  color: #f86214;
}
.cid-urAeL7FOj3 .mbr-section-title {
  color: #f4f3f4;
  text-align: left;
}
.cid-urX5PHhpRS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #262626;
}
.cid-urX5PHhpRS hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 84%;
}
.cid-urX5PHhpRS .progress {
  background: #262626;
  opacity: 1;
  height: 7px;
  overflow: hidden;
  position: relative;
}
.cid-urX5PHhpRS .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #fafafa;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 156px;
  }
  to {
    margin-left: 100%;
    width: 156px;
  }
}
.cid-urAqOdUWey {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #262626;
}
.cid-urAqOdUWey .item {
  padding-bottom: 2rem;
}
.cid-urAqOdUWey img,
.cid-urAqOdUWey .item-wrapper {
  transition: all 0.7s;
}
.cid-urAqOdUWey .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-urAqOdUWey .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-urAqOdUWey .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;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-urAqOdUWey .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-urAqOdUWey .item-wrapper:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.4;
}
.cid-urAqOdUWey .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: 0.7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: "Moririse2";
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-urAqOdUWey .close::before {
  content: "\e91a";
}
.cid-urAqOdUWey .close:hover {
  color: #fff;
}
.cid-urAqOdUWey .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-urAqOdUWey .carousel-control-prev span {
  margin-right: 5px;
}
.cid-urAqOdUWey .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-urAqOdUWey .carousel-control-next span {
  margin-left: 5px;
}
.cid-urAqOdUWey .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-urAqOdUWey .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-urAqOdUWey .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-urAqOdUWey .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-urAqOdUWey .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-urAqOdUWey .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-urAqOdUWey .carousel-inner {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-urAqOdUWey .carousel-item img {
    width: 70%;
  }
}
.cid-urAqOdUWey .carousel-inner > .active {
  display: block;
}
.cid-urAqOdUWey .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urAqOdUWey .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-urAqOdUWey .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-urAqOdUWey .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-urAqOdUWey .carousel-control,
  .cid-urAqOdUWey .carousel-indicators {
    position: fixed;
  }
}
.cid-urAqOdUWey .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-urAqOdUWey .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-urAqOdUWey .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-urAqOdUWey .modal-content {
    width: 70%;
  }
}
.cid-urAqOdUWey .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-urAqOdUWey .carousel {
  width: 100%;
}
.cid-urAqOdUWey .modal-backdrop.in {
  opacity: 0.8;
}
.cid-urAqOdUWey .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-urAqOdUWey .modal.fade .modal-dialog,
.cid-urAqOdUWey .modal.in .modal-dialog {
  transform: none;
}
.cid-urAqOdUWey .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-urAqOdUWey .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-urAqOdUWey .soc-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-urAqOdUWey .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-urAqOdUWey .soc-item::before,
.cid-urAqOdUWey .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-urAqOdUWey .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-urAqOdUWey .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-urAqOdUWey .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-urAqOdUWey .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-urAqOdUWey .mbr-section-subtitle {
  color: #f4f3f4;
  margin-bottom: 77px;
}
.cid-urAqOdUWey .text {
  color: #ddc499;
}
.cid-urAqOdUWey .one {
  color: #c0bcb7;
  font-style: italic;
}
@media (min-width: 992px) {
  .cid-urAqOdUWey .right {
    padding-right: 32px;
  }
  .cid-urAqOdUWey .left {
    padding-left: 32px;
  }
}
.cid-urAqOdUWey .mbr-text .text {
  color: #f4f3f4;
}
.cid-urAqOdUWey .mbr-text {
  color: #fafafa;
}
.cid-urAqOdUWey .mbr-text .one {
  color: #f86214;
}
.cid-urAqOdUWey .mbr-section-title {
  color: #f4f3f4;
  text-align: left;
}
.cid-urJpUXVEKt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #262626;
}
.cid-urJpUXVEKt hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 84%;
}
.cid-urJpUXVEKt .progress {
  background: #262626;
  opacity: 1;
  height: 7px;
  overflow: hidden;
  position: relative;
}
.cid-urJpUXVEKt .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #fafafa;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 156px;
  }
  to {
    margin-left: 100%;
    width: 156px;
  }
}
.cid-urJi1GKDsO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #262626;
}
.cid-urJi1GKDsO .item {
  padding-bottom: 2rem;
}
.cid-urJi1GKDsO img,
.cid-urJi1GKDsO .item-wrapper {
  transition: all 0.7s;
}
.cid-urJi1GKDsO .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-urJi1GKDsO .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-urJi1GKDsO .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;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-urJi1GKDsO .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-urJi1GKDsO .item-wrapper:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.4;
}
.cid-urJi1GKDsO .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: 0.7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: "Moririse2";
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-urJi1GKDsO .close::before {
  content: "\e91a";
}
.cid-urJi1GKDsO .close:hover {
  color: #fff;
}
.cid-urJi1GKDsO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-urJi1GKDsO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-urJi1GKDsO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-urJi1GKDsO .carousel-control-next span {
  margin-left: 5px;
}
.cid-urJi1GKDsO .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-urJi1GKDsO .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-urJi1GKDsO .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-urJi1GKDsO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-urJi1GKDsO .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-urJi1GKDsO .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-urJi1GKDsO .carousel-inner {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-urJi1GKDsO .carousel-item img {
    width: 70%;
  }
}
.cid-urJi1GKDsO .carousel-inner > .active {
  display: block;
}
.cid-urJi1GKDsO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urJi1GKDsO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-urJi1GKDsO .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-urJi1GKDsO .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-urJi1GKDsO .carousel-control,
  .cid-urJi1GKDsO .carousel-indicators {
    position: fixed;
  }
}
.cid-urJi1GKDsO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-urJi1GKDsO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-urJi1GKDsO .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-urJi1GKDsO .modal-content {
    width: 70%;
  }
}
.cid-urJi1GKDsO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-urJi1GKDsO .carousel {
  width: 100%;
}
.cid-urJi1GKDsO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-urJi1GKDsO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-urJi1GKDsO .modal.fade .modal-dialog,
.cid-urJi1GKDsO .modal.in .modal-dialog {
  transform: none;
}
.cid-urJi1GKDsO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-urJi1GKDsO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-urJi1GKDsO .soc-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-urJi1GKDsO .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-urJi1GKDsO .soc-item::before,
.cid-urJi1GKDsO .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-urJi1GKDsO .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-urJi1GKDsO .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-urJi1GKDsO .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-urJi1GKDsO .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-urJi1GKDsO .mbr-section-subtitle {
  color: #f4f3f4;
  margin-bottom: 77px;
}
.cid-urJi1GKDsO .text {
  color: #ddc499;
}
.cid-urJi1GKDsO .one {
  color: #c0bcb7;
  font-style: italic;
}
@media (min-width: 992px) {
  .cid-urJi1GKDsO .right {
    padding-right: 32px;
  }
  .cid-urJi1GKDsO .left {
    padding-left: 32px;
  }
}
.cid-urJi1GKDsO .mbr-text .text {
  color: #f4f3f4;
}
.cid-urJi1GKDsO .mbr-text {
  color: #fafafa;
}
.cid-urJi1GKDsO .mbr-text .one {
  color: #f86214;
}
.cid-urJi1GKDsO .mbr-section-title {
  color: #f4f3f4;
  text-align: left;
}
.cid-urX5GDOrjD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #262626;
}
.cid-urX5GDOrjD hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 84%;
}
.cid-urX5GDOrjD .progress {
  background: #262626;
  opacity: 1;
  height: 7px;
  overflow: hidden;
  position: relative;
}
.cid-urX5GDOrjD .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #fafafa;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 156px;
  }
  to {
    margin-left: 100%;
    width: 156px;
  }
}
.cid-urJj6RIczT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #262626;
}
.cid-urJj6RIczT .item {
  padding-bottom: 2rem;
}
.cid-urJj6RIczT img,
.cid-urJj6RIczT .item-wrapper {
  transition: all 0.7s;
}
.cid-urJj6RIczT .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-urJj6RIczT .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-urJj6RIczT .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;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-urJj6RIczT .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-urJj6RIczT .item-wrapper:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.4;
}
.cid-urJj6RIczT .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: 0.7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: "Moririse2";
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-urJj6RIczT .close::before {
  content: "\e91a";
}
.cid-urJj6RIczT .close:hover {
  color: #fff;
}
.cid-urJj6RIczT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-urJj6RIczT .carousel-control-prev span {
  margin-right: 5px;
}
.cid-urJj6RIczT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-urJj6RIczT .carousel-control-next span {
  margin-left: 5px;
}
.cid-urJj6RIczT .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-urJj6RIczT .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-urJj6RIczT .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-urJj6RIczT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-urJj6RIczT .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-urJj6RIczT .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-urJj6RIczT .carousel-inner {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-urJj6RIczT .carousel-item img {
    width: 70%;
  }
}
.cid-urJj6RIczT .carousel-inner > .active {
  display: block;
}
.cid-urJj6RIczT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urJj6RIczT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-urJj6RIczT .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-urJj6RIczT .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-urJj6RIczT .carousel-control,
  .cid-urJj6RIczT .carousel-indicators {
    position: fixed;
  }
}
.cid-urJj6RIczT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-urJj6RIczT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-urJj6RIczT .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-urJj6RIczT .modal-content {
    width: 70%;
  }
}
.cid-urJj6RIczT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-urJj6RIczT .carousel {
  width: 100%;
}
.cid-urJj6RIczT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-urJj6RIczT .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-urJj6RIczT .modal.fade .modal-dialog,
.cid-urJj6RIczT .modal.in .modal-dialog {
  transform: none;
}
.cid-urJj6RIczT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-urJj6RIczT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-urJj6RIczT .soc-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-urJj6RIczT .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-urJj6RIczT .soc-item::before,
.cid-urJj6RIczT .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-urJj6RIczT .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-urJj6RIczT .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-urJj6RIczT .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-urJj6RIczT .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-urJj6RIczT .mbr-section-subtitle {
  color: #f4f3f4;
  margin-bottom: 77px;
}
.cid-urJj6RIczT .text {
  color: #ddc499;
}
.cid-urJj6RIczT .one {
  color: #c0bcb7;
  font-style: italic;
}
@media (min-width: 992px) {
  .cid-urJj6RIczT .right {
    padding-right: 32px;
  }
  .cid-urJj6RIczT .left {
    padding-left: 32px;
  }
}
.cid-urJj6RIczT .mbr-text .text {
  color: #f4f3f4;
}
.cid-urJj6RIczT .mbr-text {
  color: #fafafa;
}
.cid-urJj6RIczT .mbr-text .one {
  color: #f86214;
}
.cid-urJj6RIczT .mbr-section-title {
  color: #f4f3f4;
  text-align: left;
}
.cid-urX5HtgFXT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #262626;
}
.cid-urX5HtgFXT hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 84%;
}
.cid-urX5HtgFXT .progress {
  background: #262626;
  opacity: 1;
  height: 7px;
  overflow: hidden;
  position: relative;
}
.cid-urX5HtgFXT .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #fafafa;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 156px;
  }
  to {
    margin-left: 100%;
    width: 156px;
  }
}
.cid-urJkt7ao8g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #262626;
}
.cid-urJkt7ao8g .item {
  padding-bottom: 2rem;
}
.cid-urJkt7ao8g img,
.cid-urJkt7ao8g .item-wrapper {
  transition: all 0.7s;
}
.cid-urJkt7ao8g .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-urJkt7ao8g .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-urJkt7ao8g .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;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-urJkt7ao8g .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-urJkt7ao8g .item-wrapper:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.4;
}
.cid-urJkt7ao8g .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: 0.7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: "Moririse2";
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-urJkt7ao8g .close::before {
  content: "\e91a";
}
.cid-urJkt7ao8g .close:hover {
  color: #fff;
}
.cid-urJkt7ao8g .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-urJkt7ao8g .carousel-control-prev span {
  margin-right: 5px;
}
.cid-urJkt7ao8g .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-urJkt7ao8g .carousel-control-next span {
  margin-left: 5px;
}
.cid-urJkt7ao8g .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-urJkt7ao8g .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-urJkt7ao8g .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-urJkt7ao8g .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-urJkt7ao8g .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-urJkt7ao8g .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-urJkt7ao8g .carousel-inner {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-urJkt7ao8g .carousel-item img {
    width: 70%;
  }
}
.cid-urJkt7ao8g .carousel-inner > .active {
  display: block;
}
.cid-urJkt7ao8g .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urJkt7ao8g .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-urJkt7ao8g .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-urJkt7ao8g .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-urJkt7ao8g .carousel-control,
  .cid-urJkt7ao8g .carousel-indicators {
    position: fixed;
  }
}
.cid-urJkt7ao8g .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-urJkt7ao8g .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-urJkt7ao8g .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-urJkt7ao8g .modal-content {
    width: 70%;
  }
}
.cid-urJkt7ao8g .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-urJkt7ao8g .carousel {
  width: 100%;
}
.cid-urJkt7ao8g .modal-backdrop.in {
  opacity: 0.8;
}
.cid-urJkt7ao8g .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-urJkt7ao8g .modal.fade .modal-dialog,
.cid-urJkt7ao8g .modal.in .modal-dialog {
  transform: none;
}
.cid-urJkt7ao8g .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-urJkt7ao8g .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-urJkt7ao8g .soc-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-urJkt7ao8g .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-urJkt7ao8g .soc-item::before,
.cid-urJkt7ao8g .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-urJkt7ao8g .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-urJkt7ao8g .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-urJkt7ao8g .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-urJkt7ao8g .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-urJkt7ao8g .mbr-section-subtitle {
  color: #f4f3f4;
  margin-bottom: 77px;
}
.cid-urJkt7ao8g .text {
  color: #ddc499;
}
.cid-urJkt7ao8g .one {
  color: #c0bcb7;
  font-style: italic;
}
@media (min-width: 992px) {
  .cid-urJkt7ao8g .right {
    padding-right: 32px;
  }
  .cid-urJkt7ao8g .left {
    padding-left: 32px;
  }
}
.cid-urJkt7ao8g .mbr-text .text {
  color: #f4f3f4;
}
.cid-urJkt7ao8g .mbr-text {
  color: #fafafa;
}
.cid-urJkt7ao8g .mbr-text .one {
  color: #f86214;
}
.cid-urJkt7ao8g .mbr-section-title {
  color: #f4f3f4;
  text-align: left;
}
.cid-urX5I5CE6m {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #262626;
}
.cid-urX5I5CE6m hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 84%;
}
.cid-urX5I5CE6m .progress {
  background: #262626;
  opacity: 1;
  height: 7px;
  overflow: hidden;
  position: relative;
}
.cid-urX5I5CE6m .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #fafafa;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 156px;
  }
  to {
    margin-left: 100%;
    width: 156px;
  }
}
.cid-urJlxYU9zj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #262626;
}
.cid-urJlxYU9zj .item {
  padding-bottom: 2rem;
}
.cid-urJlxYU9zj img,
.cid-urJlxYU9zj .item-wrapper {
  transition: all 0.7s;
}
.cid-urJlxYU9zj .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-urJlxYU9zj .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-urJlxYU9zj .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;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-urJlxYU9zj .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-urJlxYU9zj .item-wrapper:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.4;
}
.cid-urJlxYU9zj .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: 0.7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: "Moririse2";
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-urJlxYU9zj .close::before {
  content: "\e91a";
}
.cid-urJlxYU9zj .close:hover {
  color: #fff;
}
.cid-urJlxYU9zj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-urJlxYU9zj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-urJlxYU9zj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-urJlxYU9zj .carousel-control-next span {
  margin-left: 5px;
}
.cid-urJlxYU9zj .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-urJlxYU9zj .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-urJlxYU9zj .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-urJlxYU9zj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-urJlxYU9zj .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-urJlxYU9zj .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-urJlxYU9zj .carousel-inner {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-urJlxYU9zj .carousel-item img {
    width: 70%;
  }
}
.cid-urJlxYU9zj .carousel-inner > .active {
  display: block;
}
.cid-urJlxYU9zj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urJlxYU9zj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-urJlxYU9zj .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-urJlxYU9zj .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-urJlxYU9zj .carousel-control,
  .cid-urJlxYU9zj .carousel-indicators {
    position: fixed;
  }
}
.cid-urJlxYU9zj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-urJlxYU9zj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-urJlxYU9zj .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-urJlxYU9zj .modal-content {
    width: 70%;
  }
}
.cid-urJlxYU9zj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-urJlxYU9zj .carousel {
  width: 100%;
}
.cid-urJlxYU9zj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-urJlxYU9zj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-urJlxYU9zj .modal.fade .modal-dialog,
.cid-urJlxYU9zj .modal.in .modal-dialog {
  transform: none;
}
.cid-urJlxYU9zj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-urJlxYU9zj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-urJlxYU9zj .soc-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-urJlxYU9zj .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-urJlxYU9zj .soc-item::before,
.cid-urJlxYU9zj .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-urJlxYU9zj .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-urJlxYU9zj .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-urJlxYU9zj .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-urJlxYU9zj .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-urJlxYU9zj .mbr-section-subtitle {
  color: #f4f3f4;
  margin-bottom: 77px;
}
.cid-urJlxYU9zj .text {
  color: #ddc499;
}
.cid-urJlxYU9zj .one {
  color: #c0bcb7;
  font-style: italic;
}
@media (min-width: 992px) {
  .cid-urJlxYU9zj .right {
    padding-right: 32px;
  }
  .cid-urJlxYU9zj .left {
    padding-left: 32px;
  }
}
.cid-urJlxYU9zj .mbr-text .text {
  color: #f4f3f4;
}
.cid-urJlxYU9zj .mbr-text {
  color: #fafafa;
}
.cid-urJlxYU9zj .mbr-text .one {
  color: #f86214;
}
.cid-urJlxYU9zj .mbr-section-title {
  color: #f4f3f4;
  text-align: left;
}
.cid-uttjK2Jygv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #262626;
}
.cid-uttjK2Jygv hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 84%;
}
.cid-uttjK2Jygv .progress {
  background: #262626;
  opacity: 1;
  height: 7px;
  overflow: hidden;
  position: relative;
}
.cid-uttjK2Jygv .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #fafafa;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 156px;
  }
  to {
    margin-left: 100%;
    width: 156px;
  }
}
.cid-uu65IgBaUK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #262626;
}
.cid-uu65IgBaUK hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 84%;
}
.cid-uu65IgBaUK .progress {
  background: #262626;
  opacity: 1;
  height: 7px;
  overflow: hidden;
  position: relative;
}
.cid-uu65IgBaUK .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #fafafa;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 156px;
  }
  to {
    margin-left: 100%;
    width: 156px;
  }
}
.cid-utthpOteZI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #262626;
}
.cid-utthpOteZI .mbr-text {
  color: #fafafa;
}
.cid-utthpOteZI .row {
  justify-content: start;
}
.cid-utthpOteZI .line {
  border-top: 1px solid currentColor;
  margin-bottom: 5rem;
}
.cid-utthpOteZI .mbr-section-title {
  color: #fafafa;
}
.cid-utthpOteZI .title-arrow {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-utthpOteZI .title-arrow {
    top: 23px;
  }
}
@media (max-width: 991px) {
  .cid-utthpOteZI .wrapper {
    flex-direction: column-reverse;
  }
}
.cid-utthpOteZI .text-position {
  padding: 48px 32px;
}
@media (max-width: 991px) {
  .cid-utthpOteZI .text-position {
    padding-top: 0;
  }
}
@media (max-width: 425px) {
  .cid-utthpOteZI .text-position {
    padding: 0 10px 24px 10px;
  }
}
.cid-urA9Zz4F16 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1.jpg");
  overflow: hidden;
}
.cid-taOw7l9PvM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
}
.cid-taOw7l9PvM nav.navbar {
  position: fixed;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taOw7l9PvM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taOw7l9PvM .dropdown-item:hover,
.cid-taOw7l9PvM .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:hover span {
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taOw7l9PvM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taOw7l9PvM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taOw7l9PvM .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-taOw7l9PvM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .container {
    flex-wrap: nowrap;
  }
}
.cid-taOw7l9PvM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown-menu,
.cid-taOw7l9PvM .navbar.opened {
  background: #262626 !important;
}
.cid-taOw7l9PvM .nav-item:focus,
.cid-taOw7l9PvM .nav-link:focus {
  outline: none;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taOw7l9PvM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taOw7l9PvM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(38, 38, 38, 0.1);
}
.cid-taOw7l9PvM .navbar.opened {
  transition: all 0.3s;
}
.cid-taOw7l9PvM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taOw7l9PvM .navbar .navbar-logo img {
  width: auto;
}
.cid-taOw7l9PvM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taOw7l9PvM .navbar.collapsed {
  justify-content: center;
}
.cid-taOw7l9PvM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taOw7l9PvM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taOw7l9PvM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taOw7l9PvM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taOw7l9PvM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taOw7l9PvM .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-taOw7l9PvM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taOw7l9PvM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taOw7l9PvM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taOw7l9PvM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taOw7l9PvM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-taOw7l9PvM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-taOw7l9PvM .navbar.navbar-short {
  min-height: 60px;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taOw7l9PvM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taOw7l9PvM .dropdown-item.active,
.cid-taOw7l9PvM .dropdown-item:active {
  background-color: transparent;
}
.cid-taOw7l9PvM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #262626;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taOw7l9PvM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taOw7l9PvM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taOw7l9PvM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taOw7l9PvM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM .navbar-dropdown {
  position: fixed;
}
.cid-taOw7l9PvM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar {
    height: 70px;
  }
  .cid-taOw7l9PvM .navbar.opened {
    height: auto;
  }
  .cid-taOw7l9PvM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us1YiNZIVJ {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-us1YiNZIVJ .mbr-text,
.cid-us1YiNZIVJ .mbr-section-btn {
  color: #fafafa;
}
.cid-us1YiNZIVJ .row {
  justify-content: start;
}
.cid-us1YiNZIVJ .mbr-section-title {
  color: #fafafa;
}
.cid-us1YiNZIVJ .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-us1YiNZIVJ .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-us1YiNZIVJ .wrapper {
    flex-direction: column-reverse;
  }
  .cid-us1YiNZIVJ .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-us1YiNZIVJ .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-us1YiNZIVJ .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-us1YiNZIVJ .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-us1YiNZIVJ .wrapper-position {
    margin: 0 0 3rem 0;
  }
}
.cid-us204RfTLu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-us204RfTLu .mbr-text,
.cid-us204RfTLu .mbr-section-btn {
  color: #fafafa;
}
.cid-us204RfTLu .row {
  justify-content: start;
}
.cid-us204RfTLu .mbr-section-title {
  color: #fafafa;
}
.cid-us204RfTLu .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-us204RfTLu .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-us204RfTLu .wrapper {
    flex-direction: column-reverse;
  }
  .cid-us204RfTLu .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-us204RfTLu .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-us204RfTLu .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-us204RfTLu .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-us204RfTLu .wrapper-position {
    margin: 0 0 3rem 0;
  }
}
.cid-us20AwqCtZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-us20AwqCtZ .mbr-text,
.cid-us20AwqCtZ .mbr-section-btn {
  color: #fafafa;
}
.cid-us20AwqCtZ .row {
  justify-content: start;
}
.cid-us20AwqCtZ .mbr-section-title {
  color: #fafafa;
}
.cid-us20AwqCtZ .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-us20AwqCtZ .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-us20AwqCtZ .wrapper {
    flex-direction: column-reverse;
  }
  .cid-us20AwqCtZ .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-us20AwqCtZ .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-us20AwqCtZ .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-us20AwqCtZ .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-us20AwqCtZ .wrapper-position {
    margin: 0 0 3rem 0;
  }
}
.cid-utwnIUUrww {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-utwnIUUrww .item:focus,
.cid-utwnIUUrww span:focus {
  outline: none;
}
.cid-utwnIUUrww .item-wrapper {
  position: relative;
}
.cid-utwnIUUrww .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-utwnIUUrww .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-utwnIUUrww .container {
    padding: 0 24px;
  }
}
.cid-utwnIUUrww .embla__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 460px;
  max-width: 460px;
  border-right: 1px solid #f4f3f4;
  padding: 0 32px;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-utwnIUUrww .embla__slide {
    min-width: 100%;
    max-width: 100%;
    border: none;
    padding: 0 24px;
  }
}
.cid-utwnIUUrww .embla__slide .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.cid-utwnIUUrww .embla__slide .slide-content:hover .item-wrapper .item-img,
.cid-utwnIUUrww .embla__slide .slide-content:focus .item-wrapper .item-img {
  min-height: 620px;
}
@media (max-width: 767px) {
  .cid-utwnIUUrww .embla__slide .slide-content:hover .item-wrapper .item-img,
  .cid-utwnIUUrww .embla__slide .slide-content:focus .item-wrapper .item-img {
    min-height: 400px;
  }
}
.cid-utwnIUUrww .embla__slide .slide-content:hover .item-wrapper .item-content .item-text,
.cid-utwnIUUrww .embla__slide .slide-content:focus .item-wrapper .item-content .item-text {
  transform: translateY(0);
  height: auto;
  opacity: 1;
}
.cid-utwnIUUrww .embla__slide .slide-content:hover .btn-wrap,
.cid-utwnIUUrww .embla__slide .slide-content:focus .btn-wrap {
  margin-top: 0;
}
.cid-utwnIUUrww .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  min-height: 650px;
  margin-bottom: 32px;
  transition: all 0.3s ease-in-out;
  border-radius: .5rem;
}
@media (max-width: 767px) {
  .cid-utwnIUUrww .embla__slide .slide-content .item-wrapper .item-img {
    min-height: 400px;
    margin-bottom: 24px;
  }
}
.cid-utwnIUUrww .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  position: relative;
  top: 0;
  left: 0;
}
.cid-utwnIUUrww .embla__slide .slide-content .item-wrapper .item-img .list-wrapper {
  display: block;
}
.cid-utwnIUUrww .embla__slide .slide-content .item-wrapper .item-img .list-wrapper .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 12px;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-utwnIUUrww .embla__slide .slide-content .item-wrapper .item-img .list-wrapper .list .item-wrap {
  background-color: #8aa29e;
  padding: 8px 12px;
  border-radius: 5px;
  margin-bottom: 8px;
  width: fit-content;
}
.cid-utwnIUUrww .embla__slide .slide-content .item-wrapper .item-img .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-utwnIUUrww .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-top: 1px solid #f4f3f4;
  padding-top: 32px;
}
.cid-utwnIUUrww .embla__slide .slide-content .item-wrapper .item-content .mbr-date {
  margin-bottom: 0;
}
.cid-utwnIUUrww .embla__slide .slide-content .item-wrapper .item-content .title-wrap {
  display: block;
}
.cid-utwnIUUrww .embla__slide .slide-content .item-wrapper .item-content .title-wrap:hover .item-title,
.cid-utwnIUUrww .embla__slide .slide-content .item-wrapper .item-content .title-wrap:focus .item-title {
  color: #e0b548;
}
.cid-utwnIUUrww .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-utwnIUUrww .embla__slide .slide-content .item-wrapper .item-content .item-text {
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  opacity: 0;
}
.cid-utwnIUUrww .embla__slide .slide-content .btn-wrap {
  margin-top: -3rem;
  transition: all 0.3s ease-in-out;
  margin-top: 0;
}
.cid-utwnIUUrww .embla__slide .slide-content .btn-wrap .mbr-section-btn {
  margin-top: 24px;
  z-index: 1;
}
.cid-utwnIUUrww .embla__slide .slide-content .btn-wrap .mbr-number {
  margin: 16px 0 0 0;
}
.cid-utwnIUUrww .embla__button--next,
.cid-utwnIUUrww .embla__button--prev {
  display: flex;
}
.cid-utwnIUUrww .embla__button {
  bottom: 1rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 21px;
  background-color: #fafafa !important;
  color: #262626;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-utwnIUUrww .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-utwnIUUrww .embla__button:hover {
  opacity: .85 !important;
  color: #fafafa !important;
}
.cid-utwnIUUrww .embla__button.embla__button--prev {
  left: 32px;
}
.cid-utwnIUUrww .embla__button.embla__button--next {
  right: 32px;
}
.cid-utwnIUUrww .embla {
  position: relative;
  width: 100%;
  padding: 32px 0;
  border-top: 1px solid #f4f3f4;
  border-bottom: 1px solid #f4f3f4;
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .cid-utwnIUUrww .embla {
    padding: 24px 0;
    padding-bottom: 6rem;
  }
}
.cid-utwnIUUrww .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-utwnIUUrww .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-utwnIUUrww .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-utwnIUUrww .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-utwnIUUrww .list {
  color: #000000;
}
.cid-utwnIUUrww .mbr-date {
  color: #F9F6E0;
}
.cid-utwnIUUrww .item-title {
  color: #F9F6E0;
}
.cid-utwnIUUrww .item-text {
  color: #F9F6E0;
}
.cid-utwnIUUrww .mbr-number {
  color: #E0B548;
}
.cid-utwFLeEYd9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-utwFLeEYd9 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #f4f3f4;
}
.cid-utwFLeEYd9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utwFLeEYd9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utwFLeEYd9 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-utwFLeEYd9 .content-wrap .card {
  justify-content: space-between;
}
.cid-utwFLeEYd9 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-utwFLeEYd9 .content-wrapper {
    padding: 0;
  }
}
.cid-utwFLeEYd9 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-utwFLeEYd9 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-utwFLeEYd9 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-utwFLeEYd9 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-utwFLeEYd9 .mbr-desc,
.cid-utwFLeEYd9 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-utwFLeEYd9 .mbr-section-title,
.cid-utwFLeEYd9 .mbr-section-btn {
  color: #f4f3f4;
}
.cid-utyewu57nO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-utyewu57nO::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40%;
  width: 100%;
  background-color: #262626;
}
.cid-utyewu57nO .container-fluid {
  padding: 0;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-utyewu57nO .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-utyewu57nO .container {
    padding: 0 25px;
  }
}
.cid-utyewu57nO .title-wrapper {
  padding: 0 45px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-utyewu57nO .title-wrapper {
    padding: 0 25px;
  }
}
.cid-utyewu57nO .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-utyewu57nO .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-utyewu57nO .item:focus,
.cid-utyewu57nO span:focus {
  outline: none;
}
.cid-utyewu57nO .item-wrapper {
  position: relative;
}
.cid-utyewu57nO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 810px;
  max-width: 810px;
}
@media (max-width: 992px) {
  .cid-utyewu57nO .embla__slide {
    min-width: 710px;
    max-width: 710px;
  }
}
@media (max-width: 767px) {
  .cid-utyewu57nO .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-utyewu57nO .embla__slide .slide-content {
  width: 100%;
  border-radius: 0 !important;
}
.cid-utyewu57nO .embla__slide .slide-content .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-utyewu57nO .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-utyewu57nO .embla__button--next,
.cid-utyewu57nO .embla__button--prev {
  display: flex;
}
.cid-utyewu57nO .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #f4f3f4 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-utyewu57nO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-utyewu57nO .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 768px) {
  .cid-utyewu57nO .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-utyewu57nO .embla__button.embla__button--prev:hover {
  box-shadow: inset -40px 0 0 0 #000000 !important;
  color: #f4f3f4 !important;
}
.cid-utyewu57nO .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 768px) {
  .cid-utyewu57nO .embla__button.embla__button--next {
    right: 25px;
  }
}
.cid-utyewu57nO .embla__button.embla__button--next:hover {
  box-shadow: inset 40px 0 0 0 #000000 !important;
  color: #f4f3f4 !important;
}
.cid-utyewu57nO .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-utyewu57nO .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-utyewu57nO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-utyewu57nO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-utyewu57nO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-utyewu57nO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-utyewu57nO .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-urA9Zz4F16 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1.jpg");
  overflow: hidden;
}
.cid-taOw7l9PvM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
}
.cid-taOw7l9PvM nav.navbar {
  position: fixed;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taOw7l9PvM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taOw7l9PvM .dropdown-item:hover,
.cid-taOw7l9PvM .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:hover span {
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taOw7l9PvM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taOw7l9PvM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taOw7l9PvM .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-taOw7l9PvM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .container {
    flex-wrap: nowrap;
  }
}
.cid-taOw7l9PvM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown-menu,
.cid-taOw7l9PvM .navbar.opened {
  background: #262626 !important;
}
.cid-taOw7l9PvM .nav-item:focus,
.cid-taOw7l9PvM .nav-link:focus {
  outline: none;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taOw7l9PvM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taOw7l9PvM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(38, 38, 38, 0.1);
}
.cid-taOw7l9PvM .navbar.opened {
  transition: all 0.3s;
}
.cid-taOw7l9PvM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taOw7l9PvM .navbar .navbar-logo img {
  width: auto;
}
.cid-taOw7l9PvM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taOw7l9PvM .navbar.collapsed {
  justify-content: center;
}
.cid-taOw7l9PvM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taOw7l9PvM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taOw7l9PvM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taOw7l9PvM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taOw7l9PvM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taOw7l9PvM .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-taOw7l9PvM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taOw7l9PvM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taOw7l9PvM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taOw7l9PvM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taOw7l9PvM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-taOw7l9PvM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-taOw7l9PvM .navbar.navbar-short {
  min-height: 60px;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taOw7l9PvM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taOw7l9PvM .dropdown-item.active,
.cid-taOw7l9PvM .dropdown-item:active {
  background-color: transparent;
}
.cid-taOw7l9PvM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #262626;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taOw7l9PvM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taOw7l9PvM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taOw7l9PvM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taOw7l9PvM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM .navbar-dropdown {
  position: fixed;
}
.cid-taOw7l9PvM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar {
    height: 70px;
  }
  .cid-taOw7l9PvM .navbar.opened {
    height: auto;
  }
  .cid-taOw7l9PvM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-8meFEQl1Dw {
  padding-top: 120px;
  padding-bottom: 225px;
}
@media screen and (max-width: 768px) {
  .cid-8meFEQl1Dw {
    background-image: url("../../../assets/images/citroen-traction-22-3-663x321.png");
    background-position-x: 44%;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .cid-8meFEQl1Dw {
    background-image: url("../../../assets/images/citroen-traction-22-2-663x321.png");
    background-position-x: 50%;
  }
}
@media screen and (min-width: 992px) {
  .cid-8meFEQl1Dw {
    background-image: url("../../../assets/images/citroen-traction-22-1-663x321.png");
    background-position-x: 44%;
  }
}
.cid-8meFEQl1Dw .mbr-text,
.cid-8meFEQl1Dw .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-8meFEQl1Dw .seen-desk,
.cid-8meFEQl1Dw .seen-mob,
.cid-8meFEQl1Dw .seen-tab {
  display: none;
}
@media (min-width: 1px) and (max-width: 768px) {
  .cid-8meFEQl1Dw .seen-mob {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .cid-8meFEQl1Dw .seen-tab {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-8meFEQl1Dw .seen-desk {
    display: block;
  }
}
.cid-8meFEQl1Dw H1 {
  color: #efefef;
}
.cid-8meFEQl1Dw H3 {
  color: #fafafa;
}
.cid-utscakEURy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2b2b2b;
}
.cid-utscakEURy .mbr-text {
  color: #fafafa;
}
.cid-utscakEURy .row {
  justify-content: start;
}
.cid-utscakEURy .line {
  border-top: 1px solid currentColor;
  margin-bottom: 5rem;
}
.cid-utscakEURy .mbr-section-title {
  color: #fafafa;
}
.cid-utscakEURy .title-arrow {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-utscakEURy .title-arrow {
    top: 23px;
  }
}
@media (max-width: 991px) {
  .cid-utscakEURy .wrapper {
    flex-direction: column-reverse;
  }
}
.cid-utscakEURy .text-position {
  padding: 48px 32px;
}
@media (max-width: 991px) {
  .cid-utscakEURy .text-position {
    padding-top: 0;
  }
}
@media (max-width: 425px) {
  .cid-utscakEURy .text-position {
    padding: 0 10px 24px 10px;
  }
}
.cid-urA9Zz4F16 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1.jpg");
  overflow: hidden;
}
.cid-taOw7l9PvM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
}
.cid-taOw7l9PvM nav.navbar {
  position: fixed;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taOw7l9PvM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taOw7l9PvM .dropdown-item:hover,
.cid-taOw7l9PvM .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:hover span {
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taOw7l9PvM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taOw7l9PvM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taOw7l9PvM .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-taOw7l9PvM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .container {
    flex-wrap: nowrap;
  }
}
.cid-taOw7l9PvM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown-menu,
.cid-taOw7l9PvM .navbar.opened {
  background: #262626 !important;
}
.cid-taOw7l9PvM .nav-item:focus,
.cid-taOw7l9PvM .nav-link:focus {
  outline: none;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taOw7l9PvM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taOw7l9PvM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(38, 38, 38, 0.1);
}
.cid-taOw7l9PvM .navbar.opened {
  transition: all 0.3s;
}
.cid-taOw7l9PvM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taOw7l9PvM .navbar .navbar-logo img {
  width: auto;
}
.cid-taOw7l9PvM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taOw7l9PvM .navbar.collapsed {
  justify-content: center;
}
.cid-taOw7l9PvM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taOw7l9PvM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taOw7l9PvM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taOw7l9PvM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taOw7l9PvM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taOw7l9PvM .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-taOw7l9PvM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taOw7l9PvM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taOw7l9PvM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taOw7l9PvM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taOw7l9PvM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-taOw7l9PvM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-taOw7l9PvM .navbar.navbar-short {
  min-height: 60px;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taOw7l9PvM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taOw7l9PvM .dropdown-item.active,
.cid-taOw7l9PvM .dropdown-item:active {
  background-color: transparent;
}
.cid-taOw7l9PvM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #262626;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taOw7l9PvM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taOw7l9PvM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taOw7l9PvM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taOw7l9PvM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM .navbar-dropdown {
  position: fixed;
}
.cid-taOw7l9PvM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar {
    height: 70px;
  }
  .cid-taOw7l9PvM .navbar.opened {
    height: auto;
  }
  .cid-taOw7l9PvM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uteMKorGXP {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #262626;
}
.cid-uteMKorGXP hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 35%;
}
.cid-uteMKorGXP .progress {
  background: #fafafa;
  opacity: 1;
  height: 4px;
  overflow: hidden;
  position: relative;
}
.cid-uteMKorGXP .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #262626;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 173px;
  }
  to {
    margin-left: 100%;
    width: 173px;
  }
}
.cid-urA9Zz4F16 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1.jpg");
  overflow: hidden;
}
.cid-taOw7l9PvM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
}
.cid-taOw7l9PvM nav.navbar {
  position: fixed;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taOw7l9PvM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taOw7l9PvM .dropdown-item:hover,
.cid-taOw7l9PvM .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:hover span {
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taOw7l9PvM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taOw7l9PvM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taOw7l9PvM .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-taOw7l9PvM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .container {
    flex-wrap: nowrap;
  }
}
.cid-taOw7l9PvM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown-menu,
.cid-taOw7l9PvM .navbar.opened {
  background: #262626 !important;
}
.cid-taOw7l9PvM .nav-item:focus,
.cid-taOw7l9PvM .nav-link:focus {
  outline: none;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taOw7l9PvM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taOw7l9PvM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(38, 38, 38, 0.1);
}
.cid-taOw7l9PvM .navbar.opened {
  transition: all 0.3s;
}
.cid-taOw7l9PvM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taOw7l9PvM .navbar .navbar-logo img {
  width: auto;
}
.cid-taOw7l9PvM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taOw7l9PvM .navbar.collapsed {
  justify-content: center;
}
.cid-taOw7l9PvM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taOw7l9PvM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taOw7l9PvM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taOw7l9PvM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taOw7l9PvM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taOw7l9PvM .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-taOw7l9PvM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taOw7l9PvM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taOw7l9PvM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taOw7l9PvM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taOw7l9PvM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-taOw7l9PvM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-taOw7l9PvM .navbar.navbar-short {
  min-height: 60px;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taOw7l9PvM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taOw7l9PvM .dropdown-item.active,
.cid-taOw7l9PvM .dropdown-item:active {
  background-color: transparent;
}
.cid-taOw7l9PvM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #262626;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taOw7l9PvM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taOw7l9PvM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taOw7l9PvM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taOw7l9PvM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM .navbar-dropdown {
  position: fixed;
}
.cid-taOw7l9PvM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taOw7l9PvM .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-taOw7l9PvM .navbar {
    height: 70px;
  }
  .cid-taOw7l9PvM .navbar.opened {
    height: auto;
  }
  .cid-taOw7l9PvM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-qyYidO3GOj h1,
.cid-qyYidO3GOj p,
.cid-qyYidO3GOj img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
.cid-qyYidO3GOj html {
  scroll-behavior: smooth;
}
@media (max-width: 991px) {
  .cid-qyYidO3GOj aside {
    display: none;
  }
}
.cid-qyYidO3GOj aside {
  right: 22px;
  z-index: 1000;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cid-qyYidO3GOj aside ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style-type: none;
  margin: 0;
}
.cid-qyYidO3GOj aside ul li .indicator {
  cursor: pointer;
  margin-top: 1rem;
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #ffffff;
}
.cid-qyYidO3GOj aside ul li .active {
  transform: scale(1.7);
  transition: transform 200ms ease-in-out;
  background-color: #161616;
}
.cid-qyYidO3GOj div.imgtest {
  content: url("../../../assets/images/fos-1-1161x743.jpeg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-qyYidO3GOj div.imgtest1 {
  content: url("../../../assets/images/fos2024-1-1027x724.jpeg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-qyYidO3GOj div.imgtest2 {
  content: url("https://www.unsitepourtous.be/mobi/flower3.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-qyYidO3GOj div.imgtest3 {
  content: url("https://www.unsitepourtous.be/mobi/flower4.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-qyYidO3GOj div.imgtest4 {
  content: url("https://www.unsitepourtous.be/mobi/flower5.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-qyYidO3GOj .split .split-image.object-cover img,
.cid-qyYidO3GOj .slide-image.object-cover img .grid-image img,
.cid-qyYidO3GOj .video-wrap .poster img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.cid-qyYidO3GOj .slide-image.object-contain video,
.cid-qyYidO3GOj .slide-image.object-contain img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
.cid-qyYidO3GOj .home-hero .safari-fix a,
.cid-qyYidO3GOj .fullscreen a {
  background: none !important;
  text-shadow: none !important;
}
.cid-qyYidO3GOj .wrap {
  padding: 3rem;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 700px) {
  .cid-qyYidO3GOj .wrap {
    padding: 6rem;
  }
  .cid-qyYidO3GOj p + p {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .cid-qyYidO3GOj .wrap {
    padding: 6rem 6rem 5.4rem;
  }
  .cid-qyYidO3GOj section:last-child .wrap,
  .cid-qyYidO3GOj .wrap:last-child {
    padding-bottom: 6rem;
  }
  .cid-qyYidO3GOj .wrap.align-center q {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 1400px) {
  .cid-qyYidO3GOj .wrap {
    padding: 8.2rem 6rem 7.6rem;
  }
  .cid-qyYidO3GOj section:last-child .wrap,
  .cid-qyYidO3GOj .wrap:last-child {
    padding-bottom: 8.2rem;
  }
}
.cid-qyYidO3GOj input,
.cid-qyYidO3GOj textarea,
.cid-qyYidO3GOj button,
.cid-qyYidO3GOj select,
.cid-qyYidO3GOj body {
  font-family: acumin-pro, Helvetica, Arial, sans-serif;
  font-style: normal;
}
.cid-qyYidO3GOj h1 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.16666667;
}
.cid-qyYidO3GOj body {
  width: 100%;
  min-height: 100%;
  font-size: 2rem;
  line-height: 1.45;
  overflow-x: hidden;
}
@media only screen and (min-width: 700px) and (min-height: 500px) {
  .cid-qyYidO3GOj h1 {
    font-size: calc(4.6rem);
  }
}
.cid-qyYidO3GOj h1 + button {
  margin-top: 2rem;
}
.cid-qyYidO3GOj h1 + p {
  margin-top: 1rem;
}
.cid-qyYidO3GOj p + p {
  margin-top: 1.6rem;
}
.cid-qyYidO3GOj img {
  display: block;
  max-width: 100%;
}
.cid-qyYidO3GOj img::after {
  content: "🖼️" attr(alt);
  font-size: 1.4rem;
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 4.5rem;
  height: 100%;
  padding: 1.5rem;
  background-color: #fff;
  border: 1px solid #eeecec;
}
@media all and (orientation: landscape) {
  .cid-qyYidO3GOj body:not(.touchscreen) header {
    will-change: auto;
    transition: all 0.4s ease-in-out;
  }
  .cid-qyYidO3GOj .landscape-image ~ .portrait-image {
    opacity: 0;
    display: none;
  }
}
.cid-qyYidO3GOj .wrap.text-wrap {
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-qyYidO3GOj .wrap.full-width {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: calc(94%) !important;
}
.cid-qyYidO3GOj .wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.cid-qyYidO3GOj .content > section:not(.hero):first-child {
  padding-top: 5rem;
}
.cid-qyYidO3GOj .align-left {
  text-align: left;
}
.cid-qyYidO3GOj .align-center {
  text-align: center;
}
.cid-qyYidO3GOj .align-right {
  text-align: right;
}
.cid-qyYidO3GOj .text_block-section + .text-wrap,
.cid-qyYidO3GOj .flexible-section:not(.video-section) + .flexible-section:not(.video-section) > .wrap:first-child,
.cid-qyYidO3GOj .section-title-wrap + .flexible-section > .wrap:first-child,
.cid-qyYidO3GOj .body-copy-with-intro + .hidden-content > .flexible-section > .wrap:first-child,
.cid-qyYidO3GOj .wrap + .wrap {
  padding-top: 0;
}
.cid-qyYidO3GOj .fullscreen {
  position: relative;
  height: 100vh;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-qyYidO3GOj .fullscreen .wrap {
  margin: 0;
  z-index: 4;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-qyYidO3GOj .fullscreen .fixed-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.cid-qyYidO3GOj .fullscreen .fixed-wrap.fixed {
  position: fixed;
}
@supports (-ms-ime-align: auto) {
  .cid-qyYidO3GOj .fullscreen {
    clip-path: none !important;
  }
  .cid-qyYidO3GOj .fullscreen .fixed-wrap.fixed {
    position: absolute !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cid-qyYidO3GOj .fullscreen {
    clip-path: none !important;
  }
  .cid-qyYidO3GOj .fullscreen .fixed-wrap.fixed {
    position: absolute !important;
  }
}
.cid-qyYidO3GOj .fullscreen .slide-image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.cid-qyYidO3GOj .fullscreen .slide-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 2;
}
.cid-qyYidO3GOj .fullscreen a {
  color: #ffffff;
}
.cid-qyYidO3GOj .slide-image + .slide-text,
.cid-qyYidO3GOj .slide-text.over-image {
  color: #fff;
  background: radial-gradient(ellipse 50% 50%, rgba(18, 18, 18, 0.125), rgba(18, 18, 18, 0));
}
.cid-qyYidO3GOj .hero .slide-image {
  opacity: 0.8;
}
.cid-qyYidO3GOj .hero.auto-height {
  padding: 5rem 0;
}
.cid-qyYidO3GOj .hero.auto-height .slide-text {
  position: relative;
}
.cid-qyYidO3GOj .home-hero {
  position: relative;
  z-index: 1;
}
.cid-qyYidO3GOj .home-hero + section {
  z-index: 0;
}
.cid-qyYidO3GOj .home-hero + section + section {
  z-index: 1;
}
.cid-qyYidO3GOj .home-hero .safari-fix {
  position: absolute;
  top: 0;
  background: transparent !important;
  overflow: hidden;
}
.cid-qyYidO3GOj .home-hero .safari-fix a {
  display: block;
  position: relative;
  width: 100vw;
  height: 100%;
  background: transparent !important;
  opacity: 0;
}
.cid-qyYidO3GOj body > .fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cid-qyYidO3GOj body > .fullscreen .slide-image {
  opacity: 0.8;
}
.cid-qyYidO3GOj body > .fullscreen button,
.cid-qyYidO3GOj .project-hero .slide-text button {
  background-color: #fff;
  color: #121212;
  border-color: #fff;
  opacity: 0;
}
.cid-qyYidO3GOj .page-hero .slide-image {
  position: fixed;
}
.cid-qyYidO3GOj .page-hero .slide-text {
  position: relative;
  height: auto;
  margin: 100vh auto 25vh;
  background: transparent;
}
@media all and (orientation: portrait) {
  .cid-qyYidO3GOj .page-hero .wrap h4 {
    font-size: calc(2.25rem);
  }
  .cid-qyYidO3GOj .portrait-image ~ .landscape-image {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
.cid-qyYidO3GOj .fullscreen .slide-text button:only-child {
  margin-top: 2rem;
}
.cid-qyYidO3GOj .offblack-bg {
  background-color: #231f20;
}
.cid-qyYidO3GOj .offblack-bg a:not(.button):not([title]):not(:hover) {
  background: linear-gradient(#231f20 calc(99%), #ffffff calc(99%));
  text-shadow: 0 1px #231f20, -1px 0 #231f20, 1px 0 #231f20, -2px 0 #231f20, 2px 0 #231f20;
}
.cid-qyYidO3GOj .hidden {
  display: none;
  visibility: hidden;
}
.cid-qyYidO3GOj H1 {
  color: #ffffff;
}
.cid-uu5S0YOLHP {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #262626;
}
.cid-uu5S0YOLHP hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 46%;
}
.cid-uu5S0YOLHP .progress {
  background: #fafafa;
  opacity: 1;
  height: 3px;
  overflow: hidden;
  position: relative;
}
.cid-uu5S0YOLHP .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #262626;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 173px;
  }
  to {
    margin-left: 100%;
    width: 173px;
  }
}
.cid-uu5Pu3PoWm h1,
.cid-uu5Pu3PoWm p,
.cid-uu5Pu3PoWm img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
.cid-uu5Pu3PoWm html {
  scroll-behavior: smooth;
}
@media (max-width: 991px) {
  .cid-uu5Pu3PoWm aside {
    display: none;
  }
}
.cid-uu5Pu3PoWm aside {
  right: 22px;
  z-index: 1000;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cid-uu5Pu3PoWm aside ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style-type: none;
  margin: 0;
}
.cid-uu5Pu3PoWm aside ul li .indicator {
  cursor: pointer;
  margin-top: 1rem;
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #ffffff;
}
.cid-uu5Pu3PoWm aside ul li .active {
  transform: scale(1.7);
  transition: transform 200ms ease-in-out;
  background-color: #161616;
}
.cid-uu5Pu3PoWm div.imgtest {
  content: url("../../../assets/images/chauffailles-rue-centralejpg-1093x764.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-uu5Pu3PoWm div.imgtest1 {
  content: url("../../../assets/images/chauffailles-1336x748.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-uu5Pu3PoWm div.imgtest2 {
  content: url("https://www.unsitepourtous.be/mobi/flower3.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-uu5Pu3PoWm div.imgtest3 {
  content: url("https://www.unsitepourtous.be/mobi/flower4.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-uu5Pu3PoWm div.imgtest4 {
  content: url("https://www.unsitepourtous.be/mobi/flower5.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-uu5Pu3PoWm .split .split-image.object-cover img,
.cid-uu5Pu3PoWm .slide-image.object-cover img .grid-image img,
.cid-uu5Pu3PoWm .video-wrap .poster img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.cid-uu5Pu3PoWm .slide-image.object-contain video,
.cid-uu5Pu3PoWm .slide-image.object-contain img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
.cid-uu5Pu3PoWm .home-hero .safari-fix a,
.cid-uu5Pu3PoWm .fullscreen a {
  background: none !important;
  text-shadow: none !important;
}
.cid-uu5Pu3PoWm .wrap {
  padding: 3rem;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 700px) {
  .cid-uu5Pu3PoWm .wrap {
    padding: 6rem;
  }
  .cid-uu5Pu3PoWm p + p {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .cid-uu5Pu3PoWm .wrap {
    padding: 6rem 6rem 5.4rem;
  }
  .cid-uu5Pu3PoWm section:last-child .wrap,
  .cid-uu5Pu3PoWm .wrap:last-child {
    padding-bottom: 6rem;
  }
  .cid-uu5Pu3PoWm .wrap.align-center q {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 1400px) {
  .cid-uu5Pu3PoWm .wrap {
    padding: 8.2rem 6rem 7.6rem;
  }
  .cid-uu5Pu3PoWm section:last-child .wrap,
  .cid-uu5Pu3PoWm .wrap:last-child {
    padding-bottom: 8.2rem;
  }
}
.cid-uu5Pu3PoWm input,
.cid-uu5Pu3PoWm textarea,
.cid-uu5Pu3PoWm button,
.cid-uu5Pu3PoWm select,
.cid-uu5Pu3PoWm body {
  font-family: acumin-pro, Helvetica, Arial, sans-serif;
  font-style: normal;
}
.cid-uu5Pu3PoWm h1 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.16666667;
}
.cid-uu5Pu3PoWm body {
  width: 100%;
  min-height: 100%;
  font-size: 2rem;
  line-height: 1.45;
  overflow-x: hidden;
}
@media only screen and (min-width: 700px) and (min-height: 500px) {
  .cid-uu5Pu3PoWm h1 {
    font-size: calc(4.6rem);
  }
}
.cid-uu5Pu3PoWm h1 + button {
  margin-top: 2rem;
}
.cid-uu5Pu3PoWm h1 + p {
  margin-top: 1rem;
}
.cid-uu5Pu3PoWm p + p {
  margin-top: 1.6rem;
}
.cid-uu5Pu3PoWm img {
  display: block;
  max-width: 100%;
}
.cid-uu5Pu3PoWm img::after {
  content: "🖼️" attr(alt);
  font-size: 1.4rem;
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 4.5rem;
  height: 100%;
  padding: 1.5rem;
  background-color: #fff;
  border: 1px solid #eeecec;
}
@media all and (orientation: landscape) {
  .cid-uu5Pu3PoWm body:not(.touchscreen) header {
    will-change: auto;
    transition: all 0.4s ease-in-out;
  }
  .cid-uu5Pu3PoWm .landscape-image ~ .portrait-image {
    opacity: 0;
    display: none;
  }
}
.cid-uu5Pu3PoWm .wrap.text-wrap {
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-uu5Pu3PoWm .wrap.full-width {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: calc(94%) !important;
}
.cid-uu5Pu3PoWm .wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.cid-uu5Pu3PoWm .content > section:not(.hero):first-child {
  padding-top: 5rem;
}
.cid-uu5Pu3PoWm .align-left {
  text-align: left;
}
.cid-uu5Pu3PoWm .align-center {
  text-align: center;
}
.cid-uu5Pu3PoWm .align-right {
  text-align: right;
}
.cid-uu5Pu3PoWm .text_block-section + .text-wrap,
.cid-uu5Pu3PoWm .flexible-section:not(.video-section) + .flexible-section:not(.video-section) > .wrap:first-child,
.cid-uu5Pu3PoWm .section-title-wrap + .flexible-section > .wrap:first-child,
.cid-uu5Pu3PoWm .body-copy-with-intro + .hidden-content > .flexible-section > .wrap:first-child,
.cid-uu5Pu3PoWm .wrap + .wrap {
  padding-top: 0;
}
.cid-uu5Pu3PoWm .fullscreen {
  position: relative;
  height: 100vh;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-uu5Pu3PoWm .fullscreen .wrap {
  margin: 0;
  z-index: 4;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-uu5Pu3PoWm .fullscreen .fixed-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.cid-uu5Pu3PoWm .fullscreen .fixed-wrap.fixed {
  position: fixed;
}
@supports (-ms-ime-align: auto) {
  .cid-uu5Pu3PoWm .fullscreen {
    clip-path: none !important;
  }
  .cid-uu5Pu3PoWm .fullscreen .fixed-wrap.fixed {
    position: absolute !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cid-uu5Pu3PoWm .fullscreen {
    clip-path: none !important;
  }
  .cid-uu5Pu3PoWm .fullscreen .fixed-wrap.fixed {
    position: absolute !important;
  }
}
.cid-uu5Pu3PoWm .fullscreen .slide-image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.cid-uu5Pu3PoWm .fullscreen .slide-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 2;
}
.cid-uu5Pu3PoWm .fullscreen a {
  color: #ffffff;
}
.cid-uu5Pu3PoWm .slide-image + .slide-text,
.cid-uu5Pu3PoWm .slide-text.over-image {
  color: #fff;
  background: radial-gradient(ellipse 50% 50%, rgba(18, 18, 18, 0.125), rgba(18, 18, 18, 0));
}
.cid-uu5Pu3PoWm .hero .slide-image {
  opacity: 0.8;
}
.cid-uu5Pu3PoWm .hero.auto-height {
  padding: 5rem 0;
}
.cid-uu5Pu3PoWm .hero.auto-height .slide-text {
  position: relative;
}
.cid-uu5Pu3PoWm .home-hero {
  position: relative;
  z-index: 1;
}
.cid-uu5Pu3PoWm .home-hero + section {
  z-index: 0;
}
.cid-uu5Pu3PoWm .home-hero + section + section {
  z-index: 1;
}
.cid-uu5Pu3PoWm .home-hero .safari-fix {
  position: absolute;
  top: 0;
  background: transparent !important;
  overflow: hidden;
}
.cid-uu5Pu3PoWm .home-hero .safari-fix a {
  display: block;
  position: relative;
  width: 100vw;
  height: 100%;
  background: transparent !important;
  opacity: 0;
}
.cid-uu5Pu3PoWm body > .fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cid-uu5Pu3PoWm body > .fullscreen .slide-image {
  opacity: 0.8;
}
.cid-uu5Pu3PoWm body > .fullscreen button,
.cid-uu5Pu3PoWm .project-hero .slide-text button {
  background-color: #fff;
  color: #121212;
  border-color: #fff;
  opacity: 0;
}
.cid-uu5Pu3PoWm .page-hero .slide-image {
  position: fixed;
}
.cid-uu5Pu3PoWm .page-hero .slide-text {
  position: relative;
  height: auto;
  margin: 100vh auto 25vh;
  background: transparent;
}
@media all and (orientation: portrait) {
  .cid-uu5Pu3PoWm .page-hero .wrap h4 {
    font-size: calc(2.25rem);
  }
  .cid-uu5Pu3PoWm .portrait-image ~ .landscape-image {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
.cid-uu5Pu3PoWm .fullscreen .slide-text button:only-child {
  margin-top: 2rem;
}
.cid-uu5Pu3PoWm .offblack-bg {
  background-color: #231f20;
}
.cid-uu5Pu3PoWm .offblack-bg a:not(.button):not([title]):not(:hover) {
  background: linear-gradient(#231f20 calc(99%), #ffffff calc(99%));
  text-shadow: 0 1px #231f20, -1px 0 #231f20, 1px 0 #231f20, -2px 0 #231f20, 2px 0 #231f20;
}
.cid-uu5Pu3PoWm .hidden {
  display: none;
  visibility: hidden;
}
.cid-uu5Pu3PoWm H1 {
  color: #ffffff;
}
.cid-uu5S6NOzrv {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #262626;
}
.cid-uu5S6NOzrv hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 46%;
}
.cid-uu5S6NOzrv .progress {
  background: #fafafa;
  opacity: 1;
  height: 4px;
  overflow: hidden;
  position: relative;
}
.cid-uu5S6NOzrv .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #262626;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 123px;
  }
  to {
    margin-left: 100%;
    width: 123px;
  }
}
.cid-uu5PYG4zwU h1,
.cid-uu5PYG4zwU p,
.cid-uu5PYG4zwU img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
.cid-uu5PYG4zwU html {
  scroll-behavior: smooth;
}
@media (max-width: 991px) {
  .cid-uu5PYG4zwU aside {
    display: none;
  }
}
.cid-uu5PYG4zwU aside {
  right: 22px;
  z-index: 1000;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cid-uu5PYG4zwU aside ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style-type: none;
  margin: 0;
}
.cid-uu5PYG4zwU aside ul li .indicator {
  cursor: pointer;
  margin-top: 1rem;
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #ffffff;
}
.cid-uu5PYG4zwU aside ul li .active {
  transform: scale(1.7);
  transition: transform 200ms ease-in-out;
  background-color: #161616;
}
.cid-uu5PYG4zwU div.imgtest {
  content: url("../../../assets/images/begude-de-mazenc-1144x708.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-uu5PYG4zwU div.imgtest1 {
  content: url("../../../assets/images/begude-de-mazenc-2023-942x677.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-uu5PYG4zwU div.imgtest2 {
  content: url("https://www.unsitepourtous.be/mobi/flower3.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-uu5PYG4zwU div.imgtest3 {
  content: url("https://www.unsitepourtous.be/mobi/flower4.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-uu5PYG4zwU div.imgtest4 {
  content: url("https://www.unsitepourtous.be/mobi/flower5.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-uu5PYG4zwU .split .split-image.object-cover img,
.cid-uu5PYG4zwU .slide-image.object-cover img .grid-image img,
.cid-uu5PYG4zwU .video-wrap .poster img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.cid-uu5PYG4zwU .slide-image.object-contain video,
.cid-uu5PYG4zwU .slide-image.object-contain img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
.cid-uu5PYG4zwU .home-hero .safari-fix a,
.cid-uu5PYG4zwU .fullscreen a {
  background: none !important;
  text-shadow: none !important;
}
.cid-uu5PYG4zwU .wrap {
  padding: 3rem;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 700px) {
  .cid-uu5PYG4zwU .wrap {
    padding: 6rem;
  }
  .cid-uu5PYG4zwU p + p {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .cid-uu5PYG4zwU .wrap {
    padding: 6rem 6rem 5.4rem;
  }
  .cid-uu5PYG4zwU section:last-child .wrap,
  .cid-uu5PYG4zwU .wrap:last-child {
    padding-bottom: 6rem;
  }
  .cid-uu5PYG4zwU .wrap.align-center q {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 1400px) {
  .cid-uu5PYG4zwU .wrap {
    padding: 8.2rem 6rem 7.6rem;
  }
  .cid-uu5PYG4zwU section:last-child .wrap,
  .cid-uu5PYG4zwU .wrap:last-child {
    padding-bottom: 8.2rem;
  }
}
.cid-uu5PYG4zwU input,
.cid-uu5PYG4zwU textarea,
.cid-uu5PYG4zwU button,
.cid-uu5PYG4zwU select,
.cid-uu5PYG4zwU body {
  font-family: acumin-pro, Helvetica, Arial, sans-serif;
  font-style: normal;
}
.cid-uu5PYG4zwU h1 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.16666667;
}
.cid-uu5PYG4zwU body {
  width: 100%;
  min-height: 100%;
  font-size: 2rem;
  line-height: 1.45;
  overflow-x: hidden;
}
@media only screen and (min-width: 700px) and (min-height: 500px) {
  .cid-uu5PYG4zwU h1 {
    font-size: calc(4.6rem);
  }
}
.cid-uu5PYG4zwU h1 + button {
  margin-top: 2rem;
}
.cid-uu5PYG4zwU h1 + p {
  margin-top: 1rem;
}
.cid-uu5PYG4zwU p + p {
  margin-top: 1.6rem;
}
.cid-uu5PYG4zwU img {
  display: block;
  max-width: 100%;
}
.cid-uu5PYG4zwU img::after {
  content: "🖼️" attr(alt);
  font-size: 1.4rem;
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 4.5rem;
  height: 100%;
  padding: 1.5rem;
  background-color: #fff;
  border: 1px solid #eeecec;
}
@media all and (orientation: landscape) {
  .cid-uu5PYG4zwU body:not(.touchscreen) header {
    will-change: auto;
    transition: all 0.4s ease-in-out;
  }
  .cid-uu5PYG4zwU .landscape-image ~ .portrait-image {
    opacity: 0;
    display: none;
  }
}
.cid-uu5PYG4zwU .wrap.text-wrap {
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-uu5PYG4zwU .wrap.full-width {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: calc(94%) !important;
}
.cid-uu5PYG4zwU .wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.cid-uu5PYG4zwU .content > section:not(.hero):first-child {
  padding-top: 5rem;
}
.cid-uu5PYG4zwU .align-left {
  text-align: left;
}
.cid-uu5PYG4zwU .align-center {
  text-align: center;
}
.cid-uu5PYG4zwU .align-right {
  text-align: right;
}
.cid-uu5PYG4zwU .text_block-section + .text-wrap,
.cid-uu5PYG4zwU .flexible-section:not(.video-section) + .flexible-section:not(.video-section) > .wrap:first-child,
.cid-uu5PYG4zwU .section-title-wrap + .flexible-section > .wrap:first-child,
.cid-uu5PYG4zwU .body-copy-with-intro + .hidden-content > .flexible-section > .wrap:first-child,
.cid-uu5PYG4zwU .wrap + .wrap {
  padding-top: 0;
}
.cid-uu5PYG4zwU .fullscreen {
  position: relative;
  height: 100vh;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-uu5PYG4zwU .fullscreen .wrap {
  margin: 0;
  z-index: 4;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-uu5PYG4zwU .fullscreen .fixed-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.cid-uu5PYG4zwU .fullscreen .fixed-wrap.fixed {
  position: fixed;
}
@supports (-ms-ime-align: auto) {
  .cid-uu5PYG4zwU .fullscreen {
    clip-path: none !important;
  }
  .cid-uu5PYG4zwU .fullscreen .fixed-wrap.fixed {
    position: absolute !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cid-uu5PYG4zwU .fullscreen {
    clip-path: none !important;
  }
  .cid-uu5PYG4zwU .fullscreen .fixed-wrap.fixed {
    position: absolute !important;
  }
}
.cid-uu5PYG4zwU .fullscreen .slide-image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.cid-uu5PYG4zwU .fullscreen .slide-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 2;
}
.cid-uu5PYG4zwU .fullscreen a {
  color: #ffffff;
}
.cid-uu5PYG4zwU .slide-image + .slide-text,
.cid-uu5PYG4zwU .slide-text.over-image {
  color: #fff;
  background: radial-gradient(ellipse 50% 50%, rgba(18, 18, 18, 0.125), rgba(18, 18, 18, 0));
}
.cid-uu5PYG4zwU .hero .slide-image {
  opacity: 0.8;
}
.cid-uu5PYG4zwU .hero.auto-height {
  padding: 5rem 0;
}
.cid-uu5PYG4zwU .hero.auto-height .slide-text {
  position: relative;
}
.cid-uu5PYG4zwU .home-hero {
  position: relative;
  z-index: 1;
}
.cid-uu5PYG4zwU .home-hero + section {
  z-index: 0;
}
.cid-uu5PYG4zwU .home-hero + section + section {
  z-index: 1;
}
.cid-uu5PYG4zwU .home-hero .safari-fix {
  position: absolute;
  top: 0;
  background: transparent !important;
  overflow: hidden;
}
.cid-uu5PYG4zwU .home-hero .safari-fix a {
  display: block;
  position: relative;
  width: 100vw;
  height: 100%;
  background: transparent !important;
  opacity: 0;
}
.cid-uu5PYG4zwU body > .fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cid-uu5PYG4zwU body > .fullscreen .slide-image {
  opacity: 0.8;
}
.cid-uu5PYG4zwU body > .fullscreen button,
.cid-uu5PYG4zwU .project-hero .slide-text button {
  background-color: #fff;
  color: #121212;
  border-color: #fff;
  opacity: 0;
}
.cid-uu5PYG4zwU .page-hero .slide-image {
  position: fixed;
}
.cid-uu5PYG4zwU .page-hero .slide-text {
  position: relative;
  height: auto;
  margin: 100vh auto 25vh;
  background: transparent;
}
@media all and (orientation: portrait) {
  .cid-uu5PYG4zwU .page-hero .wrap h4 {
    font-size: calc(2.25rem);
  }
  .cid-uu5PYG4zwU .portrait-image ~ .landscape-image {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
.cid-uu5PYG4zwU .fullscreen .slide-text button:only-child {
  margin-top: 2rem;
}
.cid-uu5PYG4zwU .offblack-bg {
  background-color: #231f20;
}
.cid-uu5PYG4zwU .offblack-bg a:not(.button):not([title]):not(:hover) {
  background: linear-gradient(#231f20 calc(99%), #ffffff calc(99%));
  text-shadow: 0 1px #231f20, -1px 0 #231f20, 1px 0 #231f20, -2px 0 #231f20, 2px 0 #231f20;
}
.cid-uu5PYG4zwU .hidden {
  display: none;
  visibility: hidden;
}
.cid-uu5PYG4zwU H1 {
  color: #ffffff;
}
.cid-uu64fT8gg0 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #262626;
}
.cid-uu64fT8gg0 hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 35%;
}
.cid-uu64fT8gg0 .progress {
  background: #fafafa;
  opacity: 1;
  height: 4px;
  overflow: hidden;
  position: relative;
}
.cid-uu64fT8gg0 .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #262626;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 173px;
  }
  to {
    margin-left: 100%;
    width: 173px;
  }
}
.cid-uu60kgPcAW h1,
.cid-uu60kgPcAW p,
.cid-uu60kgPcAW img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
.cid-uu60kgPcAW html {
  scroll-behavior: smooth;
}
@media (max-width: 991px) {
  .cid-uu60kgPcAW aside {
    display: none;
  }
}
.cid-uu60kgPcAW aside {
  right: 22px;
  z-index: 1000;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cid-uu60kgPcAW aside ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style-type: none;
  margin: 0;
}
.cid-uu60kgPcAW aside ul li .indicator {
  cursor: pointer;
  margin-top: 1rem;
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #ffffff;
}
.cid-uu60kgPcAW aside ul li .active {
  transform: scale(1.7);
  transition: transform 200ms ease-in-out;
  background-color: #161616;
}
.cid-uu60kgPcAW div.imgtest {
  content: url("../../../assets/images/paris-avenue-du-pre-lachaise-et-le-columbarium-1155x756.jpeg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-uu60kgPcAW div.imgtest1 {
  content: url("../../../assets/images/paris-avenue-du-pre-lachaisejpg-1062x741.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-uu60kgPcAW div.imgtest2 {
  content: url("https://www.unsitepourtous.be/mobi/flower3.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-uu60kgPcAW div.imgtest3 {
  content: url("https://www.unsitepourtous.be/mobi/flower4.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-uu60kgPcAW div.imgtest4 {
  content: url("https://www.unsitepourtous.be/mobi/flower5.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-uu60kgPcAW .split .split-image.object-cover img,
.cid-uu60kgPcAW .slide-image.object-cover img .grid-image img,
.cid-uu60kgPcAW .video-wrap .poster img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.cid-uu60kgPcAW .slide-image.object-contain video,
.cid-uu60kgPcAW .slide-image.object-contain img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
.cid-uu60kgPcAW .home-hero .safari-fix a,
.cid-uu60kgPcAW .fullscreen a {
  background: none !important;
  text-shadow: none !important;
}
.cid-uu60kgPcAW .wrap {
  padding: 3rem;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 700px) {
  .cid-uu60kgPcAW .wrap {
    padding: 6rem;
  }
  .cid-uu60kgPcAW p + p {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .cid-uu60kgPcAW .wrap {
    padding: 6rem 6rem 5.4rem;
  }
  .cid-uu60kgPcAW section:last-child .wrap,
  .cid-uu60kgPcAW .wrap:last-child {
    padding-bottom: 6rem;
  }
  .cid-uu60kgPcAW .wrap.align-center q {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 1400px) {
  .cid-uu60kgPcAW .wrap {
    padding: 8.2rem 6rem 7.6rem;
  }
  .cid-uu60kgPcAW section:last-child .wrap,
  .cid-uu60kgPcAW .wrap:last-child {
    padding-bottom: 8.2rem;
  }
}
.cid-uu60kgPcAW input,
.cid-uu60kgPcAW textarea,
.cid-uu60kgPcAW button,
.cid-uu60kgPcAW select,
.cid-uu60kgPcAW body {
  font-family: acumin-pro, Helvetica, Arial, sans-serif;
  font-style: normal;
}
.cid-uu60kgPcAW h1 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.16666667;
}
.cid-uu60kgPcAW body {
  width: 100%;
  min-height: 100%;
  font-size: 2rem;
  line-height: 1.45;
  overflow-x: hidden;
}
@media only screen and (min-width: 700px) and (min-height: 500px) {
  .cid-uu60kgPcAW h1 {
    font-size: calc(4.6rem);
  }
}
.cid-uu60kgPcAW h1 + button {
  margin-top: 2rem;
}
.cid-uu60kgPcAW h1 + p {
  margin-top: 1rem;
}
.cid-uu60kgPcAW p + p {
  margin-top: 1.6rem;
}
.cid-uu60kgPcAW img {
  display: block;
  max-width: 100%;
}
.cid-uu60kgPcAW img::after {
  content: "🖼️" attr(alt);
  font-size: 1.4rem;
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 4.5rem;
  height: 100%;
  padding: 1.5rem;
  background-color: #fff;
  border: 1px solid #eeecec;
}
@media all and (orientation: landscape) {
  .cid-uu60kgPcAW body:not(.touchscreen) header {
    will-change: auto;
    transition: all 0.4s ease-in-out;
  }
  .cid-uu60kgPcAW .landscape-image ~ .portrait-image {
    opacity: 0;
    display: none;
  }
}
.cid-uu60kgPcAW .wrap.text-wrap {
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-uu60kgPcAW .wrap.full-width {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: calc(94%) !important;
}
.cid-uu60kgPcAW .wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.cid-uu60kgPcAW .content > section:not(.hero):first-child {
  padding-top: 5rem;
}
.cid-uu60kgPcAW .align-left {
  text-align: left;
}
.cid-uu60kgPcAW .align-center {
  text-align: center;
}
.cid-uu60kgPcAW .align-right {
  text-align: right;
}
.cid-uu60kgPcAW .text_block-section + .text-wrap,
.cid-uu60kgPcAW .flexible-section:not(.video-section) + .flexible-section:not(.video-section) > .wrap:first-child,
.cid-uu60kgPcAW .section-title-wrap + .flexible-section > .wrap:first-child,
.cid-uu60kgPcAW .body-copy-with-intro + .hidden-content > .flexible-section > .wrap:first-child,
.cid-uu60kgPcAW .wrap + .wrap {
  padding-top: 0;
}
.cid-uu60kgPcAW .fullscreen {
  position: relative;
  height: 100vh;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-uu60kgPcAW .fullscreen .wrap {
  margin: 0;
  z-index: 4;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-uu60kgPcAW .fullscreen .fixed-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.cid-uu60kgPcAW .fullscreen .fixed-wrap.fixed {
  position: fixed;
}
@supports (-ms-ime-align: auto) {
  .cid-uu60kgPcAW .fullscreen {
    clip-path: none !important;
  }
  .cid-uu60kgPcAW .fullscreen .fixed-wrap.fixed {
    position: absolute !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cid-uu60kgPcAW .fullscreen {
    clip-path: none !important;
  }
  .cid-uu60kgPcAW .fullscreen .fixed-wrap.fixed {
    position: absolute !important;
  }
}
.cid-uu60kgPcAW .fullscreen .slide-image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.cid-uu60kgPcAW .fullscreen .slide-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 2;
}
.cid-uu60kgPcAW .fullscreen a {
  color: #ffffff;
}
.cid-uu60kgPcAW .slide-image + .slide-text,
.cid-uu60kgPcAW .slide-text.over-image {
  color: #fff;
  background: radial-gradient(ellipse 50% 50%, rgba(18, 18, 18, 0.125), rgba(18, 18, 18, 0));
}
.cid-uu60kgPcAW .hero .slide-image {
  opacity: 0.8;
}
.cid-uu60kgPcAW .hero.auto-height {
  padding: 5rem 0;
}
.cid-uu60kgPcAW .hero.auto-height .slide-text {
  position: relative;
}
.cid-uu60kgPcAW .home-hero {
  position: relative;
  z-index: 1;
}
.cid-uu60kgPcAW .home-hero + section {
  z-index: 0;
}
.cid-uu60kgPcAW .home-hero + section + section {
  z-index: 1;
}
.cid-uu60kgPcAW .home-hero .safari-fix {
  position: absolute;
  top: 0;
  background: transparent !important;
  overflow: hidden;
}
.cid-uu60kgPcAW .home-hero .safari-fix a {
  display: block;
  position: relative;
  width: 100vw;
  height: 100%;
  background: transparent !important;
  opacity: 0;
}
.cid-uu60kgPcAW body > .fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cid-uu60kgPcAW body > .fullscreen .slide-image {
  opacity: 0.8;
}
.cid-uu60kgPcAW body > .fullscreen button,
.cid-uu60kgPcAW .project-hero .slide-text button {
  background-color: #fff;
  color: #121212;
  border-color: #fff;
  opacity: 0;
}
.cid-uu60kgPcAW .page-hero .slide-image {
  position: fixed;
}
.cid-uu60kgPcAW .page-hero .slide-text {
  position: relative;
  height: auto;
  margin: 100vh auto 25vh;
  background: transparent;
}
@media all and (orientation: portrait) {
  .cid-uu60kgPcAW .page-hero .wrap h4 {
    font-size: calc(2.25rem);
  }
  .cid-uu60kgPcAW .portrait-image ~ .landscape-image {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
.cid-uu60kgPcAW .fullscreen .slide-text button:only-child {
  margin-top: 2rem;
}
.cid-uu60kgPcAW .offblack-bg {
  background-color: #231f20;
}
.cid-uu60kgPcAW .offblack-bg a:not(.button):not([title]):not(:hover) {
  background: linear-gradient(#231f20 calc(99%), #ffffff calc(99%));
  text-shadow: 0 1px #231f20, -1px 0 #231f20, 1px 0 #231f20, -2px 0 #231f20, 2px 0 #231f20;
}
.cid-uu60kgPcAW .hidden {
  display: none;
  visibility: hidden;
}
.cid-uu60kgPcAW H1 {
  color: #ffffff;
}
.cid-uu64j602My {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #262626;
}
.cid-uu64j602My hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 35%;
}
.cid-uu64j602My .progress {
  background: #fafafa;
  opacity: 1;
  height: 4px;
  overflow: hidden;
  position: relative;
}
.cid-uu64j602My .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #262626;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 173px;
  }
  to {
    margin-left: 100%;
    width: 173px;
  }
}
.cid-uu61badsjl h1,
.cid-uu61badsjl p,
.cid-uu61badsjl img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
.cid-uu61badsjl html {
  scroll-behavior: smooth;
}
@media (max-width: 991px) {
  .cid-uu61badsjl aside {
    display: none;
  }
}
.cid-uu61badsjl aside {
  right: 22px;
  z-index: 1000;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cid-uu61badsjl aside ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style-type: none;
  margin: 0;
}
.cid-uu61badsjl aside ul li .indicator {
  cursor: pointer;
  margin-top: 1rem;
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #ffffff;
}
.cid-uu61badsjl aside ul li .active {
  transform: scale(1.7);
  transition: transform 200ms ease-in-out;
  background-color: #161616;
}
.cid-uu61badsjl div.imgtest {
  content: url("../../../assets/images/voiron-2-733x517.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-uu61badsjl div.imgtest1 {
  content: url("../../../assets/images/voiron-1169x720.jpeg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-uu61badsjl div.imgtest2 {
  content: url("https://www.unsitepourtous.be/mobi/flower3.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-uu61badsjl div.imgtest3 {
  content: url("https://www.unsitepourtous.be/mobi/flower4.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-uu61badsjl div.imgtest4 {
  content: url("https://www.unsitepourtous.be/mobi/flower5.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-uu61badsjl .split .split-image.object-cover img,
.cid-uu61badsjl .slide-image.object-cover img .grid-image img,
.cid-uu61badsjl .video-wrap .poster img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.cid-uu61badsjl .slide-image.object-contain video,
.cid-uu61badsjl .slide-image.object-contain img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
.cid-uu61badsjl .home-hero .safari-fix a,
.cid-uu61badsjl .fullscreen a {
  background: none !important;
  text-shadow: none !important;
}
.cid-uu61badsjl .wrap {
  padding: 3rem;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 700px) {
  .cid-uu61badsjl .wrap {
    padding: 6rem;
  }
  .cid-uu61badsjl p + p {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .cid-uu61badsjl .wrap {
    padding: 6rem 6rem 5.4rem;
  }
  .cid-uu61badsjl section:last-child .wrap,
  .cid-uu61badsjl .wrap:last-child {
    padding-bottom: 6rem;
  }
  .cid-uu61badsjl .wrap.align-center q {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 1400px) {
  .cid-uu61badsjl .wrap {
    padding: 8.2rem 6rem 7.6rem;
  }
  .cid-uu61badsjl section:last-child .wrap,
  .cid-uu61badsjl .wrap:last-child {
    padding-bottom: 8.2rem;
  }
}
.cid-uu61badsjl input,
.cid-uu61badsjl textarea,
.cid-uu61badsjl button,
.cid-uu61badsjl select,
.cid-uu61badsjl body {
  font-family: acumin-pro, Helvetica, Arial, sans-serif;
  font-style: normal;
}
.cid-uu61badsjl h1 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.16666667;
}
.cid-uu61badsjl body {
  width: 100%;
  min-height: 100%;
  font-size: 2rem;
  line-height: 1.45;
  overflow-x: hidden;
}
@media only screen and (min-width: 700px) and (min-height: 500px) {
  .cid-uu61badsjl h1 {
    font-size: calc(4.6rem);
  }
}
.cid-uu61badsjl h1 + button {
  margin-top: 2rem;
}
.cid-uu61badsjl h1 + p {
  margin-top: 1rem;
}
.cid-uu61badsjl p + p {
  margin-top: 1.6rem;
}
.cid-uu61badsjl img {
  display: block;
  max-width: 100%;
}
.cid-uu61badsjl img::after {
  content: "🖼️" attr(alt);
  font-size: 1.4rem;
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 4.5rem;
  height: 100%;
  padding: 1.5rem;
  background-color: #fff;
  border: 1px solid #eeecec;
}
@media all and (orientation: landscape) {
  .cid-uu61badsjl body:not(.touchscreen) header {
    will-change: auto;
    transition: all 0.4s ease-in-out;
  }
  .cid-uu61badsjl .landscape-image ~ .portrait-image {
    opacity: 0;
    display: none;
  }
}
.cid-uu61badsjl .wrap.text-wrap {
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-uu61badsjl .wrap.full-width {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: calc(94%) !important;
}
.cid-uu61badsjl .wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.cid-uu61badsjl .content > section:not(.hero):first-child {
  padding-top: 5rem;
}
.cid-uu61badsjl .align-left {
  text-align: left;
}
.cid-uu61badsjl .align-center {
  text-align: center;
}
.cid-uu61badsjl .align-right {
  text-align: right;
}
.cid-uu61badsjl .text_block-section + .text-wrap,
.cid-uu61badsjl .flexible-section:not(.video-section) + .flexible-section:not(.video-section) > .wrap:first-child,
.cid-uu61badsjl .section-title-wrap + .flexible-section > .wrap:first-child,
.cid-uu61badsjl .body-copy-with-intro + .hidden-content > .flexible-section > .wrap:first-child,
.cid-uu61badsjl .wrap + .wrap {
  padding-top: 0;
}
.cid-uu61badsjl .fullscreen {
  position: relative;
  height: 100vh;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-uu61badsjl .fullscreen .wrap {
  margin: 0;
  z-index: 4;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-uu61badsjl .fullscreen .fixed-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.cid-uu61badsjl .fullscreen .fixed-wrap.fixed {
  position: fixed;
}
@supports (-ms-ime-align: auto) {
  .cid-uu61badsjl .fullscreen {
    clip-path: none !important;
  }
  .cid-uu61badsjl .fullscreen .fixed-wrap.fixed {
    position: absolute !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cid-uu61badsjl .fullscreen {
    clip-path: none !important;
  }
  .cid-uu61badsjl .fullscreen .fixed-wrap.fixed {
    position: absolute !important;
  }
}
.cid-uu61badsjl .fullscreen .slide-image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.cid-uu61badsjl .fullscreen .slide-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 2;
}
.cid-uu61badsjl .fullscreen a {
  color: #ffffff;
}
.cid-uu61badsjl .slide-image + .slide-text,
.cid-uu61badsjl .slide-text.over-image {
  color: #fff;
  background: radial-gradient(ellipse 50% 50%, rgba(18, 18, 18, 0.125), rgba(18, 18, 18, 0));
}
.cid-uu61badsjl .hero .slide-image {
  opacity: 0.8;
}
.cid-uu61badsjl .hero.auto-height {
  padding: 5rem 0;
}
.cid-uu61badsjl .hero.auto-height .slide-text {
  position: relative;
}
.cid-uu61badsjl .home-hero {
  position: relative;
  z-index: 1;
}
.cid-uu61badsjl .home-hero + section {
  z-index: 0;
}
.cid-uu61badsjl .home-hero + section + section {
  z-index: 1;
}
.cid-uu61badsjl .home-hero .safari-fix {
  position: absolute;
  top: 0;
  background: transparent !important;
  overflow: hidden;
}
.cid-uu61badsjl .home-hero .safari-fix a {
  display: block;
  position: relative;
  width: 100vw;
  height: 100%;
  background: transparent !important;
  opacity: 0;
}
.cid-uu61badsjl body > .fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cid-uu61badsjl body > .fullscreen .slide-image {
  opacity: 0.8;
}
.cid-uu61badsjl body > .fullscreen button,
.cid-uu61badsjl .project-hero .slide-text button {
  background-color: #fff;
  color: #121212;
  border-color: #fff;
  opacity: 0;
}
.cid-uu61badsjl .page-hero .slide-image {
  position: fixed;
}
.cid-uu61badsjl .page-hero .slide-text {
  position: relative;
  height: auto;
  margin: 100vh auto 25vh;
  background: transparent;
}
@media all and (orientation: portrait) {
  .cid-uu61badsjl .page-hero .wrap h4 {
    font-size: calc(2.25rem);
  }
  .cid-uu61badsjl .portrait-image ~ .landscape-image {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
.cid-uu61badsjl .fullscreen .slide-text button:only-child {
  margin-top: 2rem;
}
.cid-uu61badsjl .offblack-bg {
  background-color: #231f20;
}
.cid-uu61badsjl .offblack-bg a:not(.button):not([title]):not(:hover) {
  background: linear-gradient(#231f20 calc(99%), #ffffff calc(99%));
  text-shadow: 0 1px #231f20, -1px 0 #231f20, 1px 0 #231f20, -2px 0 #231f20, 2px 0 #231f20;
}
.cid-uu61badsjl .hidden {
  display: none;
  visibility: hidden;
}
.cid-uu61badsjl H1 {
  color: #ffffff;
}
.cid-uu8mkZXZel {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #262626;
}
.cid-uu8mkZXZel hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 35%;
}
.cid-uu8mkZXZel .progress {
  background: #fafafa;
  opacity: 1;
  height: 4px;
  overflow: hidden;
  position: relative;
}
.cid-uu8mkZXZel .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #262626;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 173px;
  }
  to {
    margin-left: 100%;
    width: 173px;
  }
}
.cid-uu8lcPhsKE h1,
.cid-uu8lcPhsKE p,
.cid-uu8lcPhsKE img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
.cid-uu8lcPhsKE html {
  scroll-behavior: smooth;
}
@media (max-width: 991px) {
  .cid-uu8lcPhsKE aside {
    display: none;
  }
}
.cid-uu8lcPhsKE aside {
  right: 22px;
  z-index: 1000;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cid-uu8lcPhsKE aside ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style-type: none;
  margin: 0;
}
.cid-uu8lcPhsKE aside ul li .indicator {
  cursor: pointer;
  margin-top: 1rem;
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #ffffff;
}
.cid-uu8lcPhsKE aside ul li .active {
  transform: scale(1.7);
  transition: transform 200ms ease-in-out;
  background-color: #161616;
}
.cid-uu8lcPhsKE div.imgtest {
  content: url("../../../assets/images/sancheville2-926x587.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-uu8lcPhsKE div.imgtest1 {
  content: url("../../../assets/images/sancheville-1108x746.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-uu8lcPhsKE div.imgtest2 {
  content: url("https://www.unsitepourtous.be/mobi/flower3.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-uu8lcPhsKE div.imgtest3 {
  content: url("https://www.unsitepourtous.be/mobi/flower4.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-uu8lcPhsKE div.imgtest4 {
  content: url("https://www.unsitepourtous.be/mobi/flower5.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-uu8lcPhsKE .split .split-image.object-cover img,
.cid-uu8lcPhsKE .slide-image.object-cover img .grid-image img,
.cid-uu8lcPhsKE .video-wrap .poster img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.cid-uu8lcPhsKE .slide-image.object-contain video,
.cid-uu8lcPhsKE .slide-image.object-contain img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
.cid-uu8lcPhsKE .home-hero .safari-fix a,
.cid-uu8lcPhsKE .fullscreen a {
  background: none !important;
  text-shadow: none !important;
}
.cid-uu8lcPhsKE .wrap {
  padding: 3rem;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 700px) {
  .cid-uu8lcPhsKE .wrap {
    padding: 6rem;
  }
  .cid-uu8lcPhsKE p + p {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .cid-uu8lcPhsKE .wrap {
    padding: 6rem 6rem 5.4rem;
  }
  .cid-uu8lcPhsKE section:last-child .wrap,
  .cid-uu8lcPhsKE .wrap:last-child {
    padding-bottom: 6rem;
  }
  .cid-uu8lcPhsKE .wrap.align-center q {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 1400px) {
  .cid-uu8lcPhsKE .wrap {
    padding: 8.2rem 6rem 7.6rem;
  }
  .cid-uu8lcPhsKE section:last-child .wrap,
  .cid-uu8lcPhsKE .wrap:last-child {
    padding-bottom: 8.2rem;
  }
}
.cid-uu8lcPhsKE input,
.cid-uu8lcPhsKE textarea,
.cid-uu8lcPhsKE button,
.cid-uu8lcPhsKE select,
.cid-uu8lcPhsKE body {
  font-family: acumin-pro, Helvetica, Arial, sans-serif;
  font-style: normal;
}
.cid-uu8lcPhsKE h1 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.16666667;
}
.cid-uu8lcPhsKE body {
  width: 100%;
  min-height: 100%;
  font-size: 2rem;
  line-height: 1.45;
  overflow-x: hidden;
}
@media only screen and (min-width: 700px) and (min-height: 500px) {
  .cid-uu8lcPhsKE h1 {
    font-size: calc(4.6rem);
  }
}
.cid-uu8lcPhsKE h1 + button {
  margin-top: 2rem;
}
.cid-uu8lcPhsKE h1 + p {
  margin-top: 1rem;
}
.cid-uu8lcPhsKE p + p {
  margin-top: 1.6rem;
}
.cid-uu8lcPhsKE img {
  display: block;
  max-width: 100%;
}
.cid-uu8lcPhsKE img::after {
  content: "🖼️" attr(alt);
  font-size: 1.4rem;
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 4.5rem;
  height: 100%;
  padding: 1.5rem;
  background-color: #fff;
  border: 1px solid #eeecec;
}
@media all and (orientation: landscape) {
  .cid-uu8lcPhsKE body:not(.touchscreen) header {
    will-change: auto;
    transition: all 0.4s ease-in-out;
  }
  .cid-uu8lcPhsKE .landscape-image ~ .portrait-image {
    opacity: 0;
    display: none;
  }
}
.cid-uu8lcPhsKE .wrap.text-wrap {
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-uu8lcPhsKE .wrap.full-width {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: calc(94%) !important;
}
.cid-uu8lcPhsKE .wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.cid-uu8lcPhsKE .content > section:not(.hero):first-child {
  padding-top: 5rem;
}
.cid-uu8lcPhsKE .align-left {
  text-align: left;
}
.cid-uu8lcPhsKE .align-center {
  text-align: center;
}
.cid-uu8lcPhsKE .align-right {
  text-align: right;
}
.cid-uu8lcPhsKE .text_block-section + .text-wrap,
.cid-uu8lcPhsKE .flexible-section:not(.video-section) + .flexible-section:not(.video-section) > .wrap:first-child,
.cid-uu8lcPhsKE .section-title-wrap + .flexible-section > .wrap:first-child,
.cid-uu8lcPhsKE .body-copy-with-intro + .hidden-content > .flexible-section > .wrap:first-child,
.cid-uu8lcPhsKE .wrap + .wrap {
  padding-top: 0;
}
.cid-uu8lcPhsKE .fullscreen {
  position: relative;
  height: 100vh;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-uu8lcPhsKE .fullscreen .wrap {
  margin: 0;
  z-index: 4;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-uu8lcPhsKE .fullscreen .fixed-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.cid-uu8lcPhsKE .fullscreen .fixed-wrap.fixed {
  position: fixed;
}
@supports (-ms-ime-align: auto) {
  .cid-uu8lcPhsKE .fullscreen {
    clip-path: none !important;
  }
  .cid-uu8lcPhsKE .fullscreen .fixed-wrap.fixed {
    position: absolute !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cid-uu8lcPhsKE .fullscreen {
    clip-path: none !important;
  }
  .cid-uu8lcPhsKE .fullscreen .fixed-wrap.fixed {
    position: absolute !important;
  }
}
.cid-uu8lcPhsKE .fullscreen .slide-image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.cid-uu8lcPhsKE .fullscreen .slide-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 2;
}
.cid-uu8lcPhsKE .fullscreen a {
  color: #ffffff;
}
.cid-uu8lcPhsKE .slide-image + .slide-text,
.cid-uu8lcPhsKE .slide-text.over-image {
  color: #fff;
  background: radial-gradient(ellipse 50% 50%, rgba(18, 18, 18, 0.125), rgba(18, 18, 18, 0));
}
.cid-uu8lcPhsKE .hero .slide-image {
  opacity: 0.8;
}
.cid-uu8lcPhsKE .hero.auto-height {
  padding: 5rem 0;
}
.cid-uu8lcPhsKE .hero.auto-height .slide-text {
  position: relative;
}
.cid-uu8lcPhsKE .home-hero {
  position: relative;
  z-index: 1;
}
.cid-uu8lcPhsKE .home-hero + section {
  z-index: 0;
}
.cid-uu8lcPhsKE .home-hero + section + section {
  z-index: 1;
}
.cid-uu8lcPhsKE .home-hero .safari-fix {
  position: absolute;
  top: 0;
  background: transparent !important;
  overflow: hidden;
}
.cid-uu8lcPhsKE .home-hero .safari-fix a {
  display: block;
  position: relative;
  width: 100vw;
  height: 100%;
  background: transparent !important;
  opacity: 0;
}
.cid-uu8lcPhsKE body > .fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cid-uu8lcPhsKE body > .fullscreen .slide-image {
  opacity: 0.8;
}
.cid-uu8lcPhsKE body > .fullscreen button,
.cid-uu8lcPhsKE .project-hero .slide-text button {
  background-color: #fff;
  color: #121212;
  border-color: #fff;
  opacity: 0;
}
.cid-uu8lcPhsKE .page-hero .slide-image {
  position: fixed;
}
.cid-uu8lcPhsKE .page-hero .slide-text {
  position: relative;
  height: auto;
  margin: 100vh auto 25vh;
  background: transparent;
}
@media all and (orientation: portrait) {
  .cid-uu8lcPhsKE .page-hero .wrap h4 {
    font-size: calc(2.25rem);
  }
  .cid-uu8lcPhsKE .portrait-image ~ .landscape-image {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
.cid-uu8lcPhsKE .fullscreen .slide-text button:only-child {
  margin-top: 2rem;
}
.cid-uu8lcPhsKE .offblack-bg {
  background-color: #231f20;
}
.cid-uu8lcPhsKE .offblack-bg a:not(.button):not([title]):not(:hover) {
  background: linear-gradient(#231f20 calc(99%), #ffffff calc(99%));
  text-shadow: 0 1px #231f20, -1px 0 #231f20, 1px 0 #231f20, -2px 0 #231f20, 2px 0 #231f20;
}
.cid-uu8lcPhsKE .hidden {
  display: none;
  visibility: hidden;
}
.cid-uu8lcPhsKE H1 {
  color: #ffffff;
}
.cid-uu8mIm02gZ {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #262626;
}
.cid-uu8mIm02gZ hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 35%;
}
.cid-uu8mIm02gZ .progress {
  background: #fafafa;
  opacity: 1;
  height: 4px;
  overflow: hidden;
  position: relative;
}
.cid-uu8mIm02gZ .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #262626;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 173px;
  }
  to {
    margin-left: 100%;
    width: 173px;
  }
}
.cid-uu8mCxFRpY h1,
.cid-uu8mCxFRpY p,
.cid-uu8mCxFRpY img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
.cid-uu8mCxFRpY html {
  scroll-behavior: smooth;
}
@media (max-width: 991px) {
  .cid-uu8mCxFRpY aside {
    display: none;
  }
}
.cid-uu8mCxFRpY aside {
  right: 22px;
  z-index: 1000;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cid-uu8mCxFRpY aside ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style-type: none;
  margin: 0;
}
.cid-uu8mCxFRpY aside ul li .indicator {
  cursor: pointer;
  margin-top: 1rem;
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #ffffff;
}
.cid-uu8mCxFRpY aside ul li .active {
  transform: scale(1.7);
  transition: transform 200ms ease-in-out;
  background-color: #161616;
}
.cid-uu8mCxFRpY div.imgtest {
  content: url("../../../assets/images/chasseneuil2-984x697.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-uu8mCxFRpY div.imgtest1 {
  content: url("../../../assets/images/chasseneuil-972x699.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-uu8mCxFRpY div.imgtest2 {
  content: url("https://www.unsitepourtous.be/mobi/flower3.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-uu8mCxFRpY div.imgtest3 {
  content: url("https://www.unsitepourtous.be/mobi/flower4.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-uu8mCxFRpY div.imgtest4 {
  content: url("https://www.unsitepourtous.be/mobi/flower5.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-uu8mCxFRpY .split .split-image.object-cover img,
.cid-uu8mCxFRpY .slide-image.object-cover img .grid-image img,
.cid-uu8mCxFRpY .video-wrap .poster img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.cid-uu8mCxFRpY .slide-image.object-contain video,
.cid-uu8mCxFRpY .slide-image.object-contain img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
.cid-uu8mCxFRpY .home-hero .safari-fix a,
.cid-uu8mCxFRpY .fullscreen a {
  background: none !important;
  text-shadow: none !important;
}
.cid-uu8mCxFRpY .wrap {
  padding: 3rem;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 700px) {
  .cid-uu8mCxFRpY .wrap {
    padding: 6rem;
  }
  .cid-uu8mCxFRpY p + p {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .cid-uu8mCxFRpY .wrap {
    padding: 6rem 6rem 5.4rem;
  }
  .cid-uu8mCxFRpY section:last-child .wrap,
  .cid-uu8mCxFRpY .wrap:last-child {
    padding-bottom: 6rem;
  }
  .cid-uu8mCxFRpY .wrap.align-center q {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 1400px) {
  .cid-uu8mCxFRpY .wrap {
    padding: 8.2rem 6rem 7.6rem;
  }
  .cid-uu8mCxFRpY section:last-child .wrap,
  .cid-uu8mCxFRpY .wrap:last-child {
    padding-bottom: 8.2rem;
  }
}
.cid-uu8mCxFRpY input,
.cid-uu8mCxFRpY textarea,
.cid-uu8mCxFRpY button,
.cid-uu8mCxFRpY select,
.cid-uu8mCxFRpY body {
  font-family: acumin-pro, Helvetica, Arial, sans-serif;
  font-style: normal;
}
.cid-uu8mCxFRpY h1 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.16666667;
}
.cid-uu8mCxFRpY body {
  width: 100%;
  min-height: 100%;
  font-size: 2rem;
  line-height: 1.45;
  overflow-x: hidden;
}
@media only screen and (min-width: 700px) and (min-height: 500px) {
  .cid-uu8mCxFRpY h1 {
    font-size: calc(4.6rem);
  }
}
.cid-uu8mCxFRpY h1 + button {
  margin-top: 2rem;
}
.cid-uu8mCxFRpY h1 + p {
  margin-top: 1rem;
}
.cid-uu8mCxFRpY p + p {
  margin-top: 1.6rem;
}
.cid-uu8mCxFRpY img {
  display: block;
  max-width: 100%;
}
.cid-uu8mCxFRpY img::after {
  content: "🖼️" attr(alt);
  font-size: 1.4rem;
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 4.5rem;
  height: 100%;
  padding: 1.5rem;
  background-color: #fff;
  border: 1px solid #eeecec;
}
@media all and (orientation: landscape) {
  .cid-uu8mCxFRpY body:not(.touchscreen) header {
    will-change: auto;
    transition: all 0.4s ease-in-out;
  }
  .cid-uu8mCxFRpY .landscape-image ~ .portrait-image {
    opacity: 0;
    display: none;
  }
}
.cid-uu8mCxFRpY .wrap.text-wrap {
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-uu8mCxFRpY .wrap.full-width {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: calc(94%) !important;
}
.cid-uu8mCxFRpY .wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.cid-uu8mCxFRpY .content > section:not(.hero):first-child {
  padding-top: 5rem;
}
.cid-uu8mCxFRpY .align-left {
  text-align: left;
}
.cid-uu8mCxFRpY .align-center {
  text-align: center;
}
.cid-uu8mCxFRpY .align-right {
  text-align: right;
}
.cid-uu8mCxFRpY .text_block-section + .text-wrap,
.cid-uu8mCxFRpY .flexible-section:not(.video-section) + .flexible-section:not(.video-section) > .wrap:first-child,
.cid-uu8mCxFRpY .section-title-wrap + .flexible-section > .wrap:first-child,
.cid-uu8mCxFRpY .body-copy-with-intro + .hidden-content > .flexible-section > .wrap:first-child,
.cid-uu8mCxFRpY .wrap + .wrap {
  padding-top: 0;
}
.cid-uu8mCxFRpY .fullscreen {
  position: relative;
  height: 100vh;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-uu8mCxFRpY .fullscreen .wrap {
  margin: 0;
  z-index: 4;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-uu8mCxFRpY .fullscreen .fixed-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.cid-uu8mCxFRpY .fullscreen .fixed-wrap.fixed {
  position: fixed;
}
@supports (-ms-ime-align: auto) {
  .cid-uu8mCxFRpY .fullscreen {
    clip-path: none !important;
  }
  .cid-uu8mCxFRpY .fullscreen .fixed-wrap.fixed {
    position: absolute !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cid-uu8mCxFRpY .fullscreen {
    clip-path: none !important;
  }
  .cid-uu8mCxFRpY .fullscreen .fixed-wrap.fixed {
    position: absolute !important;
  }
}
.cid-uu8mCxFRpY .fullscreen .slide-image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.cid-uu8mCxFRpY .fullscreen .slide-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 2;
}
.cid-uu8mCxFRpY .fullscreen a {
  color: #ffffff;
}
.cid-uu8mCxFRpY .slide-image + .slide-text,
.cid-uu8mCxFRpY .slide-text.over-image {
  color: #fff;
  background: radial-gradient(ellipse 50% 50%, rgba(18, 18, 18, 0.125), rgba(18, 18, 18, 0));
}
.cid-uu8mCxFRpY .hero .slide-image {
  opacity: 0.8;
}
.cid-uu8mCxFRpY .hero.auto-height {
  padding: 5rem 0;
}
.cid-uu8mCxFRpY .hero.auto-height .slide-text {
  position: relative;
}
.cid-uu8mCxFRpY .home-hero {
  position: relative;
  z-index: 1;
}
.cid-uu8mCxFRpY .home-hero + section {
  z-index: 0;
}
.cid-uu8mCxFRpY .home-hero + section + section {
  z-index: 1;
}
.cid-uu8mCxFRpY .home-hero .safari-fix {
  position: absolute;
  top: 0;
  background: transparent !important;
  overflow: hidden;
}
.cid-uu8mCxFRpY .home-hero .safari-fix a {
  display: block;
  position: relative;
  width: 100vw;
  height: 100%;
  background: transparent !important;
  opacity: 0;
}
.cid-uu8mCxFRpY body > .fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cid-uu8mCxFRpY body > .fullscreen .slide-image {
  opacity: 0.8;
}
.cid-uu8mCxFRpY body > .fullscreen button,
.cid-uu8mCxFRpY .project-hero .slide-text button {
  background-color: #fff;
  color: #121212;
  border-color: #fff;
  opacity: 0;
}
.cid-uu8mCxFRpY .page-hero .slide-image {
  position: fixed;
}
.cid-uu8mCxFRpY .page-hero .slide-text {
  position: relative;
  height: auto;
  margin: 100vh auto 25vh;
  background: transparent;
}
@media all and (orientation: portrait) {
  .cid-uu8mCxFRpY .page-hero .wrap h4 {
    font-size: calc(2.25rem);
  }
  .cid-uu8mCxFRpY .portrait-image ~ .landscape-image {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
.cid-uu8mCxFRpY .fullscreen .slide-text button:only-child {
  margin-top: 2rem;
}
.cid-uu8mCxFRpY .offblack-bg {
  background-color: #231f20;
}
.cid-uu8mCxFRpY .offblack-bg a:not(.button):not([title]):not(:hover) {
  background: linear-gradient(#231f20 calc(99%), #ffffff calc(99%));
  text-shadow: 0 1px #231f20, -1px 0 #231f20, 1px 0 #231f20, -2px 0 #231f20, 2px 0 #231f20;
}
.cid-uu8mCxFRpY .hidden {
  display: none;
  visibility: hidden;
}
.cid-uu8mCxFRpY H1 {
  color: #ffffff;
}
.cid-uu6dzCNN5M {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #262626;
}
.cid-uu6dzCNN5M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu6dzCNN5M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uu6dzCNN5M .col-12 {
  position: relative;
}
.cid-uu6dzCNN5M img {
  margin: auto;
}
.cid-uu6dzCNN5M .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uu6dzCNN5M .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uu6dzCNN5M .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uu6dzCNN5M .image-wrapper {
    padding: 1rem;
  }
}
.cid-uu6dzCNN5M .mbr-section-title {
  color: #ffffff;
}
.cid-uu6dzCNN5M .mbr-text,
.cid-uu6dzCNN5M .mbr-section-btn {
  color: #ffffff;
}
.cid-uu5OsTrIg2 .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 7px;
  background: #262626;
  top: 0px;
}
.cid-uu5OsTrIg2 .progress-bar {
  height: 7px;
  background: #fafafa;
  width: 0%;
}
.cid-uu5OsTrIg2 .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-uu5OsTrIg2 .hidden {
  display: none;
}
.cid-uu5OsTrIg2 H10 {
  color: #767676;
}
.cid-urA9Zz4F16 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1.jpg");
  overflow: hidden;
}
