.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Bricolage Grotesque;
}
.display-1 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 5.4rem;
  line-height: 1;
  letter-spacing: -0.2vw;
}
.display-1 > .mbr-iconfont {
  font-size: 6.75rem;
}
.display-2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 3.6rem;
  line-height: .9;
  letter-spacing: -0.04vw;
}
.display-2 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: -0.04vw;
}
.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: 4.32rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.78rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .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.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: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1e1d1c !important;
}
.bg-success {
  background-color: #c9d4d7 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #d1dcd1 !important;
}
.bg-danger {
  background-color: #f80a2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1e1d1c !important;
  border-color: #1e1d1c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #383735 !important;
  border-color: #383735 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #383735 !important;
  border-color: #383735 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f2ede4 !important;
  border-color: #f2ede4 !important;
  color: #917646 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #917646 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #c9d4d7 !important;
  border-color: #c9d4d7 !important;
  color: #45575c !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #e6ebed !important;
  border-color: #e6ebed !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #45575c !important;
  background-color: #e6ebed !important;
  border-color: #e6ebed !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d1dcd1 !important;
  border-color: #d1dcd1 !important;
  color: #4b634b !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #eef2ee !important;
  border-color: #eef2ee !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4b634b !important;
  background-color: #eef2ee !important;
  border-color: #eef2ee !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f80a2c !important;
  border-color: #f80a2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f93c57 !important;
  border-color: #f93c57 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f93c57 !important;
  border-color: #f93c57 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1e1d1c;
  color: #1e1d1c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e1d1c !important;
  border-color: #1e1d1c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f2ede4;
  color: #f2ede4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d6c6a9 !important;
  background-color: transparent !important;
  border-color: #d6c6a9 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #917646 !important;
  background-color: #f2ede4 !important;
  border-color: #f2ede4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #c9d4d7;
  color: #c9d4d7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #97acb2 !important;
  background-color: transparent !important;
  border-color: #97acb2 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #45575c !important;
  background-color: #c9d4d7 !important;
  border-color: #c9d4d7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d1dcd1;
  color: #d1dcd1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a0b7a0 !important;
  background-color: transparent !important;
  border-color: #a0b7a0 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4b634b !important;
  background-color: #d1dcd1 !important;
  border-color: #d1dcd1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f80a2c;
  color: #f80a2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a7051c !important;
  background-color: transparent !important;
  border-color: #a7051c !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f80a2c !important;
  border-color: #f80a2c !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: #1e1d1c !important;
}
.text-secondary {
  color: #f2ede4 !important;
}
.text-success {
  color: #c9d4d7 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #d1dcd1 !important;
}
.text-danger {
  color: #f80a2c !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: #d1bf9f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #8ea5ac !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #97b097 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #980419 !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: #1e1d1c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #d1dcd1;
}
.alert-danger {
  background-color: #f80a2c;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1e1d1c;
  border-color: #1e1d1c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1e1d1c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d1d0ce;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fed0d7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: -0.04vw;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #1e1d1c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: -0.04vw;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #1e1d1c;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #1e1d1c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1e1d1c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1e1d1c;
  border-bottom-color: #1e1d1c;
}
.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: #1e1d1c !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: #f2ede4 !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='%231e1d1c' %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: 14px 36px;
  border-radius: 5rem !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 14px 24px;
  }
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  position: relative;
  border: none !important;
}
.mbr-section-btn .btn-primary-outline:before,
.mbr-section-btn-main .btn-primary-outline:before,
.mbr-section-btn .btn-secondary-outline:before,
.mbr-section-btn-main .btn-secondary-outline:before,
.mbr-section-btn .btn-success-outline:before,
.mbr-section-btn-main .btn-success-outline:before,
.mbr-section-btn .btn-info-outline:before,
.mbr-section-btn-main .btn-info-outline:before,
.mbr-section-btn .btn-warning-outline:before,
.mbr-section-btn-main .btn-warning-outline:before,
.mbr-section-btn .btn-danger-outline:before,
.mbr-section-btn-main .btn-danger-outline:before,
.mbr-section-btn .btn-black-outline:before,
.mbr-section-btn-main .btn-black-outline:before,
.mbr-section-btn .btn-white-outline:before,
.mbr-section-btn-main .btn-white-outline:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  opacity: .2;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  border: 1px solid #1e1d1c;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  box-shadow: inset 0 -70px #1e1d1c !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before {
  border: 1px solid #f2ede4;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  box-shadow: inset 0 -70px #f2ede4 !important;
  color: #1e1d1c !important;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  border: 1px solid #c9d4d7;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  box-shadow: inset 0 -70px #c9d4d7 !important;
  color: #1e1d1c !important;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  border: 1px solid #ffffff;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  box-shadow: inset 0 -70px #ffffff !important;
  color: #1e1d1c !important;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  border: 1px solid #d1dcd1;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  box-shadow: inset 0 -70px #d1dcd1 !important;
  color: #1e1d1c !important;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  border: 1px solid #f80a2c;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  box-shadow: inset 0 -70px #f80a2c !important;
  color: #1e1d1c !important;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  border: 1px solid #000000;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  box-shadow: inset 0 -70px #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  border: 1px solid #ffffff;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  box-shadow: inset 0 -70px #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 0 !important;
}
.cid-u5M5WvhvO8 {
  background-color: transparent;
}
.cid-u5M5WvhvO8 .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-u5M5WvhvO8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-u5M5WvhvO8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5M5WvhvO8 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u5M5WvhvO8 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u5M5WvhvO8 .menu_box .navbar.opened,
  .cid-u5M5WvhvO8 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u5M5WvhvO8 .navbar-dropdown {
  position: relative !important;
}
.cid-u5M5WvhvO8 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u5M5WvhvO8 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u5M5WvhvO8 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u5M5WvhvO8 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u5M5WvhvO8 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u5M5WvhvO8 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1d1c;
  }
  .cid-u5M5WvhvO8 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u5M5WvhvO8 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u5M5WvhvO8 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u5M5WvhvO8 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u5M5WvhvO8 .offcanvas-body .mbr-text,
  .cid-u5M5WvhvO8 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u5M5WvhvO8 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u5M5WvhvO8 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 50px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u5M5WvhvO8 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1e1d1c;
  }
  .cid-u5M5WvhvO8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u5M5WvhvO8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u5M5WvhvO8 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u5M5WvhvO8 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u5M5WvhvO8 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u5M5WvhvO8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u5M5WvhvO8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u5M5WvhvO8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u5M5WvhvO8 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u5M5WvhvO8 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u5M5WvhvO8 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-u5M5WvhvO8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u5M5WvhvO8 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u5M5WvhvO8 .nav-item {
    margin: 0 !important;
  }
}
.cid-u5M5WvhvO8 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-u5M5WvhvO8 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1e1d1c;
  transition: all 0.3s ease-in-out;
}
.cid-u5M5WvhvO8 .nav-item .nav-link:hover,
.cid-u5M5WvhvO8 .nav-item .nav-link:focus {
  color: #1e1d1c !important;
}
.cid-u5M5WvhvO8 .nav-item .nav-link:hover::before,
.cid-u5M5WvhvO8 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u5M5WvhvO8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u5M5WvhvO8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u5M5WvhvO8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u5M5WvhvO8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u5M5WvhvO8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u5M5WvhvO8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u5M5WvhvO8 .offcanvas_box {
    display: none;
  }
}
.cid-u5M5WvhvO8 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u5M5WvhvO8 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u5M5WvhvO8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u5M5WvhvO8 .container {
  display: flex;
  margin: auto;
}
.cid-u5M5WvhvO8 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u5M5WvhvO8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u5M5WvhvO8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u5M5WvhvO8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u5M5WvhvO8 .navbar-nav {
    margin: 0;
  }
}
.cid-u5M5WvhvO8 .dropdown-menu,
.cid-u5M5WvhvO8 .navbar.opened {
  background-color: false !important;
}
.cid-u5M5WvhvO8 .nav-item:focus,
.cid-u5M5WvhvO8 .nav-link:focus {
  outline: none;
}
.cid-u5M5WvhvO8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5M5WvhvO8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5M5WvhvO8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5M5WvhvO8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5M5WvhvO8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5M5WvhvO8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5M5WvhvO8 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u5M5WvhvO8 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u5M5WvhvO8 .navbar.opened {
  transition: all 0.3s;
}
.cid-u5M5WvhvO8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u5M5WvhvO8 .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u5M5WvhvO8 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u5M5WvhvO8 .navbar.collapsed {
  justify-content: center;
}
.cid-u5M5WvhvO8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5M5WvhvO8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u5M5WvhvO8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5M5WvhvO8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5M5WvhvO8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5M5WvhvO8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u5M5WvhvO8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u5M5WvhvO8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u5M5WvhvO8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u5M5WvhvO8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5M5WvhvO8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5M5WvhvO8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u5M5WvhvO8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5M5WvhvO8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u5M5WvhvO8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5M5WvhvO8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u5M5WvhvO8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u5M5WvhvO8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u5M5WvhvO8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u5M5WvhvO8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5M5WvhvO8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u5M5WvhvO8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5M5WvhvO8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5M5WvhvO8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5M5WvhvO8 .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-u5M5WvhvO8 .navbar-brand .navbar-caption {
  font-family: "Bricolage Grotesque", sans-serif !important;
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u5M5WvhvO8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5M5WvhvO8 .dropdown-item.active,
.cid-u5M5WvhvO8 .dropdown-item:active {
  background-color: transparent;
}
.cid-u5M5WvhvO8 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u5M5WvhvO8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5M5WvhvO8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5M5WvhvO8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5M5WvhvO8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u5M5WvhvO8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5M5WvhvO8 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #f2ede4;
}
.cid-u5M5WvhvO8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1e1d1c;
}
.cid-u5M5WvhvO8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5M5WvhvO8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5M5WvhvO8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5M5WvhvO8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5M5WvhvO8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5M5WvhvO8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5M5WvhvO8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5M5WvhvO8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5M5WvhvO8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u5M5WvhvO8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5M5WvhvO8 .navbar {
    height: 70px;
  }
  .cid-u5M5WvhvO8 .navbar.opened {
    height: auto;
  }
  .cid-u5M5WvhvO8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5M5WvhvO8 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u5M5WvhvO8 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u5M5WvhvO8 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u5M5WvhvO8 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u5M5WvhvO8 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u5M5WvhvO8 .navbar-caption:hover {
  color: #1e1d1c;
}
@media (min-width: 992px) {
  .cid-u5M5WvhvO8 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u5M5WvhvO8 .text_widget {
  margin-bottom: 32px;
}
.cid-u5M5WvhvO8 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u5M5WvhvO8 .text_widget a:hover,
.cid-u5M5WvhvO8 .text_widget a:focus {
  opacity: .8;
}
.cid-u5M5WvhvO8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u5M5WvhvO8 .navbar-caption {
  color: #1e1d1c;
}
.cid-u5M5WvhvO8 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-u5M5WvhvO8 .mbr-section-subtitle,
.cid-u5M5WvhvO8 .text_widget,
.cid-u5M5WvhvO8 .mbr-section-btn {
  text-align: left;
}
.cid-u5M5WvhvO8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u5M5WHjXVO {
  background-image: url("../../../assets/images/casinos-quebec-mas-1920x1080.jpg");
}
.cid-u5M5WHjXVO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5M5WHjXVO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5M5WHjXVO .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u5M5WHjXVO .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u5M5WHjXVO .container {
    padding: 0 20px;
  }
}
.cid-u5M5WHjXVO .card {
  justify-content: center;
}
.cid-u5M5WHjXVO .content-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-u5M5WHjXVO .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-u5M5WHjXVO .content-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-u5M5WHjXVO .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
.cid-u5M5WHjXVO .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-u5M5WHjXVO .image-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-u5M5WHjXVO .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-u5M5WHjXVO .image-wrapper {
    padding-right: 0;
  }
}
.cid-u5M5WHjXVO .image-wrapper .image-wrap {
  padding-right: 116px;
}
@media (max-width: 1440px) {
  .cid-u5M5WHjXVO .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-u5M5WHjXVO .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u5M5WHjXVO .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-u5M5WHjXVO .mbr-section-title {
  color: #ffffff;
}
.cid-u5M5WHjXVO .mbr-desc {
  color: #ffffff;
}
.cid-unhE6T4H4R {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #d1dcd1;
}
.cid-unhE6T4H4R .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #1e1d1c;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-unhE6T4H4R .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-unhE6T4H4R .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-unhE6T4H4R .main-title.display-2 {
  line-height: 1.375;
}
.cid-unhE6T4H4R .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-unhE6T4H4R .mbr-text {
  color: #606060;
}
.cid-unhE6T4H4R .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-unhE6T4H4R .mbr-section-btn {
  margin-top: 24px;
}
.cid-unhE6T4H4R .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-unhE6T4H4R .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-unhE6T4H4R .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-unhE6T4H4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-unhE6T4H4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unhE6T4H4R .mbr-text,
.cid-unhE6T4H4R .mbr-section-btn {
  color: #000000;
}
.cid-unhE6T4H4R .main-title,
.cid-unhE6T4H4R .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u5M60pI4wK {
  background-image: url("../../../assets/images/q-1375x780.png");
}
.cid-u5M60pI4wK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5M60pI4wK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5M60pI4wK .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u5M60pI4wK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u5M60pI4wK .container {
    padding: 0 20px;
  }
}
.cid-u5M60pI4wK .row {
  justify-content: center;
}
.cid-u5M60pI4wK .content-wrapper .mbr-desc {
  margin-bottom: 25px;
}
.cid-u5M60pI4wK .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u5M60pI4wK .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u5M60pI4wK .content-wrapper .text-wrapper {
  padding-left: 216px;
}
@media (max-width: 1440px) {
  .cid-u5M60pI4wK .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 1200px) {
  .cid-u5M60pI4wK .content-wrapper .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-u5M60pI4wK .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-u5M60pI4wK .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 75%;
  margin-bottom: 0;
}
.cid-u5M60pI4wK .mbr-desc {
  color: #ffffff;
}
.cid-u5M60pI4wK .mbr-section-title {
  color: #ffffff;
}
.cid-u5M60pI4wK .mbr-text {
  color: #ffffff;
}
.cid-u5M5WSNl8H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1dcd1;
}
.cid-u5M5WSNl8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5M5WSNl8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5M5WSNl8H .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u5M5WSNl8H .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u5M5WSNl8H .container {
    padding: 0 20px;
  }
}
.cid-u5M5WSNl8H .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 150px;
  padding: 0 100px;
}
@media (max-width: 1700px) {
  .cid-u5M5WSNl8H .content-wrapper {
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .cid-u5M5WSNl8H .content-wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 992px) {
  .cid-u5M5WSNl8H .content-wrapper {
    display: block;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-u5M5WSNl8H .content-wrapper .image-wrapper_1 {
  padding-left: 116px;
}
@media (max-width: 1440px) {
  .cid-u5M5WSNl8H .content-wrapper .image-wrapper_1 {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5M5WSNl8H .content-wrapper .image-wrapper_1 {
    margin-bottom: 40px;
  }
}
.cid-u5M5WSNl8H .content-wrapper .image-wrapper_1 img {
  height: 370px;
  object-fit: cover;
}
.cid-u5M5WSNl8H .content-wrapper .image-wrapper_1 a {
  display: block;
}
.cid-u5M5WSNl8H .content-wrapper .items-wrapper {
  padding-top: 70%;
}
@media (max-width: 992px) {
  .cid-u5M5WSNl8H .content-wrapper .items-wrapper {
    padding-top: 0;
  }
}
.cid-u5M5WSNl8H .content-wrapper .items-wrapper .item {
  margin-bottom: 40px;
}
.cid-u5M5WSNl8H .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u5M5WSNl8H .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
    margin-bottom: 40px;
  }
}
.cid-u5M5WSNl8H .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.cid-u5M5WSNl8H .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #1e1d1c;
  opacity: .2;
}
.cid-u5M5WSNl8H .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 30px;
}
.cid-u5M5WSNl8H .content-wrapper .image-wrapper_2 {
  padding-right: 116px;
  margin-top: 132%;
}
@media (max-width: 1440px) {
  .cid-u5M5WSNl8H .content-wrapper .image-wrapper_2 {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5M5WSNl8H .content-wrapper .image-wrapper_2 {
    margin-top: 0;
  }
}
.cid-u5M5WSNl8H .content-wrapper .image-wrapper_2 img {
  height: 370px;
  object-fit: cover;
}
.cid-u5M5WSNl8H .content-wrapper .image-wrapper_2 a {
  display: block;
}
.cid-u5M5WSNl8H .card-number {
  color: #1e1d1c;
}
.cid-u5M5WSNl8H .card-title {
  color: #1e1d1c;
}
.cid-u5M5WSNl8H .card-text {
  color: #1e1d1c;
}
.cid-unhEPja2TP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f2f0;
}
.cid-unhEPja2TP .container-fluid {
  padding: 0 0 0 40px;
}
@media (max-width: 992px) {
  .cid-unhEPja2TP .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-unhEPja2TP .container {
    padding: 0 20px;
  }
}
.cid-unhEPja2TP .row {
  justify-content: space-between;
}
.cid-unhEPja2TP .title-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-unhEPja2TP .title-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-unhEPja2TP .title-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-unhEPja2TP .title-wrapper .title-wrap {
  padding-left: 116px;
}
@media (max-width: 1440px) {
  .cid-unhEPja2TP .title-wrapper .title-wrap {
    padding-left: 0;
  }
}
.cid-unhEPja2TP .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-unhEPja2TP .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-unhEPja2TP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 322px;
  max-width: 322px;
}
@media (max-width: 767px) {
  .cid-unhEPja2TP .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-unhEPja2TP .embla__slide .slide-content {
  width: 100%;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-unhEPja2TP .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 40px;
}
.cid-unhEPja2TP .embla__slide .slide-content .item-wrapper .item-img img {
  height: 445px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unhEPja2TP .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-unhEPja2TP .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-unhEPja2TP .embla__slide .slide-content .item-content .name-wrapper {
  margin-bottom: 20px;
}
.cid-unhEPja2TP .embla__slide .slide-content .item-content .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-unhEPja2TP .embla__slide .slide-content .item-content .name-wrapper .item-role {
  opacity: .4;
  margin-bottom: 0;
}
.cid-unhEPja2TP .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 30px;
}
.cid-unhEPja2TP .embla__button--next,
.cid-unhEPja2TP .embla__button--prev {
  display: flex;
}
.cid-unhEPja2TP .embla__button {
  bottom: 0;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #1e1d1c !important;
  color: #f2ede4 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-unhEPja2TP .embla__button:hover {
  opacity: .6 !important;
}
.cid-unhEPja2TP .embla__button.embla__button--prev {
  right: 120px;
}
@media (max-width: 992px) {
  .cid-unhEPja2TP .embla__button.embla__button--prev {
    right: 70px;
  }
}
.cid-unhEPja2TP .embla__button.embla__button--next {
  right: 50px;
}
@media (max-width: 992px) {
  .cid-unhEPja2TP .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-unhEPja2TP .embla {
  position: relative;
  width: 100%;
}
.cid-unhEPja2TP .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-unhEPja2TP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-unhEPja2TP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-unhEPja2TP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-unhEPja2TP .mbr-section-title {
  color: #1e1d1c;
}
.cid-unhEPja2TP .item-name {
  color: #1e1d1c;
}
.cid-unhEPja2TP .item-role {
  color: #1e1d1c;
}
.cid-unhEPja2TP .item-text {
  color: #1e1d1c;
}
.cid-u5M62J7tVF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d1dcd1;
}
.cid-u5M62J7tVF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5M62J7tVF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5M62J7tVF .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u5M62J7tVF .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u5M62J7tVF .container {
    padding: 0 20px;
  }
}
.cid-u5M62J7tVF .row {
  justify-content: space-between;
}
.cid-u5M62J7tVF .card {
  justify-content: center;
}
.cid-u5M62J7tVF .image-wrapper img {
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u5M62J7tVF .image-wrapper img {
    height: 350px;
  }
}
.cid-u5M62J7tVF .content-wrapper {
  padding: 80px 156px 80px 86px;
}
@media (max-width: 1440px) {
  .cid-u5M62J7tVF .content-wrapper {
    padding: 80px 156px 80px 50px;
  }
}
@media (max-width: 1200px) {
  .cid-u5M62J7tVF .content-wrapper {
    padding: 80px 106px 80px 50px;
  }
}
@media (max-width: 992px) {
  .cid-u5M62J7tVF .content-wrapper {
    padding: 40px 0 80px;
  }
}
.cid-u5M62J7tVF .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-u5M62J7tVF .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u5M62J7tVF .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u5M62J7tVF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u5M62J7tVF .mbr-desc {
  color: #1e1d1c;
}
.cid-u5M62J7tVF .mbr-section-title {
  color: #1e1d1c;
}
.cid-u5M62J7tVF .mbr-text {
  color: #1e1d1c;
}
.cid-unhMjZPtPv {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #f2f0f4;
}
.cid-unhMjZPtPv .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #f2f0f4 0, #f2f0f4 43%, #f2f0f4 100%);
}
.cid-unhMjZPtPv .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #f2f0f4 0, #f2f0f4 43%, #f2f0f4 100%);
}
.cid-unhMjZPtPv .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #f2f0f4 0, #f2f0f4 43%, #f2f0f4 100%);
}
.cid-unhMjZPtPv .mbr-fallback-image.disabled {
  display: none;
}
.cid-unhMjZPtPv .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-unhMjZPtPv .container {
    padding: 0 30px;
  }
}
.cid-unhMjZPtPv .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-unhMjZPtPv .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-unhMjZPtPv .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-unhMjZPtPv .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-unhMjZPtPv .mbr-section-title {
  color: #ffffff;
}
.cid-unhMjZPtPv .mbr-text,
.cid-unhMjZPtPv .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-unhMjZPtPv .mbr-section-title,
.cid-unhMjZPtPv .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-unhKZan4Iq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f0f4;
}
.cid-unhKZan4Iq .mbr-fallback-image.disabled {
  display: none;
}
.cid-unhKZan4Iq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unhKZan4Iq .items-wrapper {
  margin: 0 -5px;
}
.cid-unhKZan4Iq .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-unhKZan4Iq .item {
    margin-bottom: 16px;
  }
  .cid-unhKZan4Iq .item:last-child {
    margin-bottom: 0;
  }
}
.cid-unhKZan4Iq .item .item-wrapper {
  height: 100%;
}
.cid-unhKZan4Iq .item .item-wrapper .card-box {
  position: relative;
  min-height: 350px;
  height: 100%;
  padding: 42px;
  border: 1px solid #d1dcd1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-unhKZan4Iq .item .item-wrapper .card-box {
    padding: 24px;
    min-height: 265px;
  }
}
.cid-unhKZan4Iq .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: .3;
  background-color: #d1dcd1;
  pointer-events: none;
}
.cid-unhKZan4Iq .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.cid-unhKZan4Iq .item .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-unhKZan4Iq .item .item-wrapper .item-img {
  position: relative;
  min-height: 350px;
  height: 100%;
}
.cid-unhKZan4Iq .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-unhKZan4Iq .item .item-wrapper .item-img img {
    transform: none;
    min-height: 265px;
  }
}
.cid-unhKZan4Iq .card-title {
  color: #000000;
}
.cid-unhKZan4Iq .card-text {
  color: #000000;
}
.cid-unhMJIOfy5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f0f4;
}
.cid-unhMJIOfy5 .container {
  display: flex;
  justify-content: center;
}
.cid-unhMJIOfy5 .main-row {
  align-items: center;
  max-width: 1170px;
  width: 100%;
}
.cid-unhMJIOfy5 .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #d1dcd1;
  box-shadow: 0 30px 80px rgba(68, 109, 255, 0.05);
  padding: 38px 53px !important;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .cid-unhMJIOfy5 .content-container {
    padding: 30px 3px !important;
  }
}
@media (min-width: 1400px) {
  .cid-unhMJIOfy5 .content-container {
    padding: 38px 41px !important;
  }
}
.cid-unhMJIOfy5 .col-text {
  padding: 0 12px !important;
}
@media (min-width: 1400px) {
  .cid-unhMJIOfy5 .col-text {
    padding: 0 24px !important;
  }
}
@media (max-width: 991px) {
  .cid-unhMJIOfy5 .col-text {
    margin-bottom: 20px;
  }
}
.cid-unhMJIOfy5 .col-btn {
  display: flex;
  padding: 0 12px !important;
  justify-content: flex-end;
}
@media (min-width: 1400px) {
  .cid-unhMJIOfy5 .col-btn {
    padding: 0 24px !important;
  }
}
@media (max-width: 991px) {
  .cid-unhMJIOfy5 .col-btn {
    justify-content: center;
  }
}
.cid-unhMJIOfy5 .text-container {
  width: 100%;
}
.cid-unhMJIOfy5 .label-text {
  color: #000000;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .cid-unhMJIOfy5 .label-text {
    text-align: center !important;
  }
}
.cid-unhMJIOfy5 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-unhMJIOfy5 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-unhMJIOfy5 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-unhMJIOfy5 .mbr-text {
    text-align: center !important;
  }
}
.cid-unhMJIOfy5 .mbr-section-btn .btn {
  border-radius: 10px;
  padding: 10px 40px;
  min-height: 62px;
}
.cid-unhMJIOfy5 .mbr-section-btn .btn-secondary-outline {
  border: 1px solid #f2ede4;
}
.cid-unhMJIOfy5 .mbr-section-btn .btn-secondary-outline:hover {
  background-color: #f2ede4 !important;
  border-color: #f2ede4 !important;
  color: #ffffff!important;
}
@media (max-width: 575px) {
  .cid-unhMJIOfy5 .mbr-section-btn {
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-unhMJIOfy5 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-unhMJIOfy5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unhMJIOfy5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5M63XRv3X {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #d1dcd1;
}
.cid-u5M63XRv3X .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5M63XRv3X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5M63XRv3X .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u5M63XRv3X .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u5M63XRv3X .container {
    padding: 0 20px;
  }
}
.cid-u5M63XRv3X .row {
  justify-content: center;
}
.cid-u5M63XRv3X .logo-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u5M63XRv3X .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u5M63XRv3X .logo-wrapper img {
  display: inline-flex;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.cid-u5M63XRv3X .logo-wrapper a {
  display: inline-flex;
}
.cid-u5M63XRv3X .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u5M63XRv3X .content-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5M63XRv3X .content-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u5M63XRv3X .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u5M63XRv3X .content-wrapper .list-wrapper .list .item-wrap {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin-bottom: 10px;
  opacity: .6;
  cursor: pointer;
}
.cid-u5M63XRv3X .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u5M63XRv3X .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-u5M63XRv3X .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-u5M63XRv3X .content-wrapper .list-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u5M63XRv3X .border-wrap {
  height: 1px;
  width: 100%;
  opacity: .2;
  background-color: #000000;
}
.cid-u5M63XRv3X .copy-wrapper .mbr-copy {
  padding: 30px 0 40px;
  margin-bottom: 0;
  opacity: .4;
}
.cid-u5M63XRv3X .list {
  color: #ffffff;
}
.cid-u5M63XRv3X .mbr-copy {
  color: #ffffff;
}
.cid-u5M63XRv3X .mbr-copy,
.cid-u5M63XRv3X .logo-wrapper {
  color: #000000;
}
.cid-unhUMT5TpL {
  background-color: transparent;
}
.cid-unhUMT5TpL .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-unhUMT5TpL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-unhUMT5TpL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unhUMT5TpL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unhUMT5TpL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unhUMT5TpL .menu_box .navbar.opened,
  .cid-unhUMT5TpL .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-unhUMT5TpL .navbar-dropdown {
  position: relative !important;
}
.cid-unhUMT5TpL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-unhUMT5TpL .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unhUMT5TpL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unhUMT5TpL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unhUMT5TpL .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unhUMT5TpL .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1d1c;
  }
  .cid-unhUMT5TpL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unhUMT5TpL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unhUMT5TpL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unhUMT5TpL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unhUMT5TpL .offcanvas-body .mbr-text,
  .cid-unhUMT5TpL .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unhUMT5TpL .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unhUMT5TpL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 50px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unhUMT5TpL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1e1d1c;
  }
  .cid-unhUMT5TpL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unhUMT5TpL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unhUMT5TpL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unhUMT5TpL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unhUMT5TpL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unhUMT5TpL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unhUMT5TpL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unhUMT5TpL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unhUMT5TpL li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unhUMT5TpL .lg_brand {
    margin: 0 1rem;
  }
  .cid-unhUMT5TpL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-unhUMT5TpL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unhUMT5TpL .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-unhUMT5TpL .nav-item {
    margin: 0 !important;
  }
}
.cid-unhUMT5TpL .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-unhUMT5TpL .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1e1d1c;
  transition: all 0.3s ease-in-out;
}
.cid-unhUMT5TpL .nav-item .nav-link:hover,
.cid-unhUMT5TpL .nav-item .nav-link:focus {
  color: #1e1d1c !important;
}
.cid-unhUMT5TpL .nav-item .nav-link:hover::before,
.cid-unhUMT5TpL .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-unhUMT5TpL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unhUMT5TpL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unhUMT5TpL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unhUMT5TpL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unhUMT5TpL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unhUMT5TpL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unhUMT5TpL .offcanvas_box {
    display: none;
  }
}
.cid-unhUMT5TpL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unhUMT5TpL .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unhUMT5TpL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unhUMT5TpL .container {
  display: flex;
  margin: auto;
}
.cid-unhUMT5TpL .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unhUMT5TpL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unhUMT5TpL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unhUMT5TpL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unhUMT5TpL .navbar-nav {
    margin: 0;
  }
}
.cid-unhUMT5TpL .dropdown-menu,
.cid-unhUMT5TpL .navbar.opened {
  background-color: false !important;
}
.cid-unhUMT5TpL .nav-item:focus,
.cid-unhUMT5TpL .nav-link:focus {
  outline: none;
}
.cid-unhUMT5TpL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unhUMT5TpL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unhUMT5TpL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unhUMT5TpL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unhUMT5TpL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unhUMT5TpL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unhUMT5TpL .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unhUMT5TpL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unhUMT5TpL .navbar.opened {
  transition: all 0.3s;
}
.cid-unhUMT5TpL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unhUMT5TpL .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-unhUMT5TpL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-unhUMT5TpL .navbar.collapsed {
  justify-content: center;
}
.cid-unhUMT5TpL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unhUMT5TpL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unhUMT5TpL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unhUMT5TpL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unhUMT5TpL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unhUMT5TpL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unhUMT5TpL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unhUMT5TpL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unhUMT5TpL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unhUMT5TpL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unhUMT5TpL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unhUMT5TpL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unhUMT5TpL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unhUMT5TpL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unhUMT5TpL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unhUMT5TpL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unhUMT5TpL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unhUMT5TpL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unhUMT5TpL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unhUMT5TpL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unhUMT5TpL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unhUMT5TpL .navbar.navbar-short {
  min-height: 60px;
}
.cid-unhUMT5TpL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unhUMT5TpL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unhUMT5TpL .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-unhUMT5TpL .navbar-brand .navbar-caption {
  font-family: "Bricolage Grotesque", sans-serif !important;
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unhUMT5TpL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unhUMT5TpL .dropdown-item.active,
.cid-unhUMT5TpL .dropdown-item:active {
  background-color: transparent;
}
.cid-unhUMT5TpL .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-unhUMT5TpL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unhUMT5TpL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unhUMT5TpL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unhUMT5TpL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unhUMT5TpL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unhUMT5TpL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #f2ede4;
}
.cid-unhUMT5TpL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1e1d1c;
}
.cid-unhUMT5TpL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unhUMT5TpL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unhUMT5TpL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unhUMT5TpL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unhUMT5TpL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unhUMT5TpL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unhUMT5TpL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unhUMT5TpL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unhUMT5TpL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unhUMT5TpL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unhUMT5TpL .navbar {
    height: 70px;
  }
  .cid-unhUMT5TpL .navbar.opened {
    height: auto;
  }
  .cid-unhUMT5TpL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unhUMT5TpL .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-unhUMT5TpL .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unhUMT5TpL .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unhUMT5TpL .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unhUMT5TpL .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-unhUMT5TpL .navbar-caption:hover {
  color: #1e1d1c;
}
@media (min-width: 992px) {
  .cid-unhUMT5TpL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unhUMT5TpL .text_widget {
  margin-bottom: 32px;
}
.cid-unhUMT5TpL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unhUMT5TpL .text_widget a:hover,
.cid-unhUMT5TpL .text_widget a:focus {
  opacity: .8;
}
.cid-unhUMT5TpL .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-unhUMT5TpL .navbar-caption {
  color: #1e1d1c;
}
.cid-unhUMT5TpL .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-unhUMT5TpL .mbr-section-subtitle,
.cid-unhUMT5TpL .text_widget,
.cid-unhUMT5TpL .mbr-section-btn {
  text-align: left;
}
.cid-unhUMT5TpL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unhUMVsHNd {
  background-image: url("../../../assets/images/situs-toto-togel-online-4d-1280x731.jpg");
}
.cid-unhUMVsHNd .mbr-fallback-image.disabled {
  display: none;
}
.cid-unhUMVsHNd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unhUMVsHNd .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-unhUMVsHNd .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-unhUMVsHNd .container {
    padding: 0 20px;
  }
}
.cid-unhUMVsHNd .card {
  justify-content: center;
}
.cid-unhUMVsHNd .content-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-unhUMVsHNd .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-unhUMVsHNd .content-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-unhUMVsHNd .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
.cid-unhUMVsHNd .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-unhUMVsHNd .image-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-unhUMVsHNd .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-unhUMVsHNd .image-wrapper {
    padding-right: 0;
  }
}
.cid-unhUMVsHNd .image-wrapper .image-wrap {
  padding-right: 116px;
}
@media (max-width: 1440px) {
  .cid-unhUMVsHNd .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-unhUMVsHNd .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unhUMVsHNd .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-unhUMVsHNd .mbr-section-title {
  color: #ffffff;
}
.cid-unhUMVsHNd .mbr-desc {
  color: #ffffff;
}
.cid-unhVFXTtGB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #d1dcd1;
}
.cid-unhVFXTtGB .mbr-fallback-image.disabled {
  display: none;
}
.cid-unhVFXTtGB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unhVFXTtGB .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-unhVFXTtGB .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unhVFXTtGB .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-unhVFXTtGB .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unhVFXTtGB .container {
    padding: 0 12px;
  }
}
.cid-unhVFXTtGB .row {
  justify-content: center;
}
.cid-unhVFXTtGB .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-unhVFXTtGB .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-unhVFXTtGB .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-unhVFXTtGB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unhVFXTtGB .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-unhVFXTtGB .item {
    margin-bottom: 16px;
  }
}
.cid-unhVFXTtGB .item .item-wrapper {
  width: 100%;
}
.cid-unhVFXTtGB .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unhVFXTtGB .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-unhVFXTtGB .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-unhVFXTtGB .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-unhVFXTtGB .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-unhVFXTtGB .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-unhVFXTtGB .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-unhVFXTtGB .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-unhVFXTtGB .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #f5f5f7;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-unhVFXTtGB .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-unhVFXTtGB .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-unhVFXTtGB .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-unhVFXTtGB .mbr-text {
  color: #1D1D1F;
  text-align: left;
}
.cid-unhVFXTtGB .item-title {
  color: #1D1D1F;
}
.cid-unhVFXTtGB .item-desc {
  color: #1D1D1F;
}
.cid-unhVFXTtGB .item-text {
  color: #1D1D1F;
}
.cid-unhUN6YZs5 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #d1dcd1;
}
.cid-unhUN6YZs5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unhUN6YZs5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unhUN6YZs5 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-unhUN6YZs5 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-unhUN6YZs5 .container {
    padding: 0 20px;
  }
}
.cid-unhUN6YZs5 .row {
  justify-content: center;
}
.cid-unhUN6YZs5 .logo-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-unhUN6YZs5 .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-unhUN6YZs5 .logo-wrapper img {
  display: inline-flex;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.cid-unhUN6YZs5 .logo-wrapper a {
  display: inline-flex;
}
.cid-unhUN6YZs5 .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-unhUN6YZs5 .content-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-unhUN6YZs5 .content-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-unhUN6YZs5 .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-unhUN6YZs5 .content-wrapper .list-wrapper .list .item-wrap {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin-bottom: 10px;
  opacity: .6;
  cursor: pointer;
}
.cid-unhUN6YZs5 .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-unhUN6YZs5 .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-unhUN6YZs5 .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-unhUN6YZs5 .content-wrapper .list-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-unhUN6YZs5 .border-wrap {
  height: 1px;
  width: 100%;
  opacity: .2;
  background-color: #000000;
}
.cid-unhUN6YZs5 .copy-wrapper .mbr-copy {
  padding: 30px 0 40px;
  margin-bottom: 0;
  opacity: .4;
}
.cid-unhUN6YZs5 .list {
  color: #ffffff;
}
.cid-unhUN6YZs5 .mbr-copy {
  color: #ffffff;
}
.cid-unhUN6YZs5 .mbr-copy,
.cid-unhUN6YZs5 .logo-wrapper {
  color: #000000;
}
.cid-unhW5FXJuO {
  background-color: transparent;
}
.cid-unhW5FXJuO .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-unhW5FXJuO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-unhW5FXJuO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unhW5FXJuO .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unhW5FXJuO .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unhW5FXJuO .menu_box .navbar.opened,
  .cid-unhW5FXJuO .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-unhW5FXJuO .navbar-dropdown {
  position: relative !important;
}
.cid-unhW5FXJuO .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-unhW5FXJuO .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unhW5FXJuO .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unhW5FXJuO .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unhW5FXJuO .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unhW5FXJuO .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1d1c;
  }
  .cid-unhW5FXJuO .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unhW5FXJuO .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unhW5FXJuO .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unhW5FXJuO .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unhW5FXJuO .offcanvas-body .mbr-text,
  .cid-unhW5FXJuO .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unhW5FXJuO .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unhW5FXJuO .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 50px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unhW5FXJuO .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1e1d1c;
  }
  .cid-unhW5FXJuO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unhW5FXJuO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unhW5FXJuO .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unhW5FXJuO .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unhW5FXJuO ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unhW5FXJuO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unhW5FXJuO .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unhW5FXJuO .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unhW5FXJuO li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unhW5FXJuO .lg_brand {
    margin: 0 1rem;
  }
  .cid-unhW5FXJuO .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-unhW5FXJuO .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unhW5FXJuO .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-unhW5FXJuO .nav-item {
    margin: 0 !important;
  }
}
.cid-unhW5FXJuO .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-unhW5FXJuO .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1e1d1c;
  transition: all 0.3s ease-in-out;
}
.cid-unhW5FXJuO .nav-item .nav-link:hover,
.cid-unhW5FXJuO .nav-item .nav-link:focus {
  color: #1e1d1c !important;
}
.cid-unhW5FXJuO .nav-item .nav-link:hover::before,
.cid-unhW5FXJuO .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-unhW5FXJuO .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unhW5FXJuO .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unhW5FXJuO .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unhW5FXJuO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unhW5FXJuO .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unhW5FXJuO .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unhW5FXJuO .offcanvas_box {
    display: none;
  }
}
.cid-unhW5FXJuO .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unhW5FXJuO .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unhW5FXJuO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unhW5FXJuO .container {
  display: flex;
  margin: auto;
}
.cid-unhW5FXJuO .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unhW5FXJuO .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unhW5FXJuO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unhW5FXJuO .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unhW5FXJuO .navbar-nav {
    margin: 0;
  }
}
.cid-unhW5FXJuO .dropdown-menu,
.cid-unhW5FXJuO .navbar.opened {
  background-color: false !important;
}
.cid-unhW5FXJuO .nav-item:focus,
.cid-unhW5FXJuO .nav-link:focus {
  outline: none;
}
.cid-unhW5FXJuO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unhW5FXJuO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unhW5FXJuO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unhW5FXJuO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unhW5FXJuO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unhW5FXJuO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unhW5FXJuO .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unhW5FXJuO .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unhW5FXJuO .navbar.opened {
  transition: all 0.3s;
}
.cid-unhW5FXJuO .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unhW5FXJuO .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-unhW5FXJuO .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-unhW5FXJuO .navbar.collapsed {
  justify-content: center;
}
.cid-unhW5FXJuO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unhW5FXJuO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unhW5FXJuO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unhW5FXJuO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unhW5FXJuO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unhW5FXJuO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unhW5FXJuO .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unhW5FXJuO .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unhW5FXJuO .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unhW5FXJuO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unhW5FXJuO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unhW5FXJuO .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unhW5FXJuO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unhW5FXJuO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unhW5FXJuO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unhW5FXJuO .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unhW5FXJuO .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unhW5FXJuO .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unhW5FXJuO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unhW5FXJuO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unhW5FXJuO .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unhW5FXJuO .navbar.navbar-short {
  min-height: 60px;
}
.cid-unhW5FXJuO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unhW5FXJuO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unhW5FXJuO .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-unhW5FXJuO .navbar-brand .navbar-caption {
  font-family: "Bricolage Grotesque", sans-serif !important;
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unhW5FXJuO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unhW5FXJuO .dropdown-item.active,
.cid-unhW5FXJuO .dropdown-item:active {
  background-color: transparent;
}
.cid-unhW5FXJuO .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-unhW5FXJuO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unhW5FXJuO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unhW5FXJuO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unhW5FXJuO ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unhW5FXJuO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unhW5FXJuO button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #f2ede4;
}
.cid-unhW5FXJuO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1e1d1c;
}
.cid-unhW5FXJuO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unhW5FXJuO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unhW5FXJuO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unhW5FXJuO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unhW5FXJuO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unhW5FXJuO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unhW5FXJuO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unhW5FXJuO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unhW5FXJuO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unhW5FXJuO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unhW5FXJuO .navbar {
    height: 70px;
  }
  .cid-unhW5FXJuO .navbar.opened {
    height: auto;
  }
  .cid-unhW5FXJuO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unhW5FXJuO .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-unhW5FXJuO .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unhW5FXJuO .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unhW5FXJuO .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unhW5FXJuO .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-unhW5FXJuO .navbar-caption:hover {
  color: #1e1d1c;
}
@media (min-width: 992px) {
  .cid-unhW5FXJuO .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unhW5FXJuO .text_widget {
  margin-bottom: 32px;
}
.cid-unhW5FXJuO .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unhW5FXJuO .text_widget a:hover,
.cid-unhW5FXJuO .text_widget a:focus {
  opacity: .8;
}
.cid-unhW5FXJuO .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-unhW5FXJuO .navbar-caption {
  color: #1e1d1c;
}
.cid-unhW5FXJuO .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-unhW5FXJuO .mbr-section-subtitle,
.cid-unhW5FXJuO .text_widget,
.cid-unhW5FXJuO .mbr-section-btn {
  text-align: left;
}
.cid-unhW5FXJuO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unhW5HlwXz {
  background-image: url("../../../assets/images/connectors-20231129130908660-1920x1008.jpg");
}
.cid-unhW5HlwXz .mbr-fallback-image.disabled {
  display: none;
}
.cid-unhW5HlwXz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unhW5HlwXz .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-unhW5HlwXz .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-unhW5HlwXz .container {
    padding: 0 20px;
  }
}
.cid-unhW5HlwXz .card {
  justify-content: center;
}
.cid-unhW5HlwXz .content-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-unhW5HlwXz .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-unhW5HlwXz .content-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-unhW5HlwXz .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
.cid-unhW5HlwXz .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-unhW5HlwXz .image-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-unhW5HlwXz .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-unhW5HlwXz .image-wrapper {
    padding-right: 0;
  }
}
.cid-unhW5HlwXz .image-wrapper .image-wrap {
  padding-right: 116px;
}
@media (max-width: 1440px) {
  .cid-unhW5HlwXz .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-unhW5HlwXz .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unhW5HlwXz .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-unhW5HlwXz .mbr-section-title {
  color: #ffffff;
}
.cid-unhW5HlwXz .mbr-desc {
  color: #ffffff;
}
.cid-unhW5IrWal {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #d1dcd1;
}
.cid-unhW5IrWal .mbr-fallback-image.disabled {
  display: none;
}
.cid-unhW5IrWal .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unhW5IrWal .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-unhW5IrWal .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unhW5IrWal .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-unhW5IrWal .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unhW5IrWal .container {
    padding: 0 12px;
  }
}
.cid-unhW5IrWal .row {
  justify-content: center;
}
.cid-unhW5IrWal .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-unhW5IrWal .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-unhW5IrWal .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-unhW5IrWal .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unhW5IrWal .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-unhW5IrWal .item {
    margin-bottom: 16px;
  }
}
.cid-unhW5IrWal .item .item-wrapper {
  width: 100%;
}
.cid-unhW5IrWal .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unhW5IrWal .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-unhW5IrWal .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-unhW5IrWal .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-unhW5IrWal .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-unhW5IrWal .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-unhW5IrWal .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-unhW5IrWal .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-unhW5IrWal .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #f5f5f7;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-unhW5IrWal .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-unhW5IrWal .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-unhW5IrWal .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-unhW5IrWal .mbr-text {
  color: #1D1D1F;
  text-align: left;
}
.cid-unhW5IrWal .item-title {
  color: #1D1D1F;
}
.cid-unhW5IrWal .item-desc {
  color: #1D1D1F;
}
.cid-unhW5IrWal .item-text {
  color: #1D1D1F;
}
.cid-unhW5Jxztx {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #d1dcd1;
}
.cid-unhW5Jxztx .mbr-fallback-image.disabled {
  display: none;
}
.cid-unhW5Jxztx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unhW5Jxztx .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-unhW5Jxztx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-unhW5Jxztx .container {
    padding: 0 20px;
  }
}
.cid-unhW5Jxztx .row {
  justify-content: center;
}
.cid-unhW5Jxztx .logo-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-unhW5Jxztx .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-unhW5Jxztx .logo-wrapper img {
  display: inline-flex;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.cid-unhW5Jxztx .logo-wrapper a {
  display: inline-flex;
}
.cid-unhW5Jxztx .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-unhW5Jxztx .content-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-unhW5Jxztx .content-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-unhW5Jxztx .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-unhW5Jxztx .content-wrapper .list-wrapper .list .item-wrap {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin-bottom: 10px;
  opacity: .6;
  cursor: pointer;
}
.cid-unhW5Jxztx .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-unhW5Jxztx .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-unhW5Jxztx .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-unhW5Jxztx .content-wrapper .list-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-unhW5Jxztx .border-wrap {
  height: 1px;
  width: 100%;
  opacity: .2;
  background-color: #000000;
}
.cid-unhW5Jxztx .copy-wrapper .mbr-copy {
  padding: 30px 0 40px;
  margin-bottom: 0;
  opacity: .4;
}
.cid-unhW5Jxztx .list {
  color: #ffffff;
}
.cid-unhW5Jxztx .mbr-copy {
  color: #ffffff;
}
.cid-unhW5Jxztx .mbr-copy,
.cid-unhW5Jxztx .logo-wrapper {
  color: #000000;
}
.cid-unhWzdVRvl {
  background-color: transparent;
}
.cid-unhWzdVRvl .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-unhWzdVRvl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-unhWzdVRvl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unhWzdVRvl .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unhWzdVRvl .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unhWzdVRvl .menu_box .navbar.opened,
  .cid-unhWzdVRvl .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-unhWzdVRvl .navbar-dropdown {
  position: relative !important;
}
.cid-unhWzdVRvl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-unhWzdVRvl .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unhWzdVRvl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unhWzdVRvl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unhWzdVRvl .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unhWzdVRvl .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1d1c;
  }
  .cid-unhWzdVRvl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unhWzdVRvl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unhWzdVRvl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unhWzdVRvl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unhWzdVRvl .offcanvas-body .mbr-text,
  .cid-unhWzdVRvl .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unhWzdVRvl .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unhWzdVRvl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 50px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unhWzdVRvl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1e1d1c;
  }
  .cid-unhWzdVRvl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unhWzdVRvl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unhWzdVRvl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unhWzdVRvl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unhWzdVRvl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unhWzdVRvl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unhWzdVRvl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unhWzdVRvl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unhWzdVRvl li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unhWzdVRvl .lg_brand {
    margin: 0 1rem;
  }
  .cid-unhWzdVRvl .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-unhWzdVRvl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unhWzdVRvl .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-unhWzdVRvl .nav-item {
    margin: 0 !important;
  }
}
.cid-unhWzdVRvl .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-unhWzdVRvl .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1e1d1c;
  transition: all 0.3s ease-in-out;
}
.cid-unhWzdVRvl .nav-item .nav-link:hover,
.cid-unhWzdVRvl .nav-item .nav-link:focus {
  color: #1e1d1c !important;
}
.cid-unhWzdVRvl .nav-item .nav-link:hover::before,
.cid-unhWzdVRvl .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-unhWzdVRvl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unhWzdVRvl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unhWzdVRvl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unhWzdVRvl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unhWzdVRvl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unhWzdVRvl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unhWzdVRvl .offcanvas_box {
    display: none;
  }
}
.cid-unhWzdVRvl .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unhWzdVRvl .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unhWzdVRvl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unhWzdVRvl .container {
  display: flex;
  margin: auto;
}
.cid-unhWzdVRvl .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unhWzdVRvl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unhWzdVRvl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unhWzdVRvl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unhWzdVRvl .navbar-nav {
    margin: 0;
  }
}
.cid-unhWzdVRvl .dropdown-menu,
.cid-unhWzdVRvl .navbar.opened {
  background-color: false !important;
}
.cid-unhWzdVRvl .nav-item:focus,
.cid-unhWzdVRvl .nav-link:focus {
  outline: none;
}
.cid-unhWzdVRvl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unhWzdVRvl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unhWzdVRvl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unhWzdVRvl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unhWzdVRvl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unhWzdVRvl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unhWzdVRvl .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unhWzdVRvl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unhWzdVRvl .navbar.opened {
  transition: all 0.3s;
}
.cid-unhWzdVRvl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unhWzdVRvl .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-unhWzdVRvl .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-unhWzdVRvl .navbar.collapsed {
  justify-content: center;
}
.cid-unhWzdVRvl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unhWzdVRvl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unhWzdVRvl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unhWzdVRvl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unhWzdVRvl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unhWzdVRvl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unhWzdVRvl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unhWzdVRvl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unhWzdVRvl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unhWzdVRvl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unhWzdVRvl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unhWzdVRvl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unhWzdVRvl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unhWzdVRvl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unhWzdVRvl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unhWzdVRvl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unhWzdVRvl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unhWzdVRvl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unhWzdVRvl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unhWzdVRvl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unhWzdVRvl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unhWzdVRvl .navbar.navbar-short {
  min-height: 60px;
}
.cid-unhWzdVRvl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unhWzdVRvl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unhWzdVRvl .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-unhWzdVRvl .navbar-brand .navbar-caption {
  font-family: "Bricolage Grotesque", sans-serif !important;
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unhWzdVRvl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unhWzdVRvl .dropdown-item.active,
.cid-unhWzdVRvl .dropdown-item:active {
  background-color: transparent;
}
.cid-unhWzdVRvl .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-unhWzdVRvl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unhWzdVRvl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unhWzdVRvl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unhWzdVRvl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unhWzdVRvl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unhWzdVRvl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #f2ede4;
}
.cid-unhWzdVRvl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1e1d1c;
}
.cid-unhWzdVRvl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unhWzdVRvl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unhWzdVRvl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unhWzdVRvl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unhWzdVRvl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unhWzdVRvl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unhWzdVRvl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unhWzdVRvl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unhWzdVRvl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unhWzdVRvl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unhWzdVRvl .navbar {
    height: 70px;
  }
  .cid-unhWzdVRvl .navbar.opened {
    height: auto;
  }
  .cid-unhWzdVRvl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unhWzdVRvl .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-unhWzdVRvl .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unhWzdVRvl .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unhWzdVRvl .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unhWzdVRvl .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-unhWzdVRvl .navbar-caption:hover {
  color: #1e1d1c;
}
@media (min-width: 992px) {
  .cid-unhWzdVRvl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unhWzdVRvl .text_widget {
  margin-bottom: 32px;
}
.cid-unhWzdVRvl .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unhWzdVRvl .text_widget a:hover,
.cid-unhWzdVRvl .text_widget a:focus {
  opacity: .8;
}
.cid-unhWzdVRvl .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-unhWzdVRvl .navbar-caption {
  color: #1e1d1c;
}
.cid-unhWzdVRvl .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-unhWzdVRvl .mbr-section-subtitle,
.cid-unhWzdVRvl .text_widget,
.cid-unhWzdVRvl .mbr-section-btn {
  text-align: left;
}
.cid-unhWzdVRvl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unhWzfw49U {
  background-image: url("../../../assets/images/16-velke-1620x1080.jpg");
}
.cid-unhWzfw49U .mbr-fallback-image.disabled {
  display: none;
}
.cid-unhWzfw49U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unhWzfw49U .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-unhWzfw49U .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-unhWzfw49U .container {
    padding: 0 20px;
  }
}
.cid-unhWzfw49U .card {
  justify-content: center;
}
.cid-unhWzfw49U .content-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-unhWzfw49U .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-unhWzfw49U .content-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-unhWzfw49U .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
.cid-unhWzfw49U .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-unhWzfw49U .image-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-unhWzfw49U .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-unhWzfw49U .image-wrapper {
    padding-right: 0;
  }
}
.cid-unhWzfw49U .image-wrapper .image-wrap {
  padding-right: 116px;
}
@media (max-width: 1440px) {
  .cid-unhWzfw49U .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-unhWzfw49U .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unhWzfw49U .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-unhWzfw49U .mbr-section-title {
  color: #ffffff;
}
.cid-unhWzfw49U .mbr-desc {
  color: #ffffff;
}
.cid-unhWzguLfK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #d1dcd1;
}
.cid-unhWzguLfK .mbr-fallback-image.disabled {
  display: none;
}
.cid-unhWzguLfK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unhWzguLfK .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-unhWzguLfK .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unhWzguLfK .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-unhWzguLfK .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-unhWzguLfK .container {
    padding: 0 12px;
  }
}
.cid-unhWzguLfK .row {
  justify-content: center;
}
.cid-unhWzguLfK .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-unhWzguLfK .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-unhWzguLfK .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-unhWzguLfK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unhWzguLfK .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-unhWzguLfK .item {
    margin-bottom: 16px;
  }
}
.cid-unhWzguLfK .item .item-wrapper {
  width: 100%;
}
.cid-unhWzguLfK .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unhWzguLfK .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-unhWzguLfK .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-unhWzguLfK .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-unhWzguLfK .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-unhWzguLfK .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-unhWzguLfK .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-unhWzguLfK .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-unhWzguLfK .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #f5f5f7;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-unhWzguLfK .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-unhWzguLfK .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-unhWzguLfK .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-unhWzguLfK .mbr-text {
  color: #1D1D1F;
  text-align: left;
}
.cid-unhWzguLfK .item-title {
  color: #1D1D1F;
}
.cid-unhWzguLfK .item-desc {
  color: #1D1D1F;
}
.cid-unhWzguLfK .item-text {
  color: #1D1D1F;
}
.cid-unhWzhoi3C {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #d1dcd1;
}
.cid-unhWzhoi3C .mbr-fallback-image.disabled {
  display: none;
}
.cid-unhWzhoi3C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unhWzhoi3C .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-unhWzhoi3C .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-unhWzhoi3C .container {
    padding: 0 20px;
  }
}
.cid-unhWzhoi3C .row {
  justify-content: center;
}
.cid-unhWzhoi3C .logo-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-unhWzhoi3C .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-unhWzhoi3C .logo-wrapper img {
  display: inline-flex;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.cid-unhWzhoi3C .logo-wrapper a {
  display: inline-flex;
}
.cid-unhWzhoi3C .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-unhWzhoi3C .content-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-unhWzhoi3C .content-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-unhWzhoi3C .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-unhWzhoi3C .content-wrapper .list-wrapper .list .item-wrap {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin-bottom: 10px;
  opacity: .6;
  cursor: pointer;
}
.cid-unhWzhoi3C .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-unhWzhoi3C .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-unhWzhoi3C .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-unhWzhoi3C .content-wrapper .list-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-unhWzhoi3C .border-wrap {
  height: 1px;
  width: 100%;
  opacity: .2;
  background-color: #000000;
}
.cid-unhWzhoi3C .copy-wrapper .mbr-copy {
  padding: 30px 0 40px;
  margin-bottom: 0;
  opacity: .4;
}
.cid-unhWzhoi3C .list {
  color: #ffffff;
}
.cid-unhWzhoi3C .mbr-copy {
  color: #ffffff;
}
.cid-unhWzhoi3C .mbr-copy,
.cid-unhWzhoi3C .logo-wrapper {
  color: #000000;
}
