body {
  font-family: Instrument Sans;
}
.display-1 {
  font-family: 'Urbanist', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
  letter-spacing: .05em;
}
.display-1 > .mbr-iconfont {
  font-size: 3rem;
}
.display-2 {
  font-family: 'Urbanist', sans-serif;
  font-size: 2.2rem;
  line-height: 1.125em;
  letter-spacing: -0.01em;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.06rem;
  line-height: 21px;
  letter-spacing: .05em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.325rem;
}
.display-5 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.6rem;
  line-height: 1.22222em;
  letter-spacing: 0;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.2rem;
  line-height: 1.41176em;
  letter-spacing: .03em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.848rem;
    font-size: calc( 1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 5em;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 5em;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 5em;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 5em;
}
.bg-primary {
  background-color: #0f313c !important;
}
.bg-success {
  background-color: #0f313c !important;
}
.bg-info {
  background-color: #ebccc7 !important;
}
.bg-warning {
  background-color: #0f313c !important;
}
.bg-danger {
  background-color: #ebccc7 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0f313c !important;
  border-color: #0f313c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ebccc7 !important;
  border-color: #ebccc7 !important;
  color: #843b2f !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #d49287 !important;
  border-color: #d49287 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #843b2f !important;
  background-color: #d49287 !important;
  border-color: #d49287 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ebccc7 !important;
  border-color: #ebccc7 !important;
  color: #843b2f !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: #ffffff !important;
  background-color: #d49287 !important;
  border-color: #d49287 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #843b2f !important;
  background-color: #d49287 !important;
  border-color: #d49287 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0f313c !important;
  border-color: #0f313c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0f313c !important;
  border-color: #0f313c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ebccc7 !important;
  border-color: #ebccc7 !important;
  color: #843b2f !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #d49287 !important;
  border-color: #d49287 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #843b2f !important;
  background-color: #d49287 !important;
  border-color: #d49287 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0f313c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0f313c !important;
  border-color: #0f313c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ebccc7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d49287 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #843b2f !important;
  background-color: #ebccc7 !important;
  border-color: #ebccc7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ebccc7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d49287 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #843b2f !important;
  background-color: #ebccc7 !important;
  border-color: #ebccc7 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0f313c;
}
.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: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0f313c !important;
  border-color: #0f313c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0f313c;
}
.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: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0f313c !important;
  border-color: #0f313c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ebccc7;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d49287 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #843b2f !important;
  background-color: #ebccc7 !important;
  border-color: #ebccc7 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0f313c !important;
}
.text-secondary {
  color: #ebccc7 !important;
}
.text-success {
  color: #0f313c !important;
}
.text-info {
  color: #ebccc7 !important;
}
.text-warning {
  color: #0f313c !important;
}
.text-danger {
  color: #ebccc7 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d0887c !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: #d0887c !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: #d0887c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0f313c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ebccc7;
}
.alert-warning {
  background-color: #0f313c;
}
.alert-danger {
  background-color: #ebccc7;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0f313c;
  border-color: #0f313c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0f313c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5bb8d6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #5bb8d6;
}
.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: #5bb8d6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.06rem;
  line-height: 21px;
  letter-spacing: .05em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.325rem;
}
.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: #0f313c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.06rem;
  line-height: 21px;
  letter-spacing: .05em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.325rem;
}
blockquote {
  border-color: #0f313c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0f313c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0f313c;
}
.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: #0f313c;
  border-bottom-color: #0f313c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0f313c !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: #ebccc7 !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='%230f313c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 5px 25px;
  box-shadow: none;
  font-style: italic;
  font-weight: 400 !important;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 7px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 1px solid #0f313c !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 1px solid #ebccc7 !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 1px solid #0f313c !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 1px solid #ebccc7 !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 1px solid #0f313c !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 1px solid #ebccc7 !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 1px solid #000000;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: 1px solid #ffffff;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #0f313c !important;
}
.cid-uYztStJWDv .navbar-dropdown {
  position: relative !important;
}
.cid-uYztStJWDv .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYztStJWDv .container {
    flex-wrap: nowrap;
  }
}
.cid-uYztStJWDv .container-custom {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.cid-uYztStJWDv .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-uYztStJWDv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYztStJWDv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYztStJWDv .dropdown-item:hover,
.cid-uYztStJWDv .dropdown-item:focus {
  background: #0f313c !important;
  color: white !important;
}
.cid-uYztStJWDv .dropdown-item:hover span {
  color: white;
}
.cid-uYztStJWDv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYztStJWDv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYztStJWDv .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.cid-uYztStJWDv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYztStJWDv .nav-link {
  position: relative;
}
.cid-uYztStJWDv .iconfont-wrapper {
  color: #002549 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYztStJWDv .dropdown-menu,
.cid-uYztStJWDv .navbar.opened {
  background: #0f313c !important;
}
.cid-uYztStJWDv .nav-item:focus,
.cid-uYztStJWDv .nav-link:focus {
  outline: none;
}
.cid-uYztStJWDv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYztStJWDv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYztStJWDv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYztStJWDv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYztStJWDv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYztStJWDv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYztStJWDv .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0f313c;
}
@media (min-width: 992px) {
  .cid-uYztStJWDv .navbar {
    min-height: 105px;
  }
}
.cid-uYztStJWDv .navbar.opened {
  transition: all 0.3s;
}
.cid-uYztStJWDv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYztStJWDv .navbar .navbar-logo img {
  width: auto;
}
.cid-uYztStJWDv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uYztStJWDv .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .cid-uYztStJWDv .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.cid-uYztStJWDv .navbar.collapsed {
  justify-content: center;
}
.cid-uYztStJWDv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYztStJWDv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYztStJWDv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uYztStJWDv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYztStJWDv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYztStJWDv .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-uYztStJWDv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYztStJWDv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYztStJWDv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYztStJWDv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYztStJWDv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYztStJWDv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYztStJWDv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYztStJWDv .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-uYztStJWDv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYztStJWDv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYztStJWDv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYztStJWDv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYztStJWDv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYztStJWDv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYztStJWDv .navbar.navbar-short {
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uYztStJWDv .navbar.navbar-short {
    min-height: 105px;
  }
}
.cid-uYztStJWDv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYztStJWDv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYztStJWDv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uYztStJWDv .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 25%;
    min-height: 100%;
    z-index: 5;
  }
}
.cid-uYztStJWDv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #002549;
}
.cid-uYztStJWDv .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #0f313c;
}
.cid-uYztStJWDv .navbar-brand .navbar-caption:hover {
  color: #0f313c !important;
}
.cid-uYztStJWDv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYztStJWDv .dropdown-item.active,
.cid-uYztStJWDv .dropdown-item:active {
  background-color: transparent;
}
.cid-uYztStJWDv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYztStJWDv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYztStJWDv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYztStJWDv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0f313c;
}
.cid-uYztStJWDv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYztStJWDv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYztStJWDv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYztStJWDv .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uYztStJWDv .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.cid-uYztStJWDv .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.cid-uYztStJWDv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYztStJWDv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ebccc7;
}
.cid-uYztStJWDv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYztStJWDv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYztStJWDv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYztStJWDv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYztStJWDv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYztStJWDv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYztStJWDv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYztStJWDv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYztStJWDv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYztStJWDv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
.cid-uYztStJWDv .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-uYztStJWDv .navbar {
    height: 60px;
  }
  .cid-uYztStJWDv .navbar.opened {
    height: auto;
  }
  .cid-uYztStJWDv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .cid-uYztStJWDv .navbar {
    min-height: 105px;
  }
}
.cid-uQX0one638 {
  display: flex;
  background-image: url("../../../assets/images/coiffure-perreux-1.webp");
}
@media (min-width: 768px) {
  .cid-uQX0one638 {
    align-items: flex-end;
  }
  .cid-uQX0one638 .row {
    justify-content: center;
  }
  .cid-uQX0one638 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQX0one638 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQX0one638 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uQX0one638 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQX0one638 .content-wrap {
    width: 100%;
  }
  .cid-uQX0one638 .mbr-section-title {
    font-size: 1.2rem !important;
    line-height: 1.2 !important;
    margin-bottom: 1rem !important;
  }
  .cid-uQX0one638 .mbr-text {
    font-size: 1rem !important;
    line-height: 1.1 !important;
  }
}
.cid-uQX0one638 .mbr-section-title,
.cid-uQX0one638 .mbr-section-subtitle {
  text-align: center;
}
.cid-uQX0one638 .mbr-text,
.cid-uQX0one638 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uQX0one638 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQX0one638 .mbr-overlay {
  background-color: transparent !important;
  background-image: linear-gradient(to top, rgba(15, 49, 60, 0.95) 0%, rgba(15, 49, 60, 0.6) 40%, rgba(15, 49, 60, 0.2) 70%, rgba(15, 49, 60, 0) 100%) !important;
  opacity: 1 !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 0 !important;
}
.cid-uQX0one638 .mbr-section-subtitle {
  text-align: left;
}
.cid-tJkKKsQ79k {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJkKKsQ79k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJkKKsQ79k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJkKKsQ79k .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tJkKKsQ79k .container-fluid {
    padding: 0 25px;
  }
}
.cid-tJkKKsQ79k .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tJkKKsQ79k .container {
    padding: 0 25px;
  }
}
.cid-tJkKKsQ79k .row {
  border: 1px solid #0f313c;
}
.cid-tJkKKsQ79k .card {
  padding: 0;
}
.cid-tJkKKsQ79k .card .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-tJkKKsQ79k .card .image-wrapper img {
  height: 100%;
  object-fit: cover;
  max-height: 610px;
}
@media (max-width: 992px) {
  .cid-tJkKKsQ79k .card .image-wrapper img {
    max-height: 100%;
    height: 300px;
  }
}
.cid-tJkKKsQ79k .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 70px 60px;
  height: 100%;
  background-color: #0f313c;
}
@media (max-width: 992px) {
  .cid-tJkKKsQ79k .title-wrapper {
    padding: 60px 25px;
  }
}
.cid-tJkKKsQ79k .title-wrapper .title-wrap {
  width: 100%;
}
.cid-tJkKKsQ79k .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tJkKKsQ79k .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-tJkKKsQ79k .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 35px;
}
.cid-tJkKKsQ79k .title-wrapper .mbr-desc {
  width: 100%;
  margin-bottom: 0;
}
.cid-tJkKKsQ79k .mbr-section-title {
  color: #ffffff;
}
.cid-tJkKKsQ79k .mbr-text {
  color: #ffffff;
}
.cid-tJkKKsQ79k .mbr-desc {
  color: #ffffff;
}
.cid-uSaMV8cRkY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSaMV8cRkY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaMV8cRkY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaMV8cRkY .row {
  justify-content: space-between;
}
.cid-uSaMV8cRkY .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSaMV8cRkY .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSaMV8cRkY .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ebccc7;
}
.cid-uSaMV8cRkY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSaMV8cRkY .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uSaMV8cRkY .tabs-wrapper .nav.nav-tabs {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uSaMV8cRkY .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 0;
}
.cid-uSaMV8cRkY .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uSaMV8cRkY .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #0f313c;
  padding: 20px 0;
  border: none;
  border-top: 1px solid #0f313c;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  border-radius: 0 !important;
}
.cid-uSaMV8cRkY .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ebccc7;
  transition: all 0.3s ease-in-out;
}
.cid-uSaMV8cRkY .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  color: #ebccc7;
}
.cid-uSaMV8cRkY .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-uSaMV8cRkY .tab-content .tab-pane .content-wrap .card-wrapper {
  position: relative;
  margin-bottom: 30px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uSaMV8cRkY .tab-content .tab-pane .content-wrap .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSaMV8cRkY .tab-content .tab-pane .content-wrap .card-wrapper .image-wrap img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSaMV8cRkY .tab-content .tab-pane .content-wrap .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uSaMV8cRkY .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-top-right-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uSaMV8cRkY .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uSaMV8cRkY .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uSaMV8cRkY .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uSaMV8cRkY .tab-content .tab-pane .content-wrap .text-wrap .item-title {
  margin-bottom: 20px;
}
.cid-uSaMV8cRkY .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uSaMV8cRkY .tab-content .tab-pane .content-wrap .text-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSaMV8cRkY .mbr-label {
  color: #000000;
}
.cid-uSaMV8cRkY .mbr-section-title {
  color: #000000;
}
.cid-uSaMV8cRkY .item-title {
  color: #000000;
}
.cid-uSaMV8cRkY .item-text {
  color: #0f313c;
}
.cid-uSaMV8cRkY .item-title,
.cid-uSaMV8cRkY .mbr-section-btn {
  color: #0f313c;
}
.cid-uSaMV8cRkY .mbr-section-title,
.cid-uSaMV8cRkY .tabs-wrapper {
  color: #0f313c;
}
.cid-uSaMV8cRkY .mbr-label,
.cid-uSaMV8cRkY .label-wrapper {
  color: #0f313c;
}
.cid-uSJR5ySBFa {
  padding-top: 16rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/shampoing-massage-tete-coiffure.webp");
}
.cid-uSJR5ySBFa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSJR5ySBFa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSJR5ySBFa .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSJR5ySBFa .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uSJR5ySBFa .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSJR5ySBFa .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSJR5ySBFa .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uSJR5ySBFa .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uSJR5ySBFa .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSJR5ySBFa .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uSJR5ySBFa .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uSJR5ySBFa .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uSJR5ySBFa .mbr-section-title {
  color: #f1f5eb;
}
.cid-uSJR5ySBFa .mbr-text,
.cid-uSJR5ySBFa .text-wrapper {
  color: #0f313c;
  text-align: center;
}
.cid-uSJR5ySBFa .mbr-section-title,
.cid-uSJR5ySBFa .mbr-section-btn {
  text-align: center;
  color: #0f313c;
}
.cid-uR7C79cG35 {
  padding-top: 45px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ebccc7, #ffffff);
}
.cid-uR7C79cG35 .mbr-section-subtitle {
  color: #0f313c;
  text-align: left;
}
.cid-uR7C79cG35 .container2 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 712px;
  max-width: 1096px;
  overflow: hidden;
  width: 98vw;
}
.cid-uR7C79cG35 .container2 figure {
  background-image: url("../../../assets/images/coupe-couleur-apres-by-rebecca-blondhair.webp");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-uR7C79cG35 #compare {
  background-image: url("../../../assets/images/coupe-couleur-avant-by-rebecca-blondhair.webp");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-uR7C79cG35 input#slider {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-uR7C79cG35 input#slider::-moz-range-track {
  background: transparent;
}
.cid-uR7C79cG35 input#slider::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-uR7C79cG35 input#slider::-ms-fill-lower {
  background-color: transparent;
}
.cid-uR7C79cG35 input#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-uR7C79cG35 input#slider::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-uR7C79cG35 input#slider::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-uR7C79cG35 input#slider::-ms-tooltip {
  display: none;
}
.cid-uR7C79cG35 #compare::before {
  background: url("https://www.unsitepourtous.be/mobi/comparision.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
@keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
@-webkit-keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
.cid-uR7C79cG35 H2 {
  color: #0f313c;
}
.cid-uSKiDzgQca {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSKiDzgQca .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSKiDzgQca .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSKiDzgQca .mbr-section-title {
  color: #0f313c;
}
#galerie-avant-apres {
  /* Style du bloc principal */
  /* Conteneur principal de la galerie - NOUVELLE APPROCHE AVEC CSS GRID */
  /* Style de chaque élément de la galerie (image + légende) */
  /* Quand le JS est chargé, on prépare l'état initial de l'animation */
  /* Le script ajoute cette classe pour déclencher l'animation */
  /* Conteneur de l'image pour l'effet de zoom */
  /* Effet de zoom (scale) au survol de la souris */
  /* Style de la légende sous l'image */
  /* --- STYLES POUR L'OVERLAY DE DESCRIPTION --- */
  /* SÉQUENCE D'ANIMATION (maintenant avec transition-delay) */
  /* Délais ajustés pour une animation plus douce et séquentielle */
  /* RESPONSIVITÉ */
  /* CORRECTION MOBILE */
  /* --- STYLES DE LA LIGHTBOX --- */
  /* Conteneur pour l'image et la légende dans la lightbox */
  /* Style pour la description dans la lightbox */
  /* CORRECTION MOBILE pour la lightbox */
}
#galerie-avant-apres .custom-gallery-block {
  padding: 6rem 2rem;
  /* Espacement intérieur */
  width: 100%;
  /* PERSONNALISATION DU FOND */
  /* Changez la couleur ici */
  background-color: #ebccc7;
  /* Ou utilisez une image de fond en décommentant les lignes ci-dessous */
  /*
  background-image: url('../../../assets/images/votre-image.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  */
}
#galerie-avant-apres .gallery-container {
  display: grid;
  /* 4 colonnes de taille égale sur ordinateur */
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  /* Espace entre les images */
  max-width: 1200px;
  /* Largeur maximale de la galerie */
  margin: 0 auto;
  /* Centre la galerie dans la section */
}
#galerie-avant-apres .gallery-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Les éléments sont visibles par défaut pour l'éditeur Mobirise */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
#galerie-avant-apres .js-loaded .gallery-item {
  opacity: 0;
  transform: translateY(30px);
}
#galerie-avant-apres .js-loaded .gallery-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
#galerie-avant-apres .image-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  /* Indique que l'image est cliquable */
  position: relative;
  /* Nécessaire pour positionner l'overlay */
}
#galerie-avant-apres .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
#galerie-avant-apres .gallery-item:hover img {
  transform: scale(1.05);
}
#galerie-avant-apres .caption {
  margin-top: 12px;
  text-align: center;
  color: #333;
  padding: 0 5px;
  font-family: 'Urbanist', sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.4;
}
#galerie-avant-apres .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 49, 60, 0.75);
  /* Couleur de l'overlay */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  /* Caché par défaut */
  transition: opacity 0.4s ease;
  pointer-events: none;
  /* Permet au clic de passer à l'image en dessous */
}
#galerie-avant-apres .gallery-item:hover .image-overlay {
  opacity: 1;
  /* Apparaît au survol */
}
#galerie-avant-apres .overlay-text {
  color: white;
  text-align: center;
  padding: 20px;
  /* CORRECTION: Utilisation directe des variables de thème Mobirise */
  font-family: 'Urbanist', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
