.btn {
  border-width: 2px;
}
body {
  font-family: Schibsted Grotesk;
}
.display-1 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.63rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2.0375rem;
}
.display-5 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.304rem;
    font-size: calc( 1.2205rem + (1.63 - 1.2205) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2205rem + (1.63 - 1.2205) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f95007 !important;
}
.bg-success {
  background-color: #e5eae8 !important;
}
.bg-info {
  background-color: #e7d8d6 !important;
}
.bg-warning {
  background-color: #c08598 !important;
}
.bg-danger {
  background-color: #33363b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f95007 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a53504 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a53504 !important;
  border-color: #a53504 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border: none  !important;
  color: #808080 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e7d8d6 !important;
  border: none  !important;
  color: #784c46 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #c7a49f !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #784c46 !important;
  background-color: #c7a49f !important;
  border-color: #c7a49f !important;
}
.btn-success,
.btn-success:active {
  background-color: #e5eae8 !important;
  border: none  !important;
  color: #5d736a !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #b5c3be !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #5d736a !important;
  background-color: #b5c3be !important;
  border-color: #b5c3be !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c08598 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9d516a !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9d516a !important;
  border-color: #9d516a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #33363b !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0b0b0c !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0b0b0c !important;
  border-color: #0b0b0c !important;
}
.btn-white,
.btn-white:active {
  background-color: #efefef !important;
  border: none  !important;
  color: #707070 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #c4c4c4 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #707070 !important;
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #010101 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #f95007;
  color: #f95007;
  border-radius: 0 !important;
}
.btn-primary-outline .mbr-iconfont,
.btn-primary-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a53504 !important;
  background-color: transparent!important;
  border-color: #a53504 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f95007 !important;
  border-color: #f95007 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 0 !important;
}
.btn-secondary-outline .mbr-iconfont,
.btn-secondary-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #e7d8d6;
  color: #e7d8d6;
  border-radius: 0 !important;
}
.btn-info-outline .mbr-iconfont,
.btn-info-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c7a49f !important;
  background-color: transparent!important;
  border-color: #c7a49f !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #784c46 !important;
  background-color: #e7d8d6 !important;
  border-color: #e7d8d6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #e5eae8;
  color: #e5eae8;
  border-radius: 0 !important;
}
.btn-success-outline .mbr-iconfont,
.btn-success-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b5c3be !important;
  background-color: transparent!important;
  border-color: #b5c3be !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #5d736a !important;
  background-color: #e5eae8 !important;
  border-color: #e5eae8 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #c08598;
  color: #c08598;
  border-radius: 0 !important;
}
.btn-warning-outline .mbr-iconfont,
.btn-warning-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9d516a !important;
  background-color: transparent!important;
  border-color: #9d516a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c08598 !important;
  border-color: #c08598 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #33363b;
  color: #33363b;
  border-radius: 0 !important;
}
.btn-danger-outline .mbr-iconfont,
.btn-danger-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0b0b0c !important;
  background-color: transparent!important;
  border-color: #0b0b0c !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #33363b !important;
  border-color: #33363b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #010101;
  color: #010101;
  border-radius: 0 !important;
}
.btn-black-outline .mbr-iconfont,
.btn-black-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.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: #010101 !important;
  border-color: #010101 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #efefef;
  color: #efefef;
  border-radius: 0 !important;
}
.btn-white-outline .mbr-iconfont,
.btn-white-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #c4c4c4 !important;
  background-color: transparent!important;
  border-color: #c4c4c4 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.text-primary {
  color: #f95007 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #e5eae8 !important;
}
.text-info {
  color: #e7d8d6 !important;
}
.text-warning {
  color: #c08598 !important;
}
.text-danger {
  color: #33363b !important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-black {
  color: #24262b !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #963004 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #adbcb6 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c19b96 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #934c63 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #040404 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #bcbcbc !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: #f95007;
}
.nav-tabs .nav-link:not(.active) {
  color: #24262b;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e7d8d6;
}
.alert-warning {
  background-color: #c08598;
}
.alert-danger {
  background-color: #33363b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f95007;
  border-color: #f95007;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f95007;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #feddce;
}
.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: #ebd9df;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a4a8b0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.63rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.0375rem;
}
.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: #f95007 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.63rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.0375rem;
}
blockquote {
  border-color: #f95007;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f95007;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f95007;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f95007;
  border-bottom-color: #f95007;
}
.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: #f95007 !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: #ffffff !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='%23f95007' %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: .3s all;
  font-weight: 600 !important;
}
a:hover {
  background-image: none !important;
}
.container {
  position: relative;
  max-width: 1380px;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
.container-fluid {
  max-width: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
}
@media (max-width: 1399px) {
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.row {
  margin-left: -16px;
  margin-right: -16px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 52px;
  padding: 10px 30px;
  border-radius: 3px;
  transition: all .3s;
}
.mbr-section-btn .btn .mbr-iconfont {
  transition: transform .3s;
}
.mbr-section-btn .btn:hover .mbr-iconfont {
  transform: translateX(0.5rem);
}
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black {
  color: #FFFFFF;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn .btn-black:hover {
  color: #FFFFFF;
  background-color: #f95007 !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover {
  color: #f95007 !important;
  border-color: #f95007 !important;
}
.cid-tDSzbWjUPA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tDSzbWjUPA nav.navbar {
  position: fixed;
}
.cid-tDSzbWjUPA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDSzbWjUPA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDSzbWjUPA .dropdown-item:hover,
.cid-tDSzbWjUPA .dropdown-item:focus {
  color: #f95007 !important;
}
.cid-tDSzbWjUPA .dropdown-item:hover span {
  color: white;
}
.cid-tDSzbWjUPA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDSzbWjUPA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDSzbWjUPA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDSzbWjUPA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDSzbWjUPA .nav-link {
  position: relative;
}
.cid-tDSzbWjUPA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDSzbWjUPA .container {
    flex-wrap: nowrap;
  }
}
.cid-tDSzbWjUPA .navbar-caption:hover,
.cid-tDSzbWjUPA .navbar-caption:focus {
  color: #f95007 !important;
}
.cid-tDSzbWjUPA .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tDSzbWjUPA .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item:hover {
  color: #f95007;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item a:hover {
  color: #f95007 !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #f95007 !important;
}
.cid-tDSzbWjUPA .dropdown-menu,
.cid-tDSzbWjUPA .navbar.opened {
  background: #ffffff !important;
}
.cid-tDSzbWjUPA .nav-item:focus,
.cid-tDSzbWjUPA .nav-link:focus {
  outline: none;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDSzbWjUPA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDSzbWjUPA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDSzbWjUPA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tDSzbWjUPA .navbar.opened {
  transition: all 0.3s;
}
.cid-tDSzbWjUPA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDSzbWjUPA .navbar .navbar-logo img {
  width: auto;
}
.cid-tDSzbWjUPA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDSzbWjUPA .navbar.collapsed {
  justify-content: center;
}
.cid-tDSzbWjUPA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDSzbWjUPA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDSzbWjUPA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tDSzbWjUPA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDSzbWjUPA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDSzbWjUPA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDSzbWjUPA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDSzbWjUPA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDSzbWjUPA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDSzbWjUPA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDSzbWjUPA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDSzbWjUPA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDSzbWjUPA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDSzbWjUPA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDSzbWjUPA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDSzbWjUPA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDSzbWjUPA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDSzbWjUPA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDSzbWjUPA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDSzbWjUPA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDSzbWjUPA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDSzbWjUPA .navbar.navbar-short {
  min-height: 70px;
}
.cid-tDSzbWjUPA .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;
  width: 25%;
}
.cid-tDSzbWjUPA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDSzbWjUPA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDSzbWjUPA .dropdown-item.active,
.cid-tDSzbWjUPA .dropdown-item:active {
  background-color: transparent;
}
.cid-tDSzbWjUPA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDSzbWjUPA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDSzbWjUPA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDSzbWjUPA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDSzbWjUPA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDSzbWjUPA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDSzbWjUPA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDSzbWjUPA .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tDSzbWjUPA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e0b9c6;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDSzbWjUPA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDSzbWjUPA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDSzbWjUPA .navbar {
    height: 70px;
  }
  .cid-tDSzbWjUPA .navbar.opened {
    height: auto;
  }
  .cid-tDSzbWjUPA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDSzbWjUPA .container-fluid {
  padding: 0 1rem !important;
}
.cid-tDSzbWjUPA .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tDSzbWjUPA .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tDSzbWjUPA .navbar-collapse {
    width: 100%;
  }
  .cid-tDSzbWjUPA .navbar-nav {
    width: 100%;
  }
  .cid-tDSzbWjUPA .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tDSzcKy6aT {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/retaining-wall-contractor-tulsa-1.webp");
}
.cid-tDSzcKy6aT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDSzcKy6aT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tDSzcKy6aT .col-content {
    text-align: center;
  }
}
.cid-tDSzcKy6aT .label-container {
  margin-bottom: 16px;
}
.cid-tDSzcKy6aT .label-text {
  color: #ffffff;
}
.cid-tDSzcKy6aT .label-text-2 {
  color: #ffffff;
}
.cid-tDSzcKy6aT .mbr-section-title {
  color: #ffffff;
}
.cid-tDSzcKy6aT .text-container {
  margin-top: 24px;
}
.cid-tDSzcKy6aT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDSzcKy6aT .mbr-text {
  color: #b79b6c;
}
.cid-tDSzcKy6aT .mbr-section-btn {
  margin-top: 28px;
}
.cid-tDSzcKy6aT .mbr-text,
.cid-tDSzcKy6aT .mbr-section-btn {
  color: #ffffff;
}
.cid-tYYrTC8azV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tYYrTC8azV .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-tYYrTC8azV .container {
    max-width: 1040px;
  }
}
.cid-tYYrTC8azV .row {
  justify-content: center;
}
.cid-tYYrTC8azV .item:focus,
.cid-tYYrTC8azV span:focus {
  outline: none;
}
.cid-tYYrTC8azV .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-tYYrTC8azV .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-tYYrTC8azV .item {
    width: 100%;
  }
  .cid-tYYrTC8azV .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-tYYrTC8azV .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tYYrTC8azV .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-tYYrTC8azV .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-tYYrTC8azV .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-tYYrTC8azV .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-tYYrTC8azV .item-wrap {
    padding: 50px;
  }
}
.cid-tYYrTC8azV .item-content {
  width: 100%;
}
.cid-tYYrTC8azV .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-tYYrTC8azV .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-tYYrTC8azV .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-tYYrTC8azV .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-tYYrTC8azV .list-item {
  display: flex;
  align-items: center;
}
.cid-tYYrTC8azV .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-tYYrTC8azV .icon-box {
  padding-right: 14px;
}
.cid-tYYrTC8azV .list-text {
  flex-grow: 1;
  color: #000000;
  margin-bottom: 0;
}
.cid-tYYrTC8azV .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-tYYrTC8azV .link-container {
    margin-top: 72px;
  }
}
.cid-tYYrTC8azV .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-tYYrTC8azV .link-container .link span {
  padding-right: 10px;
}
.cid-tYYrXiQTPh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3aaa7;
}
.cid-tYYrXiQTPh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYrXiQTPh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYYrXiQTPh .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tYYrXiQTPh .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tYYrXiQTPh .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYYrXiQTPh .card-wrapper {
    padding: 4rem;
  }
}
.cid-tYYrXiQTPh .mbr-text,
.cid-tYYrXiQTPh .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tYYrXiQTPh .card-title,
.cid-tYYrXiQTPh .card-box {
  text-align: center;
  color: #000000;
}
.cid-tYY3KjiTWU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #efefef;
}
.cid-tYY3KjiTWU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYY3KjiTWU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYY3KjiTWU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tYY3KjiTWU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tYY3KjiTWU .container {
    padding: 0 24px;
  }
}
.cid-tYY3KjiTWU .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-tYY3KjiTWU .image-wrapper {
  height: 100%;
}
.cid-tYY3KjiTWU .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-tYY3KjiTWU .image-wrapper img {
    height: 350px;
  }
}
.cid-tYY3KjiTWU .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tYY3KjiTWU .content-wrapper {
    padding: 24px;
  }
}
.cid-tYY3KjiTWU .content-wrapper .content-wrap {
  width: 100%;
}
.cid-tYY3KjiTWU .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tYY3KjiTWU .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tYY3KjiTWU .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-tYY3KjiTWU .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-tYY3KjiTWU .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-tYY3KjiTWU .mbr-section-title {
  color: #141414;
}
.cid-tYY3KjiTWU .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-tYY3KjiTWU .mbr-section-title,
.cid-tYY3KjiTWU .title-wrapper,
.cid-tYY3KjiTWU .mbr-section-btn {
  text-align: center;
}
.cid-tYIMgY4U2J {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c3aaa7;
}
.cid-tYIMgY4U2J .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f95007;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tYIMgY4U2J .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tYIMgY4U2J .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tYIMgY4U2J .main-title.display-2 {
  line-height: 1.375;
}
.cid-tYIMgY4U2J .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tYIMgY4U2J .mbr-text {
  color: #606060;
}
.cid-tYIMgY4U2J .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tYIMgY4U2J .mbr-section-btn {
  margin-top: 24px;
}
.cid-tYIMgY4U2J .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tYIMgY4U2J .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tYIMgY4U2J .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-tYIMgY4U2J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYIMgY4U2J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYIMgY4U2J .mbr-text,
.cid-tYIMgY4U2J .mbr-section-btn {
  color: #333333;
}
.cid-tYIMgY4U2J .main-title,
.cid-tYIMgY4U2J .mbr-section-btn {
  text-align: center;
}
.cid-tYY85633Jl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-tYY85633Jl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYY85633Jl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYY85633Jl .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tYY85633Jl .container {
    padding: 0 15px;
  }
}
.cid-tYY85633Jl .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tYY85633Jl .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tYY85633Jl .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tYY85633Jl .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tYY85633Jl .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tYY85633Jl .item {
  margin-bottom: 32px;
}
.cid-tYY85633Jl .item:hover .item-wrapper::before,
.cid-tYY85633Jl .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-tYY85633Jl .item .item-wrapper {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #9fdbf8;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-tYY85633Jl .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #ffffff;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-tYY85633Jl .item .item-wrapper::before {
    display: none;
  }
}
.cid-tYY85633Jl .item .item-wrapper .card-box {
  position: relative;
}
.cid-tYY85633Jl .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-tYY85633Jl .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-tYY85633Jl .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tYY85633Jl .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-tYY85633Jl .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tYY85633Jl .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-tYY85633Jl .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-tYY85633Jl .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-tYY85633Jl .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-tYY85633Jl .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-tYY85633Jl .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-tYY85633Jl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tYY85633Jl .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-tYY85633Jl .mbr-date {
  color: #ffffff;
}
.cid-tYY85633Jl .mbr-tag {
  color: #ffffff;
}
.cid-tYY85633Jl .mbr-card-title {
  color: #f2ac2b;
}
.cid-tYY85633Jl .mbr-card-text {
  color: #d2d2df;
}
.cid-tYY85633Jl .mbr-card-title,
.cid-tYY85633Jl .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tYIM26YkXx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c3aaa7;
}
.cid-tYIM26YkXx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYIM26YkXx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYIM26YkXx .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tYIM26YkXx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tYIM26YkXx .container {
    padding: 0 24px;
  }
}
.cid-tYIM26YkXx .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-tYIM26YkXx .image-wrapper {
  height: 100%;
}
.cid-tYIM26YkXx .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-tYIM26YkXx .image-wrapper img {
    height: 350px;
  }
}
.cid-tYIM26YkXx .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #efefef;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tYIM26YkXx .content-wrapper {
    padding: 24px;
  }
}
.cid-tYIM26YkXx .content-wrapper .content-wrap {
  width: 100%;
}
.cid-tYIM26YkXx .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tYIM26YkXx .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tYIM26YkXx .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-tYIM26YkXx .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-tYIM26YkXx .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-tYIM26YkXx .mbr-section-title {
  color: #141414;
}
.cid-tYIM26YkXx .mbr-text {
  color: #141414;
}
.cid-tYIM26YkXx .mbr-section-title,
.cid-tYIM26YkXx .title-wrapper,
.cid-tYIM26YkXx .mbr-section-btn {
  text-align: center;
}
.cid-tYIMiSz6MQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tYIMiSz6MQ .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f95007;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tYIMiSz6MQ .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tYIMiSz6MQ .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tYIMiSz6MQ .main-title.display-2 {
  line-height: 1.375;
}
.cid-tYIMiSz6MQ .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tYIMiSz6MQ .mbr-text {
  color: #606060;
}
.cid-tYIMiSz6MQ .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tYIMiSz6MQ .mbr-section-btn {
  margin-top: 24px;
}
.cid-tYIMiSz6MQ .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tYIMiSz6MQ .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tYIMiSz6MQ .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-tYIMiSz6MQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYIMiSz6MQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYIMiSz6MQ .mbr-text,
.cid-tYIMiSz6MQ .mbr-section-btn {
  color: #333333;
}
.cid-tYIMiSz6MQ .main-title,
.cid-tYIMiSz6MQ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tDSAJ0Tlem {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #c3aaa7;
}
.cid-tDSAJ0Tlem .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDSAJ0Tlem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDSAJ0Tlem .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tDSAJ0Tlem .mbr-section-title {
  color: #24262b;
}
.cid-tDSAJ0Tlem .mbr-section-subtitle {
  color: #24262b;
}
.cid-tDSAJ0Tlem .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-tDSAJ0Tlem .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tDSAJ0Tlem .card-wrap {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tDSAJ0Tlem .card-wrap {
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-tDSAJ0Tlem .card-1 .card-wrap {
  background: #ffffff;
}
.cid-tDSAJ0Tlem .card-1 .item-content {
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tDSAJ0Tlem .card-1 .item-img {
    height: auto;
    width: 100%;
  }
}
.cid-tDSAJ0Tlem .card-1 .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-tDSAJ0Tlem .card-1 .item-img img {
    aspect-ratio: 1.27272727;
  }
}
.cid-tDSAJ0Tlem .item-content {
  width: 50%;
  flex-shrink: 0;
  padding: 48px 40px;
}
@media (max-width: 1199px) {
  .cid-tDSAJ0Tlem .item-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDSAJ0Tlem .item-content {
    text-align: center;
  }
}
.cid-tDSAJ0Tlem .card-title-1 {
  margin-bottom: 16px;
  color: #767676;
}
.cid-tDSAJ0Tlem .card-text-1 {
  color: #24262b;
  transition: 0.3s all;
}
.cid-tDSAJ0Tlem .card-text-1:hover {
  color: #f95007 !important;
}
.cid-tDSAJ0Tlem .mbr-section-btn {
  margin-top: 20px;
}
.cid-tDSAJ0Tlem .card-2 .item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background: #efefef;
}
.cid-tDSAJ0Tlem .card-2 .item-text {
  align-self: center;
  width: 50%;
  flex-shrink: 0;
  padding: 48px 40px;
}
@media (max-width: 1199px) {
  .cid-tDSAJ0Tlem .card-2 .item-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDSAJ0Tlem .card-2 .item-text {
    text-align: center;
  }
}
.cid-tDSAJ0Tlem .card-label-2 {
  margin-bottom: 16px;
  color: #767676;
}
.cid-tDSAJ0Tlem .card-title-2 {
  color: #24262b;
}
.cid-tDSAJ0Tlem .card-subtitle-2 {
  color: #24262b;
}
.cid-tDSAJ0Tlem .card-text-2 {
  color: #24262b;
  margin-top: 16px;
}
.cid-tDSAJ0Tlem .card-text-1,
.cid-tDSAJ0Tlem .mbr-section-btn-1 {
  color: #33363b;
}
.cid-tYIM7ZF7ko {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-tYIM7ZF7ko .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYIM7ZF7ko .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYIM7ZF7ko .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tYIM7ZF7ko .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tYIM7ZF7ko .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tYIM7ZF7ko .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tYIM7ZF7ko .container {
    padding: 0 16px;
  }
}
.cid-tYIM7ZF7ko .row {
  justify-content: space-between;
}
.cid-tYIM7ZF7ko .row:hover,
.cid-tYIM7ZF7ko .row:focus {
  cursor: pointer;
}
.cid-tYIM7ZF7ko .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tYIM7ZF7ko .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tYIM7ZF7ko .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-tYIM7ZF7ko .image-wrapper img {
    height: 300px;
  }
}
.cid-tYIM7ZF7ko .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tYIM7ZF7ko .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tYIM7ZF7ko .mbr-section-title {
  color: #000000;
}
.cid-tYIM7ZF7ko .mbr-text {
  color: #33363b;
}
.cid-tYIM7ZF7ko .mbr-section-title,
.cid-tYIM7ZF7ko .mbr-section-btn {
  text-align: center;
  color: #33363b;
}
.cid-tYIMkeNtoK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c3aaa7;
}
.cid-tYIMkeNtoK .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f95007;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tYIMkeNtoK .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tYIMkeNtoK .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tYIMkeNtoK .main-title.display-2 {
  line-height: 1.375;
}
.cid-tYIMkeNtoK .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tYIMkeNtoK .mbr-text {
  color: #606060;
}
.cid-tYIMkeNtoK .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tYIMkeNtoK .mbr-section-btn {
  margin-top: 24px;
}
.cid-tYIMkeNtoK .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tYIMkeNtoK .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tYIMkeNtoK .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-tYIMkeNtoK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYIMkeNtoK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYIMkeNtoK .mbr-text,
.cid-tYIMkeNtoK .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-tYIMkeNtoK .main-title,
.cid-tYIMkeNtoK .mbr-section-btn {
  text-align: center;
}
.cid-tYY7xQfMLj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYY7xQfMLj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYY7xQfMLj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYY7xQfMLj .row {
  margin: 0 !important;
}
.cid-tYY7xQfMLj .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-tYY7xQfMLj .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tYY7xQfMLj .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-tYY7xQfMLj .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
}
.cid-tYY7xQfMLj .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tYY7xQfMLj .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tYY7xQfMLj .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tYY7xQfMLj .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tYY7xQfMLj .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-tYY7xQfMLj .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-tYY7xQfMLj .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tYY7xQfMLj .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #fc7942;
  margin-left: 0.5rem;
}
.cid-tYY7xQfMLj .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #fc7942;
  font-weight: 900;
}
.cid-tYY7xQfMLj .panel-group {
  border: none;
}
.cid-tYY7xQfMLj .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-tYY7xQfMLj .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tYY7xQfMLj .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tYY7xQfMLj .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-tYY7xQfMLj .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-tYY7xQfMLj .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-tYY7xQfMLj .panel-title-edit {
  color: #131313;
}
.cid-tYY7xQfMLj .panel-body {
  padding: 0 0 20px;
}
.cid-tYY7xQfMLj .panel-text {
  color: #131313;
  margin: 0;
}
.cid-tYIMITH4rg {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #c3aaa7;
}
.cid-tYIMITH4rg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYIMITH4rg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYIMITH4rg .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYIMITH4rg .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYIMITH4rg .container {
    padding: 0;
  }
}
.cid-tYIMITH4rg .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tYIMITH4rg .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tYIMITH4rg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYIMITH4rg .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tYIMITH4rg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tYIMITH4rg .mbr-text {
  color: #000000;
}
.cid-tYIMPNeXMp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tYIMPNeXMp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYIMPNeXMp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYIMPNeXMp .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYIMPNeXMp .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYIMPNeXMp .container {
    padding: 0;
  }
}
.cid-tYIMPNeXMp .row {
  justify-content: center;
}
.cid-tYIMPNeXMp .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tYIMPNeXMp .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tYIMPNeXMp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYIMPNeXMp .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-tYIMPNeXMp .google-map iframe {
    height: 300px;
  }
}
.cid-tYIMPNeXMp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tYYtLxjTYH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3aaa7;
}
.cid-tYYtLxjTYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYtLxjTYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYYtLxjTYH .row {
  background: #c3aaa7;
  padding: 3rem;
  margin: 0;
  border-radius: 1rem;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
}
.cid-tYYtLxjTYH li:hover {
  color: #f95007;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-tYYtLxjTYH .col-lg-3 {
    max-width: 20%;
  }
}
.cid-tYYtLxjTYH .mbr-iconfont {
  color: #ffffff;
  opacity: 0.7;
  transition: all 0.3s;
}
.cid-tYYtLxjTYH .mbr-iconfont:hover {
  opacity: 1;
}
.cid-tYYtLxjTYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYYtLxjTYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tYYtLxjTYH .soc-item {
    margin: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .cid-tYYtLxjTYH .row {
    text-align: center;
  }
  .cid-tYYtLxjTYH .social-row {
    justify-content: center;
  }
}
.cid-tYYtLxjTYH .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tYYtLxjTYH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYYtLxjTYH .list {
    margin-bottom: 0rem;
  }
}
.cid-tYYtLxjTYH .list,
.cid-tYYtLxjTYH .mbr-text {
  color: #ffffff;
}
.cid-tYYtLxjTYH .mbr-section-subtitle {
  color: #000000;
}
.cid-tYINLX93l0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tYINLX93l0 nav.navbar {
  position: fixed;
}
.cid-tYINLX93l0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYINLX93l0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYINLX93l0 .dropdown-item:hover,
.cid-tYINLX93l0 .dropdown-item:focus {
  color: #f95007 !important;
}
.cid-tYINLX93l0 .dropdown-item:hover span {
  color: white;
}
.cid-tYINLX93l0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYINLX93l0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYINLX93l0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYINLX93l0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYINLX93l0 .nav-link {
  position: relative;
}
.cid-tYINLX93l0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYINLX93l0 .container {
    flex-wrap: nowrap;
  }
}
.cid-tYINLX93l0 .navbar-caption:hover,
.cid-tYINLX93l0 .navbar-caption:focus {
  color: #f95007 !important;
}
.cid-tYINLX93l0 .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tYINLX93l0 .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tYINLX93l0 .navbar-nav .nav-item:hover {
  color: #f95007;
}
.cid-tYINLX93l0 .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tYINLX93l0 .navbar-nav .nav-item a:hover {
  color: #f95007 !important;
}
.cid-tYINLX93l0 .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tYINLX93l0 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tYINLX93l0 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tYINLX93l0 .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #f95007 !important;
}
.cid-tYINLX93l0 .dropdown-menu,
.cid-tYINLX93l0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tYINLX93l0 .nav-item:focus,
.cid-tYINLX93l0 .nav-link:focus {
  outline: none;
}
.cid-tYINLX93l0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYINLX93l0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYINLX93l0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYINLX93l0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYINLX93l0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYINLX93l0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYINLX93l0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tYINLX93l0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tYINLX93l0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYINLX93l0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tYINLX93l0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYINLX93l0 .navbar.collapsed {
  justify-content: center;
}
.cid-tYINLX93l0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYINLX93l0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYINLX93l0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tYINLX93l0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYINLX93l0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYINLX93l0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tYINLX93l0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYINLX93l0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYINLX93l0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYINLX93l0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYINLX93l0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYINLX93l0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYINLX93l0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYINLX93l0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tYINLX93l0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYINLX93l0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYINLX93l0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYINLX93l0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYINLX93l0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYINLX93l0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tYINLX93l0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tYINLX93l0 .navbar.navbar-short {
  min-height: 70px;
}
.cid-tYINLX93l0 .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;
  width: 25%;
}
.cid-tYINLX93l0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYINLX93l0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYINLX93l0 .dropdown-item.active,
.cid-tYINLX93l0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tYINLX93l0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYINLX93l0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYINLX93l0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYINLX93l0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYINLX93l0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYINLX93l0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYINLX93l0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYINLX93l0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tYINLX93l0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYINLX93l0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e0b9c6;
}
.cid-tYINLX93l0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYINLX93l0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYINLX93l0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYINLX93l0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYINLX93l0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYINLX93l0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYINLX93l0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYINLX93l0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYINLX93l0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYINLX93l0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYINLX93l0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYINLX93l0 .navbar {
    height: 70px;
  }
  .cid-tYINLX93l0 .navbar.opened {
    height: auto;
  }
  .cid-tYINLX93l0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYINLX93l0 .container-fluid {
  padding: 0 1rem !important;
}
.cid-tYINLX93l0 .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tYINLX93l0 .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tYINLX93l0 .navbar-collapse {
    width: 100%;
  }
  .cid-tYINLX93l0 .navbar-nav {
    width: 100%;
  }
  .cid-tYINLX93l0 .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tYINLY1niX {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/block-retaining-wall-1-1024x768.jpg");
}
.cid-tYINLY1niX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYINLY1niX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tYINLY1niX .col-content {
    text-align: center;
  }
}
.cid-tYINLY1niX .label-container {
  margin-bottom: 16px;
}
.cid-tYINLY1niX .label-text {
  color: #ffffff;
}
.cid-tYINLY1niX .label-text-2 {
  color: #ffffff;
}
.cid-tYINLY1niX .mbr-section-title {
  color: #ffffff;
}
.cid-tYINLY1niX .text-container {
  margin-top: 24px;
}
.cid-tYINLY1niX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYINLY1niX .mbr-text {
  color: #b79b6c;
}
.cid-tYINLY1niX .mbr-section-btn {
  margin-top: 28px;
}
.cid-tYINLY1niX .mbr-text,
.cid-tYINLY1niX .mbr-section-btn {
  color: #ffffff;
}
.cid-tYINLYWW9B {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-tYINLYWW9B .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f95007;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tYINLYWW9B .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tYINLYWW9B .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tYINLYWW9B .main-title.display-2 {
  line-height: 1.375;
}
.cid-tYINLYWW9B .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tYINLYWW9B .mbr-text {
  color: #606060;
}
.cid-tYINLYWW9B .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tYINLYWW9B .mbr-section-btn {
  margin-top: 24px;
}
.cid-tYINLYWW9B .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tYINLYWW9B .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tYINLYWW9B .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-tYINLYWW9B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYINLYWW9B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYINLYWW9B .mbr-text,
.cid-tYINLYWW9B .mbr-section-btn {
  color: #333333;
}
.cid-tYINLZx1OE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tYINLZx1OE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYINLZx1OE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYINLZx1OE .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYINLZx1OE .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYINLZx1OE .container {
    padding: 0;
  }
}
.cid-tYINLZx1OE .row {
  justify-content: center;
}
.cid-tYINLZx1OE .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tYINLZx1OE .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tYINLZx1OE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYINLZx1OE .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-tYINLZx1OE .google-map iframe {
    height: 300px;
  }
}
.cid-tYINLZx1OE .mbr-section-title {
  color: #000000;
}
.cid-tYYtLxjTYH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3aaa7;
}
.cid-tYYtLxjTYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYtLxjTYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYYtLxjTYH .row {
  background: #c3aaa7;
  padding: 3rem;
  margin: 0;
  border-radius: 1rem;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
}
.cid-tYYtLxjTYH li:hover {
  color: #f95007;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-tYYtLxjTYH .col-lg-3 {
    max-width: 20%;
  }
}
.cid-tYYtLxjTYH .mbr-iconfont {
  color: #ffffff;
  opacity: 0.7;
  transition: all 0.3s;
}
.cid-tYYtLxjTYH .mbr-iconfont:hover {
  opacity: 1;
}
.cid-tYYtLxjTYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYYtLxjTYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tYYtLxjTYH .soc-item {
    margin: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .cid-tYYtLxjTYH .row {
    text-align: center;
  }
  .cid-tYYtLxjTYH .social-row {
    justify-content: center;
  }
}
.cid-tYYtLxjTYH .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tYYtLxjTYH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYYtLxjTYH .list {
    margin-bottom: 0rem;
  }
}
.cid-tYYtLxjTYH .list,
.cid-tYYtLxjTYH .mbr-text {
  color: #ffffff;
}
.cid-tYYtLxjTYH .mbr-section-subtitle {
  color: #000000;
}
.cid-tYINepegaY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tYINepegaY nav.navbar {
  position: fixed;
}
.cid-tYINepegaY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYINepegaY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYINepegaY .dropdown-item:hover,
.cid-tYINepegaY .dropdown-item:focus {
  color: #f95007 !important;
}
.cid-tYINepegaY .dropdown-item:hover span {
  color: white;
}
.cid-tYINepegaY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYINepegaY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYINepegaY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYINepegaY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYINepegaY .nav-link {
  position: relative;
}
.cid-tYINepegaY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYINepegaY .container {
    flex-wrap: nowrap;
  }
}
.cid-tYINepegaY .navbar-caption:hover,
.cid-tYINepegaY .navbar-caption:focus {
  color: #f95007 !important;
}
.cid-tYINepegaY .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tYINepegaY .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tYINepegaY .navbar-nav .nav-item:hover {
  color: #f95007;
}
.cid-tYINepegaY .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tYINepegaY .navbar-nav .nav-item a:hover {
  color: #f95007 !important;
}
.cid-tYINepegaY .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tYINepegaY .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tYINepegaY .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tYINepegaY .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #f95007 !important;
}
.cid-tYINepegaY .dropdown-menu,
.cid-tYINepegaY .navbar.opened {
  background: #ffffff !important;
}
.cid-tYINepegaY .nav-item:focus,
.cid-tYINepegaY .nav-link:focus {
  outline: none;
}
.cid-tYINepegaY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYINepegaY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYINepegaY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYINepegaY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYINepegaY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYINepegaY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYINepegaY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tYINepegaY .navbar.opened {
  transition: all 0.3s;
}
.cid-tYINepegaY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYINepegaY .navbar .navbar-logo img {
  width: auto;
}
.cid-tYINepegaY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYINepegaY .navbar.collapsed {
  justify-content: center;
}
.cid-tYINepegaY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYINepegaY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYINepegaY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tYINepegaY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYINepegaY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYINepegaY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tYINepegaY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYINepegaY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYINepegaY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYINepegaY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYINepegaY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYINepegaY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYINepegaY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYINepegaY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tYINepegaY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYINepegaY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYINepegaY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYINepegaY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYINepegaY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYINepegaY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tYINepegaY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tYINepegaY .navbar.navbar-short {
  min-height: 70px;
}
.cid-tYINepegaY .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;
  width: 25%;
}
.cid-tYINepegaY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYINepegaY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYINepegaY .dropdown-item.active,
.cid-tYINepegaY .dropdown-item:active {
  background-color: transparent;
}
.cid-tYINepegaY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYINepegaY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYINepegaY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYINepegaY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYINepegaY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYINepegaY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYINepegaY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYINepegaY .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tYINepegaY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYINepegaY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e0b9c6;
}
.cid-tYINepegaY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYINepegaY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYINepegaY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYINepegaY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYINepegaY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYINepegaY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYINepegaY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYINepegaY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYINepegaY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYINepegaY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYINepegaY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYINepegaY .navbar {
    height: 70px;
  }
  .cid-tYINepegaY .navbar.opened {
    height: auto;
  }
  .cid-tYINepegaY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYINepegaY .container-fluid {
  padding: 0 1rem !important;
}
.cid-tYINepegaY .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tYINepegaY .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tYINepegaY .navbar-collapse {
    width: 100%;
  }
  .cid-tYINepegaY .navbar-nav {
    width: 100%;
  }
  .cid-tYINepegaY .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tYINeqrBPA {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/istockphoto-1332713950-612x459.jpg");
}
.cid-tYINeqrBPA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYINeqrBPA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tYINeqrBPA .col-content {
    text-align: center;
  }
}
.cid-tYINeqrBPA .label-container {
  margin-bottom: 16px;
}
.cid-tYINeqrBPA .label-text {
  color: #ffffff;
}
.cid-tYINeqrBPA .label-text-2 {
  color: #ffffff;
}
.cid-tYINeqrBPA .mbr-section-title {
  color: #ffffff;
}
.cid-tYINeqrBPA .text-container {
  margin-top: 24px;
}
.cid-tYINeqrBPA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYINeqrBPA .mbr-text {
  color: #b79b6c;
}
.cid-tYINeqrBPA .mbr-section-btn {
  margin-top: 28px;
}
.cid-tYINeqrBPA .mbr-text,
.cid-tYINeqrBPA .mbr-section-btn {
  color: #ffffff;
}
.cid-tYINetFgir {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-tYINetFgir .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f95007;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tYINetFgir .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tYINetFgir .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tYINetFgir .main-title.display-2 {
  line-height: 1.375;
}
.cid-tYINetFgir .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tYINetFgir .mbr-text {
  color: #606060;
}
.cid-tYINetFgir .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tYINetFgir .mbr-section-btn {
  margin-top: 24px;
}
.cid-tYINetFgir .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tYINetFgir .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tYINetFgir .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-tYINetFgir .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYINetFgir .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYINetFgir .mbr-text,
.cid-tYINetFgir .mbr-section-btn {
  color: #333333;
}
.cid-tYINeyj3je {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tYINeyj3je .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYINeyj3je .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYINeyj3je .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYINeyj3je .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYINeyj3je .container {
    padding: 0;
  }
}
.cid-tYINeyj3je .row {
  justify-content: center;
}
.cid-tYINeyj3je .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tYINeyj3je .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tYINeyj3je .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYINeyj3je .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-tYINeyj3je .google-map iframe {
    height: 300px;
  }
}
.cid-tYINeyj3je .mbr-section-title {
  color: #000000;
}
.cid-tYYtLxjTYH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3aaa7;
}
.cid-tYYtLxjTYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYtLxjTYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYYtLxjTYH .row {
  background: #c3aaa7;
  padding: 3rem;
  margin: 0;
  border-radius: 1rem;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
}
.cid-tYYtLxjTYH li:hover {
  color: #f95007;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-tYYtLxjTYH .col-lg-3 {
    max-width: 20%;
  }
}
.cid-tYYtLxjTYH .mbr-iconfont {
  color: #ffffff;
  opacity: 0.7;
  transition: all 0.3s;
}
.cid-tYYtLxjTYH .mbr-iconfont:hover {
  opacity: 1;
}
.cid-tYYtLxjTYH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYYtLxjTYH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tYYtLxjTYH .soc-item {
    margin: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .cid-tYYtLxjTYH .row {
    text-align: center;
  }
  .cid-tYYtLxjTYH .social-row {
    justify-content: center;
  }
}
.cid-tYYtLxjTYH .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tYYtLxjTYH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYYtLxjTYH .list {
    margin-bottom: 0rem;
  }
}
.cid-tYYtLxjTYH .list,
.cid-tYYtLxjTYH .mbr-text {
  color: #ffffff;
}
.cid-tYYtLxjTYH .mbr-section-subtitle {
  color: #000000;
}
.cid-tYZIgA1nR4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tYZIgA1nR4 nav.navbar {
  position: fixed;
}
.cid-tYZIgA1nR4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYZIgA1nR4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYZIgA1nR4 .dropdown-item:hover,
.cid-tYZIgA1nR4 .dropdown-item:focus {
  color: #f95007 !important;
}
.cid-tYZIgA1nR4 .dropdown-item:hover span {
  color: white;
}
.cid-tYZIgA1nR4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYZIgA1nR4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYZIgA1nR4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYZIgA1nR4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYZIgA1nR4 .nav-link {
  position: relative;
}
.cid-tYZIgA1nR4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYZIgA1nR4 .container {
    flex-wrap: nowrap;
  }
}
.cid-tYZIgA1nR4 .navbar-caption:hover,
.cid-tYZIgA1nR4 .navbar-caption:focus {
  color: #f95007 !important;
}
.cid-tYZIgA1nR4 .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tYZIgA1nR4 .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tYZIgA1nR4 .navbar-nav .nav-item:hover {
  color: #f95007;
}
.cid-tYZIgA1nR4 .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tYZIgA1nR4 .navbar-nav .nav-item a:hover {
  color: #f95007 !important;
}
.cid-tYZIgA1nR4 .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tYZIgA1nR4 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tYZIgA1nR4 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tYZIgA1nR4 .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #f95007 !important;
}
.cid-tYZIgA1nR4 .dropdown-menu,
.cid-tYZIgA1nR4 .navbar.opened {
  background: #ffffff !important;
}
.cid-tYZIgA1nR4 .nav-item:focus,
.cid-tYZIgA1nR4 .nav-link:focus {
  outline: none;
}
.cid-tYZIgA1nR4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYZIgA1nR4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYZIgA1nR4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYZIgA1nR4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYZIgA1nR4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYZIgA1nR4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYZIgA1nR4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tYZIgA1nR4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tYZIgA1nR4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYZIgA1nR4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tYZIgA1nR4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYZIgA1nR4 .navbar.collapsed {
  justify-content: center;
}
.cid-tYZIgA1nR4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYZIgA1nR4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYZIgA1nR4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tYZIgA1nR4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYZIgA1nR4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYZIgA1nR4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tYZIgA1nR4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYZIgA1nR4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYZIgA1nR4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYZIgA1nR4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYZIgA1nR4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYZIgA1nR4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYZIgA1nR4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYZIgA1nR4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tYZIgA1nR4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYZIgA1nR4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYZIgA1nR4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYZIgA1nR4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYZIgA1nR4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYZIgA1nR4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tYZIgA1nR4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tYZIgA1nR4 .navbar.navbar-short {
  min-height: 70px;
}
.cid-tYZIgA1nR4 .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;
  width: 25%;
}
.cid-tYZIgA1nR4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYZIgA1nR4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYZIgA1nR4 .dropdown-item.active,
.cid-tYZIgA1nR4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tYZIgA1nR4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYZIgA1nR4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYZIgA1nR4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYZIgA1nR4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYZIgA1nR4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYZIgA1nR4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYZIgA1nR4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYZIgA1nR4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tYZIgA1nR4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYZIgA1nR4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e0b9c6;
}
.cid-tYZIgA1nR4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYZIgA1nR4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYZIgA1nR4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYZIgA1nR4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYZIgA1nR4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYZIgA1nR4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYZIgA1nR4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYZIgA1nR4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYZIgA1nR4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYZIgA1nR4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYZIgA1nR4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYZIgA1nR4 .navbar {
    height: 70px;
  }
  .cid-tYZIgA1nR4 .navbar.opened {
    height: auto;
  }
  .cid-tYZIgA1nR4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYZIgA1nR4 .container-fluid {
  padding: 0 1rem !important;
}
.cid-tYZIgA1nR4 .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tYZIgA1nR4 .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tYZIgA1nR4 .navbar-collapse {
    width: 100%;
  }
  .cid-tYZIgA1nR4 .navbar-nav {
    width: 100%;
  }
  .cid-tYZIgA1nR4 .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tYZIgAHjsL {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/istockphoto-1405094611-612x407.jpg");
}
.cid-tYZIgAHjsL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZIgAHjsL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tYZIgAHjsL .col-content {
    text-align: center;
  }
}
.cid-tYZIgAHjsL .label-container {
  margin-bottom: 16px;
}
.cid-tYZIgAHjsL .label-text {
  color: #ffffff;
}
.cid-tYZIgAHjsL .label-text-2 {
  color: #ffffff;
}
.cid-tYZIgAHjsL .mbr-section-title {
  color: #ffffff;
}
.cid-tYZIgAHjsL .text-container {
  margin-top: 24px;
}
.cid-tYZIgAHjsL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYZIgAHjsL .mbr-text {
  color: #b79b6c;
}
.cid-tYZIgAHjsL .mbr-section-btn {
  margin-top: 28px;
}
.cid-tYZIgAHjsL .mbr-text,
.cid-tYZIgAHjsL .mbr-section-btn {
  color: #ffffff;
}
.cid-tYZIgBoVmj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tYZIgBoVmj .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-tYZIgBoVmj .container {
    max-width: 1040px;
  }
}
.cid-tYZIgBoVmj .row {
  justify-content: center;
}
.cid-tYZIgBoVmj .item:focus,
.cid-tYZIgBoVmj span:focus {
  outline: none;
}
.cid-tYZIgBoVmj .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-tYZIgBoVmj .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-tYZIgBoVmj .item {
    width: 100%;
  }
  .cid-tYZIgBoVmj .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-tYZIgBoVmj .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tYZIgBoVmj .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-tYZIgBoVmj .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-tYZIgBoVmj .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-tYZIgBoVmj .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-tYZIgBoVmj .item-wrap {
    padding: 50px;
  }
}
.cid-tYZIgBoVmj .item-content {
  width: 100%;
}
.cid-tYZIgBoVmj .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-tYZIgBoVmj .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-tYZIgBoVmj .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-tYZIgBoVmj .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-tYZIgBoVmj .list-item {
  display: flex;
  align-items: center;
}
.cid-tYZIgBoVmj .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-tYZIgBoVmj .icon-box {
  padding-right: 14px;
}
.cid-tYZIgBoVmj .list-text {
  flex-grow: 1;
  color: #000000;
  margin-bottom: 0;
}
.cid-tYZIgBoVmj .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-tYZIgBoVmj .link-container {
    margin-top: 72px;
  }
}
.cid-tYZIgBoVmj .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-tYZIgBoVmj .link-container .link span {
  padding-right: 10px;
}
.cid-tYZIgCePev {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3aaa7;
}
.cid-tYZIgCePev .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZIgCePev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZIgCePev .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tYZIgCePev .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tYZIgCePev .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYZIgCePev .card-wrapper {
    padding: 4rem;
  }
}
.cid-tYZIgCePev .mbr-text,
.cid-tYZIgCePev .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tYZIgCePev .card-title,
.cid-tYZIgCePev .card-box {
  text-align: center;
  color: #000000;
}
.cid-tYZIgCYdHg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #efefef;
}
.cid-tYZIgCYdHg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZIgCYdHg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZIgCYdHg .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tYZIgCYdHg .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tYZIgCYdHg .container {
    padding: 0 24px;
  }
}
.cid-tYZIgCYdHg .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-tYZIgCYdHg .image-wrapper {
  height: 100%;
}
.cid-tYZIgCYdHg .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-tYZIgCYdHg .image-wrapper img {
    height: 350px;
  }
}
.cid-tYZIgCYdHg .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tYZIgCYdHg .content-wrapper {
    padding: 24px;
  }
}
.cid-tYZIgCYdHg .content-wrapper .content-wrap {
  width: 100%;
}
.cid-tYZIgCYdHg .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tYZIgCYdHg .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tYZIgCYdHg .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-tYZIgCYdHg .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-tYZIgCYdHg .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-tYZIgCYdHg .mbr-section-title {
  color: #141414;
}
.cid-tYZIgCYdHg .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-tYZIgCYdHg .mbr-section-title,
.cid-tYZIgCYdHg .title-wrapper,
.cid-tYZIgCYdHg .mbr-section-btn {
  text-align: center;
}
.cid-tYZIgDHMkN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c3aaa7;
}
.cid-tYZIgDHMkN .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f95007;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tYZIgDHMkN .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tYZIgDHMkN .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tYZIgDHMkN .main-title.display-2 {
  line-height: 1.375;
}
.cid-tYZIgDHMkN .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tYZIgDHMkN .mbr-text {
  color: #606060;
}
.cid-tYZIgDHMkN .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tYZIgDHMkN .mbr-section-btn {
  margin-top: 24px;
}
.cid-tYZIgDHMkN .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tYZIgDHMkN .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tYZIgDHMkN .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-tYZIgDHMkN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZIgDHMkN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZIgDHMkN .mbr-text,
.cid-tYZIgDHMkN .mbr-section-btn {
  color: #333333;
}
.cid-tYZIgDHMkN .main-title,
.cid-tYZIgDHMkN .mbr-section-btn {
  text-align: center;
}
.cid-tYZIgEjwBQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-tYZIgEjwBQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZIgEjwBQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZIgEjwBQ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tYZIgEjwBQ .container {
    padding: 0 15px;
  }
}
.cid-tYZIgEjwBQ .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tYZIgEjwBQ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tYZIgEjwBQ .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tYZIgEjwBQ .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tYZIgEjwBQ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tYZIgEjwBQ .item {
  margin-bottom: 32px;
}
.cid-tYZIgEjwBQ .item:hover .item-wrapper::before,
.cid-tYZIgEjwBQ .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-tYZIgEjwBQ .item .item-wrapper {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #9fdbf8;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-tYZIgEjwBQ .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #ffffff;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-tYZIgEjwBQ .item .item-wrapper::before {
    display: none;
  }
}
.cid-tYZIgEjwBQ .item .item-wrapper .card-box {
  position: relative;
}
.cid-tYZIgEjwBQ .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-tYZIgEjwBQ .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-tYZIgEjwBQ .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tYZIgEjwBQ .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-tYZIgEjwBQ .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tYZIgEjwBQ .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-tYZIgEjwBQ .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-tYZIgEjwBQ .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-tYZIgEjwBQ .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-tYZIgEjwBQ .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-tYZIgEjwBQ .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-tYZIgEjwBQ .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-tYZIgEjwBQ .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-tYZIgEjwBQ .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-tYZIgEjwBQ .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-tYZIgEjwBQ .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-tYZIgEjwBQ .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-tYZIgEjwBQ .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-tYZIgEjwBQ .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-tYZIgEjwBQ .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-tYZIgEjwBQ .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-tYZIgEjwBQ .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-tYZIgEjwBQ .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-tYZIgEjwBQ .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-tYZIgEjwBQ .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-tYZIgEjwBQ .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-tYZIgEjwBQ .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-tYZIgEjwBQ .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-tYZIgEjwBQ .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-tYZIgEjwBQ .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-tYZIgEjwBQ .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-tYZIgEjwBQ .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-tYZIgEjwBQ .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-tYZIgEjwBQ .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-tYZIgEjwBQ .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-tYZIgEjwBQ .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-tYZIgEjwBQ .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-tYZIgEjwBQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tYZIgEjwBQ .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-tYZIgEjwBQ .mbr-date {
  color: #ffffff;
}
.cid-tYZIgEjwBQ .mbr-tag {
  color: #ffffff;
}
.cid-tYZIgEjwBQ .mbr-card-title {
  color: #f2ac2b;
}
.cid-tYZIgEjwBQ .mbr-card-text {
  color: #d2d2df;
}
.cid-tYZIgEjwBQ .mbr-card-title,
.cid-tYZIgEjwBQ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tYZLLn891c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3aaa7;
}
.cid-tYZLLn891c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZLLn891c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZLLn891c .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tYZLLn891c .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tYZLLn891c .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYZLLn891c .card-wrapper {
    padding: 4rem;
  }
}
.cid-tYZLLn891c .mbr-text,
.cid-tYZLLn891c .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tYZLLn891c .card-title,
.cid-tYZLLn891c .card-box {
  text-align: center;
  color: #000000;
}
.cid-tYZIgGtriG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tYZIgGtriG .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f95007;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tYZIgGtriG .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tYZIgGtriG .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tYZIgGtriG .main-title.display-2 {
  line-height: 1.375;
}
.cid-tYZIgGtriG .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tYZIgGtriG .mbr-text {
  color: #606060;
}
.cid-tYZIgGtriG .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tYZIgGtriG .mbr-section-btn {
  margin-top: 24px;
}
.cid-tYZIgGtriG .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tYZIgGtriG .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tYZIgGtriG .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-tYZIgGtriG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZIgGtriG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZIgGtriG .mbr-text,
.cid-tYZIgGtriG .mbr-section-btn {
  color: #333333;
}
.cid-tYZIgGtriG .main-title,
.cid-tYZIgGtriG .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tYZIgHkaBR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #c3aaa7;
}
.cid-tYZIgHkaBR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZIgHkaBR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZIgHkaBR .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tYZIgHkaBR .mbr-section-title {
  color: #24262b;
}
.cid-tYZIgHkaBR .mbr-section-subtitle {
  color: #24262b;
}
.cid-tYZIgHkaBR .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-tYZIgHkaBR .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tYZIgHkaBR .card-wrap {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tYZIgHkaBR .card-wrap {
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-tYZIgHkaBR .card-1 .card-wrap {
  background: #ffffff;
}
.cid-tYZIgHkaBR .card-1 .item-content {
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tYZIgHkaBR .card-1 .item-img {
    height: auto;
    width: 100%;
  }
}
.cid-tYZIgHkaBR .card-1 .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-tYZIgHkaBR .card-1 .item-img img {
    aspect-ratio: 1.27272727;
  }
}
.cid-tYZIgHkaBR .item-content {
  width: 50%;
  flex-shrink: 0;
  padding: 48px 40px;
}
@media (max-width: 1199px) {
  .cid-tYZIgHkaBR .item-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tYZIgHkaBR .item-content {
    text-align: center;
  }
}
.cid-tYZIgHkaBR .card-title-1 {
  margin-bottom: 16px;
  color: #767676;
}
.cid-tYZIgHkaBR .card-text-1 {
  color: #24262b;
  transition: 0.3s all;
}
.cid-tYZIgHkaBR .card-text-1:hover {
  color: #f95007 !important;
}
.cid-tYZIgHkaBR .mbr-section-btn {
  margin-top: 20px;
}
.cid-tYZIgHkaBR .card-2 .item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background: #efefef;
}
.cid-tYZIgHkaBR .card-2 .item-text {
  align-self: center;
  width: 50%;
  flex-shrink: 0;
  padding: 48px 40px;
}
@media (max-width: 1199px) {
  .cid-tYZIgHkaBR .card-2 .item-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tYZIgHkaBR .card-2 .item-text {
    text-align: center;
  }
}
.cid-tYZIgHkaBR .card-label-2 {
  margin-bottom: 16px;
  color: #767676;
}
.cid-tYZIgHkaBR .card-title-2 {
  color: #24262b;
}
.cid-tYZIgHkaBR .card-subtitle-2 {
  color: #24262b;
}
.cid-tYZIgHkaBR .card-text-2 {
  color: #24262b;
  margin-top: 16px;
}
.cid-tYZIgHkaBR .card-text-1,
.cid-tYZIgHkaBR .mbr-section-btn-1 {
  color: #33363b;
}
.cid-tYZIgIlJ1Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-tYZIgIlJ1Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZIgIlJ1Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZIgIlJ1Q .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tYZIgIlJ1Q .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tYZIgIlJ1Q .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tYZIgIlJ1Q .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tYZIgIlJ1Q .container {
    padding: 0 16px;
  }
}
.cid-tYZIgIlJ1Q .row {
  justify-content: space-between;
}
.cid-tYZIgIlJ1Q .row:hover,
.cid-tYZIgIlJ1Q .row:focus {
  cursor: pointer;
}
.cid-tYZIgIlJ1Q .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tYZIgIlJ1Q .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tYZIgIlJ1Q .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-tYZIgIlJ1Q .image-wrapper img {
    height: 300px;
  }
}
.cid-tYZIgIlJ1Q .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tYZIgIlJ1Q .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tYZIgIlJ1Q .mbr-section-title {
  color: #000000;
}
.cid-tYZIgIlJ1Q .mbr-text {
  color: #33363b;
}
.cid-tYZIgIlJ1Q .mbr-section-title,
.cid-tYZIgIlJ1Q .mbr-section-btn {
  text-align: center;
  color: #33363b;
}
.cid-tYZIgJ7WSu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c3aaa7;
}
.cid-tYZIgJ7WSu .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f95007;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tYZIgJ7WSu .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tYZIgJ7WSu .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tYZIgJ7WSu .main-title.display-2 {
  line-height: 1.375;
}
.cid-tYZIgJ7WSu .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tYZIgJ7WSu .mbr-text {
  color: #606060;
}
.cid-tYZIgJ7WSu .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tYZIgJ7WSu .mbr-section-btn {
  margin-top: 24px;
}
.cid-tYZIgJ7WSu .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tYZIgJ7WSu .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tYZIgJ7WSu .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-tYZIgJ7WSu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZIgJ7WSu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZIgJ7WSu .mbr-text,
.cid-tYZIgJ7WSu .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-tYZIgJ7WSu .main-title,
.cid-tYZIgJ7WSu .mbr-section-btn {
  text-align: center;
}
.cid-tYZIgJTbeU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYZIgJTbeU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZIgJTbeU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZIgJTbeU .row {
  margin: 0 !important;
}
.cid-tYZIgJTbeU .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-tYZIgJTbeU .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tYZIgJTbeU .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-tYZIgJTbeU .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
}
.cid-tYZIgJTbeU .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tYZIgJTbeU .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tYZIgJTbeU .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tYZIgJTbeU .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tYZIgJTbeU .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-tYZIgJTbeU .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-tYZIgJTbeU .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tYZIgJTbeU .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #fc7942;
  margin-left: 0.5rem;
}
.cid-tYZIgJTbeU .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #fc7942;
  font-weight: 900;
}
.cid-tYZIgJTbeU .panel-group {
  border: none;
}
.cid-tYZIgJTbeU .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-tYZIgJTbeU .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tYZIgJTbeU .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tYZIgJTbeU .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-tYZIgJTbeU .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-tYZIgJTbeU .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-tYZIgJTbeU .panel-title-edit {
  color: #131313;
}
.cid-tYZIgJTbeU .panel-body {
  padding: 0 0 20px;
}
.cid-tYZIgJTbeU .panel-text {
  color: #131313;
  margin: 0;
}
.cid-tYZIgKWCk3 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #c3aaa7;
}
.cid-tYZIgKWCk3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZIgKWCk3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZIgKWCk3 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYZIgKWCk3 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYZIgKWCk3 .container {
    padding: 0;
  }
}
.cid-tYZIgKWCk3 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tYZIgKWCk3 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tYZIgKWCk3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYZIgKWCk3 .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tYZIgKWCk3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tYZIgKWCk3 .mbr-text {
  color: #000000;
}
.cid-tYZTnnMZcm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYZTnnMZcm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZTnnMZcm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZTnnMZcm .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tYZTnnMZcm .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tYZTnnMZcm .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tYZTnnMZcm .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tYZTnnMZcm .container {
    padding: 0 16px;
  }
}
.cid-tYZTnnMZcm .row {
  justify-content: center;
}
.cid-tYZTnnMZcm .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tYZTnnMZcm .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tYZTnnMZcm .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-tYZTnnMZcm .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-tYZTnnMZcm .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-tYZTnnMZcm .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tYZTnnMZcm .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-tYZTnnMZcm .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tYZTnnMZcm .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tYZTnnMZcm .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tYZTnnMZcm .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-tYZTnnMZcm .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tYZTnnMZcm .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-tYZTnnMZcm .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tYZTnnMZcm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tYZTnnMZcm .panel-title {
  color: #000000;
}
.cid-tYZTnnMZcm .panel-text {
  color: #000000;
}
.cid-tYZIgLKsgo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tYZIgLKsgo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZIgLKsgo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZIgLKsgo .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYZIgLKsgo .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYZIgLKsgo .container {
    padding: 0;
  }
}
.cid-tYZIgLKsgo .row {
  justify-content: center;
}
.cid-tYZIgLKsgo .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tYZIgLKsgo .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tYZIgLKsgo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYZIgLKsgo .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-tYZIgLKsgo .google-map iframe {
    height: 300px;
  }
}
.cid-tYZIgLKsgo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tYZIgMBTDn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3aaa7;
}
.cid-tYZIgMBTDn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZIgMBTDn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZIgMBTDn .row {
  background: #c3aaa7;
  padding: 3rem;
  margin: 0;
  border-radius: 1rem;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
}
.cid-tYZIgMBTDn li:hover {
  color: #f95007;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-tYZIgMBTDn .col-lg-3 {
    max-width: 20%;
  }
}
.cid-tYZIgMBTDn .mbr-iconfont {
  color: #ffffff;
  opacity: 0.7;
  transition: all 0.3s;
}
.cid-tYZIgMBTDn .mbr-iconfont:hover {
  opacity: 1;
}
.cid-tYZIgMBTDn .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYZIgMBTDn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tYZIgMBTDn .soc-item {
    margin: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .cid-tYZIgMBTDn .row {
    text-align: center;
  }
  .cid-tYZIgMBTDn .social-row {
    justify-content: center;
  }
}
.cid-tYZIgMBTDn .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tYZIgMBTDn .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYZIgMBTDn .list {
    margin-bottom: 0rem;
  }
}
.cid-tYZIgMBTDn .list,
.cid-tYZIgMBTDn .mbr-text {
  color: #ffffff;
}
.cid-tYZIgMBTDn .mbr-section-subtitle {
  color: #000000;
}
.cid-tYZTGABALq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tYZTGABALq nav.navbar {
  position: fixed;
}
.cid-tYZTGABALq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYZTGABALq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYZTGABALq .dropdown-item:hover,
.cid-tYZTGABALq .dropdown-item:focus {
  color: #f95007 !important;
}
.cid-tYZTGABALq .dropdown-item:hover span {
  color: white;
}
.cid-tYZTGABALq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYZTGABALq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYZTGABALq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYZTGABALq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYZTGABALq .nav-link {
  position: relative;
}
.cid-tYZTGABALq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYZTGABALq .container {
    flex-wrap: nowrap;
  }
}
.cid-tYZTGABALq .navbar-caption:hover,
.cid-tYZTGABALq .navbar-caption:focus {
  color: #f95007 !important;
}
.cid-tYZTGABALq .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tYZTGABALq .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tYZTGABALq .navbar-nav .nav-item:hover {
  color: #f95007;
}
.cid-tYZTGABALq .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tYZTGABALq .navbar-nav .nav-item a:hover {
  color: #f95007 !important;
}
.cid-tYZTGABALq .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tYZTGABALq .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tYZTGABALq .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tYZTGABALq .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #f95007 !important;
}
.cid-tYZTGABALq .dropdown-menu,
.cid-tYZTGABALq .navbar.opened {
  background: #ffffff !important;
}
.cid-tYZTGABALq .nav-item:focus,
.cid-tYZTGABALq .nav-link:focus {
  outline: none;
}
.cid-tYZTGABALq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYZTGABALq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYZTGABALq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYZTGABALq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYZTGABALq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYZTGABALq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYZTGABALq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tYZTGABALq .navbar.opened {
  transition: all 0.3s;
}
.cid-tYZTGABALq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYZTGABALq .navbar .navbar-logo img {
  width: auto;
}
.cid-tYZTGABALq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYZTGABALq .navbar.collapsed {
  justify-content: center;
}
.cid-tYZTGABALq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYZTGABALq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYZTGABALq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tYZTGABALq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYZTGABALq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYZTGABALq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tYZTGABALq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYZTGABALq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYZTGABALq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYZTGABALq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYZTGABALq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYZTGABALq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYZTGABALq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYZTGABALq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tYZTGABALq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYZTGABALq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYZTGABALq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYZTGABALq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYZTGABALq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYZTGABALq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tYZTGABALq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tYZTGABALq .navbar.navbar-short {
  min-height: 70px;
}
.cid-tYZTGABALq .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;
  width: 25%;
}
.cid-tYZTGABALq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYZTGABALq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYZTGABALq .dropdown-item.active,
.cid-tYZTGABALq .dropdown-item:active {
  background-color: transparent;
}
.cid-tYZTGABALq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYZTGABALq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYZTGABALq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYZTGABALq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYZTGABALq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYZTGABALq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYZTGABALq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYZTGABALq .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tYZTGABALq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYZTGABALq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e0b9c6;
}
.cid-tYZTGABALq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYZTGABALq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYZTGABALq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYZTGABALq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYZTGABALq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYZTGABALq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYZTGABALq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYZTGABALq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYZTGABALq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYZTGABALq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYZTGABALq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYZTGABALq .navbar {
    height: 70px;
  }
  .cid-tYZTGABALq .navbar.opened {
    height: auto;
  }
  .cid-tYZTGABALq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYZTGABALq .container-fluid {
  padding: 0 1rem !important;
}
.cid-tYZTGABALq .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tYZTGABALq .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tYZTGABALq .navbar-collapse {
    width: 100%;
  }
  .cid-tYZTGABALq .navbar-nav {
    width: 100%;
  }
  .cid-tYZTGABALq .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tYZTGBI1GY {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/istockphoto-1402542295-612x459.jpg");
}
.cid-tYZTGBI1GY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZTGBI1GY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tYZTGBI1GY .col-content {
    text-align: center;
  }
}
.cid-tYZTGBI1GY .label-container {
  margin-bottom: 16px;
}
.cid-tYZTGBI1GY .label-text {
  color: #ffffff;
}
.cid-tYZTGBI1GY .label-text-2 {
  color: #ffffff;
}
.cid-tYZTGBI1GY .mbr-section-title {
  color: #ffffff;
}
.cid-tYZTGBI1GY .text-container {
  margin-top: 24px;
}
.cid-tYZTGBI1GY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYZTGBI1GY .mbr-text {
  color: #b79b6c;
}
.cid-tYZTGBI1GY .mbr-section-btn {
  margin-top: 28px;
}
.cid-tYZTGBI1GY .mbr-text,
.cid-tYZTGBI1GY .mbr-section-btn {
  color: #ffffff;
}
.cid-tYZTGD19fd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tYZTGD19fd .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-tYZTGD19fd .container {
    max-width: 1040px;
  }
}
.cid-tYZTGD19fd .row {
  justify-content: center;
}
.cid-tYZTGD19fd .item:focus,
.cid-tYZTGD19fd span:focus {
  outline: none;
}
.cid-tYZTGD19fd .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-tYZTGD19fd .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-tYZTGD19fd .item {
    width: 100%;
  }
  .cid-tYZTGD19fd .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-tYZTGD19fd .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tYZTGD19fd .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-tYZTGD19fd .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-tYZTGD19fd .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-tYZTGD19fd .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-tYZTGD19fd .item-wrap {
    padding: 50px;
  }
}
.cid-tYZTGD19fd .item-content {
  width: 100%;
}
.cid-tYZTGD19fd .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-tYZTGD19fd .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-tYZTGD19fd .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-tYZTGD19fd .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-tYZTGD19fd .list-item {
  display: flex;
  align-items: center;
}
.cid-tYZTGD19fd .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-tYZTGD19fd .icon-box {
  padding-right: 14px;
}
.cid-tYZTGD19fd .list-text {
  flex-grow: 1;
  color: #000000;
  margin-bottom: 0;
}
.cid-tYZTGD19fd .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-tYZTGD19fd .link-container {
    margin-top: 72px;
  }
}
.cid-tYZTGD19fd .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-tYZTGD19fd .link-container .link span {
  padding-right: 10px;
}
.cid-tYZTGDKrHS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3aaa7;
}
.cid-tYZTGDKrHS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZTGDKrHS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZTGDKrHS .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tYZTGDKrHS .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tYZTGDKrHS .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYZTGDKrHS .card-wrapper {
    padding: 4rem;
  }
}
.cid-tYZTGDKrHS .mbr-text,
.cid-tYZTGDKrHS .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tYZTGDKrHS .card-title,
.cid-tYZTGDKrHS .card-box {
  text-align: center;
  color: #000000;
}
.cid-tYZTGEjA0L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #efefef;
}
.cid-tYZTGEjA0L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZTGEjA0L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZTGEjA0L .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tYZTGEjA0L .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tYZTGEjA0L .container {
    padding: 0 24px;
  }
}
.cid-tYZTGEjA0L .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-tYZTGEjA0L .image-wrapper {
  height: 100%;
}
.cid-tYZTGEjA0L .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-tYZTGEjA0L .image-wrapper img {
    height: 350px;
  }
}
.cid-tYZTGEjA0L .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tYZTGEjA0L .content-wrapper {
    padding: 24px;
  }
}
.cid-tYZTGEjA0L .content-wrapper .content-wrap {
  width: 100%;
}
.cid-tYZTGEjA0L .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tYZTGEjA0L .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tYZTGEjA0L .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-tYZTGEjA0L .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-tYZTGEjA0L .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-tYZTGEjA0L .mbr-section-title {
  color: #141414;
}
.cid-tYZTGEjA0L .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-tYZTGEjA0L .mbr-section-title,
.cid-tYZTGEjA0L .title-wrapper,
.cid-tYZTGEjA0L .mbr-section-btn {
  text-align: center;
}
.cid-tYZTGF1EHa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c3aaa7;
}
.cid-tYZTGF1EHa .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f95007;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tYZTGF1EHa .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tYZTGF1EHa .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tYZTGF1EHa .main-title.display-2 {
  line-height: 1.375;
}
.cid-tYZTGF1EHa .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tYZTGF1EHa .mbr-text {
  color: #606060;
}
.cid-tYZTGF1EHa .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tYZTGF1EHa .mbr-section-btn {
  margin-top: 24px;
}
.cid-tYZTGF1EHa .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tYZTGF1EHa .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tYZTGF1EHa .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-tYZTGF1EHa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZTGF1EHa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZTGF1EHa .mbr-text,
.cid-tYZTGF1EHa .mbr-section-btn {
  color: #333333;
}
.cid-tYZTGF1EHa .main-title,
.cid-tYZTGF1EHa .mbr-section-btn {
  text-align: center;
}
.cid-tYZTGFCpqg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-tYZTGFCpqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZTGFCpqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZTGFCpqg .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tYZTGFCpqg .container {
    padding: 0 15px;
  }
}
.cid-tYZTGFCpqg .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tYZTGFCpqg .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tYZTGFCpqg .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tYZTGFCpqg .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tYZTGFCpqg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tYZTGFCpqg .item {
  margin-bottom: 32px;
}
.cid-tYZTGFCpqg .item:hover .item-wrapper::before,
.cid-tYZTGFCpqg .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-tYZTGFCpqg .item .item-wrapper {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #9fdbf8;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-tYZTGFCpqg .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #ffffff;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-tYZTGFCpqg .item .item-wrapper::before {
    display: none;
  }
}
.cid-tYZTGFCpqg .item .item-wrapper .card-box {
  position: relative;
}
.cid-tYZTGFCpqg .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-tYZTGFCpqg .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-tYZTGFCpqg .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tYZTGFCpqg .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-tYZTGFCpqg .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tYZTGFCpqg .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-tYZTGFCpqg .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-tYZTGFCpqg .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-tYZTGFCpqg .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-tYZTGFCpqg .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-tYZTGFCpqg .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-tYZTGFCpqg .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-tYZTGFCpqg .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-tYZTGFCpqg .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-tYZTGFCpqg .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-tYZTGFCpqg .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-tYZTGFCpqg .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-tYZTGFCpqg .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-tYZTGFCpqg .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-tYZTGFCpqg .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-tYZTGFCpqg .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-tYZTGFCpqg .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-tYZTGFCpqg .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-tYZTGFCpqg .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-tYZTGFCpqg .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-tYZTGFCpqg .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-tYZTGFCpqg .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-tYZTGFCpqg .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-tYZTGFCpqg .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-tYZTGFCpqg .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-tYZTGFCpqg .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-tYZTGFCpqg .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-tYZTGFCpqg .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-tYZTGFCpqg .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-tYZTGFCpqg .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-tYZTGFCpqg .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-tYZTGFCpqg .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-tYZTGFCpqg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tYZTGFCpqg .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-tYZTGFCpqg .mbr-date {
  color: #ffffff;
}
.cid-tYZTGFCpqg .mbr-tag {
  color: #ffffff;
}
.cid-tYZTGFCpqg .mbr-card-title {
  color: #f2ac2b;
}
.cid-tYZTGFCpqg .mbr-card-text {
  color: #d2d2df;
}
.cid-tYZTGFCpqg .mbr-card-title,
.cid-tYZTGFCpqg .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tYZTGGsleg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3aaa7;
}
.cid-tYZTGGsleg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZTGGsleg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZTGGsleg .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tYZTGGsleg .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tYZTGGsleg .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYZTGGsleg .card-wrapper {
    padding: 4rem;
  }
}
.cid-tYZTGGsleg .mbr-text,
.cid-tYZTGGsleg .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tYZTGGsleg .card-title,
.cid-tYZTGGsleg .card-box {
  text-align: center;
  color: #000000;
}
.cid-tYZTGH4lqi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tYZTGH4lqi .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f95007;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tYZTGH4lqi .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tYZTGH4lqi .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tYZTGH4lqi .main-title.display-2 {
  line-height: 1.375;
}
.cid-tYZTGH4lqi .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tYZTGH4lqi .mbr-text {
  color: #606060;
}
.cid-tYZTGH4lqi .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tYZTGH4lqi .mbr-section-btn {
  margin-top: 24px;
}
.cid-tYZTGH4lqi .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tYZTGH4lqi .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tYZTGH4lqi .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-tYZTGH4lqi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZTGH4lqi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZTGH4lqi .mbr-text,
.cid-tYZTGH4lqi .mbr-section-btn {
  color: #333333;
}
.cid-tYZTGH4lqi .main-title,
.cid-tYZTGH4lqi .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tYZTGHJWLb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #c3aaa7;
}
.cid-tYZTGHJWLb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZTGHJWLb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZTGHJWLb .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tYZTGHJWLb .mbr-section-title {
  color: #24262b;
}
.cid-tYZTGHJWLb .mbr-section-subtitle {
  color: #24262b;
}
.cid-tYZTGHJWLb .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-tYZTGHJWLb .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tYZTGHJWLb .card-wrap {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tYZTGHJWLb .card-wrap {
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-tYZTGHJWLb .card-1 .card-wrap {
  background: #ffffff;
}
.cid-tYZTGHJWLb .card-1 .item-content {
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tYZTGHJWLb .card-1 .item-img {
    height: auto;
    width: 100%;
  }
}
.cid-tYZTGHJWLb .card-1 .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-tYZTGHJWLb .card-1 .item-img img {
    aspect-ratio: 1.27272727;
  }
}
.cid-tYZTGHJWLb .item-content {
  width: 50%;
  flex-shrink: 0;
  padding: 48px 40px;
}
@media (max-width: 1199px) {
  .cid-tYZTGHJWLb .item-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tYZTGHJWLb .item-content {
    text-align: center;
  }
}
.cid-tYZTGHJWLb .card-title-1 {
  margin-bottom: 16px;
  color: #767676;
}
.cid-tYZTGHJWLb .card-text-1 {
  color: #24262b;
  transition: 0.3s all;
}
.cid-tYZTGHJWLb .card-text-1:hover {
  color: #f95007 !important;
}
.cid-tYZTGHJWLb .mbr-section-btn {
  margin-top: 20px;
}
.cid-tYZTGHJWLb .card-2 .item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background: #efefef;
}
.cid-tYZTGHJWLb .card-2 .item-text {
  align-self: center;
  width: 50%;
  flex-shrink: 0;
  padding: 48px 40px;
}
@media (max-width: 1199px) {
  .cid-tYZTGHJWLb .card-2 .item-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tYZTGHJWLb .card-2 .item-text {
    text-align: center;
  }
}
.cid-tYZTGHJWLb .card-label-2 {
  margin-bottom: 16px;
  color: #767676;
}
.cid-tYZTGHJWLb .card-title-2 {
  color: #24262b;
}
.cid-tYZTGHJWLb .card-subtitle-2 {
  color: #24262b;
}
.cid-tYZTGHJWLb .card-text-2 {
  color: #24262b;
  margin-top: 16px;
}
.cid-tYZTGHJWLb .card-text-1,
.cid-tYZTGHJWLb .mbr-section-btn-1 {
  color: #33363b;
}
.cid-tYZTGIBQUR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-tYZTGIBQUR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZTGIBQUR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZTGIBQUR .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tYZTGIBQUR .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tYZTGIBQUR .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tYZTGIBQUR .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tYZTGIBQUR .container {
    padding: 0 16px;
  }
}
.cid-tYZTGIBQUR .row {
  justify-content: space-between;
}
.cid-tYZTGIBQUR .row:hover,
.cid-tYZTGIBQUR .row:focus {
  cursor: pointer;
}
.cid-tYZTGIBQUR .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tYZTGIBQUR .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tYZTGIBQUR .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-tYZTGIBQUR .image-wrapper img {
    height: 300px;
  }
}
.cid-tYZTGIBQUR .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tYZTGIBQUR .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tYZTGIBQUR .mbr-section-title {
  color: #000000;
}
.cid-tYZTGIBQUR .mbr-text {
  color: #33363b;
}
.cid-tYZTGIBQUR .mbr-section-title,
.cid-tYZTGIBQUR .mbr-section-btn {
  text-align: center;
  color: #33363b;
}
.cid-tYZTGJktdB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c3aaa7;
}
.cid-tYZTGJktdB .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f95007;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tYZTGJktdB .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tYZTGJktdB .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tYZTGJktdB .main-title.display-2 {
  line-height: 1.375;
}
.cid-tYZTGJktdB .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tYZTGJktdB .mbr-text {
  color: #606060;
}
.cid-tYZTGJktdB .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tYZTGJktdB .mbr-section-btn {
  margin-top: 24px;
}
.cid-tYZTGJktdB .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tYZTGJktdB .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tYZTGJktdB .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-tYZTGJktdB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZTGJktdB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZTGJktdB .mbr-text,
.cid-tYZTGJktdB .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-tYZTGJktdB .main-title,
.cid-tYZTGJktdB .mbr-section-btn {
  text-align: center;
}
.cid-tYZTGK1fZX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYZTGK1fZX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZTGK1fZX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZTGK1fZX .row {
  margin: 0 !important;
}
.cid-tYZTGK1fZX .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-tYZTGK1fZX .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tYZTGK1fZX .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-tYZTGK1fZX .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
}
.cid-tYZTGK1fZX .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tYZTGK1fZX .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tYZTGK1fZX .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tYZTGK1fZX .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tYZTGK1fZX .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-tYZTGK1fZX .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-tYZTGK1fZX .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tYZTGK1fZX .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #fc7942;
  margin-left: 0.5rem;
}
.cid-tYZTGK1fZX .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #fc7942;
  font-weight: 900;
}
.cid-tYZTGK1fZX .panel-group {
  border: none;
}
.cid-tYZTGK1fZX .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-tYZTGK1fZX .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tYZTGK1fZX .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tYZTGK1fZX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-tYZTGK1fZX .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-tYZTGK1fZX .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-tYZTGK1fZX .panel-title-edit {
  color: #131313;
}
.cid-tYZTGK1fZX .panel-body {
  padding: 0 0 20px;
}
.cid-tYZTGK1fZX .panel-text {
  color: #131313;
  margin: 0;
}
.cid-tYZXSD8rH3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYZXSD8rH3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZXSD8rH3 .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-tYZXSD8rH3 .container {
    padding: 0 20px;
  }
}
.cid-tYZXSD8rH3 .row {
  margin: 0;
}
.cid-tYZXSD8rH3 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tYZXSD8rH3 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tYZXSD8rH3 .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tYZXSD8rH3 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tYZXSD8rH3 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tYZXSD8rH3 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tYZXSD8rH3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tYZTGL0RYY {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #c3aaa7;
}
.cid-tYZTGL0RYY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZTGL0RYY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZTGL0RYY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYZTGL0RYY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYZTGL0RYY .container {
    padding: 0;
  }
}
.cid-tYZTGL0RYY .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tYZTGL0RYY .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tYZTGL0RYY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYZTGL0RYY .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tYZTGL0RYY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tYZTGL0RYY .mbr-text {
  color: #000000;
}
.cid-tYZTGLIRgJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYZTGLIRgJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZTGLIRgJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZTGLIRgJ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tYZTGLIRgJ .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tYZTGLIRgJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tYZTGLIRgJ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tYZTGLIRgJ .container {
    padding: 0 16px;
  }
}
.cid-tYZTGLIRgJ .row {
  justify-content: center;
}
.cid-tYZTGLIRgJ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tYZTGLIRgJ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tYZTGLIRgJ .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-tYZTGLIRgJ .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-tYZTGLIRgJ .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-tYZTGLIRgJ .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tYZTGLIRgJ .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-tYZTGLIRgJ .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tYZTGLIRgJ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tYZTGLIRgJ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tYZTGLIRgJ .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-tYZTGLIRgJ .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tYZTGLIRgJ .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-tYZTGLIRgJ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tYZTGLIRgJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tYZTGLIRgJ .panel-title {
  color: #000000;
}
.cid-tYZTGLIRgJ .panel-text {
  color: #000000;
}
.cid-tYZTGMA10u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tYZTGMA10u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZTGMA10u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZTGMA10u .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYZTGMA10u .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYZTGMA10u .container {
    padding: 0;
  }
}
.cid-tYZTGMA10u .row {
  justify-content: center;
}
.cid-tYZTGMA10u .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tYZTGMA10u .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tYZTGMA10u .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYZTGMA10u .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-tYZTGMA10u .google-map iframe {
    height: 300px;
  }
}
.cid-tYZTGMA10u .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tYZTGNqT1n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3aaa7;
}
.cid-tYZTGNqT1n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZTGNqT1n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZTGNqT1n .row {
  background: #c3aaa7;
  padding: 3rem;
  margin: 0;
  border-radius: 1rem;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
}
.cid-tYZTGNqT1n li:hover {
  color: #f95007;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-tYZTGNqT1n .col-lg-3 {
    max-width: 20%;
  }
}
.cid-tYZTGNqT1n .mbr-iconfont {
  color: #ffffff;
  opacity: 0.7;
  transition: all 0.3s;
}
.cid-tYZTGNqT1n .mbr-iconfont:hover {
  opacity: 1;
}
.cid-tYZTGNqT1n .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYZTGNqT1n .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tYZTGNqT1n .soc-item {
    margin: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .cid-tYZTGNqT1n .row {
    text-align: center;
  }
  .cid-tYZTGNqT1n .social-row {
    justify-content: center;
  }
}
.cid-tYZTGNqT1n .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tYZTGNqT1n .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYZTGNqT1n .list {
    margin-bottom: 0rem;
  }
}
.cid-tYZTGNqT1n .list,
.cid-tYZTGNqT1n .mbr-text {
  color: #ffffff;
}
.cid-tYZTGNqT1n .mbr-section-subtitle {
  color: #000000;
}
.cid-tYZYljWTFq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tYZYljWTFq nav.navbar {
  position: fixed;
}
.cid-tYZYljWTFq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYZYljWTFq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYZYljWTFq .dropdown-item:hover,
.cid-tYZYljWTFq .dropdown-item:focus {
  color: #f95007 !important;
}
.cid-tYZYljWTFq .dropdown-item:hover span {
  color: white;
}
.cid-tYZYljWTFq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYZYljWTFq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYZYljWTFq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYZYljWTFq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYZYljWTFq .nav-link {
  position: relative;
}
.cid-tYZYljWTFq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYZYljWTFq .container {
    flex-wrap: nowrap;
  }
}
.cid-tYZYljWTFq .navbar-caption:hover,
.cid-tYZYljWTFq .navbar-caption:focus {
  color: #f95007 !important;
}
.cid-tYZYljWTFq .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tYZYljWTFq .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tYZYljWTFq .navbar-nav .nav-item:hover {
  color: #f95007;
}
.cid-tYZYljWTFq .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tYZYljWTFq .navbar-nav .nav-item a:hover {
  color: #f95007 !important;
}
.cid-tYZYljWTFq .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tYZYljWTFq .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tYZYljWTFq .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tYZYljWTFq .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #f95007 !important;
}
.cid-tYZYljWTFq .dropdown-menu,
.cid-tYZYljWTFq .navbar.opened {
  background: #ffffff !important;
}
.cid-tYZYljWTFq .nav-item:focus,
.cid-tYZYljWTFq .nav-link:focus {
  outline: none;
}
.cid-tYZYljWTFq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYZYljWTFq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYZYljWTFq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYZYljWTFq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYZYljWTFq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYZYljWTFq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYZYljWTFq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tYZYljWTFq .navbar.opened {
  transition: all 0.3s;
}
.cid-tYZYljWTFq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYZYljWTFq .navbar .navbar-logo img {
  width: auto;
}
.cid-tYZYljWTFq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYZYljWTFq .navbar.collapsed {
  justify-content: center;
}
.cid-tYZYljWTFq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYZYljWTFq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYZYljWTFq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tYZYljWTFq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYZYljWTFq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYZYljWTFq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tYZYljWTFq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYZYljWTFq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYZYljWTFq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYZYljWTFq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYZYljWTFq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYZYljWTFq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYZYljWTFq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYZYljWTFq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tYZYljWTFq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYZYljWTFq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYZYljWTFq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYZYljWTFq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYZYljWTFq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYZYljWTFq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tYZYljWTFq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tYZYljWTFq .navbar.navbar-short {
  min-height: 70px;
}
.cid-tYZYljWTFq .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;
  width: 25%;
}
.cid-tYZYljWTFq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYZYljWTFq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYZYljWTFq .dropdown-item.active,
.cid-tYZYljWTFq .dropdown-item:active {
  background-color: transparent;
}
.cid-tYZYljWTFq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYZYljWTFq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYZYljWTFq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYZYljWTFq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYZYljWTFq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYZYljWTFq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYZYljWTFq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYZYljWTFq .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tYZYljWTFq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYZYljWTFq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e0b9c6;
}
.cid-tYZYljWTFq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYZYljWTFq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYZYljWTFq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYZYljWTFq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYZYljWTFq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYZYljWTFq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYZYljWTFq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYZYljWTFq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYZYljWTFq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYZYljWTFq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYZYljWTFq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYZYljWTFq .navbar {
    height: 70px;
  }
  .cid-tYZYljWTFq .navbar.opened {
    height: auto;
  }
  .cid-tYZYljWTFq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYZYljWTFq .container-fluid {
  padding: 0 1rem !important;
}
.cid-tYZYljWTFq .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tYZYljWTFq .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tYZYljWTFq .navbar-collapse {
    width: 100%;
  }
  .cid-tYZYljWTFq .navbar-nav {
    width: 100%;
  }
  .cid-tYZYljWTFq .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tYZYlkLOXL {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/istockphoto-1413368790-612x344.jpg");
}
.cid-tYZYlkLOXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZYlkLOXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tYZYlkLOXL .col-content {
    text-align: center;
  }
}
.cid-tYZYlkLOXL .label-container {
  margin-bottom: 16px;
}
.cid-tYZYlkLOXL .label-text {
  color: #ffffff;
}
.cid-tYZYlkLOXL .label-text-2 {
  color: #ffffff;
}
.cid-tYZYlkLOXL .mbr-section-title {
  color: #ffffff;
}
.cid-tYZYlkLOXL .text-container {
  margin-top: 24px;
}
.cid-tYZYlkLOXL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYZYlkLOXL .mbr-text {
  color: #b79b6c;
}
.cid-tYZYlkLOXL .mbr-section-btn {
  margin-top: 28px;
}
.cid-tYZYlkLOXL .mbr-text,
.cid-tYZYlkLOXL .mbr-section-btn {
  color: #ffffff;
}
.cid-tYZYllGFwC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tYZYllGFwC .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-tYZYllGFwC .container {
    max-width: 1040px;
  }
}
.cid-tYZYllGFwC .row {
  justify-content: center;
}
.cid-tYZYllGFwC .item:focus,
.cid-tYZYllGFwC span:focus {
  outline: none;
}
.cid-tYZYllGFwC .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-tYZYllGFwC .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-tYZYllGFwC .item {
    width: 100%;
  }
  .cid-tYZYllGFwC .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-tYZYllGFwC .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tYZYllGFwC .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-tYZYllGFwC .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-tYZYllGFwC .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-tYZYllGFwC .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-tYZYllGFwC .item-wrap {
    padding: 50px;
  }
}
.cid-tYZYllGFwC .item-content {
  width: 100%;
}
.cid-tYZYllGFwC .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-tYZYllGFwC .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-tYZYllGFwC .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-tYZYllGFwC .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-tYZYllGFwC .list-item {
  display: flex;
  align-items: center;
}
.cid-tYZYllGFwC .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-tYZYllGFwC .icon-box {
  padding-right: 14px;
}
.cid-tYZYllGFwC .list-text {
  flex-grow: 1;
  color: #000000;
  margin-bottom: 0;
}
.cid-tYZYllGFwC .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-tYZYllGFwC .link-container {
    margin-top: 72px;
  }
}
.cid-tYZYllGFwC .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-tYZYllGFwC .link-container .link span {
  padding-right: 10px;
}
.cid-tYZYlmtWRG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3aaa7;
}
.cid-tYZYlmtWRG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZYlmtWRG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZYlmtWRG .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tYZYlmtWRG .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tYZYlmtWRG .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYZYlmtWRG .card-wrapper {
    padding: 4rem;
  }
}
.cid-tYZYlmtWRG .mbr-text,
.cid-tYZYlmtWRG .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tYZYlmtWRG .card-title,
.cid-tYZYlmtWRG .card-box {
  text-align: center;
  color: #000000;
}
.cid-tYZYln7vN3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #efefef;
}
.cid-tYZYln7vN3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZYln7vN3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZYln7vN3 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tYZYln7vN3 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tYZYln7vN3 .container {
    padding: 0 24px;
  }
}
.cid-tYZYln7vN3 .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-tYZYln7vN3 .image-wrapper {
  height: 100%;
}
.cid-tYZYln7vN3 .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-tYZYln7vN3 .image-wrapper img {
    height: 350px;
  }
}
.cid-tYZYln7vN3 .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tYZYln7vN3 .content-wrapper {
    padding: 24px;
  }
}
.cid-tYZYln7vN3 .content-wrapper .content-wrap {
  width: 100%;
}
.cid-tYZYln7vN3 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tYZYln7vN3 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tYZYln7vN3 .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-tYZYln7vN3 .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-tYZYln7vN3 .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-tYZYln7vN3 .mbr-section-title {
  color: #141414;
}
.cid-tYZYln7vN3 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-tYZYln7vN3 .mbr-section-title,
.cid-tYZYln7vN3 .title-wrapper,
.cid-tYZYln7vN3 .mbr-section-btn {
  text-align: center;
}
.cid-tYZYlnMWkq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c3aaa7;
}
.cid-tYZYlnMWkq .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f95007;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tYZYlnMWkq .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tYZYlnMWkq .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tYZYlnMWkq .main-title.display-2 {
  line-height: 1.375;
}
.cid-tYZYlnMWkq .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tYZYlnMWkq .mbr-text {
  color: #606060;
}
.cid-tYZYlnMWkq .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tYZYlnMWkq .mbr-section-btn {
  margin-top: 24px;
}
.cid-tYZYlnMWkq .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tYZYlnMWkq .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tYZYlnMWkq .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-tYZYlnMWkq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZYlnMWkq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZYlnMWkq .mbr-text,
.cid-tYZYlnMWkq .mbr-section-btn {
  color: #333333;
}
.cid-tYZYlnMWkq .main-title,
.cid-tYZYlnMWkq .mbr-section-btn {
  text-align: center;
}
.cid-tYZYloosc6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-tYZYloosc6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZYloosc6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZYloosc6 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tYZYloosc6 .container {
    padding: 0 15px;
  }
}
.cid-tYZYloosc6 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tYZYloosc6 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tYZYloosc6 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tYZYloosc6 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tYZYloosc6 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tYZYloosc6 .item {
  margin-bottom: 32px;
}
.cid-tYZYloosc6 .item:hover .item-wrapper::before,
.cid-tYZYloosc6 .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-tYZYloosc6 .item .item-wrapper {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #9fdbf8;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-tYZYloosc6 .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #ffffff;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-tYZYloosc6 .item .item-wrapper::before {
    display: none;
  }
}
.cid-tYZYloosc6 .item .item-wrapper .card-box {
  position: relative;
}
.cid-tYZYloosc6 .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-tYZYloosc6 .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-tYZYloosc6 .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tYZYloosc6 .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-tYZYloosc6 .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tYZYloosc6 .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-tYZYloosc6 .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-tYZYloosc6 .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-tYZYloosc6 .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-tYZYloosc6 .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-tYZYloosc6 .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-tYZYloosc6 .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-tYZYloosc6 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-tYZYloosc6 .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-tYZYloosc6 .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-tYZYloosc6 .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-tYZYloosc6 .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-tYZYloosc6 .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-tYZYloosc6 .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-tYZYloosc6 .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-tYZYloosc6 .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-tYZYloosc6 .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-tYZYloosc6 .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-tYZYloosc6 .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-tYZYloosc6 .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-tYZYloosc6 .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-tYZYloosc6 .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-tYZYloosc6 .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-tYZYloosc6 .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-tYZYloosc6 .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-tYZYloosc6 .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-tYZYloosc6 .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-tYZYloosc6 .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-tYZYloosc6 .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-tYZYloosc6 .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-tYZYloosc6 .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-tYZYloosc6 .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-tYZYloosc6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tYZYloosc6 .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-tYZYloosc6 .mbr-date {
  color: #ffffff;
}
.cid-tYZYloosc6 .mbr-tag {
  color: #ffffff;
}
.cid-tYZYloosc6 .mbr-card-title {
  color: #f2ac2b;
}
.cid-tYZYloosc6 .mbr-card-text {
  color: #d2d2df;
}
.cid-tYZYloosc6 .mbr-card-title,
.cid-tYZYloosc6 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tYZYlpf74e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3aaa7;
}
.cid-tYZYlpf74e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZYlpf74e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZYlpf74e .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tYZYlpf74e .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tYZYlpf74e .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYZYlpf74e .card-wrapper {
    padding: 4rem;
  }
}
.cid-tYZYlpf74e .mbr-text,
.cid-tYZYlpf74e .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tYZYlpf74e .card-title,
.cid-tYZYlpf74e .card-box {
  text-align: center;
  color: #000000;
}
.cid-tYZYlpSARv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tYZYlpSARv .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f95007;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tYZYlpSARv .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tYZYlpSARv .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tYZYlpSARv .main-title.display-2 {
  line-height: 1.375;
}
.cid-tYZYlpSARv .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tYZYlpSARv .mbr-text {
  color: #606060;
}
.cid-tYZYlpSARv .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tYZYlpSARv .mbr-section-btn {
  margin-top: 24px;
}
.cid-tYZYlpSARv .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tYZYlpSARv .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tYZYlpSARv .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-tYZYlpSARv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZYlpSARv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZYlpSARv .mbr-text,
.cid-tYZYlpSARv .mbr-section-btn {
  color: #333333;
}
.cid-tYZYlpSARv .main-title,
.cid-tYZYlpSARv .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tYZYlqBOn0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #c3aaa7;
}
.cid-tYZYlqBOn0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZYlqBOn0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZYlqBOn0 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tYZYlqBOn0 .mbr-section-title {
  color: #24262b;
}
.cid-tYZYlqBOn0 .mbr-section-subtitle {
  color: #24262b;
}
.cid-tYZYlqBOn0 .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-tYZYlqBOn0 .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tYZYlqBOn0 .card-wrap {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tYZYlqBOn0 .card-wrap {
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-tYZYlqBOn0 .card-1 .card-wrap {
  background: #ffffff;
}
.cid-tYZYlqBOn0 .card-1 .item-content {
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tYZYlqBOn0 .card-1 .item-img {
    height: auto;
    width: 100%;
  }
}
.cid-tYZYlqBOn0 .card-1 .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-tYZYlqBOn0 .card-1 .item-img img {
    aspect-ratio: 1.27272727;
  }
}
.cid-tYZYlqBOn0 .item-content {
  width: 50%;
  flex-shrink: 0;
  padding: 48px 40px;
}
@media (max-width: 1199px) {
  .cid-tYZYlqBOn0 .item-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tYZYlqBOn0 .item-content {
    text-align: center;
  }
}
.cid-tYZYlqBOn0 .card-title-1 {
  margin-bottom: 16px;
  color: #767676;
}
.cid-tYZYlqBOn0 .card-text-1 {
  color: #24262b;
  transition: 0.3s all;
}
.cid-tYZYlqBOn0 .card-text-1:hover {
  color: #f95007 !important;
}
.cid-tYZYlqBOn0 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tYZYlqBOn0 .card-2 .item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background: #efefef;
}
.cid-tYZYlqBOn0 .card-2 .item-text {
  align-self: center;
  width: 50%;
  flex-shrink: 0;
  padding: 48px 40px;
}
@media (max-width: 1199px) {
  .cid-tYZYlqBOn0 .card-2 .item-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tYZYlqBOn0 .card-2 .item-text {
    text-align: center;
  }
}
.cid-tYZYlqBOn0 .card-label-2 {
  margin-bottom: 16px;
  color: #767676;
}
.cid-tYZYlqBOn0 .card-title-2 {
  color: #24262b;
}
.cid-tYZYlqBOn0 .card-subtitle-2 {
  color: #24262b;
}
.cid-tYZYlqBOn0 .card-text-2 {
  color: #24262b;
  margin-top: 16px;
}
.cid-tYZYlqBOn0 .card-text-1,
.cid-tYZYlqBOn0 .mbr-section-btn-1 {
  color: #33363b;
}
.cid-tYZYlry8NV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-tYZYlry8NV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZYlry8NV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZYlry8NV .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tYZYlry8NV .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tYZYlry8NV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tYZYlry8NV .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tYZYlry8NV .container {
    padding: 0 16px;
  }
}
.cid-tYZYlry8NV .row {
  justify-content: space-between;
}
.cid-tYZYlry8NV .row:hover,
.cid-tYZYlry8NV .row:focus {
  cursor: pointer;
}
.cid-tYZYlry8NV .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tYZYlry8NV .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tYZYlry8NV .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-tYZYlry8NV .image-wrapper img {
    height: 300px;
  }
}
.cid-tYZYlry8NV .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tYZYlry8NV .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tYZYlry8NV .mbr-section-title {
  color: #000000;
}
.cid-tYZYlry8NV .mbr-text {
  color: #33363b;
}
.cid-tYZYlry8NV .mbr-section-title,
.cid-tYZYlry8NV .mbr-section-btn {
  text-align: center;
  color: #33363b;
}
.cid-tYZYlsevQJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c3aaa7;
}
.cid-tYZYlsevQJ .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f95007;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tYZYlsevQJ .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tYZYlsevQJ .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tYZYlsevQJ .main-title.display-2 {
  line-height: 1.375;
}
.cid-tYZYlsevQJ .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tYZYlsevQJ .mbr-text {
  color: #606060;
}
.cid-tYZYlsevQJ .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tYZYlsevQJ .mbr-section-btn {
  margin-top: 24px;
}
.cid-tYZYlsevQJ .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tYZYlsevQJ .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tYZYlsevQJ .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-tYZYlsevQJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZYlsevQJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZYlsevQJ .mbr-text,
.cid-tYZYlsevQJ .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-tYZYlsevQJ .main-title,
.cid-tYZYlsevQJ .mbr-section-btn {
  text-align: center;
}
.cid-tYZYlt4Ly4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYZYlt4Ly4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZYlt4Ly4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZYlt4Ly4 .row {
  margin: 0 !important;
}
.cid-tYZYlt4Ly4 .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-tYZYlt4Ly4 .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tYZYlt4Ly4 .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-tYZYlt4Ly4 .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
}
.cid-tYZYlt4Ly4 .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tYZYlt4Ly4 .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tYZYlt4Ly4 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tYZYlt4Ly4 .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tYZYlt4Ly4 .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-tYZYlt4Ly4 .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-tYZYlt4Ly4 .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tYZYlt4Ly4 .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #fc7942;
  margin-left: 0.5rem;
}
.cid-tYZYlt4Ly4 .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #fc7942;
  font-weight: 900;
}
.cid-tYZYlt4Ly4 .panel-group {
  border: none;
}
.cid-tYZYlt4Ly4 .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-tYZYlt4Ly4 .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tYZYlt4Ly4 .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tYZYlt4Ly4 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-tYZYlt4Ly4 .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-tYZYlt4Ly4 .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-tYZYlt4Ly4 .panel-title-edit {
  color: #131313;
}
.cid-tYZYlt4Ly4 .panel-body {
  padding: 0 0 20px;
}
.cid-tYZYlt4Ly4 .panel-text {
  color: #131313;
  margin: 0;
}
.cid-tYZYluO4fk {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #c3aaa7;
}
.cid-tYZYluO4fk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZYluO4fk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZYluO4fk .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYZYluO4fk .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYZYluO4fk .container {
    padding: 0;
  }
}
.cid-tYZYluO4fk .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tYZYluO4fk .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tYZYluO4fk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYZYluO4fk .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tYZYluO4fk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tYZYluO4fk .mbr-text {
  color: #000000;
}
.cid-tYZYlvuvYP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYZYlvuvYP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZYlvuvYP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZYlvuvYP .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tYZYlvuvYP .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tYZYlvuvYP .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tYZYlvuvYP .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tYZYlvuvYP .container {
    padding: 0 16px;
  }
}
.cid-tYZYlvuvYP .row {
  justify-content: center;
}
.cid-tYZYlvuvYP .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tYZYlvuvYP .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tYZYlvuvYP .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-tYZYlvuvYP .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-tYZYlvuvYP .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-tYZYlvuvYP .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tYZYlvuvYP .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-tYZYlvuvYP .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tYZYlvuvYP .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tYZYlvuvYP .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tYZYlvuvYP .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-tYZYlvuvYP .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tYZYlvuvYP .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-tYZYlvuvYP .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tYZYlvuvYP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tYZYlvuvYP .panel-title {
  color: #000000;
}
.cid-tYZYlvuvYP .panel-text {
  color: #000000;
}
.cid-tYZYlwrUEt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tYZYlwrUEt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZYlwrUEt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZYlwrUEt .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYZYlwrUEt .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYZYlwrUEt .container {
    padding: 0;
  }
}
.cid-tYZYlwrUEt .row {
  justify-content: center;
}
.cid-tYZYlwrUEt .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tYZYlwrUEt .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tYZYlwrUEt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYZYlwrUEt .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-tYZYlwrUEt .google-map iframe {
    height: 300px;
  }
}
.cid-tYZYlwrUEt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tYZYlxf83R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3aaa7;
}
.cid-tYZYlxf83R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZYlxf83R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZYlxf83R .row {
  background: #c3aaa7;
  padding: 3rem;
  margin: 0;
  border-radius: 1rem;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
}
.cid-tYZYlxf83R li:hover {
  color: #f95007;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-tYZYlxf83R .col-lg-3 {
    max-width: 20%;
  }
}
.cid-tYZYlxf83R .mbr-iconfont {
  color: #ffffff;
  opacity: 0.7;
  transition: all 0.3s;
}
.cid-tYZYlxf83R .mbr-iconfont:hover {
  opacity: 1;
}
.cid-tYZYlxf83R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYZYlxf83R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tYZYlxf83R .soc-item {
    margin: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .cid-tYZYlxf83R .row {
    text-align: center;
  }
  .cid-tYZYlxf83R .social-row {
    justify-content: center;
  }
}
.cid-tYZYlxf83R .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tYZYlxf83R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYZYlxf83R .list {
    margin-bottom: 0rem;
  }
}
.cid-tYZYlxf83R .list,
.cid-tYZYlxf83R .mbr-text {
  color: #ffffff;
}
.cid-tYZYlxf83R .mbr-section-subtitle {
  color: #000000;
}
