body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Syne', sans-serif;
  font-size: 3.43rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.2875rem;
}
.display-2 {
  font-family: 'Syne', sans-serif;
  font-size: 2.43rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.0375rem;
}
.display-4 {
  font-family: 'Syne', sans-serif;
  font-size: 1.31rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6375rem;
}
.display-5 {
  font-family: 'Syne', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.744rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.401rem;
    font-size: calc( 1.8505rem + (3.43 - 1.8505) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8505rem + (3.43 - 1.8505) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.944rem;
    font-size: calc( 1.5005000000000002rem + (2.43 - 1.5005000000000002) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.5005000000000002rem + (2.43 - 1.5005000000000002) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.048rem;
    font-size: calc( 1.1085rem + (1.31 - 1.1085) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1085rem + (1.31 - 1.1085) * ((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: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #7f8678 !important;
}
.bg-success {
  background-color: #6d9aba !important;
}
.bg-info {
  background-color: #4479d9 !important;
}
.bg-warning {
  background-color: #5b6153 !important;
}
.bg-danger {
  background-color: #caa884 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7f8678 !important;
  border-color: #7f8678 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #54584f !important;
  border-color: #54584f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #54584f !important;
  border-color: #54584f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d7d3c6 !important;
  border-color: #d7d3c6 !important;
  color: #5d5641 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b3ac93 !important;
  border-color: #b3ac93 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #5d5641 !important;
  background-color: #b3ac93 !important;
  border-color: #b3ac93 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6d9aba !important;
  border-color: #6d9aba !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #436e8d !important;
  border-color: #436e8d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #436e8d !important;
  border-color: #436e8d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #5b6153 !important;
  border-color: #5b6153 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #2f322b !important;
  border-color: #2f322b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2f322b !important;
  border-color: #2f322b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #caa884 !important;
  border-color: #caa884 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ad7d4a !important;
  border-color: #ad7d4a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ad7d4a !important;
  border-color: #ad7d4a !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7f8678;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #54584f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7f8678 !important;
  border-color: #7f8678 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d7d3c6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b3ac93 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #5d5641 !important;
  background-color: #d7d3c6 !important;
  border-color: #d7d3c6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4479d9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6d9aba;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #436e8d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6d9aba !important;
  border-color: #6d9aba !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5b6153;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #2f322b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5b6153 !important;
  border-color: #5b6153 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #caa884;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ad7d4a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #caa884 !important;
  border-color: #caa884 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #7f8678 !important;
}
.text-secondary {
  color: #d7d3c6 !important;
}
.text-success {
  color: #6d9aba !important;
}
.text-info {
  color: #4479d9 !important;
}
.text-warning {
  color: #5b6153 !important;
}
.text-danger {
  color: #caa884 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4c5048 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ada58a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3e6683 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1f4a98 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #272a24 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a27546 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #7f8678;
}
.nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4479d9;
}
.alert-warning {
  background-color: #5b6153;
}
.alert-danger {
  background-color: #caa884;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7f8678;
  border-color: #7f8678;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #7f8678;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bfc2bb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c4d6e3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9ba292;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Syne', sans-serif;
  font-size: 1.31rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.6375rem;
}
.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: #7f8678 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Syne', sans-serif;
  font-size: 1.31rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.6375rem;
}
blockquote {
  border-color: #7f8678;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7f8678;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #7f8678;
}
.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: #7f8678;
  border-bottom-color: #7f8678;
}
.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: #7f8678 !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: #d7d3c6 !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='%237f8678' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.text-with-round:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  border: 1px solid currentColor;
  border-radius: 100%;
  margin-right: 9px;
  vertical-align: middle;
}
.underlined-link {
  position: relative;
  background-size: 0 !important;
}
.underlined-link:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform-origin: left;
  transition: 0.2s ease-out;
}
.underlined-link:hover {
  background-size: 0 !important;
  text-decoration: none;
}
.underlined-link:hover:after {
  width: 0;
}
.emerging-underline-link {
  position: relative;
  background-size: 0 !important;
}
.emerging-underline-link:after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform-origin: left;
  transition: 0.2s ease-out;
}
.emerging-underline-link:hover {
  background-size: 0 !important;
  text-decoration: none;
}
.emerging-underline-link:hover:after {
  width: 0;
}
.cid-sMH04UoUwL .navbar-dropdown {
  position: relative !important;
}
.cid-sMH04UoUwL .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-sMH04UoUwL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sMH04UoUwL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sMH04UoUwL .dropdown-item:hover,
.cid-sMH04UoUwL .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-sMH04UoUwL .dropdown-item:hover span {
  color: white;
}
.cid-sMH04UoUwL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sMH04UoUwL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sMH04UoUwL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-sMH04UoUwL .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-sMH04UoUwL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sMH04UoUwL .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-sMH04UoUwL .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-sMH04UoUwL .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-sMH04UoUwL .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-sMH04UoUwL .container {
  display: flex;
  margin: auto;
}
.cid-sMH04UoUwL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sMH04UoUwL .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sMH04UoUwL .navbar-nav {
    align-items: center;
  }
}
.cid-sMH04UoUwL .dropdown-menu,
.cid-sMH04UoUwL .navbar.opened {
  background: #fffdf7 !important;
}
.cid-sMH04UoUwL .nav-item:focus,
.cid-sMH04UoUwL .nav-link:focus {
  outline: none;
}
.cid-sMH04UoUwL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-sMH04UoUwL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMH04UoUwL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sMH04UoUwL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMH04UoUwL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMH04UoUwL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMH04UoUwL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffdf7;
  padding: 0 !important;
  box-shadow: none;
}
.cid-sMH04UoUwL .navbar.opened {
  transition: all 0.3s;
}
.cid-sMH04UoUwL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sMH04UoUwL .navbar .navbar-logo img {
  width: auto;
}
.cid-sMH04UoUwL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sMH04UoUwL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMH04UoUwL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMH04UoUwL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMH04UoUwL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sMH04UoUwL .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-sMH04UoUwL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sMH04UoUwL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sMH04UoUwL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sMH04UoUwL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sMH04UoUwL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sMH04UoUwL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sMH04UoUwL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sMH04UoUwL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sMH04UoUwL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sMH04UoUwL .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-sMH04UoUwL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sMH04UoUwL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMH04UoUwL .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-sMH04UoUwL .dropdown-item.active,
.cid-sMH04UoUwL .dropdown-item:active {
  background-color: transparent;
}
.cid-sMH04UoUwL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMH04UoUwL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sMH04UoUwL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sMH04UoUwL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffdf7;
}
.cid-sMH04UoUwL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMH04UoUwL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMH04UoUwL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMH04UoUwL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sMH04UoUwL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sMH04UoUwL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sMH04UoUwL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMH04UoUwL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMH04UoUwL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMH04UoUwL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMH04UoUwL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMH04UoUwL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMH04UoUwL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMH04UoUwL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMH04UoUwL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sMH04UoUwL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sMH04UoUwL .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-sMH04UoUwL .navbar {
    height: 70px;
  }
  .cid-sMH04UoUwL .navbar.opened {
    height: auto;
  }
  .cid-sMH04UoUwL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMH04UoUwL .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-sMH04UoUwL .container-fluid {
    padding: 0 40px;
  }
}
.cid-sMH04UoUwL .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sMH04UoUwL .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sMH04UoUwL .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sMH04UoUwL .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-sMH04UoUwL .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-sMH04UoUwL .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-sMH04UoUwL .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-sMH04UoUwL .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-sMH04UoUwL .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-sMH04UoUwL .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-sMH04UoUwL .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-sMH04UoUwL .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sMH0BArMBQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sMH0BArMBQ .mbr-overlay {
  z-index: 1;
}
.cid-sMH0BArMBQ .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-sMH0BArMBQ .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-sMH0BArMBQ .text-container {
  height: auto;
}
.cid-sMH0BArMBQ .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-sMH0BArMBQ .text-wrap {
    min-height: 100vh;
  }
}
.cid-sMH0BArMBQ .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-sMH0BArMBQ .text {
  color: #3d3d3d;
}
.cid-sMH0BArMBQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sMH0BArMBQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sMH0BArMBQ .item-wrapper {
  width: 100%;
}
.cid-sMH0BArMBQ .item-title {
  line-height: 1.25em;
}
.cid-sMH0BArMBQ .mbr-section-title {
  line-height: 1.25em;
}
.cid-sMH0BArMBQ .data-item {
  display: flex;
  align-items: center;
}
.cid-sMH0BArMBQ .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-sMH0BArMBQ .link-wrap {
  margin: 30px 0 6px;
}
.cid-sMH0BArMBQ .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-sMH0BArMBQ .btn-black-outline {
  border: 1px solid #000000;
}
.cid-sMH0BArMBQ .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-sMH0BArMBQ .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
@media (max-width: 991px) {
  .cid-sMH0BArMBQ .img-container {
    border-bottom: 1px solid #7F8678;
  }
}
@media (min-width: 992px) {
  .cid-sMH0BArMBQ .img-container {
    border-right: 1px solid #7F8678;
  }
}
.cid-sMH0BArMBQ .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8.6%;
  height: 100vh;
  box-sizing: border-box;
  flex-grow: 1;
}
.cid-sMH0BArMBQ .item-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-sMH24nB1c3 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("https://mobirise.com/extensions/journalm5/assets/images/background2.jpg");
}
.cid-sMH24nB1c3 .mbr-overlay {
  background: #fffdf7;
  opacity: 0.6;
}
.cid-sMH24nB1c3 .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sMH24nB1c3 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sMH24nB1c3 .row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sMH24nB1c3 .item-text {
  padding: 0 32px 55px;
}
.cid-sMH24nB1c3 .text-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-sMH24nB1c3 .text-container {
    flex-wrap: wrap;
  }
}
.cid-sMH24nB1c3 .mbr-section-title {
  flex-grow: 1;
  line-height: 65px!important;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sMH24nB1c3 .mbr-section-title {
    font-size: 79px;
    line-height: 87px!important;
  }
}
.cid-sMH24nB1c3 .text {
  color: #3d3d3d;
}
.cid-sMH24nB1c3 .link-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 50px;
  width: 18%;
}
@media (max-width: 767px) {
  .cid-sMH24nB1c3 .link-wrap {
    width: 100%;
  }
}
.cid-sMH24nB1c3 .emerging-underline-link {
  color: #3d3d3d;
}
.cid-sMH24nB1c3 .item-image {
  padding: 0 32px;
  max-height: 100vh;
}
.cid-sML1n4lcZi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sML1n4lcZi .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sML1n4lcZi .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sML1n4lcZi .item:focus,
.cid-sML1n4lcZi span:focus {
  outline: none;
}
.cid-sML1n4lcZi .main-container {
  display: flex;
  flex-direction: column;
  width: 82%;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .cid-sML1n4lcZi .main-container {
    width: 91%;
  }
}
@media (min-width: 1400px) {
  .cid-sML1n4lcZi .main-container {
    width: 1300px;
  }
}
.cid-sML1n4lcZi .text {
  margin: 15px 0 25px;
  color: #3d3d3d;
}
.cid-sML1n4lcZi .items-container {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-sML1n4lcZi .items-container {
    padding-top: 20px;
    flex-direction: column;
  }
}
.cid-sML1n4lcZi .item {
  margin-top: 8px;
  width: 16%;
}
@media (min-width: 992px) {
  .cid-sML1n4lcZi .item {
    padding-right: 8px;
  }
  .cid-sML1n4lcZi .item:last-child {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sML1n4lcZi .item {
    width: 100%;
    padding-bottom: 26px;
  }
  .cid-sML1n4lcZi .item:last-child {
    padding-bottom: 0;
  }
}
.cid-sML1n4lcZi .sublabel {
  margin-bottom: 10px;
}
.cid-sML1n4lcZi .sublabel-text {
  margin: 0;
  color: #3d3d3d;
}
.cid-sML1n4lcZi .item-links {
  width: auto;
}
@media (max-width: 991px) {
  .cid-sML1n4lcZi .item-links {
    width: 100%;
  }
}
.cid-sML1n4lcZi .underlined-link {
  margin-right: 15px;
  color: #3d3d3d;
}
@media (max-width: 991px) {
  .cid-sML1n4lcZi .underlined-link {
    margin-bottom: 8px;
  }
}
.cid-sML1n4lcZi .underlined-link:last-child {
  margin-right: 0;
}
.cid-sML1n4lcZi .underlined-link:after {
  height: 1px;
}
.cid-sML1n4lcZi .mbr-section-title {
  text-align: center;
}
.cid-sML1on0yE5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fffdf7;
}
.cid-sML1on0yE5 .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sML1on0yE5 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sML1on0yE5 .item:focus,
.cid-sML1on0yE5 span:focus {
  outline: none;
}
.cid-sML1on0yE5 .main-container {
  display: flex;
  flex-direction: column;
  width: 82%;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .cid-sML1on0yE5 .main-container {
    width: 91%;
  }
}
@media (min-width: 768px) {
  .cid-sML1on0yE5 .main-container {
    flex-direction: row;
  }
}
@media (min-width: 1400px) {
  .cid-sML1on0yE5 .main-container {
    width: 1300px;
  }
}
.cid-sML1on0yE5 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sML1on0yE5 .item {
    margin-bottom: 50px;
  }
}
.cid-sML1on0yE5 .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 8px;
  overflow: hidden;
}
.cid-sML1on0yE5 .item-img img {
  object-fit: cover;
  height: auto;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-sML1on0yE5 .item-left {
  align-items: flex-start;
}
@media (min-width: 768px) {
  .cid-sML1on0yE5 .item-left {
    padding: 0 4.66666667% 0 0;
  }
}
.cid-sML1on0yE5 .item-center {
  align-items: center;
}
@media (min-width: 768px) {
  .cid-sML1on0yE5 .item-center {
    padding: 5.5% 2.33333333% 0 2.33333333%;
  }
}
.cid-sML1on0yE5 .item-right {
  align-items: flex-end;
}
@media (min-width: 768px) {
  .cid-sML1on0yE5 .item-right {
    padding: 0 0 0 4.66666667%;
  }
}
.cid-sML1on0yE5 .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  max-width: 344px;
  flex-flow: column nowrap;
}
.cid-sML1on0yE5 .item-content {
  width: 100%;
}
.cid-sML1on0yE5 .mbr-section-title {
  color: #000000;
}
.cid-sML1on0yE5 .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-sML1on0yE5 .mbr-text,
.cid-sML1on0yE5 .mbr-section-btn {
  text-align: left;
}
.cid-sML1on0yE5 .item-subtitle {
  text-align: center;
}
.cid-sML1on0yE5 .text-client {
  color: #3d3d3d;
  width: 100%;
  text-align: center;
}
.cid-sML1on0yE5 .text-client span {
  padding: 0 4px;
  min-height: 21px;
  border: 1px solid currentColor;
  border-radius: 50%;
}
.cid-sML1on0yE5 .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-sML1on0yE5 .btn-black-outline {
  border: 1px solid #000000;
}
.cid-sML1on0yE5 .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-sML2lCULPr {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("https://mobirise.com/extensions/journalm5/assets/images/background2.jpg");
}
.cid-sML2lCULPr .mbr-media {
  position: relative;
}
.cid-sML2lCULPr .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sML2lCULPr .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sML2lCULPr .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-sML2lCULPr .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sML2lCULPr .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sML2lCULPr .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sML2lCULPr .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sML2lCULPr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sML2lCULPr .mbr-section-title {
  color: #000000;
}
.cid-sML2lCULPr .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-sML2H3UVBU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sML2H3UVBU .mbr-overlay {
  z-index: 1;
}
.cid-sML2H3UVBU .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-sML2H3UVBU .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-sML2H3UVBU .text-container {
  height: 100%;
  background: #bfc6b8;
}
@media (min-width: 992px) {
  .cid-sML2H3UVBU .text-container {
    border-right: 1px solid #7F8678;
  }
}
.cid-sML2H3UVBU .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  min-height: 390px;
}
@media (min-width: 992px) {
  .cid-sML2H3UVBU .text-wrap {
    max-width: 512px;
    min-height: 644px;
  }
}
.cid-sML2H3UVBU .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-sML2H3UVBU .text {
  color: #3d3d3d;
}
.cid-sML2H3UVBU .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sML2H3UVBU .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sML2H3UVBU .item-wrapper {
  width: 100%;
}
.cid-sML2H3UVBU .mbr-section-title {
  line-height: 1.25em;
}
.cid-sML2H3UVBU .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cid-sML2H3UVBU .item-img {
  flex-grow: 1;
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  overflow: hidden;
  height: 644px;
}
.cid-sML2H3UVBU .item-img img {
  object-fit: cover;
  height: 100%;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-sML2H3UVBU .item-img:hover img {
  transform: scale(1);
}
.cid-sML2H3UVBU .link {
  color: #3d3d3d;
}
.cid-sML2H3UVBU .underlined-link {
  color: #3d3d3d;
}
.cid-sML2H3UVBU .underlined-link:after {
  height: 1px !important;
}
.cid-sML2JHqc8I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sML2JHqc8I .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sML2JHqc8I .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sML2JHqc8I .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-sML2JHqc8I .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-sML2JHqc8I .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-sML2JHqc8I .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-sML2JHqc8I .mbr-text {
  color: #000000;
}
.cid-sML2JHqc8I .link a {
  color: #3d3d3d;
}
.cid-sML2JHqc8I .copyright {
  color: #3d3d3d;
}
.cid-sML2JHqc8I .text {
  color: #3d3d3d;
}
.cid-sML2JHqc8I .mbr-form-container {
  margin-top: 12px;
}
.cid-sML2JHqc8I .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-sML2JHqc8I form .row {
  margin: 0;
  border: none !important;
}
.cid-sML2JHqc8I form .form-email {
  width: 100px;
  padding: 0;
  flex-grow: 1;
  margin-bottom: 0;
}
.cid-sML2JHqc8I form .form-email input {
  padding: 0;
  border-radius: 0;
  border: none !important;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid #7f8678 !important;
  min-height: auto;
  font-size: 1rem;
  color: #3d3d3d;
}
.cid-sML2JHqc8I form .form-email input:hover,
.cid-sML2JHqc8I form .form-email input :focus,
.cid-sML2JHqc8I form .form-email input :active {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border-bottom: 1px solid #7f8678 !important;
}
.cid-sML2JHqc8I form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-sML2JHqc8I form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-sML2JHqc8I .copyright-container {
  margin-top: auto;
}
.cid-sMH04UoUwL .navbar-dropdown {
  position: relative !important;
}
.cid-sMH04UoUwL .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-sMH04UoUwL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sMH04UoUwL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sMH04UoUwL .dropdown-item:hover,
.cid-sMH04UoUwL .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-sMH04UoUwL .dropdown-item:hover span {
  color: white;
}
.cid-sMH04UoUwL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sMH04UoUwL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sMH04UoUwL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-sMH04UoUwL .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-sMH04UoUwL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sMH04UoUwL .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-sMH04UoUwL .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-sMH04UoUwL .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-sMH04UoUwL .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-sMH04UoUwL .container {
  display: flex;
  margin: auto;
}
.cid-sMH04UoUwL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sMH04UoUwL .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sMH04UoUwL .navbar-nav {
    align-items: center;
  }
}
.cid-sMH04UoUwL .dropdown-menu,
.cid-sMH04UoUwL .navbar.opened {
  background: #fffdf7 !important;
}
.cid-sMH04UoUwL .nav-item:focus,
.cid-sMH04UoUwL .nav-link:focus {
  outline: none;
}
.cid-sMH04UoUwL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-sMH04UoUwL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMH04UoUwL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sMH04UoUwL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMH04UoUwL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMH04UoUwL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMH04UoUwL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffdf7;
  padding: 0 !important;
  box-shadow: none;
}
.cid-sMH04UoUwL .navbar.opened {
  transition: all 0.3s;
}
.cid-sMH04UoUwL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sMH04UoUwL .navbar .navbar-logo img {
  width: auto;
}
.cid-sMH04UoUwL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sMH04UoUwL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMH04UoUwL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMH04UoUwL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMH04UoUwL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sMH04UoUwL .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-sMH04UoUwL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sMH04UoUwL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sMH04UoUwL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sMH04UoUwL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sMH04UoUwL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sMH04UoUwL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sMH04UoUwL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sMH04UoUwL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sMH04UoUwL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sMH04UoUwL .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-sMH04UoUwL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sMH04UoUwL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMH04UoUwL .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-sMH04UoUwL .dropdown-item.active,
.cid-sMH04UoUwL .dropdown-item:active {
  background-color: transparent;
}
.cid-sMH04UoUwL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMH04UoUwL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sMH04UoUwL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sMH04UoUwL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffdf7;
}
.cid-sMH04UoUwL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMH04UoUwL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMH04UoUwL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMH04UoUwL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sMH04UoUwL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sMH04UoUwL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sMH04UoUwL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMH04UoUwL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMH04UoUwL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMH04UoUwL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMH04UoUwL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMH04UoUwL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMH04UoUwL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMH04UoUwL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMH04UoUwL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sMH04UoUwL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sMH04UoUwL .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-sMH04UoUwL .navbar {
    height: 70px;
  }
  .cid-sMH04UoUwL .navbar.opened {
    height: auto;
  }
  .cid-sMH04UoUwL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMH04UoUwL .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-sMH04UoUwL .container-fluid {
    padding: 0 40px;
  }
}
.cid-sMH04UoUwL .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sMH04UoUwL .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sMH04UoUwL .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sMH04UoUwL .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-sMH04UoUwL .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-sMH04UoUwL .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-sMH04UoUwL .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-sMH04UoUwL .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-sMH04UoUwL .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-sMH04UoUwL .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-sMH04UoUwL .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-sMH04UoUwL .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sML3uDXg9J {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fffdf7;
}
.cid-sML3uDXg9J .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sML3uDXg9J .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sML3uDXg9J .row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sML3uDXg9J .item-text {
  padding: 0 32px 55px;
}
.cid-sML3uDXg9J .text-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-sML3uDXg9J .text-container {
    flex-wrap: wrap;
  }
}
.cid-sML3uDXg9J .mbr-section-title {
  flex-grow: 1;
  line-height: 65px!important;
}
@media (min-width: 992px) {
  .cid-sML3uDXg9J .mbr-section-title {
    font-size: 79px;
    line-height: 87px!important;
  }
}
.cid-sML3uDXg9J .text {
  color: #3d3d3d;
}
.cid-sML3uDXg9J .link-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 50px;
  width: 18%;
}
@media (max-width: 767px) {
  .cid-sML3uDXg9J .link-wrap {
    width: 100%;
  }
}
.cid-sML3uDXg9J .emerging-underline-link {
  color: #3d3d3d;
}
.cid-sML3uDXg9J .item-image {
  padding: 0 32px;
  max-height: 100vh;
}
.cid-sML3v8YDwN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fffdf7;
}
.cid-sML3v8YDwN .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sML3v8YDwN .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sML3v8YDwN .row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sML3v8YDwN .item-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
  min-height: 400px;
}
@media (min-width: 992px) {
  .cid-sML3v8YDwN .item-image {
    min-height: 794px;
  }
}
.cid-sML3v8YDwN .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 32px;
  background-image: url("https://mobirise.com/extensions/journalm5/assets/images/background4.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-sML3ynDPZR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sML3ynDPZR .mbr-overlay {
  z-index: 1;
}
.cid-sML3ynDPZR .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-sML3ynDPZR .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-sML3ynDPZR .text-container {
  height: auto;
  background: #bfc6b8;
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 992px) {
  .cid-sML3ynDPZR .text-container {
    border-right: 1px solid #7F8678;
    border-bottom: none;
  }
}
.cid-sML3ynDPZR .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  min-height: 400px;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-sML3ynDPZR .text-wrap {
    max-width: 512px;
    min-height: 750px;
  }
}
.cid-sML3ynDPZR .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-sML3ynDPZR .text {
  color: #3d3d3d;
}
.cid-sML3ynDPZR .time-text {
  color: #3d3d3d;
  margin-right: auto;
}
.cid-sML3ynDPZR .artist-text {
  color: #3d3d3d;
}
.cid-sML3ynDPZR .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sML3ynDPZR .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sML3ynDPZR .item-wrapper {
  width: 100%;
}
.cid-sML3ynDPZR .mbr-section-title {
  line-height: 1.25em;
}
.cid-sML3ynDPZR .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 25px 32px;
}
@media (max-width: 991px) {
  .cid-sML3ynDPZR .img-container {
    min-height: 750px;
  }
}
.cid-sML3ynDPZR .item-img {
  display: flex;
  flex-direction: column;
  max-width: 385px;
  overflow: hidden;
  height: auto;
  margin: auto 0;
}
.cid-sML3ynDPZR .item-img .img {
  max-height: 315px;
  margin-bottom: 24px;
  overflow: hidden;
}
.cid-sML3ynDPZR .item-img img {
  object-fit: cover;
  height: 315px;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-sML3ynDPZR .item-img:hover img {
  transform: scale(1);
}
.cid-sML3ynDPZR .item-info {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 575px) {
  .cid-sML3ynDPZR .item-info {
    flex-wrap: wrap;
  }
}
.cid-sML3ynDPZR .mbr-section-btn {
  text-align: right;
  margin-bottom: -9.6px;
}
.cid-sML3ynDPZR .underlined-link:after {
  height: 1px !important;
}
.cid-sML3ynDPZR .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-sML3ynDPZR .btn-black-outline {
  border: 1px solid #000000;
}
.cid-sML3ynDPZR .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-sML3vtx0nz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sML3vtx0nz .mbr-overlay {
  z-index: 1;
}
.cid-sML3vtx0nz .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-sML3vtx0nz .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-sML3vtx0nz .text-container {
  height: auto;
}
.cid-sML3vtx0nz .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-sML3vtx0nz .text-wrap {
    min-height: 100vh;
  }
}
.cid-sML3vtx0nz .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-sML3vtx0nz .text {
  color: #3d3d3d;
}
.cid-sML3vtx0nz .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sML3vtx0nz .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sML3vtx0nz .item-wrapper {
  width: 100%;
}
.cid-sML3vtx0nz .item-title {
  line-height: 1.25em;
}
.cid-sML3vtx0nz .mbr-section-title {
  line-height: 1.25em;
}
.cid-sML3vtx0nz .data-item {
  display: flex;
  align-items: center;
}
.cid-sML3vtx0nz .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-sML3vtx0nz .link-wrap {
  margin: 30px 0 6px;
}
.cid-sML3vtx0nz .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-sML3vtx0nz .btn-black-outline {
  border: 1px solid #000000;
}
.cid-sML3vtx0nz .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-sML3vtx0nz .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
@media (max-width: 991px) {
  .cid-sML3vtx0nz .img-container {
    border-bottom: 1px solid #7F8678;
  }
}
@media (min-width: 992px) {
  .cid-sML3vtx0nz .img-container {
    border-right: 1px solid #7F8678;
  }
}
.cid-sML3vtx0nz .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8.6%;
  height: 100vh;
  box-sizing: border-box;
  flex-grow: 1;
}
.cid-sML3vtx0nz .item-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-sML3wevtCD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sML3wevtCD .mbr-overlay {
  z-index: 1;
}
.cid-sML3wevtCD .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-sML3wevtCD .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-sML3wevtCD .text-container {
  height: 100%;
  background: #bfc6b8;
}
@media (min-width: 992px) {
  .cid-sML3wevtCD .text-container {
    border-left: 1px solid #7F8678;
  }
}
.cid-sML3wevtCD .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  min-height: 390px;
}
@media (min-width: 992px) {
  .cid-sML3wevtCD .text-wrap {
    max-width: 512px;
    min-height: 644px;
  }
}
.cid-sML3wevtCD .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-sML3wevtCD .text {
  color: #3d3d3d;
}
.cid-sML3wevtCD .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sML3wevtCD .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sML3wevtCD .item-wrapper {
  width: 100%;
}
.cid-sML3wevtCD .mbr-section-title {
  line-height: 1.25em;
}
.cid-sML3wevtCD .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cid-sML3wevtCD .item-img {
  flex-grow: 1;
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  overflow: hidden;
  height: 644px;
}
.cid-sML3wevtCD .item-img img {
  object-fit: cover;
  height: 100%;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-sML3wevtCD .item-img:hover img {
  transform: scale(1);
}
.cid-sML3wevtCD .link {
  color: #3d3d3d;
}
.cid-sML3wevtCD .underlined-link {
  color: #3d3d3d;
}
.cid-sML3wevtCD .underlined-link:after {
  height: 1px !important;
}
.cid-sML3x7Isps {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sML3x7Isps .mbr-overlay {
  z-index: 1;
}
.cid-sML3x7Isps .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-sML3x7Isps .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-sML3x7Isps .text-container {
  height: 100%;
  background: #bfc6b8;
}
@media (min-width: 992px) {
  .cid-sML3x7Isps .text-container {
    border-right: 1px solid #7F8678;
  }
}
.cid-sML3x7Isps .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  min-height: 390px;
}
@media (min-width: 992px) {
  .cid-sML3x7Isps .text-wrap {
    max-width: 512px;
    min-height: 644px;
  }
}
.cid-sML3x7Isps .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-sML3x7Isps .text {
  color: #3d3d3d;
}
.cid-sML3x7Isps .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sML3x7Isps .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sML3x7Isps .item-wrapper {
  width: 100%;
}
.cid-sML3x7Isps .mbr-section-title {
  line-height: 1.25em;
}
.cid-sML3x7Isps .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cid-sML3x7Isps .item-img {
  flex-grow: 1;
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  overflow: hidden;
  height: 644px;
}
.cid-sML3x7Isps .item-img img {
  object-fit: cover;
  height: 100%;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-sML3x7Isps .item-img:hover img {
  transform: scale(1);
}
.cid-sML3x7Isps .link {
  color: #3d3d3d;
}
.cid-sML3x7Isps .underlined-link {
  color: #3d3d3d;
}
.cid-sML3x7Isps .underlined-link:after {
  height: 1px !important;
}
.cid-sML3A0RZVR {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #e9eaf8;
}
@media (min-width: 992px) {
  .cid-sML3A0RZVR .display-1 {
    font-size: 80px;
  }
}
.cid-sML3A0RZVR .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sML3A0RZVR .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sML3A0RZVR .row {
  padding: 0 32px;
}
.cid-sML3A0RZVR .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-sML3A0RZVR .card-title {
  width: 100%;
  margin-bottom: 20px;
}
.cid-sML3A0RZVR .mbr-text {
  margin-bottom: 10px;
  color: #3d3d3d;
}
.cid-sML3A0RZVR .iconfont-wrapper {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.cid-sML3A0RZVR .link-contacts {
  display: flex;
  justify-content: center;
}
.cid-sML3A0RZVR .emerging-underline-link {
  color: #3d3d3d;
}
.cid-sML3A0RZVR .emerging-underline-link:not(:last-child) {
  margin-right: 15px;
}
.cid-sML4bhgiFT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9eaf8;
}
.cid-sML4bhgiFT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sML4bhgiFT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sML4bhgiFT .wrap {
  display: flex;
  padding: 0;
}
.cid-sML4bhgiFT .text-wrap {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #7f8678;
  margin-top: -1px;
}
.cid-sML4bhgiFT .item-text {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #7f8678;
  padding: 42px 32px;
}
@media (min-width: 768px) {
  .cid-sML4bhgiFT .item-text {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
.cid-sML4bhgiFT .text-left {
  padding-right: 32px;
  margin-right: auto;
}
.cid-sML4bhgiFT .text {
  color: #3d3d3d;
}
.cid-sML4bhgiFT .sublabel {
  color: #3d3d3d;
}
@media (max-width: 767px) {
  .cid-sML4bhgiFT .link {
    margin-top: 32px;
  }
}
.cid-sML4bhgiFT .title-link {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-sML4bhgiFT .title-link {
    margin-top: 0;
  }
}
.cid-sML4bhgiFT .title-link .underlined-link:after {
  width: 0;
}
.cid-sML4bhgiFT .title-link .underlined-link:hover:after {
  width: 100%;
}
.cid-sML431R3gd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9eaf8;
}
.cid-sML431R3gd .mbr-overlay {
  z-index: 1;
}
.cid-sML431R3gd .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-sML431R3gd .content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
  margin: 130px 0;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .cid-sML431R3gd .content {
    margin: 170px 0;
  }
}
.cid-sML431R3gd .link {
  width: 100%;
}
.cid-sML3KEsW9z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sML3KEsW9z .carousel {
  min-height: 800px;
  padding: 13rem 0;
  background-color: #bfc6b8;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-sML3KEsW9z .carousel {
    height: auto;
    padding: 50px;
    min-height: min-content;
  }
}
.cid-sML3KEsW9z .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sML3KEsW9z .carousel-item,
.cid-sML3KEsW9z .carousel-inner {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-sML3KEsW9z .carousel-inner {
    height: auto;
    max-height: 585px;
    max-width: 385px;
    margin: 0 auto;
  }
}
.cid-sML3KEsW9z .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-sML3KEsW9z .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-sML3KEsW9z .text-container {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 992px) {
  .cid-sML3KEsW9z .text-container {
    border-bottom: none;
    border-right: 1px solid #7F8678;
  }
}
.cid-sML3KEsW9z .main-text {
  width: 100%;
  margin: auto 0;
}
.cid-sML3KEsW9z .carousel-caption {
  bottom: 40px;
}
.cid-sML3KEsW9z .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sML3KEsW9z .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sML3KEsW9z .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sML3KEsW9z .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sML3KEsW9z .content-slider-wrap {
    width: 100% !important;
  }
  .cid-sML3KEsW9z .carousel-indicators {
    display: flex !important;
  }
}
.cid-sML3KEsW9z .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sML3KEsW9z .carousel-control {
  top: 43%;
  width: 15%;
  height: 20%;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #000000;
  border: 2px solid #fff;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sML3KEsW9z .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 28%;
}
.cid-sML3KEsW9z .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 28%;
}
@media (max-width: 767px) {
  .cid-sML3KEsW9z .carousel-control {
    margin: 0;
    top: 20%;
    height: 60%;
    width: 30%;
  }
  .cid-sML3KEsW9z .carousel-control.carousel-control-prev {
    left: 0;
    margin-left: 50px;
  }
  .cid-sML3KEsW9z .carousel-control.carousel-control-next {
    right: 0;
    margin-right: 50px;
  }
}
.cid-sML3KEsW9z .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sML3KEsW9z .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sML3KEsW9z .carousel-indicators li.active,
.cid-sML3KEsW9z .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sML3KEsW9z .carousel-indicators li::after,
.cid-sML3KEsW9z .carousel-indicators li::before {
  content: none;
}
.cid-sML3KEsW9z .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sML3KEsW9z .carousel-indicators {
    display: none !important;
  }
}
.cid-sML3AXgjv6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffdf7;
}
.cid-sML3AXgjv6 .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sML3AXgjv6 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sML3AXgjv6 .row {
  display: flex;
}
@media (min-width: 992px) {
  .cid-sML3AXgjv6 .row {
    flex-wrap: nowrap;
  }
}
.cid-sML3AXgjv6 .numbering-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid currentColor;
  box-sizing: content-box;
  border-radius: 100%;
  min-height: 90px;
  min-width: 90px;
  margin-bottom: auto;
  margin-top: 20px;
  margin-left: 32px;
  margin-right: 2%;
}
.cid-sML3AXgjv6 .numbering {
  color: #000000;
  font-size: 80px;
}
.cid-sML3AXgjv6 .custom-svg-line path {
  stroke: #000000;
}
.cid-sML3AXgjv6 .item-img {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sML3AXgjv6 .item-img {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sML3AXgjv6 .item-img {
    padding-bottom: 50px;
  }
}
.cid-sML3AXgjv6 .image {
  display: flex;
  width: 100%;
  margin: 0 6% 0 0;
  padding: 6% 0 0 0;
}
.cid-sML3AXgjv6 .image svg {
  display: flex;
  width: 100%;
}
.cid-sML3AXgjv6 .text-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-sML3AXgjv6 .text-container {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-sML3AXgjv6 .text-container {
    flex-direction: column;
  }
}
.cid-sML3AXgjv6 .text-left {
  padding-right: 60px;
}
@media (max-width: 767px) {
  .cid-sML3AXgjv6 .text-left {
    padding-left: 0;
    padding-right: 25px;
  }
}
.cid-sML3AXgjv6 .text-right {
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-sML3AXgjv6 .text-right {
    padding-left: 0;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .cid-sML3AXgjv6 .text-right {
    padding-left: 0;
    padding-right: 25px;
  }
}
.cid-sML3AXgjv6 .item-text {
  padding: 0 32px;
}
@media (min-width: 992px) {
  .cid-sML3AXgjv6 .item-text {
    padding: 0 75px 0 0;
  }
}
.cid-sML3AXgjv6 .text {
  color: #3d3d3d;
}
.cid-sML3LPUVCr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sML3LPUVCr .item-img {
  width: 100%;
  margin-bottom: 12px;
}
.cid-sML3LPUVCr .item:focus,
.cid-sML3LPUVCr span:focus {
  outline: none;
}
.cid-sML3LPUVCr .row {
  margin-left: -32px;
  margin-right: -32px;
}
.cid-sML3LPUVCr .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 21% 22% 16%;
  margin: -1px 0 0;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
}
@media (min-width: 576px) {
  .cid-sML3LPUVCr .item {
    padding: 21% 33% 16%;
  }
}
@media (min-width: 768px) {
  .cid-sML3LPUVCr .item {
    padding: 10.5% 13.5% 8%;
  }
}
@media (min-width: 1200px) {
  .cid-sML3LPUVCr .item {
    padding: 7% 9.66666667% 5.33333333%;
  }
}
@media (min-width: 1400px) {
  .cid-sML3LPUVCr .item {
    padding: 7% 10.33333333% 5.33333333%;
  }
}
.cid-sML3LPUVCr .item:hover img {
  transform: scale(1);
}
.cid-sML3LPUVCr .item-img {
  display: flex;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.cid-sML3LPUVCr .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  max-height: 300px;
  transform-style: preserve-3d;
}
.cid-sML3LPUVCr .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-sML3LPUVCr .item-content {
  margin-right: auto;
}
.cid-sML3LPUVCr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sML3LPUVCr .mbr-section-title {
  color: #000000;
}
.cid-sML3LPUVCr .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-sML3LPUVCr .mbr-text,
.cid-sML3LPUVCr .mbr-section-btn {
  text-align: left;
}
.cid-sML3LPUVCr .item-subtitle {
  text-align: center;
}
.cid-sML3LPUVCr .text-art,
.cid-sML3LPUVCr .text-client {
  color: #3d3d3d;
}
@media (max-width: 767px) {
  .cid-sML3LPUVCr .item {
    border-right: none !important;
  }
  .cid-sML3LPUVCr .item:not(:last-child) {
    border-bottom: 1px solid #7f8678;
  }
  .cid-sML3LPUVCr .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 1199px) {
  .cid-sML3LPUVCr .item:not(:nth-child(2n)) {
    border-right: 1px solid #7f8678;
  }
}
@media (min-width: 1200px) {
  .cid-sML3LPUVCr .item:not(:nth-child(3n)) {
    border-right: 1px solid #7f8678;
  }
}
.cid-sML3LPUVCr .underlined-link {
  background-size: 0 !important;
}
.cid-sML3LPUVCr .underlined-link:hover {
  background-size: 0 !important;
  text-decoration: none;
}
.cid-sML3NLJrrV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sML3NLJrrV .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-sML3NLJrrV .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-sML3NLJrrV .text-container {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 768px) {
  .cid-sML3NLJrrV .text-container {
    border-bottom: none;
    border-right: 1px solid #7F8678;
  }
}
@media (max-width: 991px) {
  .cid-sML3NLJrrV .text-container {
    min-height: 50vh;
  }
}
@media (min-width: 992px) {
  .cid-sML3NLJrrV .text-container {
    min-height: 100vh;
  }
}
.cid-sML3NLJrrV .main-text {
  margin: 0 0 auto;
}
@media (min-width: 768px) {
  .cid-sML3NLJrrV .main-text {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sML3NLJrrV .main-text {
    margin-bottom: 208px;
  }
}
.cid-sML3NLJrrV .carousel {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-sML3NLJrrV .carousel {
    height: 50vh;
  }
}
@media (min-width: 992px) {
  .cid-sML3NLJrrV .carousel {
    height: 100vh;
  }
}
.cid-sML3NLJrrV .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sML3NLJrrV .carousel-item,
.cid-sML3NLJrrV .carousel-inner {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-sML3NLJrrV .carousel-item {
    height: 50vh;
  }
}
@media (max-width: 767px) {
  .cid-sML3NLJrrV .carousel-inner {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}
.cid-sML3NLJrrV .carousel-caption {
  bottom: 40px;
}
.cid-sML3NLJrrV .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sML3NLJrrV .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sML3NLJrrV .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sML3NLJrrV .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sML3NLJrrV .content-slider-wrap {
    width: 100% !important;
  }
  .cid-sML3NLJrrV .carousel-indicators {
    display: flex !important;
  }
}
.cid-sML3NLJrrV .carousel-control {
  top: 20%;
  width: 30%;
  height: 60%;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #000000;
  border: 2px solid #fff;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sML3NLJrrV .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-sML3NLJrrV .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-sML3NLJrrV .carousel-control {
    margin: 0;
    top: 20%;
    height: 60%;
    width: 30%;
  }
  .cid-sML3NLJrrV .carousel-control.carousel-control-prev {
    left: 0;
    margin-left: 50px;
  }
  .cid-sML3NLJrrV .carousel-control.carousel-control-next {
    right: 0;
    margin-right: 50px;
  }
}
.cid-sML3NLJrrV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 24px !important;
  margin-right: 24px;
  margin-left: 24px;
  justify-content: flex-end;
}
.cid-sML3NLJrrV .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sML3NLJrrV .carousel-indicators li.active,
.cid-sML3NLJrrV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sML3NLJrrV .carousel-indicators li::after,
.cid-sML3NLJrrV .carousel-indicators li::before {
  content: none;
}
.cid-sML3NLJrrV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sML3NLJrrV .carousel-indicators {
    display: none !important;
  }
}
.cid-sML3MyW9Bl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sML3MyW9Bl .item-img {
  width: 100%;
  margin-bottom: 12px;
}
.cid-sML3MyW9Bl .item:focus,
.cid-sML3MyW9Bl span:focus {
  outline: none;
}
.cid-sML3MyW9Bl .row {
  margin-left: -32px;
  margin-right: -32px;
}
.cid-sML3MyW9Bl .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 21% 22% 16%;
  margin: -1px 0 0;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
}
@media (min-width: 576px) {
  .cid-sML3MyW9Bl .item {
    padding: 21% 33% 16%;
  }
}
@media (min-width: 768px) {
  .cid-sML3MyW9Bl .item {
    padding: 10.5% 13.5% 8%;
  }
}
@media (min-width: 1200px) {
  .cid-sML3MyW9Bl .item {
    padding: 7% 9.66666667% 5.33333333%;
  }
}
@media (min-width: 1400px) {
  .cid-sML3MyW9Bl .item {
    padding: 7% 10.33333333% 5.33333333%;
  }
}
.cid-sML3MyW9Bl .item:hover img {
  transform: scale(1);
}
.cid-sML3MyW9Bl .item-img {
  display: flex;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.cid-sML3MyW9Bl .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  max-height: 300px;
  transform-style: preserve-3d;
}
.cid-sML3MyW9Bl .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-sML3MyW9Bl .item-content {
  margin-right: auto;
}
.cid-sML3MyW9Bl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sML3MyW9Bl .mbr-section-title {
  color: #000000;
}
.cid-sML3MyW9Bl .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-sML3MyW9Bl .mbr-text,
.cid-sML3MyW9Bl .mbr-section-btn {
  text-align: left;
}
.cid-sML3MyW9Bl .item-subtitle {
  text-align: center;
}
.cid-sML3MyW9Bl .text-art,
.cid-sML3MyW9Bl .text-client {
  color: #3d3d3d;
}
@media (max-width: 767px) {
  .cid-sML3MyW9Bl .item {
    border-right: none !important;
  }
  .cid-sML3MyW9Bl .item:not(:last-child) {
    border-bottom: 1px solid #7f8678;
  }
  .cid-sML3MyW9Bl .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 1199px) {
  .cid-sML3MyW9Bl .item:not(:nth-child(2n)) {
    border-right: 1px solid #7f8678;
  }
}
@media (min-width: 1200px) {
  .cid-sML3MyW9Bl .item:not(:nth-child(3n)) {
    border-right: 1px solid #7f8678;
  }
}
.cid-sML3MyW9Bl .underlined-link {
  background-size: 0 !important;
}
.cid-sML3MyW9Bl .underlined-link:hover {
  background-size: 0 !important;
  text-decoration: none;
}
.cid-sML3MyW9Bl .item-header {
  border-right: none !important;
  min-height: 292px;
  padding: 32px !important;
}
@media (min-width: 768px) {
  .cid-sML3MyW9Bl .item-header {
    min-height: 372px;
  }
}
.cid-sML3ByyVPF {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffdf7;
}
.cid-sML3ByyVPF .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sML3ByyVPF .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sML3ByyVPF .wrap {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sML3ByyVPF .wrap {
    flex-wrap: nowrap;
  }
}
.cid-sML3ByyVPF .numbering-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid currentColor;
  box-sizing: content-box;
  border-radius: 100%;
  min-height: 90px;
  min-width: 90px;
  margin-bottom: auto;
  margin-top: 20px;
  margin-left: 32px;
  margin-right: 2%;
}
.cid-sML3ByyVPF .numbering {
  font-size: 80px;
}
.cid-sML3ByyVPF .item-img {
  display: flex;
  flex-wrap: nowrap;
  width: 18%;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sML3ByyVPF .item-img {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sML3ByyVPF .item-img {
    padding-bottom: 50px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-sML3ByyVPF .text-wrap {
    width: 82%;
  }
}
.cid-sML3ByyVPF .image {
  display: flex;
  width: 100%;
  margin: 0 6% 0 0;
  padding: 6% 0 0 0;
}
.cid-sML3ByyVPF .image svg {
  display: flex;
  width: 100%;
}
.cid-sML3ByyVPF .text-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-sML3ByyVPF .text-container {
    flex-direction: column;
  }
}
.cid-sML3ByyVPF .text {
  margin-top: 10px;
}
.cid-sML3ByyVPF .text-left {
  padding-right: 120px;
}
@media (max-width: 991px) {
  .cid-sML3ByyVPF .text-left {
    width: 35%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sML3ByyVPF .text-left {
    padding-left: 0;
    width: 100%;
    padding-bottom: 21px;
  }
}
@media (max-width: 991px) {
  .cid-sML3ByyVPF .text-right {
    padding-left: 0;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .cid-sML3ByyVPF .text-right {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 21px;
  }
}
.cid-sML3ByyVPF .item-text {
  padding: 0 32px;
}
@media (min-width: 992px) {
  .cid-sML3ByyVPF .item-text {
    max-width: 892px;
    padding: 0;
  }
}
.cid-sML3ByyVPF .sublabel {
  margin-bottom: 20px;
}
.cid-sML3ByyVPF .link {
  margin-top: 10px;
}
.cid-sML3ByyVPF .mbr-section-title {
  margin: 20px 0 20px;
}
.cid-sML3P0ABio {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sML3P0ABio .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sML3P0ABio .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .cid-sML3P0ABio .row {
    padding: 0 32px;
  }
}
.cid-sML3P0ABio .item:focus,
.cid-sML3P0ABio span:focus {
  outline: none;
}
.cid-sML3P0ABio .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
.cid-sML3P0ABio .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-sML3P0ABio .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-sML3P0ABio .item:hover img {
  transform: scale(1);
}
.cid-sML3P0ABio .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-sML3P0ABio .item-content {
  margin-right: auto;
}
@media (min-width: 768px) {
  .cid-sML3P0ABio .item-left {
    padding: 0 16px 0 0;
  }
  .cid-sML3P0ABio .item-left .item-wrap {
    padding: 18% 21% 0% 5%;
  }
  .cid-sML3P0ABio .item-center {
    padding: 0 8px;
  }
  .cid-sML3P0ABio .item-center .item-wrap {
    padding: 40% 13% 0% 13%;
  }
  .cid-sML3P0ABio .item-right {
    padding: 0 0 0 16px;
  }
  .cid-sML3P0ABio .item-right .item-wrap {
    padding: 18% 5% 0% 21%;
  }
}
.cid-sML3P0ABio .mbr-section-title {
  color: #000000;
}
.cid-sML3P0ABio .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-sML3P0ABio .mbr-text,
.cid-sML3P0ABio .mbr-section-btn {
  text-align: left;
}
.cid-sML3P0ABio .item-subtitle {
  text-align: center;
}
.cid-sML3P0ABio .text-art,
.cid-sML3P0ABio .text-client {
  color: #3d3d3d;
}
.cid-sML3P0ABio .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-sML3P0ABio .btn-black-outline {
  border: 1px solid #000000;
}
.cid-sML3P0ABio .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-sML3PFprYV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sML3PFprYV .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sML3PFprYV .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .cid-sML3PFprYV .row {
    padding: 0 32px;
  }
}
.cid-sML3PFprYV .item:focus,
.cid-sML3PFprYV span:focus {
  outline: none;
}
.cid-sML3PFprYV .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
.cid-sML3PFprYV .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-sML3PFprYV .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-sML3PFprYV .item:hover img {
  transform: scale(1);
}
.cid-sML3PFprYV .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-sML3PFprYV .item-content {
  margin-right: auto;
}
@media (min-width: 768px) {
  .cid-sML3PFprYV .item-left {
    padding: 0 16px 0 0;
  }
  .cid-sML3PFprYV .item-left .item-wrap {
    padding: 18% 21% 0% 5%;
  }
  .cid-sML3PFprYV .item-center {
    padding: 0 8px;
  }
  .cid-sML3PFprYV .item-center .item-wrap {
    padding: 18% 13% 0% 13%;
  }
  .cid-sML3PFprYV .item-right {
    padding: 0 0 0 16px;
  }
  .cid-sML3PFprYV .item-right .item-wrap {
    padding: 18% 5% 0% 21%;
  }
}
.cid-sML3PFprYV .mbr-section-title {
  color: #000000;
}
.cid-sML3PFprYV .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-sML3PFprYV .mbr-text,
.cid-sML3PFprYV .mbr-section-btn {
  text-align: left;
}
.cid-sML3PFprYV .item-subtitle {
  text-align: center;
}
.cid-sML3PFprYV .text-art,
.cid-sML3PFprYV .text-client {
  color: #3d3d3d;
}
.cid-sML3PFprYV .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-sML3PFprYV .btn-black-outline {
  border: 1px solid #000000;
}
.cid-sML3PFprYV .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-sML3QkuN8q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sML3QkuN8q .mbr-overlay {
  z-index: 1;
}
.cid-sML3QkuN8q .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-sML3QkuN8q .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-sML3QkuN8q .text-container {
  height: auto;
  border-bottom: 1px solid #7F8678;
  background: #bfc6b8;
}
@media (min-width: 992px) {
  .cid-sML3QkuN8q .text-container {
    border-bottom: none;
    border-right: 1px solid #7F8678;
  }
}
.cid-sML3QkuN8q .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
}
@media (min-width: 576px) {
  .cid-sML3QkuN8q .text-wrap {
    max-width: 520px;
  }
}
.cid-sML3QkuN8q .main-text {
  width: 100%;
  margin: 0;
}
.cid-sML3QkuN8q .text {
  color: #3d3d3d;
}
.cid-sML3QkuN8q .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sML3QkuN8q .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sML3QkuN8q .item-wrapper {
  width: 100%;
}
.cid-sML3QkuN8q .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-sML3QkuN8q .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-sML3QkuN8q .item-img:hover img {
  transform: scale(1);
}
.cid-sML3QkuN8q .item-title {
  line-height: 1.25em;
}
.cid-sML3QkuN8q .mbr-section-title {
  line-height: 1.25em;
}
.cid-sML3QkuN8q .card-container {
  display: flex;
}
@media (max-width: 767px) {
  .cid-sML3QkuN8q .card-container {
    flex-wrap: wrap;
  }
}
.cid-sML3QkuN8q .card {
  padding: 60px 60px 23px;
  border-radius: 0;
}
@media (max-width: 575px) {
  .cid-sML3QkuN8q .card {
    padding: 35px 35px 23px;
  }
}
.cid-sML3QkuN8q .card:first-child {
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 576px) {
  .cid-sML3QkuN8q .card:first-child {
    border-right: 1px solid #7F8678;
    border-bottom: none;
  }
}
.cid-sML3QkuN8q .data-item {
  display: flex;
  align-items: center;
}
.cid-sML3QkuN8q .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-sML3QkuN8q .link-wrap {
  margin: 30px 0 6px;
}
.cid-sML3QkuN8q .text-art {
  flex-grow: 1;
}
.cid-sML3QVsIRb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sML3QVsIRb .mbr-overlay {
  z-index: 1;
}
.cid-sML3QVsIRb .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-sML3QVsIRb .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-sML3QVsIRb .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-sML3QVsIRb .item-img:hover img {
  transform: scale(1);
}
.cid-sML3QVsIRb .item-title {
  line-height: 1.25em;
}
.cid-sML3QVsIRb .mbr-section-title {
  line-height: 1.25em;
}
.cid-sML3QVsIRb .card-container {
  display: flex;
}
@media (max-width: 767px) {
  .cid-sML3QVsIRb .card-container {
    flex-wrap: wrap;
  }
}
.cid-sML3QVsIRb .card-container:first-child {
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 992px) {
  .cid-sML3QVsIRb .card-container:first-child {
    border-bottom: none;
    border-right: 1px solid #7F8678;
  }
}
.cid-sML3QVsIRb .card {
  padding: 60px 60px 23px;
  border-radius: 0;
}
@media (max-width: 575px) {
  .cid-sML3QVsIRb .card {
    padding: 35px 35px 23px;
  }
}
.cid-sML3QVsIRb .card:first-child {
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 768px) {
  .cid-sML3QVsIRb .card:first-child {
    border-right: 1px solid #7F8678;
    border-bottom: none;
  }
}
.cid-sML3QVsIRb .data-item {
  display: flex;
  align-items: center;
}
.cid-sML3QVsIRb .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-sML3QVsIRb .link-wrap {
  margin: 30px 0 6px;
}
.cid-sML3QVsIRb .text-art {
  flex-grow: 1;
}
.cid-sML3Ch9f8y {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffdf7;
}
.cid-sML3Ch9f8y .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sML3Ch9f8y .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sML3Ch9f8y .wrap {
  display: flex;
  padding: 0;
  flex-wrap: nowrap;
}
@media (min-width: 992px) {
  .cid-sML3Ch9f8y .wrap {
    flex-wrap: nowrap;
  }
}
.cid-sML3Ch9f8y .numbering-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid currentColor;
  box-sizing: content-box;
  border-radius: 100%;
  min-height: 90px;
  min-width: 90px;
  margin-bottom: auto;
  margin-top: 20px;
  margin-left: 32px;
  margin-right: 2%;
}
.cid-sML3Ch9f8y .numbering {
  font-size: 80px;
}
.cid-sML3Ch9f8y .item-img {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sML3Ch9f8y .item-img {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sML3Ch9f8y .item-img {
    padding-bottom: 50px;
  }
}
.cid-sML3Ch9f8y .img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 254px;
  height: 254px;
}
@media (max-width: 991px) {
  .cid-sML3Ch9f8y .img {
    margin-top: 200px;
  }
}
.cid-sML3Ch9f8y .img img {
  object-fit: cover;
  height: 100%;
}
.cid-sML3Ch9f8y .text-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-sML3Ch9f8y .text-container {
    flex-direction: column;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-sML3Ch9f8y .item-text {
    margin-left: -100%;
    margin-top: 162px;
  }
}
@media (max-width: 767px) {
  .cid-sML3Ch9f8y .item-text {
    margin-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .cid-sML3Ch9f8y .text-container {
    margin-left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sML3Ch9f8y .text-container {
    margin-left: 0;
  }
}
.cid-sML3Ch9f8y .item-text {
  padding: 0 32px;
}
.cid-sML3Ch9f8y .sublabel {
  margin-bottom: 20px;
}
.cid-sML3Ch9f8y .link {
  margin-top: 10px;
}
.cid-sML3Ch9f8y .mbr-section-title {
  margin: 20px 0 20px;
}
.cid-sML3Ch9f8y .emerging-underline-link:after {
  height: 2px;
}
.cid-sML2JHqc8I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sML2JHqc8I .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sML2JHqc8I .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sML2JHqc8I .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-sML2JHqc8I .footer-item {
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  border-bottom: 1px solid #7F8678;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .cid-sML2JHqc8I .footer-item:nth-child(odd) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 1200px) {
  .cid-sML2JHqc8I .footer-item:not(:last-child) {
    border-right: 1px solid #7F8678;
  }
}
.cid-sML2JHqc8I .mbr-text {
  color: #000000;
}
.cid-sML2JHqc8I .link a {
  color: #3d3d3d;
}
.cid-sML2JHqc8I .copyright {
  color: #3d3d3d;
}
.cid-sML2JHqc8I .text {
  color: #3d3d3d;
}
.cid-sML2JHqc8I .mbr-form-container {
  margin-top: 12px;
}
.cid-sML2JHqc8I .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-sML2JHqc8I form .row {
  margin: 0;
  border: none !important;
}
.cid-sML2JHqc8I form .form-email {
  width: 100px;
  padding: 0;
  flex-grow: 1;
  margin-bottom: 0;
}
.cid-sML2JHqc8I form .form-email input {
  padding: 0;
  border-radius: 0;
  border: none !important;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid #7f8678 !important;
  min-height: auto;
  font-size: 1rem;
  color: #3d3d3d;
}
.cid-sML2JHqc8I form .form-email input:hover,
.cid-sML2JHqc8I form .form-email input :focus,
.cid-sML2JHqc8I form .form-email input :active {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border-bottom: 1px solid #7f8678 !important;
}
.cid-sML2JHqc8I form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-sML2JHqc8I form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-sML2JHqc8I .copyright-container {
  margin-top: auto;
}
.cid-sML3CAeC2M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sML3CAeC2M .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
  border-top: 1px solid #7F8678;
  border-bottom: 1px solid #7F8678;
  margin-top: -1px;
}
@media (min-width: 992px) {
  .cid-sML3CAeC2M .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sML3CAeC2M .text-container {
  max-width: 956px;
  margin-right: auto;
  padding: 110px 32px 0;
}
.cid-sML3CAeC2M .cards-container {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 32px 120px;
}
@media (min-width: 992px) {
  .cid-sML3CAeC2M .card {
    padding: 0 7% 0 0;
  }
}
@media (max-width: 991px) {
  .cid-sML3CAeC2M .card:nth-child(even) {
    padding-left: 25px;
  }
  .cid-sML3CAeC2M .card:nth-child(n+3) {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-sML3CAeC2M .card {
    padding-left: 0 !important;
  }
  .cid-sML3CAeC2M .card:nth-child(n+2) {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .cid-sML3CAeC2M .card-wrapper {
    max-width: 295px;
  }
}
@media (max-width: 767px) {
  .cid-sML3CAeC2M .card-wrapper {
    max-width: 100%;
  }
}
.cid-sML3CAeC2M .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sML3CAeC2M .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #000000;
  margin-bottom: 2rem;
}
.cid-sML3CAeC2M .card-text {
  color: #3d3d3d;
}
.cid-sML3RE6f0U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sML3RE6f0U .mbr-overlay {
  z-index: 1;
}
.cid-sML3RE6f0U .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-sML3RE6f0U .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-sML3RE6f0U .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 140px 0 110px;
  box-sizing: border-box;
}
.cid-sML3RE6f0U .content-right {
  border-top: 1px solid #7F8678;
}
@media (min-width: 768px) {
  .cid-sML3RE6f0U .content-right {
    border-left: 1px solid #7F8678;
    border-top: none;
  }
}
@media (min-width: 768px) {
  .cid-sML3RE6f0U .content-left {
    margin-right: -1px;
  }
}
.cid-sML3RE6f0U .img-container {
  width: 135px;
}
.cid-sML3RE6f0U .link {
  width: 100%;
  margin-top: 10px;
  padding: 0 32px;
}
.cid-sML3DmnjQd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sML3DmnjQd .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
  border-top: 1px solid #7F8678;
  border-bottom: 1px solid #7F8678;
  margin-top: -1px;
}
@media (min-width: 992px) {
  .cid-sML3DmnjQd .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sML3DmnjQd .text-container {
  max-width: 940px;
  margin-right: auto;
  padding: 110px 32px 0;
}
.cid-sML3DmnjQd .cards-container {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 32px 120px;
}
@media (min-width: 992px) {
  .cid-sML3DmnjQd .card {
    padding: 0 7% 0 0;
  }
}
@media (max-width: 991px) {
  .cid-sML3DmnjQd .card:nth-child(even) {
    padding-left: 25px;
  }
  .cid-sML3DmnjQd .card:nth-child(n+3) {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-sML3DmnjQd .card {
    padding-left: 0 !important;
  }
  .cid-sML3DmnjQd .card:nth-child(n+2) {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .cid-sML3DmnjQd .card-wrapper {
    max-width: 295px;
  }
}
@media (max-width: 767px) {
  .cid-sML3DmnjQd .card-wrapper {
    max-width: 100%;
  }
}
.cid-sML3DmnjQd .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sML3DmnjQd .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #000000;
  margin-bottom: 2rem;
}
.cid-sML3DmnjQd .card-text {
  color: #3d3d3d;
  line-height: 30px;
}
.cid-sML3DRSaUT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sML3DRSaUT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sML3DRSaUT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sML3DRSaUT .row {
  padding: 0 32px;
  border-top: 1px solid #7F8678;
  border-bottom: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-sML3DRSaUT .text-container {
  padding: 110px 20px 0 0;
}
@media (min-width: 992px) {
  .cid-sML3DRSaUT .text-container {
    padding: 110px 20px 110px 0;
    border-right: 1px solid #7F8678;
  }
}
.cid-sML3DRSaUT .cards-container {
  padding: 95px 0 110px;
}
@media (min-width: 992px) {
  .cid-sML3DRSaUT .cards-container {
    padding: 110px 0 110px 32px;
  }
}
.cid-sML3DRSaUT .cars-content {
  display: flex;
}
@media (min-width: 992px) {
  .cid-sML3DRSaUT .cars-content {
    max-width: 538px;
  }
}
.cid-sML3DRSaUT .card-box {
  max-width: 830px;
}
.cid-sML3DRSaUT .item {
  display: flex;
  align-items: center;
}
.cid-sML3DRSaUT .item:not(:first-child) {
  padding-top: 67px;
}
.cid-sML3DRSaUT .numbering-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid currentColor;
  box-sizing: border-box;
  border-radius: 100%;
  margin-bottom: auto;
  padding: 5px;
  min-height: 45px;
  min-width: 45px;
  margin-right: 78px;
}
.cid-sML3DRSaUT .numbering {
  color: #000000;
  font-size: 25px;
  line-height: 21px;
}
.cid-sML3DRSaUT .icon-text {
  color: #3d3d3d;
}
.cid-sML3DRSaUT .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-sML3DRSaUT .btn-black-outline {
  border: 1px solid #000000;
}
.cid-sML3DRSaUT .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-sML3SSXaA1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sML3SSXaA1 .mbr-overlay {
  z-index: 1;
}
.cid-sML3SSXaA1 .main-container {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-sML3SSXaA1 .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-sML3SSXaA1 .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-sML3SSXaA1 .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-sML3SSXaA1 .item-img:hover img {
  transform: scale(1);
}
.cid-sML3SSXaA1 .item-title {
  line-height: 1.25em;
}
.cid-sML3SSXaA1 .mbr-section-title {
  line-height: 1.25em;
}
.cid-sML3SSXaA1 .card-container {
  display: flex;
}
.cid-sML3SSXaA1 .card-container .card {
  min-height: 809px;
  border-bottom: 1px solid #7F8678;
}
.cid-sML3SSXaA1 .card-container .card .item-img {
  height: 461px;
  flex-grow: 1;
  flex-shrink: 0;
}
.cid-sML3SSXaA1 .card-container .card .item-img img {
  height: 100%;
}
@media (min-width: 992px) {
  .cid-sML3SSXaA1 .card-container .card {
    border-right: 1px solid #7F8678;
  }
}
.cid-sML3SSXaA1 .cards-container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sML3SSXaA1 .cards-container {
    flex-direction: column;
  }
}
.cid-sML3SSXaA1 .cards-container .card {
  border-bottom: 1px solid #7F8678;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .cid-sML3SSXaA1 .cards-container .card:first-child {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 992px) {
  .cid-sML3SSXaA1 .cards-container .card:first-child {
    border-right: none;
  }
}
.cid-sML3SSXaA1 .cards-container .card .item-img {
  display: flex;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sML3SSXaA1 .cards-container .card .item-img {
    height: 79px;
    flex-grow: 1;
  }
}
.cid-sML3SSXaA1 .card {
  display: flex;
  flex-direction: column;
  padding: 60px 60px 23px;
  border-radius: 0;
}
@media (max-width: 575px) {
  .cid-sML3SSXaA1 .card {
    padding: 35px 35px 23px;
  }
}
.cid-sML3SSXaA1 .data-item {
  display: flex;
  align-items: center;
}
.cid-sML3SSXaA1 .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-sML3SSXaA1 .link-wrap {
  margin: 30px 0 6px;
}
.cid-sML3SSXaA1 .text-art {
  flex-grow: 1;
}
.cid-sML3TFCwom {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sML3TFCwom .mbr-overlay {
  z-index: 1;
}
.cid-sML3TFCwom .main-container {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  z-index: 2;
}
.cid-sML3TFCwom .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-sML3TFCwom .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-sML3TFCwom .item-img:hover img {
  transform: scale(1);
}
.cid-sML3TFCwom .item-title {
  line-height: 1.25em;
}
.cid-sML3TFCwom .mbr-section-title {
  line-height: 1.25em;
}
.cid-sML3TFCwom .card-container {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sML3TFCwom .card-container {
    flex-wrap: wrap;
  }
}
.cid-sML3TFCwom .card {
  padding: 60px 60px 23px;
  border-radius: 0;
  border-bottom: 1px solid #7F8678;
}
@media (max-width: 575px) {
  .cid-sML3TFCwom .card {
    padding: 35px 35px 23px;
  }
}
@media (min-width: 768px) {
  .cid-sML3TFCwom .card:nth-child(2n+1) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 991px) {
  .cid-sML3TFCwom .card {
    border-right: 1px solid #7F8678;
  }
  .cid-sML3TFCwom .card:last-child {
    border-right: none;
  }
}
.cid-sML3TFCwom .data-item {
  display: flex;
  align-items: center;
}
.cid-sML3TFCwom .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-sML3TFCwom .link-wrap {
  margin: 30px 0 6px;
}
.cid-sML3TFCwom .text-art {
  flex-grow: 1;
}
.cid-sML3HQ5qma {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sML3HQ5qma .mbr-overlay {
  z-index: 1;
}
.cid-sML3HQ5qma .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-sML3HQ5qma .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-sML3HQ5qma .text-container {
  height: 100%;
  border-bottom: 1px solid #7F8678;
  background: #bfc6b8;
}
@media (min-width: 992px) {
  .cid-sML3HQ5qma .text-container {
    border-bottom: none;
    border-right: 1px solid #7F8678;
  }
}
.cid-sML3HQ5qma .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  min-height: 390px;
}
@media (min-width: 992px) {
  .cid-sML3HQ5qma .text-wrap {
    max-width: 512px;
    min-height: 638px;
  }
}
.cid-sML3HQ5qma .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-sML3HQ5qma .text {
  color: #3d3d3d;
}
.cid-sML3HQ5qma .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sML3HQ5qma .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sML3HQ5qma .item-wrapper {
  width: 100%;
}
.cid-sML3HQ5qma .mbr-section-title {
  line-height: 1.25em;
}
.cid-sML3HQ5qma .video-container {
  min-height: 638px;
}
.cid-sML3HQ5qma .video-container iframe {
  height: 100% !important;
}
.cid-sML3HQ5qma .video-container .video-block {
  height: 100%;
}
.cid-sML3HQ5qma .video-container .video-wrapper {
  height: 100%;
}
.cid-sML3HQ5qma .video-container .app-video-wrapper {
  height: 100%;
}
.cid-sML3HQ5qma .video-container img {
  height: 100%;
  object-fit: cover;
}
.cid-sML3HQ5qma .underlined-link:after {
  height: 1px !important;
}
.cid-sML3EnD2uw {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fffdf7;
}
.cid-sML3EnD2uw .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sML3EnD2uw .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sML3EnD2uw .wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0 32px;
}
@media (min-width: 992px) {
  .cid-sML3EnD2uw .wrap {
    flex-wrap: nowrap;
  }
}
.cid-sML3EnD2uw .numbering-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid currentColor;
  box-sizing: content-box;
  border-radius: 100%;
  min-height: 140px;
  min-width: 140px;
}
.cid-sML3EnD2uw .numbering {
  font-weight: 700;
  font-size: 70px;
}
.cid-sML3EnD2uw .item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sML3EnD2uw .item-img {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 72px;
  }
}
@media (max-width: 991px) {
  .cid-sML3EnD2uw .item-text {
    flex-direction: column;
  }
}
.cid-sML3EnD2uw .text-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-sML3EnD2uw .text-container {
    flex-direction: column;
  }
}
.cid-sML3EnD2uw .text {
  color: #3d3d3d;
}
.cid-sML3EnD2uw .text-left,
.cid-sML3EnD2uw .text-center,
.cid-sML3EnD2uw .text-right {
  padding-right: 10px;
}
@media (min-width: 768px) {
  .cid-sML3EnD2uw .text-left,
  .cid-sML3EnD2uw .text-center,
  .cid-sML3EnD2uw .text-right {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cid-sML3EnD2uw .text-center,
  .cid-sML3EnD2uw .text-right {
    padding-top: 28px;
  }
}
.cid-sML3EnD2uw .sublabel {
  margin: 32px 0 20px;
  font-weight: 500;
}
.cid-sML3EnD2uw .link {
  margin-top: 10px;
}
.cid-sML3EnD2uw .mbr-section-title {
  margin: 20px 0 20px;
}
.cid-sML3UnN0Uh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sML3UnN0Uh .carousel {
  height: 800px;
}
.cid-sML3UnN0Uh .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sML3UnN0Uh .carousel-item,
.cid-sML3UnN0Uh .carousel-inner {
  height: 100%;
}
.cid-sML3UnN0Uh .carousel-caption {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 280px;
}
@media (min-width: 768px) {
  .cid-sML3UnN0Uh .carousel-caption {
    width: 680px;
  }
}
@media (min-width: 992px) {
  .cid-sML3UnN0Uh .carousel-caption {
    width: 900px;
  }
}
.cid-sML3UnN0Uh .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sML3UnN0Uh .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sML3UnN0Uh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-sML3UnN0Uh .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sML3UnN0Uh .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sML3UnN0Uh .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sML3UnN0Uh .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sML3UnN0Uh .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sML3UnN0Uh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sML3UnN0Uh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sML3UnN0Uh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sML3UnN0Uh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sML3UnN0Uh .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sML3UnN0Uh .carousel-indicators li.active,
.cid-sML3UnN0Uh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sML3UnN0Uh .carousel-indicators li::after,
.cid-sML3UnN0Uh .carousel-indicators li::before {
  content: none;
}
.cid-sML3UnN0Uh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-sML3ENZZB4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffdf7;
}
.cid-sML3ENZZB4 .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sML3ENZZB4 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sML3ENZZB4 .item:focus,
.cid-sML3ENZZB4 span:focus {
  outline: none;
}
.cid-sML3ENZZB4 .main-container {
  display: flex;
  flex-direction: column;
  width: 82%;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .cid-sML3ENZZB4 .main-container {
    width: 91%;
  }
}
@media (min-width: 1400px) {
  .cid-sML3ENZZB4 .main-container {
    width: 1300px;
  }
}
.cid-sML3ENZZB4 .text {
  margin: 15px 0 25px;
  color: #3d3d3d;
}
.cid-sML3ENZZB4 .items-container {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-sML3ENZZB4 .items-container {
    padding-top: 20px;
    flex-direction: column;
  }
}
.cid-sML3ENZZB4 .item {
  margin-top: 8px;
  width: 16%;
}
@media (min-width: 992px) {
  .cid-sML3ENZZB4 .item {
    padding-right: 8px;
  }
  .cid-sML3ENZZB4 .item:last-child {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sML3ENZZB4 .item {
    width: 100%;
    padding-bottom: 26px;
  }
  .cid-sML3ENZZB4 .item:last-child {
    padding-bottom: 0;
  }
}
.cid-sML3ENZZB4 .sublabel {
  margin-bottom: 10px;
}
.cid-sML3ENZZB4 .sublabel-text {
  margin: 0;
  color: #3d3d3d;
}
.cid-sML3ENZZB4 .item-links {
  width: auto;
}
@media (max-width: 991px) {
  .cid-sML3ENZZB4 .item-links {
    width: 100%;
  }
}
.cid-sML3ENZZB4 .underlined-link {
  margin-right: 15px;
  color: #3d3d3d;
}
@media (max-width: 991px) {
  .cid-sML3ENZZB4 .underlined-link {
    margin-bottom: 8px;
  }
}
.cid-sML3ENZZB4 .underlined-link:last-child {
  margin-right: 0;
}
.cid-sML3ENZZB4 .underlined-link:after {
  height: 1px;
}
.cid-sML3G7OqgJ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffdf7;
}
.cid-sML3G7OqgJ .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sML3G7OqgJ .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sML3G7OqgJ .item:focus,
.cid-sML3G7OqgJ span:focus {
  outline: none;
}
.cid-sML3G7OqgJ .main-container {
  display: flex;
  flex-direction: column;
  width: 82%;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .cid-sML3G7OqgJ .main-container {
    width: 91%;
  }
}
@media (min-width: 768px) {
  .cid-sML3G7OqgJ .main-container {
    flex-direction: row;
  }
}
@media (min-width: 1400px) {
  .cid-sML3G7OqgJ .main-container {
    width: 1300px;
  }
}
.cid-sML3G7OqgJ .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sML3G7OqgJ .item {
    margin-bottom: 50px;
  }
}
.cid-sML3G7OqgJ .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 8px;
  overflow: hidden;
}
.cid-sML3G7OqgJ .item-img img {
  object-fit: cover;
  height: auto;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-sML3G7OqgJ .item-left {
  align-items: flex-start;
}
@media (min-width: 768px) {
  .cid-sML3G7OqgJ .item-left {
    padding: 0 4.66666667% 0 0;
  }
}
.cid-sML3G7OqgJ .item-center {
  align-items: center;
}
@media (min-width: 768px) {
  .cid-sML3G7OqgJ .item-center {
    padding: 5.5% 2.33333333% 0 2.33333333%;
  }
}
.cid-sML3G7OqgJ .item-right {
  align-items: flex-end;
}
@media (min-width: 768px) {
  .cid-sML3G7OqgJ .item-right {
    padding: 0 0 0 4.66666667%;
  }
}
.cid-sML3G7OqgJ .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  max-width: 344px;
  flex-flow: column nowrap;
}
.cid-sML3G7OqgJ .item-content {
  width: 100%;
}
.cid-sML3G7OqgJ .mbr-section-title {
  color: #000000;
}
.cid-sML3G7OqgJ .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-sML3G7OqgJ .mbr-text,
.cid-sML3G7OqgJ .mbr-section-btn {
  text-align: left;
}
.cid-sML3G7OqgJ .item-subtitle {
  text-align: center;
}
.cid-sML3G7OqgJ .text-client {
  color: #3d3d3d;
  width: 100%;
}
.cid-sML3G7OqgJ .text-client span {
  padding: 0 4px;
  min-height: 21px;
  border: 1px solid currentColor;
  border-radius: 50%;
}
.cid-sML3G7OqgJ .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-sML3G7OqgJ .btn-black-outline {
  border: 1px solid #000000;
}
.cid-sML3G7OqgJ .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-sML3ILZYZl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fffdf7;
}
.cid-sML3ILZYZl .mbr-media {
  position: relative;
}
.cid-sML3ILZYZl .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sML3ILZYZl .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sML3ILZYZl .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-sML3ILZYZl .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sML3ILZYZl .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sML3ILZYZl .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sML3ILZYZl .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sML3ILZYZl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sML3ILZYZl .mbr-section-title {
  color: #FFFFFF;
}
.cid-sML3ILZYZl .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-sML3YHLIwx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sML3YHLIwx .mbr-overlay {
  z-index: 1;
}
.cid-sML3YHLIwx .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-sML3YHLIwx .content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
  margin: 110px 0;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .cid-sML3YHLIwx .content {
    margin: 225px 0;
  }
}
.cid-sML3YHLIwx .link {
  width: 100%;
}
.cid-sML40tWs3k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fffdf7;
}
.cid-sML40tWs3k .google-map {
  height: 686px;
  position: relative;
  border: 1px solid #7F8678;
  border-left: none;
  border-right: none;
  margin-top: -1px;
}
.cid-sML40tWs3k .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sML40tWs3k .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sML40tWs3k .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sML40tWs3k .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sML40tWs3k .container {
  padding: 0;
}
.cid-sML40tWs3k .mbr-section-title {
  color: #000000;
}
.cid-sML40tWs3k .mbr-section-subtitle {
  color: #3d3d3d;
}
.cid-sML3VS8x8W {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffdf7;
}
.cid-sML3VS8x8W .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sML3VS8x8W .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sML3VS8x8W .row {
  display: flex;
}
@media (min-width: 992px) {
  .cid-sML3VS8x8W .row {
    flex-wrap: nowrap;
  }
}
.cid-sML3VS8x8W .numbering-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid currentColor;
  box-sizing: content-box;
  border-radius: 100%;
  min-height: 90px;
  min-width: 90px;
  margin-bottom: auto;
  margin-top: 20px;
  margin-left: 32px;
  margin-right: 2%;
}
.cid-sML3VS8x8W .numbering {
  color: #000000;
  font-size: 80px;
}
.cid-sML3VS8x8W .custom-svg-line path {
  stroke: #000000;
}
.cid-sML3VS8x8W .item-img {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sML3VS8x8W .item-img {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sML3VS8x8W .item-img {
    padding-bottom: 50px;
  }
}
.cid-sML3VS8x8W .image {
  display: flex;
  width: 100%;
  margin: 0 6% 0 0;
  padding: 6% 0 0 0;
}
.cid-sML3VS8x8W .image svg {
  display: flex;
  width: 100%;
}
.cid-sML3VS8x8W .text-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-sML3VS8x8W .text-container {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-sML3VS8x8W .text-container {
    flex-direction: column;
  }
}
.cid-sML3VS8x8W .text-left {
  padding-right: 60px;
}
@media (max-width: 767px) {
  .cid-sML3VS8x8W .text-left {
    padding-left: 0;
    padding-right: 25px;
  }
}
.cid-sML3VS8x8W .text-right {
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-sML3VS8x8W .text-right {
    padding-left: 0;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .cid-sML3VS8x8W .text-right {
    padding-left: 0;
    padding-right: 25px;
  }
}
.cid-sML3VS8x8W .item-text {
  padding: 0 32px;
}
@media (min-width: 992px) {
  .cid-sML3VS8x8W .item-text {
    padding: 0 75px 0 0;
  }
}
.cid-sML3VS8x8W .text {
  color: #3d3d3d;
}
.cid-sML3WojRRa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sML3WojRRa .item-img {
  width: 100%;
  margin-bottom: 20px;
}
.cid-sML3WojRRa .item:focus,
.cid-sML3WojRRa span:focus {
  outline: none;
}
.cid-sML3WojRRa .row {
  margin-left: -32px;
  margin-right: -32px;
}
.cid-sML3WojRRa .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  cursor: pointer;
  padding: 50px 50px 24px;
  margin: -1px 0 0;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
}
.cid-sML3WojRRa .item-img {
  display: flex;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.cid-sML3WojRRa .item-img img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
.cid-sML3WojRRa .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-sML3WojRRa .item-content {
  width: 100%;
}
.cid-sML3WojRRa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sML3WojRRa .mbr-section-title {
  color: #000000;
}
.cid-sML3WojRRa .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-sML3WojRRa .mbr-text,
.cid-sML3WojRRa .mbr-section-btn {
  text-align: left;
}
.cid-sML3WojRRa .item-subtitle {
  text-align: center;
}
.cid-sML3WojRRa .text-art,
.cid-sML3WojRRa .text-client {
  color: #3d3d3d;
}
@media (max-width: 767px) {
  .cid-sML3WojRRa .item {
    border-right: none !important;
  }
  .cid-sML3WojRRa .item:not(:last-child) {
    border-bottom: 1px solid #7f8678;
  }
  .cid-sML3WojRRa .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 1199px) {
  .cid-sML3WojRRa .item:not(:nth-child(2n)) {
    border-right: 1px solid #7f8678;
  }
}
@media (min-width: 1200px) {
  .cid-sML3WojRRa .item:not(:nth-child(3n)) {
    border-right: 1px solid #7f8678;
  }
}
.cid-sML3WojRRa .link-wrap {
  margin-top: 42px;
}
.cid-sML3WojRRa .emerging-underline-link {
  color: #3d3d3d;
  margin-right: 12px;
}
.cid-sML3WRmDM6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sML3WRmDM6 .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sML3WRmDM6 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sML3WRmDM6 .row {
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-sML3WRmDM6 .carousel-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 22px 32px 22px 32px;
  min-height: 600px;
}
@media (min-width: 768px) {
  .cid-sML3WRmDM6 .carousel-container {
    padding: 22px 19% 22px 19%;
  }
}
@media (min-width: 992px) {
  .cid-sML3WRmDM6 .carousel-container {
    border-right: 1px solid #7f8678;
    padding: 22px 6% 22px 6%;
  }
}
.cid-sML3WRmDM6 .mbr-section-subtitle {
  color: #000000;
  line-height: 1.25em;
}
.cid-sML3WRmDM6 .mbr-section-subtitle:before {
  content: '“';
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 6px;
}
.cid-sML3WRmDM6 .mbr-section-subtitle:after {
  content: '”';
  display: block;
  width: 100%;
  position: relative;
  margin-top: 22px;
}
.cid-sML3WRmDM6 .mbr-section-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-sML3WRmDM6 .label {
  width: 100%;
}
.cid-sML3WRmDM6 .carousel-item {
  width: 100%;
}
.cid-sML3WRmDM6 .carousel,
.cid-sML3WRmDM6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sML3WRmDM6 .carousel-inner {
  width: 100%;
}
.cid-sML3WRmDM6 .item-wrap {
  width: 100%;
}
.cid-sML3WRmDM6 .carousel-caption {
  bottom: 40px;
  position: static;
}
.cid-sML3WRmDM6 .carousel-control:hover {
  opacity: 0;
}
.cid-sML3WRmDM6 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sML3WRmDM6 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-sML3WRmDM6 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sML3WRmDM6 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sML3WRmDM6 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sML3WRmDM6 .carousel-control {
  top: 25%;
  width: 60px;
  height: 50%;
  margin-top: -1.5rem;
  font-size: 22px;
  opacity: 0;
  border: 2px solid #fff;
  transition: all 0.3s;
}
.cid-sML3WRmDM6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 0;
}
.cid-sML3WRmDM6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-sML3WRmDM6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sML3WRmDM6 .carousel-indicators {
  position: static;
  bottom: 0;
  margin-bottom: 0 !important;
}
.cid-sML3WRmDM6 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sML3WRmDM6 .carousel-indicators li.active,
.cid-sML3WRmDM6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sML3WRmDM6 .carousel-indicators li::after,
.cid-sML3WRmDM6 .carousel-indicators li::before {
  content: none;
}
.cid-sML3WRmDM6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-sML3WRmDM6 .img-container {
  padding: 0;
}
.cid-sML3WRmDM6 .item-img {
  height: 331px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .cid-sML3WRmDM6 .item-img {
    height: 551px;
  }
}
@media (min-width: 992px) {
  .cid-sML3WRmDM6 .item-img {
    height: 776px;
  }
}
.cid-sML3WRmDM6 .item-img img {
  height: 100%;
  object-fit: cover;
  transition: 3s;
  transform: scale(1);
}
.cid-sML3WRmDM6 .item-img img:hover {
  transform: scale(1.2);
}
.cid-sML3WRmDM6 .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-sML45E0VYs {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fffdf7;
}
.cid-sML45E0VYs .mbr-overlay {
  z-index: 1;
}
.cid-sML45E0VYs .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-sML45E0VYs .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-sML45E0VYs .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  box-sizing: border-box;
}
.cid-sML45E0VYs .content-left {
  align-items: flex-start;
}
.cid-sML45E0VYs .content-right {
  align-items: flex-end;
}
.cid-sML45E0VYs .content-center {
  padding: 32px 0;
}
.cid-sML45E0VYs .mbr-text {
  width: 100%;
}
.cid-sML45E0VYs .big-text {
  font-size: 80px;
  line-height: 1em;
}
@media (min-width: 768px) {
  .cid-sML45E0VYs .big-text {
    font-size: 268px;
  }
}
.cid-sML45E0VYs .link {
  width: 100%;
}
.cid-sML45E0VYs .big-text-right {
  text-align: right;
}
.cid-sML46U6Q3g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sML46U6Q3g .mbr-overlay {
  z-index: 1;
}
.cid-sML46U6Q3g .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-sML46U6Q3g .time-text {
  color: #3d3d3d;
  margin-right: auto;
}
.cid-sML46U6Q3g .artist-text {
  color: #3d3d3d;
}
.cid-sML46U6Q3g .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 32px;
  min-height: 700px;
}
.cid-sML46U6Q3g .first-container {
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 992px) {
  .cid-sML46U6Q3g .first-container {
    border-right: 1px solid #7F8678;
    border-bottom: none;
  }
}
.cid-sML46U6Q3g .item-img {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  overflow: hidden;
  height: auto;
  margin: auto 0;
}
.cid-sML46U6Q3g .item-img .img {
  max-height: 365px;
  margin-bottom: 24px;
  overflow: hidden;
}
.cid-sML46U6Q3g .item-img img {
  object-fit: cover;
  height: 365px;
  transition: 1.16s;
  transform: scale(1);
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-sML46U6Q3g .item-img:hover img {
  transform: scale(1.5);
}
.cid-sML46U6Q3g .item-info {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 575px) {
  .cid-sML46U6Q3g .item-info {
    flex-wrap: wrap;
  }
}
.cid-sML46U6Q3g .link-wrap {
  margin-right: auto;
}
.cid-sML46U6Q3g .emerging-underline-link {
  color: #3d3d3d;
}
.cid-sML46U6Q3g .mbr-section-btn {
  text-align: right;
  margin-bottom: -9.6px;
}
.cid-sML46U6Q3g .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-sML46U6Q3g .btn-black-outline {
  border: 1px solid #000000;
}
.cid-sML46U6Q3g .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-sML47A6qmc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sML47A6qmc .mbr-overlay {
  z-index: 1;
}
.cid-sML47A6qmc .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-sML47A6qmc .time-text {
  color: #3d3d3d;
  margin-right: auto;
}
.cid-sML47A6qmc .artist-text {
  color: #3d3d3d;
}
.cid-sML47A6qmc .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 32px;
  min-height: 700px;
  position: relative;
}
.cid-sML47A6qmc .marker-container {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 100%;
}
.cid-sML47A6qmc .marker-container p {
  line-height: normal !important;
  padding-top: 8px;
  width: 100%;
}
.cid-sML47A6qmc .marker-container p span {
  padding: 8px 18px 6px;
  background-color: #cae1f4;
}
.cid-sML47A6qmc .first-container {
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 992px) {
  .cid-sML47A6qmc .first-container {
    border-right: 1px solid #7F8678;
    border-bottom: none;
  }
}
.cid-sML47A6qmc .item-img {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  overflow: hidden;
  height: auto;
  margin: auto 0;
}
.cid-sML47A6qmc .item-img .img {
  max-height: 365px;
  margin-bottom: 24px;
  overflow: hidden;
}
.cid-sML47A6qmc .item-img img {
  object-fit: cover;
  height: 365px;
  transition: 1.16s;
  transform: scale(1);
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-sML47A6qmc .item-img:hover img {
  transform: scale(1.5);
}
.cid-sML47A6qmc .item-info {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 575px) {
  .cid-sML47A6qmc .item-info {
    flex-wrap: wrap;
  }
}
.cid-sML47A6qmc .link-wrap {
  margin-right: auto;
}
.cid-sML47A6qmc .emerging-underline-link {
  color: #3d3d3d;
}
.cid-sML47A6qmc .mbr-section-btn {
  text-align: right;
  margin-bottom: -9.6px;
}
.cid-sML47A6qmc .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-sML47A6qmc .btn-black-outline {
  border: 1px solid #000000;
}
.cid-sML47A6qmc .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-sML48nWRfh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sML48nWRfh .mbr-overlay {
  z-index: 1;
}
.cid-sML48nWRfh .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-sML48nWRfh .time-text {
  color: #3d3d3d;
  margin-right: auto;
}
.cid-sML48nWRfh .price-text {
  color: #3d3d3d;
}
.cid-sML48nWRfh .price-text span {
  text-decoration: line-through;
}
.cid-sML48nWRfh .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 32px;
  min-height: 700px;
  position: relative;
}
.cid-sML48nWRfh .marker-container {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 100%;
}
.cid-sML48nWRfh .marker-container p {
  line-height: normal !important;
  padding-top: 8px;
  width: 100%;
}
.cid-sML48nWRfh .marker-container p span {
  padding: 8px 18px 6px;
  background-color: #cae1f4;
}
.cid-sML48nWRfh .first-container {
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 992px) {
  .cid-sML48nWRfh .first-container {
    border-right: 1px solid #7F8678;
    border-bottom: none;
  }
}
.cid-sML48nWRfh .item-img {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  overflow: hidden;
  height: auto;
  margin: auto 0;
}
.cid-sML48nWRfh .item-img .img {
  max-height: 365px;
  margin-bottom: 24px;
  overflow: hidden;
}
.cid-sML48nWRfh .item-img img {
  object-fit: cover;
  height: 365px;
  transition: 1.16s;
  transform: scale(1);
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-sML48nWRfh .item-img:hover img {
  transform: scale(1.5);
}
.cid-sML48nWRfh .item-info {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 575px) {
  .cid-sML48nWRfh .item-info {
    flex-wrap: wrap;
  }
}
.cid-sML48nWRfh .link-wrap {
  margin-right: auto;
}
.cid-sML48nWRfh .emerging-underline-link {
  color: #3d3d3d;
}
.cid-sML48nWRfh .mbr-section-btn {
  text-align: right;
  margin-bottom: -9.6px;
}
.cid-sML48nWRfh .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-sML48nWRfh .btn-black-outline {
  border: 1px solid #000000;
}
.cid-sML48nWRfh .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-sML3Y0jsrN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sML3Y0jsrN .mbr-overlay {
  z-index: 1;
}
.cid-sML3Y0jsrN .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-sML3Y0jsrN .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-sML3Y0jsrN .content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  min-height: 292px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .cid-sML3Y0jsrN .content {
    min-height: 372px;
  }
}
.cid-sML3Y0jsrN .content-right {
  border-top: 1px solid #7F8678;
}
@media (min-width: 768px) {
  .cid-sML3Y0jsrN .content-right {
    border-left: 1px solid #7F8678;
    border-top: none;
  }
}
@media (min-width: 768px) {
  .cid-sML3Y0jsrN .content-left {
    margin-right: -1px;
  }
}
.cid-sML3Y0jsrN .link {
  width: 100%;
}