#galerie-avant-apres .gallery-item:nth-child(1) {
  transition-delay: 0.1s;
}
#galerie-avant-apres .gallery-item:nth-child(2) {
  transition-delay: 0.3s;
}
#galerie-avant-apres .gallery-item:nth-child(3) {
  transition-delay: 0.5s;
}
#galerie-avant-apres .gallery-item:nth-child(4) {
  transition-delay: 0.7s;
}
#galerie-avant-apres .gallery-item:nth-child(5) {
  transition-delay: 0.9s;
}
#galerie-avant-apres .gallery-item:nth-child(6) {
  transition-delay: 1.1s;
}
#galerie-avant-apres .gallery-item:nth-child(7) {
  transition-delay: 1.3s;
}
#galerie-avant-apres .gallery-item:nth-child(8) {
  transition-delay: 1.5s;
}
@media (max-width: 991px) {
  #galerie-avant-apres {
    /* Sur tablette, on passe à 3 colonnes */
  }
  #galerie-avant-apres .gallery-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  #galerie-avant-apres {
    /* On réduit les marges latérales du bloc pour donner plus de place */
    /* On passe à 2 colonnes et on réduit l'espacement */
    /* Animation plus rapide sur mobile */
    /* On cache l'overlay de survol sur mobile car il n'y a pas de survol */
    /* CORRECTION : On réduit la taille de la police des légendes sur mobile */
  }
  #galerie-avant-apres .custom-gallery-block {
    padding: 4rem 1rem;
  }
  #galerie-avant-apres .gallery-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    /* Espace horizontal et vertical réduit */
  }
  #galerie-avant-apres .gallery-item:nth-child(n) {
    transition-delay: 0.1s;
  }
  #galerie-avant-apres .image-overlay {
    display: none;
  }
  #galerie-avant-apres .caption {
    font-size: 0.8rem;
    margin-top: 8px;
  }
}
#galerie-avant-apres .lightbox {
  display: none;
  /* Cachée par défaut */
  position: fixed;
  /* Reste en place */
  z-index: 1000;
  /* Au-dessus de tout */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.4s;
  flex-direction: column;
  /* Permet d'empiler image et légende */
}
#galerie-avant-apres .lightbox-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#galerie-avant-apres .lightbox-content {
  margin: 0;
  display: block;
  /* CORRECTION : Garantit que les proportions sont respectées */
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 80vh;
  /* On réduit un peu pour laisser de la place à la légende */
  animation: zoomIn 0.4s ease;
}
#galerie-avant-apres .lightbox-caption {
  color: #ccc;
  text-align: center;
  padding: 15px 20px;
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
  font-family: 'Urbanist', sans-serif;
  font-size: 1.08rem;
  line-height: 1.5;
  animation: fadeIn 0.4s 0.2s backwards;
  /* Apparaît avec un léger décalage */
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
#galerie-avant-apres .lightbox-close {
  position: absolute;
  top: 15px;
  right: 25px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}
#galerie-avant-apres .lightbox-close:hover,
#galerie-avant-apres .lightbox-close:focus {
  color: #bbb;
  text-decoration: none;
}
#galerie-avant-apres .lightbox-prev,
#galerie-avant-apres .lightbox-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.4s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
#galerie-avant-apres .lightbox-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
#galerie-avant-apres .lightbox-prev {
  left: 0;
}
#galerie-avant-apres .lightbox-prev:hover,
#galerie-avant-apres .lightbox-next:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  #galerie-avant-apres .lightbox-content {
    max-height: 75vh;
    /* Encore un peu moins de place pour la légende */
  }
  #galerie-avant-apres .lightbox-caption {
    font-size: 0.8rem;
  }
  #galerie-avant-apres .lightbox-next,
  #galerie-avant-apres .lightbox-prev {
    padding: 12px;
    font-size: 24px;
  }
  #galerie-avant-apres .lightbox-close {
    font-size: 35px;
    top: 10px;
    right: 15px;
  }
}
.cid-uSK53xkzh9 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/carte-visite-coiffure-perreux.webp");
}
.cid-uSK53xkzh9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSK53xkzh9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSK53xkzh9 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSK53xkzh9 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSK53xkzh9 .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSK53xkzh9 .content-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uSK53xkzh9 .content-wrapper .title-wrapper {
  padding: 400px 0;
}
@media (max-width: 992px) {
  .cid-uSK53xkzh9 .content-wrapper .title-wrapper {
    padding: 0;
  }
}
.cid-uSK53xkzh9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSK53xkzh9 .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uSK53xkzh9 .mbr-section-title {
  color: #ffffff;
}
.cid-uSK53xkzh9 .mbr-desc {
  color: #becdc2;
}
.cid-uSK53xkzh9 .mbr-section-title,
.cid-uSK53xkzh9 .mbr-section-btn {
  text-align: center;
  color: #ebccc7;
}
.cid-uSK3dgEtFo {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSK3dgEtFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSK3dgEtFo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSK3dgEtFo .mbr-section-title {
  color: #0f313c;
}
.cid-tJkKM9WZXx {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/deco-interieur-le-salon-de-rebecca-perreux.webp");
}
.cid-tJkKM9WZXx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJkKM9WZXx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJkKM9WZXx .container {
    padding: 0 25px;
  }
}
.cid-tJkKM9WZXx .row {
  justify-content: center;
}
.cid-tJkKM9WZXx .icon-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tJkKM9WZXx .icon-wrapper {
    justify-content: center;
  }
}
.cid-tJkKM9WZXx .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #0f313c;
}
.cid-tJkKM9WZXx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-tJkKM9WZXx .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tJkKM9WZXx .embla__slide .card-wrap {
  width: 100%;
}
.cid-tJkKM9WZXx .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 10px;
}
.cid-tJkKM9WZXx .embla__slide .card-wrap .content-wrap .mbr-role {
  margin-bottom: 0;
  opacity: .5;
}
.cid-tJkKM9WZXx .embla__button--next,
.cid-tJkKM9WZXx .embla__button--prev {
  display: flex;
}
.cid-tJkKM9WZXx .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #0f313c;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-tJkKM9WZXx .embla__button {
    display: none;
  }
}
.cid-tJkKM9WZXx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tJkKM9WZXx .embla__button:hover {
  background: transparent;
  color: #0f313c;
  opacity: .7;
}
.cid-tJkKM9WZXx .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-tJkKM9WZXx .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-tJkKM9WZXx .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-tJkKM9WZXx .embla__button.embla__button--next {
    right: 0;
  }
}
@media (max-width: 768px) {
  .cid-tJkKM9WZXx .embla__button {
    bottom: 0;
  }
}
.cid-tJkKM9WZXx .embla {
  position: relative;
  width: 100%;
  padding-bottom: 35px;
}
.cid-tJkKM9WZXx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tJkKM9WZXx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tJkKM9WZXx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tJkKM9WZXx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tJkKM9WZXx .card-text {
  color: #0f313c;
}
.cid-tJkKM9WZXx .mbr-role {
  color: #0f313c;
}
.cid-uSJYl7ljRF {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSJYl7ljRF .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uSJYl7ljRF .panel-group {
  border: none;
}
.cid-uSJYl7ljRF .mbr-section-head {
  border-bottom: 1px solid lightgray;
}
.cid-uSJYl7ljRF .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uSJYl7ljRF .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uSJYl7ljRF .card-header {
  padding: 0;
  padding-bottom: 1rem;
}
.cid-uSJYl7ljRF .img-col {
  padding: 0;
}
.cid-uSJYl7ljRF span {
  margin-right: 1rem;
}
.cid-uSJYl7ljRF .img-item {
  height: 100%;
}
.cid-uSJYl7ljRF img {
  height: 100%;
  object-fit: cover;
}
.cid-uSJYl7ljRF .collapsed span {
  transform: rotate(0deg);
}
.cid-uSJYl7ljRF .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.cid-uSJYl7ljRF p {
  margin-bottom: 0.3rem;
}
.cid-uSJYl7ljRF .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-uSJYl7ljRF .card {
  padding: 0;
}
.cid-uSJYl7ljRF .panel-text {
  color: #0f313c;
  padding-left: 1.8rem;
}
@media (max-width: 767px) {
  .cid-uSJYl7ljRF .panel-text {
    padding-left: 0;
  }
}
.cid-uSJYl7ljRF .mbr-section-title {
  text-align: left;
  color: #0f313c;
}
.cid-uSJYl7ljRF .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uSJYl7ljRF .panel-title-edit,
.cid-uSJYl7ljRF .mbr-iconfont {
  color: #0f313c;
  text-align: left;
}
.cid-uQWesaLnzg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f313c;
}
.cid-uQWesaLnzg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWesaLnzg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWesaLnzg .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uQWesaLnzg .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQWesaLnzg .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQWesaLnzg .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uQWesaLnzg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQWesaLnzg .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-uQWesaLnzg .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uQWesaLnzg .buttons-wrapper {
    text-align: left;
  }
}
.cid-uQWesaLnzg .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-uQWesaLnzg .mbr-section-title {
  color: #262642;
}
.cid-uQWesaLnzg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQWesaLnzg .mbr-section-title,
.cid-uQWesaLnzg .buttons-wrapper {
  color: #ebccc7;
}
.cid-uS9zR3UFcx {
  background-color: #ebccc7;
}
.cid-uS9zR3UFcx .content-row {
  display: flex;
  justify-content: center;
}
.cid-uS9zR3UFcx h3 {
  font-size: 32px;
  font-weight: 400;
}
.cid-uS9zR3UFcx .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uS9zR3UFcx .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uS9zR3UFcx .form-group {
  padding-right: 0;
}
.cid-uS9zR3UFcx .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-uS9zR3UFcx .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-uS9zR3UFcx .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uS9zR3UFcx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uS9zR3UFcx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uS9zR3UFcx .map-placeholder {
  display: none;
}
.cid-uS9zR3UFcx .btn-primary {
  border: 1px solid #0f313c !important;
}
.cid-uS9zR3UFcx .btn-primary:hover {
  border: 1px solid #0f313c !important;
}
.cid-uS9zR3UFcx .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uS9zR3UFcx .mbr-text {
  color: #0f313c;
  margin-bottom: 0.5rem;
  text-align: right;
}
.cid-uS9zR3UFcx h5 {
  margin-bottom: 0;
}
.cid-uS9zR3UFcx .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uS9zR3UFcx .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uS9zR3UFcx .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uS9zR3UFcx .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uS9zR3UFcx .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uS9zR3UFcx .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uS9zR3UFcx .social-list a:hover {
  opacity: 0.4;
}
.cid-uS9zR3UFcx .media-container-row > div {
  padding: 0px;
}
.cid-uS9zR3UFcx .text2 {
  color: #132c70;
  text-align: left;
}
.cid-uS9zR3UFcx .group-title {
  text-align: left;
  color: #0f313c;
  padding-bottom: 0.2rem;
  margin-top: 2.8rem;
  margin-bottom: 0;
}
.cid-uS9zR3UFcx .links {
  color: #132c70;
  line-height: 0.1;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uS9zR3UFcx .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uS9zR3UFcx h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uS9zR3UFcx .form-group {
    max-width: 180px;
  }
}
.cid-uS9zR3UFcx .links span {
  color: #132c70;
}
.cid-uS9zR3UFcx .logo-title,
.cid-uS9zR3UFcx .logo-sub-title {
  text-align: center;
}
.cid-uS9zR3UFcx .logo-sub-title i {
  color: #9e9e9e;
}
.cid-uS9zR3UFcx .jewelry_img {
  width: 100%;
}
.cid-uS9zR3UFcx .day_week {
  display: flex;
  flex-direction: column;
}
.cid-uS9zR3UFcx .day_p {
  width: 15rem;
  display: flex;
  justify-content: space-between;
  margin: 0;
  line-height: 0.8;
}
.cid-uS9zR3UFcx .container-fluid {
  max-width: 1300px;
}
.cid-uS9zR3UFcx .btn-line {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uS9zR3UFcx {
    padding-top: 8px;
    padding-bottom: 6px;
  }
  .cid-uS9zR3UFcx .card {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-uS9zR3UFcx .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uS9zR3UFcx {
    padding-top: 60px;
    padding-bottom: 45px;
  }
  .cid-uS9zR3UFcx .maps {
    padding-left: 0;
  }
  .cid-uS9zR3UFcx .card {
    padding-bottom: 3rem;
    padding-right: 0;
  }
  .cid-uS9zR3UFcx .container-fluid {
    padding: 0 2rem;
  }
  .cid-uS9zR3UFcx .map-day {
    margin-left: 2rem;
  }
}
.cid-uS9zR3UFcx .mbr-section-subtitle {
  margin: 1rem 0;
  padding-right: 3rem;
  color: #0f313c;
}
.cid-uS9zR3UFcx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9zR3UFcx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzCW2JQBi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f313c;
}
.cid-uYzCW2JQBi .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ebccc7;
}
.cid-uYzCW2JQBi .copyright-section,
.cid-uYzCW2JQBi .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-uYzCW2JQBi .line {
  margin: 10px 0;
  width: 100%;
}
.cid-uYzCW2JQBi .logo-section img {
  margin: 0 auto;
}
.cid-uYzCW2JQBi .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-uYzCW2JQBi .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-uYzCW2JQBi .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-uYzCW2JQBi .social-media ul li {
    margin-left: 30px;
  }
  .cid-uYzCW2JQBi .container-fluid {
    padding: 0 2rem;
  }
  .cid-uYzCW2JQBi .menu-container {
    margin-bottom: 20px;
  }
  .cid-uYzCW2JQBi .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uYzCW2JQBi .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-uYzCW2JQBi .copyright-section {
    order: 1;
  }
  .cid-uYzCW2JQBi .copyright-section hr {
    display: none;
  }
  .cid-uYzCW2JQBi .social-media {
    margin-top: 30px;
  }
  .cid-uYzCW2JQBi .social-media li:first-child {
    margin-left: 0;
  }
  .cid-uYzCW2JQBi .line {
    margin: 25px 0;
  }
  .cid-uYzCW2JQBi .mobirise-rights,
  .cid-uYzCW2JQBi .social-media {
    align-items: center;
    text-align: center;
  }
  .cid-uYzCW2JQBi .footer-container .menu-container .col-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }
}
.cid-uYzCW2JQBi .mbr-text,
.cid-uYzCW2JQBi .copyright-section {
  color: #ebccc7;
}
.cid-uYztStJWDv .navbar-dropdown {
  position: relative !important;
}
.cid-uYztStJWDv .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYztStJWDv .container {
    flex-wrap: nowrap;
  }
}
.cid-uYztStJWDv .container-custom {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.cid-uYztStJWDv .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-uYztStJWDv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYztStJWDv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYztStJWDv .dropdown-item:hover,
.cid-uYztStJWDv .dropdown-item:focus {
  background: #0f313c !important;
  color: white !important;
}
.cid-uYztStJWDv .dropdown-item:hover span {
  color: white;
}
.cid-uYztStJWDv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYztStJWDv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYztStJWDv .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.cid-uYztStJWDv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYztStJWDv .nav-link {
  position: relative;
}
.cid-uYztStJWDv .iconfont-wrapper {
  color: #002549 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYztStJWDv .dropdown-menu,
.cid-uYztStJWDv .navbar.opened {
  background: #0f313c !important;
}
.cid-uYztStJWDv .nav-item:focus,
.cid-uYztStJWDv .nav-link:focus {
  outline: none;
}
.cid-uYztStJWDv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYztStJWDv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYztStJWDv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYztStJWDv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYztStJWDv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYztStJWDv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYztStJWDv .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0f313c;
}
@media (min-width: 992px) {
  .cid-uYztStJWDv .navbar {
    min-height: 105px;
  }
}
.cid-uYztStJWDv .navbar.opened {
  transition: all 0.3s;
}
.cid-uYztStJWDv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYztStJWDv .navbar .navbar-logo img {
  width: auto;
}
.cid-uYztStJWDv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uYztStJWDv .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .cid-uYztStJWDv .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.cid-uYztStJWDv .navbar.collapsed {
  justify-content: center;
}
.cid-uYztStJWDv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYztStJWDv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYztStJWDv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uYztStJWDv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYztStJWDv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYztStJWDv .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-uYztStJWDv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYztStJWDv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYztStJWDv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYztStJWDv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYztStJWDv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYztStJWDv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYztStJWDv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYztStJWDv .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-uYztStJWDv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYztStJWDv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYztStJWDv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYztStJWDv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYztStJWDv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYztStJWDv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYztStJWDv .navbar.navbar-short {
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uYztStJWDv .navbar.navbar-short {
    min-height: 105px;
  }
}
.cid-uYztStJWDv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYztStJWDv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYztStJWDv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uYztStJWDv .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 25%;
    min-height: 100%;
    z-index: 5;
  }
}
.cid-uYztStJWDv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #002549;
}
.cid-uYztStJWDv .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #0f313c;
}
.cid-uYztStJWDv .navbar-brand .navbar-caption:hover {
  color: #0f313c !important;
}
.cid-uYztStJWDv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYztStJWDv .dropdown-item.active,
.cid-uYztStJWDv .dropdown-item:active {
  background-color: transparent;
}
.cid-uYztStJWDv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYztStJWDv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYztStJWDv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYztStJWDv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0f313c;
}
.cid-uYztStJWDv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYztStJWDv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYztStJWDv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYztStJWDv .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uYztStJWDv .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.cid-uYztStJWDv .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.cid-uYztStJWDv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYztStJWDv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ebccc7;
}
.cid-uYztStJWDv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYztStJWDv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYztStJWDv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYztStJWDv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYztStJWDv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYztStJWDv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYztStJWDv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYztStJWDv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYztStJWDv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYztStJWDv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
.cid-uYztStJWDv .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-uYztStJWDv .navbar {
    height: 60px;
  }
  .cid-uYztStJWDv .navbar.opened {
    height: auto;
  }
  .cid-uYztStJWDv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .cid-uYztStJWDv .navbar {
    min-height: 105px;
  }
}
.cid-uZZL9L840I {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f0f0f0;
}
.cid-uZZL9L840I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZL9L840I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZZL9L840I .container {
    padding: 0 16px;
  }
}
.cid-uZZL9L840I .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZZL9L840I .title-wrapper {
    margin-bottom: 36px;
    display: block;
  }
}
.cid-uZZL9L840I .title-wrapper .mbr-section-title {
  -webkit-text-stroke-color: #0f313c;
  -webkit-text-stroke-width: 0.2vw;
  color: transparent;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZZL9L840I .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZZL9L840I .title-wrapper .tags-wrapper {
  margin-bottom: 16px;
}
.cid-uZZL9L840I .title-wrapper .tags-wrapper .tags-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uZZL9L840I .title-wrapper .tags-wrapper .tags-wrap {
    flex-direction: column;
  }
}
.cid-uZZL9L840I .title-wrapper .tags-wrapper .tags-wrap .mbr-tag {
  border: 4px solid #898989;
  padding: 8px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px 16px;
  border-radius: 100em;
}
@media (max-width: 992px) {
  .cid-uZZL9L840I .title-wrapper .tags-wrapper .tags-wrap .mbr-tag {
    margin: 0 0 16px 0;
  }
}
.cid-uZZL9L840I .item {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uZZL9L840I .item {
    margin-bottom: 24px;
  }
}
.cid-uZZL9L840I .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-uZZL9L840I .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uZZL9L840I .card-title {
  color: #080808;
}
.cid-uZZL9L840I .card-text {
  color: #333333;
}
.cid-uZZL9L840I .mbr-tag {
  color: #898989;
}
.cid-uZZL9L840I .mbr-section-title {
  color: #0f313c;
}
.cid-uZZDUaQ9Wq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uZZDUaQ9Wq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZDUaQ9Wq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZZDUaQ9Wq .container {
    padding: 0 16px;
  }
}
.cid-uZZDUaQ9Wq .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZZDUaQ9Wq .title-wrapper {
    margin-bottom: 36px;
    display: block;
  }
}
.cid-uZZDUaQ9Wq .title-wrapper .mbr-section-title {
  -webkit-text-stroke-color: #0f313c;
  -webkit-text-stroke-width: 0.2vw;
  color: transparent;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZZDUaQ9Wq .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZZDUaQ9Wq .title-wrapper .tags-wrapper {
  margin-bottom: 16px;
}
.cid-uZZDUaQ9Wq .title-wrapper .tags-wrapper .tags-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uZZDUaQ9Wq .title-wrapper .tags-wrapper .tags-wrap {
    flex-direction: column;
  }
}
.cid-uZZDUaQ9Wq .title-wrapper .tags-wrapper .tags-wrap .mbr-tag {
  border: 4px solid #898989;
  padding: 8px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px 16px;
  border-radius: 100em;
}
@media (max-width: 992px) {
  .cid-uZZDUaQ9Wq .title-wrapper .tags-wrapper .tags-wrap .mbr-tag {
    margin: 0 0 16px 0;
  }
}
.cid-uZZDUaQ9Wq .item {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uZZDUaQ9Wq .item {
    margin-bottom: 24px;
  }
}
.cid-uZZDUaQ9Wq .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-uZZDUaQ9Wq .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uZZDUaQ9Wq .card-title {
  color: #080808;
}
.cid-uZZDUaQ9Wq .card-text {
  color: #333333;
}
.cid-uZZDUaQ9Wq .mbr-tag {
  color: #898989;
}
.cid-uZZDUaQ9Wq .mbr-section-title {
  color: #0f313c;
}
.cid-uYzCW2JQBi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f313c;
}
.cid-uYzCW2JQBi .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ebccc7;
}
.cid-uYzCW2JQBi .copyright-section,
.cid-uYzCW2JQBi .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-uYzCW2JQBi .line {
  margin: 10px 0;
  width: 100%;
}
.cid-uYzCW2JQBi .logo-section img {
  margin: 0 auto;
}
.cid-uYzCW2JQBi .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-uYzCW2JQBi .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-uYzCW2JQBi .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-uYzCW2JQBi .social-media ul li {
    margin-left: 30px;
  }
  .cid-uYzCW2JQBi .container-fluid {
    padding: 0 2rem;
  }
  .cid-uYzCW2JQBi .menu-container {
    margin-bottom: 20px;
  }
  .cid-uYzCW2JQBi .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uYzCW2JQBi .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-uYzCW2JQBi .copyright-section {
    order: 1;
  }
  .cid-uYzCW2JQBi .copyright-section hr {
    display: none;
  }
  .cid-uYzCW2JQBi .social-media {
    margin-top: 30px;
  }
  .cid-uYzCW2JQBi .social-media li:first-child {
    margin-left: 0;
  }
  .cid-uYzCW2JQBi .line {
    margin: 25px 0;
  }
  .cid-uYzCW2JQBi .mobirise-rights,
  .cid-uYzCW2JQBi .social-media {
    align-items: center;
    text-align: center;
  }
  .cid-uYzCW2JQBi .footer-container .menu-container .col-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }
}
.cid-uYzCW2JQBi .mbr-text,
.cid-uYzCW2JQBi .copyright-section {
  color: #ebccc7;
}
