body {
  font-family: 'Gideon Roman', display;
}
.display-1 {
  font-family: 'Gideon Roman', display;
  font-size: 3.43rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.2875rem;
}
.display-2 {
  font-family: 'Gideon Roman', display;
  font-size: 2.43rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.0375rem;
}
.display-4 {
  font-family: 'Gideon Roman', display;
  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: 'Gideon Roman', display;
  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: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #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: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #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: #232323 !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: #232323;
}
.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: 'Gideon Roman', display;
  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: 'Gideon Roman', display;
  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;
}
.cid-sMG60EKFJr .navbar-dropdown {
  position: relative !important;
}
.cid-sMG60EKFJr .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-sMG60EKFJr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sMG60EKFJr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sMG60EKFJr .dropdown-item:hover,
.cid-sMG60EKFJr .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-sMG60EKFJr .dropdown-item:hover span {
  color: white;
}
.cid-sMG60EKFJr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sMG60EKFJr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sMG60EKFJr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-sMG60EKFJr .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-sMG60EKFJr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sMG60EKFJr .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-sMG60EKFJr .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-sMG60EKFJr .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-sMG60EKFJr .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-sMG60EKFJr .container {
  display: flex;
  margin: auto;
}
.cid-sMG60EKFJr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sMG60EKFJr .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sMG60EKFJr .navbar-nav {
    align-items: center;
  }
}
.cid-sMG60EKFJr .dropdown-menu,
.cid-sMG60EKFJr .navbar.opened {
  background: #000000 !important;
}
.cid-sMG60EKFJr .nav-item:focus,
.cid-sMG60EKFJr .nav-link:focus {
  outline: none;
}
.cid-sMG60EKFJr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-sMG60EKFJr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMG60EKFJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sMG60EKFJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMG60EKFJr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMG60EKFJr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMG60EKFJr .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: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-sMG60EKFJr .navbar.opened {
  transition: all 0.3s;
}
.cid-sMG60EKFJr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sMG60EKFJr .navbar .navbar-logo img {
  width: auto;
}
.cid-sMG60EKFJr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sMG60EKFJr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMG60EKFJr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMG60EKFJr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMG60EKFJr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sMG60EKFJr .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-sMG60EKFJr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sMG60EKFJr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sMG60EKFJr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sMG60EKFJr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sMG60EKFJr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sMG60EKFJr .navbar.navbar-short {
  min-height: 60px;
}
.cid-sMG60EKFJr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sMG60EKFJr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sMG60EKFJr .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-sMG60EKFJr .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-sMG60EKFJr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sMG60EKFJr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMG60EKFJr .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-sMG60EKFJr .dropdown-item.active,
.cid-sMG60EKFJr .dropdown-item:active {
  background-color: transparent;
}
.cid-sMG60EKFJr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMG60EKFJr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sMG60EKFJr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sMG60EKFJr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sMG60EKFJr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMG60EKFJr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMG60EKFJr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMG60EKFJr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sMG60EKFJr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sMG60EKFJr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sMG60EKFJr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMG60EKFJr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMG60EKFJr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMG60EKFJr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMG60EKFJr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMG60EKFJr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMG60EKFJr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMG60EKFJr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMG60EKFJr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sMG60EKFJr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sMG60EKFJr .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-sMG60EKFJr .navbar {
    height: 70px;
  }
  .cid-sMG60EKFJr .navbar.opened {
    height: auto;
  }
  .cid-sMG60EKFJr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMG60EKFJr .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-sMG60EKFJr .container-fluid {
    padding: 0 40px;
  }
}
.cid-sMG60EKFJr .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sMG60EKFJr .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sMG60EKFJr .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sMG60EKFJr .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-sMG60EKFJr .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-sMG60EKFJr .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-sMG60EKFJr .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-sMG60EKFJr .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-sMG60EKFJr .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-sMG60EKFJr .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-sMG60EKFJr .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-sMG60EKFJr .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sMG6pF5iz9 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/smart-tailor-1222-1074x448.webp");
}
.cid-sMG6pF5iz9 .mbr-overlay {
  background: #000000;
  opacity: 0.5;
}
.cid-sMG6pF5iz9 .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sMG6pF5iz9 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sMG6pF5iz9 .row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sMG6pF5iz9 .item-text {
  padding: 0 32px 55px;
}
.cid-sMG6pF5iz9 .text-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-sMG6pF5iz9 .text-container {
    flex-wrap: wrap;
  }
}
.cid-sMG6pF5iz9 .mbr-section-title {
  flex-grow: 1;
  line-height: 65px!important;
  text-align: center;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sMG6pF5iz9 .mbr-section-title {
    font-size: 79px;
    line-height: 87px!important;
  }
}
.cid-sMG6pF5iz9 .text {
  color: #3d3d3d;
}
.cid-sMG6pF5iz9 .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-sMG6pF5iz9 .link-wrap {
    width: 100%;
  }
}
.cid-sMG6pF5iz9 .emerging-underline-link {
  color: #3d3d3d;
}
.cid-sMG6pF5iz9 .item-image {
  padding: 0 32px;
  max-height: 100vh;
}
.cid-sMG6pF5iz9 .text-with-round {
  color: #ffffff;
  text-align: left;
}
.cid-tMsPPJbsi5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tMsPPJbsi5 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tMsPPJbsi5 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tMsPPJbsi5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMsPPJbsi5 .text-wrapper {
    margin-left: 3rem;
    padding: 2rem;
  }
}
.cid-tMsPPJbsi5 .mbr-text {
  color: #ffffff;
}
.cid-tMsPPJbsi5 .mbr-section-title {
  color: #ffffff;
}
.cid-sMGbIAODLD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sMGbIAODLD .mbr-overlay {
  z-index: 1;
}
.cid-sMGbIAODLD .main-container {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  z-index: 2;
}
.cid-sMGbIAODLD .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-sMGbIAODLD .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-sMGbIAODLD .item-img:hover img {
  transform: scale(1);
}
.cid-sMGbIAODLD .item-title {
  line-height: 1.25em;
  text-align: center;
}
.cid-sMGbIAODLD .mbr-section-title {
  line-height: 1.25em;
}
.cid-sMGbIAODLD .card-container {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sMGbIAODLD .card-container {
    flex-wrap: wrap;
  }
}
.cid-sMGbIAODLD .card {
  padding: 60px 60px 23px;
  border-radius: 0;
  border-bottom: 1px solid #7F8678;
}
@media (max-width: 575px) {
  .cid-sMGbIAODLD .card {
    padding: 35px 35px 23px;
  }
}
@media (min-width: 768px) {
  .cid-sMGbIAODLD .card:nth-child(2n+1) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 991px) {
  .cid-sMGbIAODLD .card {
    border-right: 1px solid #7F8678;
  }
  .cid-sMGbIAODLD .card:last-child {
    border-right: none;
  }
}
.cid-sMGbIAODLD .data-item {
  display: flex;
  align-items: center;
}
.cid-sMGbIAODLD .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-sMGbIAODLD .link-wrap {
  margin: 30px 0 6px;
}
.cid-sMGbIAODLD .text-art {
  flex-grow: 1;
}
.cid-tLB9jZlsSt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tLB9jZlsSt .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-tLB9jZlsSt .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tLB9jZlsSt .text-container {
  max-width: 940px;
  margin-right: auto;
  padding: 110px 32px 0;
}
.cid-tLB9jZlsSt .cards-container {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 32px 120px;
}
@media (min-width: 992px) {
  .cid-tLB9jZlsSt .card {
    padding: 0 7% 0 0;
  }
}
@media (max-width: 991px) {
  .cid-tLB9jZlsSt .card:nth-child(even) {
    padding-left: 25px;
  }
  .cid-tLB9jZlsSt .card:nth-child(n+3) {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tLB9jZlsSt .card {
    padding-left: 0 !important;
  }
  .cid-tLB9jZlsSt .card:nth-child(n+2) {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .cid-tLB9jZlsSt .card-wrapper {
    max-width: 295px;
  }
}
@media (max-width: 767px) {
  .cid-tLB9jZlsSt .card-wrapper {
    max-width: 100%;
  }
}
.cid-tLB9jZlsSt .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tLB9jZlsSt .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #000000;
  margin-bottom: 2rem;
}
.cid-tLB9jZlsSt .card-text {
  color: #ffffff;
  line-height: 30px;
}
.cid-tLB9jZlsSt .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tLB9jZlsSt .card-title,
.cid-tLB9jZlsSt .iconfont-wrapper {
  color: #ffffff;
}
.cid-tLHfA5AKOZ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLHfA5AKOZ .row {
  align-items: center;
}
.cid-tLHfA5AKOZ .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tLHfA5AKOZ .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tLHfA5AKOZ .header-text {
    margin-bottom: 20px;
  }
}
.cid-tLHfA5AKOZ .mbr-section-title {
  width: 100%;
  color: #111111;
  margin-bottom: 8px;
}
.cid-tLHfA5AKOZ .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
.cid-tLHfA5AKOZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLHfA5AKOZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLHgTcHNYK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-tLHgTcHNYK .mbr-overlay {
  z-index: 1;
}
.cid-tLHgTcHNYK .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-tLHgTcHNYK .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-tLHgTcHNYK .text-container {
  height: 100%;
  background: #000000;
}
@media (min-width: 992px) {
  .cid-tLHgTcHNYK .text-container {
    border-right: 1px solid #7F8678;
  }
}
.cid-tLHgTcHNYK .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  min-height: 390px;
}
@media (min-width: 992px) {
  .cid-tLHgTcHNYK .text-wrap {
    max-width: 512px;
    min-height: 644px;
  }
}
.cid-tLHgTcHNYK .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-tLHgTcHNYK .text {
  color: #ffffff;
}
.cid-tLHgTcHNYK .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tLHgTcHNYK .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tLHgTcHNYK .item-wrapper {
  width: 100%;
}
.cid-tLHgTcHNYK .mbr-section-title {
  line-height: 1.25em;
  color: #ffffff;
}
.cid-tLHgTcHNYK .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cid-tLHgTcHNYK .item-img {
  flex-grow: 1;
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  overflow: hidden;
  height: 644px;
}
.cid-tLHgTcHNYK .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-tLHgTcHNYK .item-img:hover img {
  transform: scale(1);
}
.cid-tLHgTcHNYK .link {
  color: #3d3d3d;
}
.cid-tLHgTcHNYK .underlined-link {
  color: #3d3d3d;
}
.cid-tLHgTcHNYK .underlined-link:after {
  height: 1px !important;
}
.cid-tLHgTcHNYK P {
  color: #ffffff;
}
.cid-tLBc9GkaHo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-tLBc9GkaHo .mbr-overlay {
  z-index: 1;
}
.cid-tLBc9GkaHo .main-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  padding: 130px 32px;
  position: relative;
  z-index: 2;
}
.cid-tLBc9GkaHo .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tLBc9GkaHo .content {
    max-width: 975px;
  }
}
.cid-tLBc9GkaHo .text-with-round,
.cid-tLBc9GkaHo .mbr-section-title {
  width: 100%;
}
.cid-tLBc9GkaHo .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tLBc9GkaHo .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-tLBc9GkaHo .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-tLBc9GkaHo .form-name-email-container {
  display: flex;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tLBc9GkaHo .form-name-email-container {
    flex-wrap: wrap;
  }
}
.cid-tLBc9GkaHo .form-name {
  padding-right: 15px;
}
@media (max-width: 991px) {
  .cid-tLBc9GkaHo .form-name {
    width: 100%;
    padding: 0;
  }
}
.cid-tLBc9GkaHo .form-email {
  padding-left: 15px;
}
@media (max-width: 991px) {
  .cid-tLBc9GkaHo .form-email {
    width: 100%;
    padding: 0;
  }
}
.cid-tLBc9GkaHo .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-tLBc9GkaHo form .row {
  margin: 0;
  border: none !important;
}
.cid-tLBc9GkaHo form .form-group {
  flex-grow: 1;
  margin-bottom: 24px !important;
}
@media (max-width: 991px) {
  .cid-tLBc9GkaHo form .form-group {
    width: 100%;
  }
}
.cid-tLBc9GkaHo form .form-group input,
.cid-tLBc9GkaHo form .form-group textarea {
  padding: 5px 4px 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-tLBc9GkaHo form .form-group input:hover,
.cid-tLBc9GkaHo form .form-group textarea:hover,
.cid-tLBc9GkaHo form .form-group input :focus,
.cid-tLBc9GkaHo form .form-group textarea :focus,
.cid-tLBc9GkaHo form .form-group input :active,
.cid-tLBc9GkaHo form .form-group textarea :active {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border-bottom: 1px solid #7f8678 !important;
}
.cid-tLBc9GkaHo form .form-message {
  margin-bottom: 0 !important;
}
.cid-tLBc9GkaHo form .form-message textarea {
  min-height: 100px;
  resize: none;
}
.cid-tLBc9GkaHo form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-tLBc9GkaHo form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-tLBbZXKMy8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tLBbZXKMy8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLBbZXKMy8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLBbZXKMy8 .container,
.cid-tLBbZXKMy8 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tLBbZXKMy8 .container,
  .cid-tLBbZXKMy8 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tLBbZXKMy8 .row {
  position: relative;
  padding: 100px 16px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tLBbZXKMy8 .row {
    padding: 85px 8px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLBbZXKMy8 .map-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tLBbZXKMy8 .map-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tLBbZXKMy8 .map-wrapper .google-map iframe {
  height: 300px;
}
@media (max-width: 992px) {
  .cid-tLBbZXKMy8 .map-wrapper .google-map iframe {
    height: 250px;
  }
}
.cid-tLBbZXKMy8 .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tLBbZXKMy8 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tLBbZXKMy8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLBbZXKMy8 .mbr-iconfont {
  font-size: 32px;
  display: block;
  margin-right: 10px;
}
.cid-tLBbZXKMy8 .address-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-tLBbZXKMy8 .address-wrapper {
    display: block;
  }
}
.cid-tLBbZXKMy8 .address-wrapper .text-wrapper {
  display: flex;
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-tLBbZXKMy8 .address-wrapper .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tLBbZXKMy8 .address-wrapper .text-wrapper .text-wrap .mbr-section-subtitle {
  margin-bottom: 5px;
}
.cid-tLBbZXKMy8 .address-wrapper .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tLBbZXKMy8 .links-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-tLBbZXKMy8 .links-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-tLBbZXKMy8 .links-wrapper .links-wrap {
    margin-bottom: 20px;
  }
}
.cid-tLBbZXKMy8 .links-wrapper .links-wrap a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tLBbZXKMy8 .links-wrapper .links-wrap a:hover .mbr-email,
.cid-tLBbZXKMy8 .links-wrapper .links-wrap a:hover .mbr-phone {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-tLBbZXKMy8 .links-wrapper .links-wrap a {
    margin-bottom: 20px;
  }
}
.cid-tLBbZXKMy8 .links-wrapper .links-wrap a .mbr-email,
.cid-tLBbZXKMy8 .links-wrapper .links-wrap a .mbr-phone {
  margin-bottom: 0;
}
.cid-tLBbZXKMy8 .mbr-section-title {
  color: #3d4045;
}
.cid-tLBbZXKMy8 .mbr-section-subtitle,
.cid-tLBbZXKMy8 .mbr-iconfont {
  color: #3d4045;
}
.cid-tLBbZXKMy8 .mbr-email {
  color: #3d4045;
}
.cid-tLBbZXKMy8 .mbr-phone {
  color: #3d4045;
}
.cid-sN3kQyLUFG {
  padding-top: 15px;
  padding-bottom: 30px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #000000;
}
.cid-sN3kQyLUFG .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-sN3kQyLUFG .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-sN3kQyLUFG .produced {
  margin-top: 0.5rem;
  color: #3d3d3d;
  flex-grow: 1;
}
.cid-sMAxI4taO0 .navbar-dropdown {
  position: relative !important;
}
.cid-sMAxI4taO0 .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-sMAxI4taO0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sMAxI4taO0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sMAxI4taO0 .dropdown-item:hover,
.cid-sMAxI4taO0 .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-sMAxI4taO0 .dropdown-item:hover span {
  color: white;
}
.cid-sMAxI4taO0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sMAxI4taO0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sMAxI4taO0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-sMAxI4taO0 .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-sMAxI4taO0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sMAxI4taO0 .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-sMAxI4taO0 .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-sMAxI4taO0 .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-sMAxI4taO0 .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-sMAxI4taO0 .container {
  display: flex;
  margin: auto;
}
.cid-sMAxI4taO0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sMAxI4taO0 .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sMAxI4taO0 .navbar-nav {
    align-items: center;
  }
}
.cid-sMAxI4taO0 .dropdown-menu,
.cid-sMAxI4taO0 .navbar.opened {
  background: #000000 !important;
}
.cid-sMAxI4taO0 .nav-item:focus,
.cid-sMAxI4taO0 .nav-link:focus {
  outline: none;
}
.cid-sMAxI4taO0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-sMAxI4taO0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMAxI4taO0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sMAxI4taO0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMAxI4taO0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMAxI4taO0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMAxI4taO0 .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: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-sMAxI4taO0 .navbar.opened {
  transition: all 0.3s;
}
.cid-sMAxI4taO0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sMAxI4taO0 .navbar .navbar-logo img {
  width: auto;
}
.cid-sMAxI4taO0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sMAxI4taO0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMAxI4taO0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMAxI4taO0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMAxI4taO0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sMAxI4taO0 .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-sMAxI4taO0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sMAxI4taO0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sMAxI4taO0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sMAxI4taO0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sMAxI4taO0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sMAxI4taO0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sMAxI4taO0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sMAxI4taO0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sMAxI4taO0 .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-sMAxI4taO0 .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-sMAxI4taO0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sMAxI4taO0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMAxI4taO0 .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-sMAxI4taO0 .dropdown-item.active,
.cid-sMAxI4taO0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sMAxI4taO0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMAxI4taO0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sMAxI4taO0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sMAxI4taO0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sMAxI4taO0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMAxI4taO0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMAxI4taO0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMAxI4taO0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sMAxI4taO0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sMAxI4taO0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sMAxI4taO0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMAxI4taO0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMAxI4taO0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMAxI4taO0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMAxI4taO0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMAxI4taO0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMAxI4taO0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMAxI4taO0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMAxI4taO0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sMAxI4taO0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sMAxI4taO0 .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-sMAxI4taO0 .navbar {
    height: 70px;
  }
  .cid-sMAxI4taO0 .navbar.opened {
    height: auto;
  }
  .cid-sMAxI4taO0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMAxI4taO0 .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-sMAxI4taO0 .container-fluid {
    padding: 0 40px;
  }
}
.cid-sMAxI4taO0 .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sMAxI4taO0 .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sMAxI4taO0 .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sMAxI4taO0 .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-sMAxI4taO0 .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-sMAxI4taO0 .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-sMAxI4taO0 .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-sMAxI4taO0 .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-sMAxI4taO0 .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-sMAxI4taO0 .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-sMAxI4taO0 .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-sMAxI4taO0 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sMAxJzwEro {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sMAxJzwEro .carousel {
  height: 800px;
}
.cid-sMAxJzwEro .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sMAxJzwEro .carousel-item,
.cid-sMAxJzwEro .carousel-inner {
  height: 100%;
}
.cid-sMAxJzwEro .carousel-caption {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 280px;
}
@media (min-width: 768px) {
  .cid-sMAxJzwEro .carousel-caption {
    width: 680px;
  }
}
@media (min-width: 992px) {
  .cid-sMAxJzwEro .carousel-caption {
    width: 900px;
  }
}
.cid-sMAxJzwEro .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sMAxJzwEro .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sMAxJzwEro .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-sMAxJzwEro .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sMAxJzwEro .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sMAxJzwEro .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sMAxJzwEro .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sMAxJzwEro .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-sMAxJzwEro .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sMAxJzwEro .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sMAxJzwEro .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sMAxJzwEro .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sMAxJzwEro .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-sMAxJzwEro .carousel-indicators li.active,
.cid-sMAxJzwEro .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sMAxJzwEro .carousel-indicators li::after,
.cid-sMAxJzwEro .carousel-indicators li::before {
  content: none;
}
.cid-sMAxJzwEro .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-sMAxJzwEro H5 {
  color: #ffffff;
}
.cid-tLHjiWNJ5x {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffdf7;
}
.cid-tLHjiWNJ5x .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-tLHjiWNJ5x .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tLHjiWNJ5x .item:focus,
.cid-tLHjiWNJ5x span:focus {
  outline: none;
}
.cid-tLHjiWNJ5x .main-container {
  display: flex;
  flex-direction: column;
  width: 82%;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .cid-tLHjiWNJ5x .main-container {
    width: 91%;
  }
}
@media (min-width: 768px) {
  .cid-tLHjiWNJ5x .main-container {
    flex-direction: row;
  }
}
@media (min-width: 1400px) {
  .cid-tLHjiWNJ5x .main-container {
    width: 1300px;
  }
}
.cid-tLHjiWNJ5x .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tLHjiWNJ5x .item {
    margin-bottom: 50px;
  }
}
.cid-tLHjiWNJ5x .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 8px;
  overflow: hidden;
}
.cid-tLHjiWNJ5x .item-img img {
  object-fit: cover;
  height: auto;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-tLHjiWNJ5x .item-left {
  align-items: flex-start;
}
@media (min-width: 768px) {
  .cid-tLHjiWNJ5x .item-left {
    padding: 0 4.66666667% 0 0;
  }
}
.cid-tLHjiWNJ5x .item-center {
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tLHjiWNJ5x .item-center {
    padding: 5.5% 2.33333333% 0 2.33333333%;
  }
}
.cid-tLHjiWNJ5x .item-right {
  align-items: flex-end;
}
@media (min-width: 768px) {
  .cid-tLHjiWNJ5x .item-right {
    padding: 0 0 0 4.66666667%;
  }
}
.cid-tLHjiWNJ5x .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-tLHjiWNJ5x .item-content {
  width: 100%;
}
.cid-tLHjiWNJ5x .mbr-section-title {
  color: #000000;
}
.cid-tLHjiWNJ5x .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLHjiWNJ5x .mbr-text,
.cid-tLHjiWNJ5x .mbr-section-btn {
  text-align: left;
}
.cid-tLHjiWNJ5x .item-subtitle {
  text-align: center;
}
.cid-tLHjiWNJ5x .text-client {
  color: #3d3d3d;
  width: 100%;
}
.cid-tLHjiWNJ5x .text-client span {
  padding: 0 4px;
  min-height: 21px;
  border: 1px solid currentColor;
  border-radius: 50%;
}
.cid-tLHjiWNJ5x .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-tLHjiWNJ5x .btn-black-outline {
  border: 1px solid #000000;
}
.cid-tLHjiWNJ5x .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-tLHjpmSBY1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-tLHjpmSBY1 .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-tLHjpmSBY1 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .cid-tLHjpmSBY1 .row {
    padding: 0 32px;
  }
}
.cid-tLHjpmSBY1 .item:focus,
.cid-tLHjpmSBY1 span:focus {
  outline: none;
}
.cid-tLHjpmSBY1 .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
.cid-tLHjpmSBY1 .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-tLHjpmSBY1 .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-tLHjpmSBY1 .item:hover img {
  transform: scale(1);
}
.cid-tLHjpmSBY1 .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-tLHjpmSBY1 .item-content {
  margin-right: auto;
}
@media (min-width: 768px) {
  .cid-tLHjpmSBY1 .item-left {
    padding: 0 16px 0 0;
  }
  .cid-tLHjpmSBY1 .item-left .item-wrap {
    padding: 18% 21% 0% 5%;
  }
  .cid-tLHjpmSBY1 .item-center {
    padding: 0 8px;
  }
  .cid-tLHjpmSBY1 .item-center .item-wrap {
    padding: 18% 13% 0% 13%;
  }
  .cid-tLHjpmSBY1 .item-right {
    padding: 0 0 0 16px;
  }
  .cid-tLHjpmSBY1 .item-right .item-wrap {
    padding: 18% 5% 0% 21%;
  }
}
.cid-tLHjpmSBY1 .mbr-section-title {
  color: #000000;
}
.cid-tLHjpmSBY1 .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLHjpmSBY1 .mbr-text,
.cid-tLHjpmSBY1 .mbr-section-btn {
  text-align: left;
}
.cid-tLHjpmSBY1 .item-subtitle {
  text-align: center;
}
.cid-tLHjpmSBY1 .text-art,
.cid-tLHjpmSBY1 .text-client {
  color: #3d3d3d;
}
.cid-tLHjpmSBY1 .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-tLHjpmSBY1 .btn-black-outline {
  border: 1px solid #000000;
}
.cid-tLHjpmSBY1 .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-tMtjnVrZMP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-tMtjnVrZMP .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-tMtjnVrZMP .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .cid-tMtjnVrZMP .row {
    padding: 0 32px;
  }
}
.cid-tMtjnVrZMP .item:focus,
.cid-tMtjnVrZMP span:focus {
  outline: none;
}
.cid-tMtjnVrZMP .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
.cid-tMtjnVrZMP .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-tMtjnVrZMP .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-tMtjnVrZMP .item:hover img {
  transform: scale(1);
}
.cid-tMtjnVrZMP .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-tMtjnVrZMP .item-content {
  margin-right: auto;
}
@media (min-width: 768px) {
  .cid-tMtjnVrZMP .item-left {
    padding: 0 16px 0 0;
  }
  .cid-tMtjnVrZMP .item-left .item-wrap {
    padding: 18% 21% 0% 5%;
  }
  .cid-tMtjnVrZMP .item-center {
    padding: 0 8px;
  }
  .cid-tMtjnVrZMP .item-center .item-wrap {
    padding: 18% 13% 0% 13%;
  }
  .cid-tMtjnVrZMP .item-right {
    padding: 0 0 0 16px;
  }
  .cid-tMtjnVrZMP .item-right .item-wrap {
    padding: 18% 5% 0% 21%;
  }
}
.cid-tMtjnVrZMP .mbr-section-title {
  color: #000000;
}
.cid-tMtjnVrZMP .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-tMtjnVrZMP .mbr-text,
.cid-tMtjnVrZMP .mbr-section-btn {
  text-align: left;
}
.cid-tMtjnVrZMP .item-subtitle {
  text-align: center;
}
.cid-tMtjnVrZMP .text-art,
.cid-tMtjnVrZMP .text-client {
  color: #3d3d3d;
}
.cid-tMtjnVrZMP .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-tMtjnVrZMP .btn-black-outline {
  border: 1px solid #000000;
}
.cid-tMtjnVrZMP .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-tLHjfW3Xsg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-tLHjfW3Xsg .mbr-overlay {
  z-index: 1;
}
.cid-tLHjfW3Xsg .main-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  padding: 130px 32px;
  position: relative;
  z-index: 2;
}
.cid-tLHjfW3Xsg .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tLHjfW3Xsg .content {
    max-width: 975px;
  }
}
.cid-tLHjfW3Xsg .text-with-round,
.cid-tLHjfW3Xsg .mbr-section-title {
  width: 100%;
}
.cid-tLHjfW3Xsg .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tLHjfW3Xsg .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-tLHjfW3Xsg .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-tLHjfW3Xsg .form-name-email-container {
  display: flex;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tLHjfW3Xsg .form-name-email-container {
    flex-wrap: wrap;
  }
}
.cid-tLHjfW3Xsg .form-name {
  padding-right: 15px;
}
@media (max-width: 991px) {
  .cid-tLHjfW3Xsg .form-name {
    width: 100%;
    padding: 0;
  }
}
.cid-tLHjfW3Xsg .form-email {
  padding-left: 15px;
}
@media (max-width: 991px) {
  .cid-tLHjfW3Xsg .form-email {
    width: 100%;
    padding: 0;
  }
}
.cid-tLHjfW3Xsg .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-tLHjfW3Xsg form .row {
  margin: 0;
  border: none !important;
}
.cid-tLHjfW3Xsg form .form-group {
  flex-grow: 1;
  margin-bottom: 24px !important;
}
@media (max-width: 991px) {
  .cid-tLHjfW3Xsg form .form-group {
    width: 100%;
  }
}
.cid-tLHjfW3Xsg form .form-group input,
.cid-tLHjfW3Xsg form .form-group textarea {
  padding: 5px 4px 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-tLHjfW3Xsg form .form-group input:hover,
.cid-tLHjfW3Xsg form .form-group textarea:hover,
.cid-tLHjfW3Xsg form .form-group input :focus,
.cid-tLHjfW3Xsg form .form-group textarea :focus,
.cid-tLHjfW3Xsg form .form-group input :active,
.cid-tLHjfW3Xsg form .form-group textarea :active {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border-bottom: 1px solid #7f8678 !important;
}
.cid-tLHjfW3Xsg form .form-message {
  margin-bottom: 0 !important;
}
.cid-tLHjfW3Xsg form .form-message textarea {
  min-height: 100px;
  resize: none;
}
.cid-tLHjfW3Xsg form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-tLHjfW3Xsg form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-tLHjfg05F4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tLHjfg05F4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLHjfg05F4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLHjfg05F4 .container,
.cid-tLHjfg05F4 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tLHjfg05F4 .container,
  .cid-tLHjfg05F4 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tLHjfg05F4 .row {
  position: relative;
  padding: 100px 16px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tLHjfg05F4 .row {
    padding: 85px 8px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLHjfg05F4 .map-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tLHjfg05F4 .map-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tLHjfg05F4 .map-wrapper .google-map iframe {
  height: 300px;
}
@media (max-width: 992px) {
  .cid-tLHjfg05F4 .map-wrapper .google-map iframe {
    height: 250px;
  }
}
.cid-tLHjfg05F4 .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tLHjfg05F4 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tLHjfg05F4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLHjfg05F4 .mbr-iconfont {
  font-size: 32px;
  display: block;
  margin-right: 10px;
}
.cid-tLHjfg05F4 .address-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-tLHjfg05F4 .address-wrapper {
    display: block;
  }
}
.cid-tLHjfg05F4 .address-wrapper .text-wrapper {
  display: flex;
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-tLHjfg05F4 .address-wrapper .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tLHjfg05F4 .address-wrapper .text-wrapper .text-wrap .mbr-section-subtitle {
  margin-bottom: 5px;
}
.cid-tLHjfg05F4 .address-wrapper .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tLHjfg05F4 .links-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-tLHjfg05F4 .links-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-tLHjfg05F4 .links-wrapper .links-wrap {
    margin-bottom: 20px;
  }
}
.cid-tLHjfg05F4 .links-wrapper .links-wrap a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tLHjfg05F4 .links-wrapper .links-wrap a:hover .mbr-email,
.cid-tLHjfg05F4 .links-wrapper .links-wrap a:hover .mbr-phone {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-tLHjfg05F4 .links-wrapper .links-wrap a {
    margin-bottom: 20px;
  }
}
.cid-tLHjfg05F4 .links-wrapper .links-wrap a .mbr-email,
.cid-tLHjfg05F4 .links-wrapper .links-wrap a .mbr-phone {
  margin-bottom: 0;
}
.cid-tLHjfg05F4 .mbr-section-title {
  color: #3d4045;
}
.cid-tLHjfg05F4 .mbr-section-subtitle,
.cid-tLHjfg05F4 .mbr-iconfont {
  color: #3d4045;
}
.cid-tLHjfg05F4 .mbr-email {
  color: #3d4045;
}
.cid-tLHjfg05F4 .mbr-phone {
  color: #3d4045;
}
.cid-sN3l1mSjOn {
  padding-top: 15px;
  padding-bottom: 30px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #fffdf7;
}
.cid-sN3l1mSjOn .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-sN3l1mSjOn .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-sN3l1mSjOn .produced {
  margin-top: 0.5rem;
  color: #3d3d3d;
  flex-grow: 1;
}
.cid-sMAxI4taO0 .navbar-dropdown {
  position: relative !important;
}
.cid-sMAxI4taO0 .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-sMAxI4taO0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sMAxI4taO0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sMAxI4taO0 .dropdown-item:hover,
.cid-sMAxI4taO0 .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-sMAxI4taO0 .dropdown-item:hover span {
  color: white;
}
.cid-sMAxI4taO0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sMAxI4taO0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sMAxI4taO0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-sMAxI4taO0 .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-sMAxI4taO0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sMAxI4taO0 .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-sMAxI4taO0 .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-sMAxI4taO0 .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-sMAxI4taO0 .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-sMAxI4taO0 .container {
  display: flex;
  margin: auto;
}
.cid-sMAxI4taO0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sMAxI4taO0 .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sMAxI4taO0 .navbar-nav {
    align-items: center;
  }
}
.cid-sMAxI4taO0 .dropdown-menu,
.cid-sMAxI4taO0 .navbar.opened {
  background: #000000 !important;
}
.cid-sMAxI4taO0 .nav-item:focus,
.cid-sMAxI4taO0 .nav-link:focus {
  outline: none;
}
.cid-sMAxI4taO0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-sMAxI4taO0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMAxI4taO0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sMAxI4taO0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMAxI4taO0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMAxI4taO0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMAxI4taO0 .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: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-sMAxI4taO0 .navbar.opened {
  transition: all 0.3s;
}
.cid-sMAxI4taO0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sMAxI4taO0 .navbar .navbar-logo img {
  width: auto;
}
.cid-sMAxI4taO0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sMAxI4taO0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMAxI4taO0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMAxI4taO0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMAxI4taO0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sMAxI4taO0 .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-sMAxI4taO0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sMAxI4taO0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sMAxI4taO0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sMAxI4taO0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sMAxI4taO0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sMAxI4taO0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sMAxI4taO0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sMAxI4taO0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sMAxI4taO0 .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-sMAxI4taO0 .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-sMAxI4taO0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sMAxI4taO0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMAxI4taO0 .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-sMAxI4taO0 .dropdown-item.active,
.cid-sMAxI4taO0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sMAxI4taO0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMAxI4taO0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sMAxI4taO0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sMAxI4taO0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sMAxI4taO0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMAxI4taO0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMAxI4taO0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMAxI4taO0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sMAxI4taO0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sMAxI4taO0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sMAxI4taO0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMAxI4taO0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMAxI4taO0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMAxI4taO0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMAxI4taO0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMAxI4taO0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMAxI4taO0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMAxI4taO0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMAxI4taO0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sMAxI4taO0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sMAxI4taO0 .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-sMAxI4taO0 .navbar {
    height: 70px;
  }
  .cid-sMAxI4taO0 .navbar.opened {
    height: auto;
  }
  .cid-sMAxI4taO0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMAxI4taO0 .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-sMAxI4taO0 .container-fluid {
    padding: 0 40px;
  }
}
.cid-sMAxI4taO0 .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sMAxI4taO0 .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sMAxI4taO0 .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sMAxI4taO0 .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-sMAxI4taO0 .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-sMAxI4taO0 .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-sMAxI4taO0 .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-sMAxI4taO0 .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-sMAxI4taO0 .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-sMAxI4taO0 .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-sMAxI4taO0 .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-sMAxI4taO0 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tLHlsiiv4J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-tLHlsiiv4J .carousel {
  height: 800px;
}
.cid-tLHlsiiv4J .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tLHlsiiv4J .carousel-item,
.cid-tLHlsiiv4J .carousel-inner {
  height: 100%;
}
.cid-tLHlsiiv4J .carousel-caption {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 280px;
}
@media (min-width: 768px) {
  .cid-tLHlsiiv4J .carousel-caption {
    width: 680px;
  }
}
@media (min-width: 992px) {
  .cid-tLHlsiiv4J .carousel-caption {
    width: 900px;
  }
}
.cid-tLHlsiiv4J .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tLHlsiiv4J .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tLHlsiiv4J .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-tLHlsiiv4J .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tLHlsiiv4J .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tLHlsiiv4J .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tLHlsiiv4J .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tLHlsiiv4J .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-tLHlsiiv4J .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLHlsiiv4J .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tLHlsiiv4J .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tLHlsiiv4J .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tLHlsiiv4J .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-tLHlsiiv4J .carousel-indicators li.active,
.cid-tLHlsiiv4J .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tLHlsiiv4J .carousel-indicators li::after,
.cid-tLHlsiiv4J .carousel-indicators li::before {
  content: none;
}
.cid-tLHlsiiv4J .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-tLHlsiiv4J H5 {
  color: #ffffff;
}
.cid-tLHltbBcpY {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffdf7;
}
.cid-tLHltbBcpY .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-tLHltbBcpY .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tLHltbBcpY .item:focus,
.cid-tLHltbBcpY span:focus {
  outline: none;
}
.cid-tLHltbBcpY .main-container {
  display: flex;
  flex-direction: column;
  width: 82%;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .cid-tLHltbBcpY .main-container {
    width: 91%;
  }
}
@media (min-width: 768px) {
  .cid-tLHltbBcpY .main-container {
    flex-direction: row;
  }
}
@media (min-width: 1400px) {
  .cid-tLHltbBcpY .main-container {
    width: 1300px;
  }
}
.cid-tLHltbBcpY .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tLHltbBcpY .item {
    margin-bottom: 50px;
  }
}
.cid-tLHltbBcpY .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 8px;
  overflow: hidden;
}
.cid-tLHltbBcpY .item-img img {
  object-fit: cover;
  height: auto;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-tLHltbBcpY .item-left {
  align-items: flex-start;
}
@media (min-width: 768px) {
  .cid-tLHltbBcpY .item-left {
    padding: 0 4.66666667% 0 0;
  }
}
.cid-tLHltbBcpY .item-center {
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tLHltbBcpY .item-center {
    padding: 5.5% 2.33333333% 0 2.33333333%;
  }
}
.cid-tLHltbBcpY .item-right {
  align-items: flex-end;
}
@media (min-width: 768px) {
  .cid-tLHltbBcpY .item-right {
    padding: 0 0 0 4.66666667%;
  }
}
.cid-tLHltbBcpY .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-tLHltbBcpY .item-content {
  width: 100%;
}
.cid-tLHltbBcpY .mbr-section-title {
  color: #000000;
}
.cid-tLHltbBcpY .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLHltbBcpY .mbr-text,
.cid-tLHltbBcpY .mbr-section-btn {
  text-align: left;
}
.cid-tLHltbBcpY .item-subtitle {
  text-align: center;
}
.cid-tLHltbBcpY .text-client {
  color: #3d3d3d;
  width: 100%;
}
.cid-tLHltbBcpY .text-client span {
  padding: 0 4px;
  min-height: 21px;
  border: 1px solid currentColor;
  border-radius: 50%;
}
.cid-tLHltbBcpY .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-tLHltbBcpY .btn-black-outline {
  border: 1px solid #000000;
}
.cid-tLHltbBcpY .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-tLHltPbJ9M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-tLHltPbJ9M .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-tLHltPbJ9M .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .cid-tLHltPbJ9M .row {
    padding: 0 32px;
  }
}
.cid-tLHltPbJ9M .item:focus,
.cid-tLHltPbJ9M span:focus {
  outline: none;
}
.cid-tLHltPbJ9M .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
.cid-tLHltPbJ9M .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-tLHltPbJ9M .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-tLHltPbJ9M .item:hover img {
  transform: scale(1);
}
.cid-tLHltPbJ9M .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-tLHltPbJ9M .item-content {
  margin-right: auto;
}
@media (min-width: 768px) {
  .cid-tLHltPbJ9M .item-left {
    padding: 0 16px 0 0;
  }
  .cid-tLHltPbJ9M .item-left .item-wrap {
    padding: 18% 21% 0% 5%;
  }
  .cid-tLHltPbJ9M .item-center {
    padding: 0 8px;
  }
  .cid-tLHltPbJ9M .item-center .item-wrap {
    padding: 18% 13% 0% 13%;
  }
  .cid-tLHltPbJ9M .item-right {
    padding: 0 0 0 16px;
  }
  .cid-tLHltPbJ9M .item-right .item-wrap {
    padding: 18% 5% 0% 21%;
  }
}
.cid-tLHltPbJ9M .mbr-section-title {
  color: #000000;
}
.cid-tLHltPbJ9M .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLHltPbJ9M .mbr-text,
.cid-tLHltPbJ9M .mbr-section-btn {
  text-align: left;
}
.cid-tLHltPbJ9M .item-subtitle {
  text-align: center;
}
.cid-tLHltPbJ9M .text-art,
.cid-tLHltPbJ9M .text-client {
  color: #3d3d3d;
}
.cid-tLHltPbJ9M .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-tLHltPbJ9M .btn-black-outline {
  border: 1px solid #000000;
}
.cid-tLHltPbJ9M .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-tMsWC96HFE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-tMsWC96HFE .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-tMsWC96HFE .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .cid-tMsWC96HFE .row {
    padding: 0 32px;
  }
}
.cid-tMsWC96HFE .item:focus,
.cid-tMsWC96HFE span:focus {
  outline: none;
}
.cid-tMsWC96HFE .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
.cid-tMsWC96HFE .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-tMsWC96HFE .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-tMsWC96HFE .item:hover img {
  transform: scale(1);
}
.cid-tMsWC96HFE .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-tMsWC96HFE .item-content {
  margin-right: auto;
}
@media (min-width: 768px) {
  .cid-tMsWC96HFE .item-left {
    padding: 0 16px 0 0;
  }
  .cid-tMsWC96HFE .item-left .item-wrap {
    padding: 18% 21% 0% 5%;
  }
  .cid-tMsWC96HFE .item-center {
    padding: 0 8px;
  }
  .cid-tMsWC96HFE .item-center .item-wrap {
    padding: 18% 13% 0% 13%;
  }
  .cid-tMsWC96HFE .item-right {
    padding: 0 0 0 16px;
  }
  .cid-tMsWC96HFE .item-right .item-wrap {
    padding: 18% 5% 0% 21%;
  }
}
.cid-tMsWC96HFE .mbr-section-title {
  color: #000000;
}
.cid-tMsWC96HFE .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-tMsWC96HFE .mbr-text,
.cid-tMsWC96HFE .mbr-section-btn {
  text-align: left;
}
.cid-tMsWC96HFE .item-subtitle {
  text-align: center;
}
.cid-tMsWC96HFE .text-art,
.cid-tMsWC96HFE .text-client {
  color: #3d3d3d;
}
.cid-tMsWC96HFE .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-tMsWC96HFE .btn-black-outline {
  border: 1px solid #000000;
}
.cid-tMsWC96HFE .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-tLHlunRa5M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-tLHlunRa5M .mbr-overlay {
  z-index: 1;
}
.cid-tLHlunRa5M .main-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  padding: 130px 32px;
  position: relative;
  z-index: 2;
}
.cid-tLHlunRa5M .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tLHlunRa5M .content {
    max-width: 975px;
  }
}
.cid-tLHlunRa5M .text-with-round,
.cid-tLHlunRa5M .mbr-section-title {
  width: 100%;
}
.cid-tLHlunRa5M .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tLHlunRa5M .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-tLHlunRa5M .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-tLHlunRa5M .form-name-email-container {
  display: flex;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tLHlunRa5M .form-name-email-container {
    flex-wrap: wrap;
  }
}
.cid-tLHlunRa5M .form-name {
  padding-right: 15px;
}
@media (max-width: 991px) {
  .cid-tLHlunRa5M .form-name {
    width: 100%;
    padding: 0;
  }
}
.cid-tLHlunRa5M .form-email {
  padding-left: 15px;
}
@media (max-width: 991px) {
  .cid-tLHlunRa5M .form-email {
    width: 100%;
    padding: 0;
  }
}
.cid-tLHlunRa5M .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-tLHlunRa5M form .row {
  margin: 0;
  border: none !important;
}
.cid-tLHlunRa5M form .form-group {
  flex-grow: 1;
  margin-bottom: 24px !important;
}
@media (max-width: 991px) {
  .cid-tLHlunRa5M form .form-group {
    width: 100%;
  }
}
.cid-tLHlunRa5M form .form-group input,
.cid-tLHlunRa5M form .form-group textarea {
  padding: 5px 4px 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-tLHlunRa5M form .form-group input:hover,
.cid-tLHlunRa5M form .form-group textarea:hover,
.cid-tLHlunRa5M form .form-group input :focus,
.cid-tLHlunRa5M form .form-group textarea :focus,
.cid-tLHlunRa5M form .form-group input :active,
.cid-tLHlunRa5M form .form-group textarea :active {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border-bottom: 1px solid #7f8678 !important;
}
.cid-tLHlunRa5M form .form-message {
  margin-bottom: 0 !important;
}
.cid-tLHlunRa5M form .form-message textarea {
  min-height: 100px;
  resize: none;
}
.cid-tLHlunRa5M form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-tLHlunRa5M form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-tLHluZo7A8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tLHluZo7A8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLHluZo7A8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLHluZo7A8 .container,
.cid-tLHluZo7A8 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tLHluZo7A8 .container,
  .cid-tLHluZo7A8 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tLHluZo7A8 .row {
  position: relative;
  padding: 100px 16px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tLHluZo7A8 .row {
    padding: 85px 8px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLHluZo7A8 .map-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tLHluZo7A8 .map-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tLHluZo7A8 .map-wrapper .google-map iframe {
  height: 300px;
}
@media (max-width: 992px) {
  .cid-tLHluZo7A8 .map-wrapper .google-map iframe {
    height: 250px;
  }
}
.cid-tLHluZo7A8 .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tLHluZo7A8 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tLHluZo7A8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLHluZo7A8 .mbr-iconfont {
  font-size: 32px;
  display: block;
  margin-right: 10px;
}
.cid-tLHluZo7A8 .address-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-tLHluZo7A8 .address-wrapper {
    display: block;
  }
}
.cid-tLHluZo7A8 .address-wrapper .text-wrapper {
  display: flex;
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-tLHluZo7A8 .address-wrapper .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tLHluZo7A8 .address-wrapper .text-wrapper .text-wrap .mbr-section-subtitle {
  margin-bottom: 5px;
}
.cid-tLHluZo7A8 .address-wrapper .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tLHluZo7A8 .links-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-tLHluZo7A8 .links-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-tLHluZo7A8 .links-wrapper .links-wrap {
    margin-bottom: 20px;
  }
}
.cid-tLHluZo7A8 .links-wrapper .links-wrap a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tLHluZo7A8 .links-wrapper .links-wrap a:hover .mbr-email,
.cid-tLHluZo7A8 .links-wrapper .links-wrap a:hover .mbr-phone {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-tLHluZo7A8 .links-wrapper .links-wrap a {
    margin-bottom: 20px;
  }
}
.cid-tLHluZo7A8 .links-wrapper .links-wrap a .mbr-email,
.cid-tLHluZo7A8 .links-wrapper .links-wrap a .mbr-phone {
  margin-bottom: 0;
}
.cid-tLHluZo7A8 .mbr-section-title {
  color: #3d4045;
}
.cid-tLHluZo7A8 .mbr-section-subtitle,
.cid-tLHluZo7A8 .mbr-iconfont {
  color: #3d4045;
}
.cid-tLHluZo7A8 .mbr-email {
  color: #3d4045;
}
.cid-tLHluZo7A8 .mbr-phone {
  color: #3d4045;
}
.cid-sN3l1mSjOn {
  padding-top: 15px;
  padding-bottom: 30px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #fffdf7;
}
.cid-sN3l1mSjOn .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-sN3l1mSjOn .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-sN3l1mSjOn .produced {
  margin-top: 0.5rem;
  color: #3d3d3d;
  flex-grow: 1;
}
.cid-sMAxI4taO0 .navbar-dropdown {
  position: relative !important;
}
.cid-sMAxI4taO0 .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-sMAxI4taO0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sMAxI4taO0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sMAxI4taO0 .dropdown-item:hover,
.cid-sMAxI4taO0 .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-sMAxI4taO0 .dropdown-item:hover span {
  color: white;
}
.cid-sMAxI4taO0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sMAxI4taO0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sMAxI4taO0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-sMAxI4taO0 .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-sMAxI4taO0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sMAxI4taO0 .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-sMAxI4taO0 .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-sMAxI4taO0 .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-sMAxI4taO0 .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-sMAxI4taO0 .container {
  display: flex;
  margin: auto;
}
.cid-sMAxI4taO0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sMAxI4taO0 .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sMAxI4taO0 .navbar-nav {
    align-items: center;
  }
}
.cid-sMAxI4taO0 .dropdown-menu,
.cid-sMAxI4taO0 .navbar.opened {
  background: #000000 !important;
}
.cid-sMAxI4taO0 .nav-item:focus,
.cid-sMAxI4taO0 .nav-link:focus {
  outline: none;
}
.cid-sMAxI4taO0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-sMAxI4taO0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMAxI4taO0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sMAxI4taO0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMAxI4taO0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMAxI4taO0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMAxI4taO0 .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: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-sMAxI4taO0 .navbar.opened {
  transition: all 0.3s;
}
.cid-sMAxI4taO0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sMAxI4taO0 .navbar .navbar-logo img {
  width: auto;
}
.cid-sMAxI4taO0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sMAxI4taO0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMAxI4taO0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMAxI4taO0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMAxI4taO0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sMAxI4taO0 .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-sMAxI4taO0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sMAxI4taO0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sMAxI4taO0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sMAxI4taO0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sMAxI4taO0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sMAxI4taO0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sMAxI4taO0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sMAxI4taO0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sMAxI4taO0 .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-sMAxI4taO0 .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-sMAxI4taO0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sMAxI4taO0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMAxI4taO0 .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-sMAxI4taO0 .dropdown-item.active,
.cid-sMAxI4taO0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sMAxI4taO0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMAxI4taO0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sMAxI4taO0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sMAxI4taO0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sMAxI4taO0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMAxI4taO0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMAxI4taO0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMAxI4taO0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sMAxI4taO0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sMAxI4taO0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sMAxI4taO0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMAxI4taO0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMAxI4taO0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMAxI4taO0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMAxI4taO0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMAxI4taO0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMAxI4taO0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMAxI4taO0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMAxI4taO0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sMAxI4taO0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sMAxI4taO0 .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-sMAxI4taO0 .navbar {
    height: 70px;
  }
  .cid-sMAxI4taO0 .navbar.opened {
    height: auto;
  }
  .cid-sMAxI4taO0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMAxI4taO0 .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-sMAxI4taO0 .container-fluid {
    padding: 0 40px;
  }
}
.cid-sMAxI4taO0 .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sMAxI4taO0 .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sMAxI4taO0 .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sMAxI4taO0 .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-sMAxI4taO0 .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-sMAxI4taO0 .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-sMAxI4taO0 .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-sMAxI4taO0 .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-sMAxI4taO0 .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-sMAxI4taO0 .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-sMAxI4taO0 .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-sMAxI4taO0 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tLHkpdmp0A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLHkpdmp0A .carousel {
  height: 800px;
}
.cid-tLHkpdmp0A .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tLHkpdmp0A .carousel-item,
.cid-tLHkpdmp0A .carousel-inner {
  height: 100%;
}
.cid-tLHkpdmp0A .carousel-caption {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 280px;
}
@media (min-width: 768px) {
  .cid-tLHkpdmp0A .carousel-caption {
    width: 680px;
  }
}
@media (min-width: 992px) {
  .cid-tLHkpdmp0A .carousel-caption {
    width: 900px;
  }
}
.cid-tLHkpdmp0A .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tLHkpdmp0A .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tLHkpdmp0A .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-tLHkpdmp0A .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tLHkpdmp0A .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tLHkpdmp0A .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tLHkpdmp0A .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tLHkpdmp0A .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-tLHkpdmp0A .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLHkpdmp0A .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tLHkpdmp0A .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tLHkpdmp0A .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tLHkpdmp0A .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-tLHkpdmp0A .carousel-indicators li.active,
.cid-tLHkpdmp0A .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tLHkpdmp0A .carousel-indicators li::after,
.cid-tLHkpdmp0A .carousel-indicators li::before {
  content: none;
}
.cid-tLHkpdmp0A .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-tLHkpdmp0A H5 {
  color: #ffffff;
}
.cid-tLHkpPVwuP {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffdf7;
}
.cid-tLHkpPVwuP .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-tLHkpPVwuP .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tLHkpPVwuP .item:focus,
.cid-tLHkpPVwuP span:focus {
  outline: none;
}
.cid-tLHkpPVwuP .main-container {
  display: flex;
  flex-direction: column;
  width: 82%;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .cid-tLHkpPVwuP .main-container {
    width: 91%;
  }
}
@media (min-width: 768px) {
  .cid-tLHkpPVwuP .main-container {
    flex-direction: row;
  }
}
@media (min-width: 1400px) {
  .cid-tLHkpPVwuP .main-container {
    width: 1300px;
  }
}
.cid-tLHkpPVwuP .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tLHkpPVwuP .item {
    margin-bottom: 50px;
  }
}
.cid-tLHkpPVwuP .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 8px;
  overflow: hidden;
}
.cid-tLHkpPVwuP .item-img img {
  object-fit: cover;
  height: auto;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-tLHkpPVwuP .item-left {
  align-items: flex-start;
}
@media (min-width: 768px) {
  .cid-tLHkpPVwuP .item-left {
    padding: 0 4.66666667% 0 0;
  }
}
.cid-tLHkpPVwuP .item-center {
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tLHkpPVwuP .item-center {
    padding: 5.5% 2.33333333% 0 2.33333333%;
  }
}
.cid-tLHkpPVwuP .item-right {
  align-items: flex-end;
}
@media (min-width: 768px) {
  .cid-tLHkpPVwuP .item-right {
    padding: 0 0 0 4.66666667%;
  }
}
.cid-tLHkpPVwuP .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-tLHkpPVwuP .item-content {
  width: 100%;
}
.cid-tLHkpPVwuP .mbr-section-title {
  color: #000000;
}
.cid-tLHkpPVwuP .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLHkpPVwuP .mbr-text,
.cid-tLHkpPVwuP .mbr-section-btn {
  text-align: left;
}
.cid-tLHkpPVwuP .item-subtitle {
  text-align: center;
}
.cid-tLHkpPVwuP .text-client {
  color: #3d3d3d;
  width: 100%;
}
.cid-tLHkpPVwuP .text-client span {
  padding: 0 4px;
  min-height: 21px;
  border: 1px solid currentColor;
  border-radius: 50%;
}
.cid-tLHkpPVwuP .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-tLHkpPVwuP .btn-black-outline {
  border: 1px solid #000000;
}
.cid-tLHkpPVwuP .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-tLHkqrCvQd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-tLHkqrCvQd .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-tLHkqrCvQd .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .cid-tLHkqrCvQd .row {
    padding: 0 32px;
  }
}
.cid-tLHkqrCvQd .item:focus,
.cid-tLHkqrCvQd span:focus {
  outline: none;
}
.cid-tLHkqrCvQd .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
.cid-tLHkqrCvQd .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-tLHkqrCvQd .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-tLHkqrCvQd .item:hover img {
  transform: scale(1);
}
.cid-tLHkqrCvQd .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-tLHkqrCvQd .item-content {
  margin-right: auto;
}
@media (min-width: 768px) {
  .cid-tLHkqrCvQd .item-left {
    padding: 0 16px 0 0;
  }
  .cid-tLHkqrCvQd .item-left .item-wrap {
    padding: 18% 21% 0% 5%;
  }
  .cid-tLHkqrCvQd .item-center {
    padding: 0 8px;
  }
  .cid-tLHkqrCvQd .item-center .item-wrap {
    padding: 18% 13% 0% 13%;
  }
  .cid-tLHkqrCvQd .item-right {
    padding: 0 0 0 16px;
  }
  .cid-tLHkqrCvQd .item-right .item-wrap {
    padding: 18% 5% 0% 21%;
  }
}
.cid-tLHkqrCvQd .mbr-section-title {
  color: #000000;
}
.cid-tLHkqrCvQd .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLHkqrCvQd .mbr-text,
.cid-tLHkqrCvQd .mbr-section-btn {
  text-align: left;
}
.cid-tLHkqrCvQd .item-subtitle {
  text-align: center;
}
.cid-tLHkqrCvQd .text-art,
.cid-tLHkqrCvQd .text-client {
  color: #3d3d3d;
}
.cid-tLHkqrCvQd .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-tLHkqrCvQd .btn-black-outline {
  border: 1px solid #000000;
}
.cid-tLHkqrCvQd .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-tMtgiv8pRX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-tMtgiv8pRX .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-tMtgiv8pRX .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .cid-tMtgiv8pRX .row {
    padding: 0 32px;
  }
}
.cid-tMtgiv8pRX .item:focus,
.cid-tMtgiv8pRX span:focus {
  outline: none;
}
.cid-tMtgiv8pRX .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
.cid-tMtgiv8pRX .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-tMtgiv8pRX .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-tMtgiv8pRX .item:hover img {
  transform: scale(1);
}
.cid-tMtgiv8pRX .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-tMtgiv8pRX .item-content {
  margin-right: auto;
}
@media (min-width: 768px) {
  .cid-tMtgiv8pRX .item-left {
    padding: 0 16px 0 0;
  }
  .cid-tMtgiv8pRX .item-left .item-wrap {
    padding: 18% 21% 0% 5%;
  }
  .cid-tMtgiv8pRX .item-center {
    padding: 0 8px;
  }
  .cid-tMtgiv8pRX .item-center .item-wrap {
    padding: 18% 13% 0% 13%;
  }
  .cid-tMtgiv8pRX .item-right {
    padding: 0 0 0 16px;
  }
  .cid-tMtgiv8pRX .item-right .item-wrap {
    padding: 18% 5% 0% 21%;
  }
}
.cid-tMtgiv8pRX .mbr-section-title {
  color: #000000;
}
.cid-tMtgiv8pRX .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-tMtgiv8pRX .mbr-text,
.cid-tMtgiv8pRX .mbr-section-btn {
  text-align: left;
}
.cid-tMtgiv8pRX .item-subtitle {
  text-align: center;
}
.cid-tMtgiv8pRX .text-art,
.cid-tMtgiv8pRX .text-client {
  color: #3d3d3d;
}
.cid-tMtgiv8pRX .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-tMtgiv8pRX .btn-black-outline {
  border: 1px solid #000000;
}
.cid-tMtgiv8pRX .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-tLHkr0o98x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-tLHkr0o98x .mbr-overlay {
  z-index: 1;
}
.cid-tLHkr0o98x .main-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  padding: 130px 32px;
  position: relative;
  z-index: 2;
}
.cid-tLHkr0o98x .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tLHkr0o98x .content {
    max-width: 975px;
  }
}
.cid-tLHkr0o98x .text-with-round,
.cid-tLHkr0o98x .mbr-section-title {
  width: 100%;
}
.cid-tLHkr0o98x .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tLHkr0o98x .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-tLHkr0o98x .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-tLHkr0o98x .form-name-email-container {
  display: flex;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tLHkr0o98x .form-name-email-container {
    flex-wrap: wrap;
  }
}
.cid-tLHkr0o98x .form-name {
  padding-right: 15px;
}
@media (max-width: 991px) {
  .cid-tLHkr0o98x .form-name {
    width: 100%;
    padding: 0;
  }
}
.cid-tLHkr0o98x .form-email {
  padding-left: 15px;
}
@media (max-width: 991px) {
  .cid-tLHkr0o98x .form-email {
    width: 100%;
    padding: 0;
  }
}
.cid-tLHkr0o98x .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-tLHkr0o98x form .row {
  margin: 0;
  border: none !important;
}
.cid-tLHkr0o98x form .form-group {
  flex-grow: 1;
  margin-bottom: 24px !important;
}
@media (max-width: 991px) {
  .cid-tLHkr0o98x form .form-group {
    width: 100%;
  }
}
.cid-tLHkr0o98x form .form-group input,
.cid-tLHkr0o98x form .form-group textarea {
  padding: 5px 4px 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-tLHkr0o98x form .form-group input:hover,
.cid-tLHkr0o98x form .form-group textarea:hover,
.cid-tLHkr0o98x form .form-group input :focus,
.cid-tLHkr0o98x form .form-group textarea :focus,
.cid-tLHkr0o98x form .form-group input :active,
.cid-tLHkr0o98x form .form-group textarea :active {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border-bottom: 1px solid #7f8678 !important;
}
.cid-tLHkr0o98x form .form-message {
  margin-bottom: 0 !important;
}
.cid-tLHkr0o98x form .form-message textarea {
  min-height: 100px;
  resize: none;
}
.cid-tLHkr0o98x form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-tLHkr0o98x form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-tLHkrE2hup {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tLHkrE2hup .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLHkrE2hup .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLHkrE2hup .container,
.cid-tLHkrE2hup .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tLHkrE2hup .container,
  .cid-tLHkrE2hup .container-fluid {
    padding: 0 20px;
  }
}
.cid-tLHkrE2hup .row {
  position: relative;
  padding: 100px 16px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tLHkrE2hup .row {
    padding: 85px 8px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLHkrE2hup .map-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tLHkrE2hup .map-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tLHkrE2hup .map-wrapper .google-map iframe {
  height: 300px;
}
@media (max-width: 992px) {
  .cid-tLHkrE2hup .map-wrapper .google-map iframe {
    height: 250px;
  }
}
.cid-tLHkrE2hup .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tLHkrE2hup .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tLHkrE2hup .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLHkrE2hup .mbr-iconfont {
  font-size: 32px;
  display: block;
  margin-right: 10px;
}
.cid-tLHkrE2hup .address-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-tLHkrE2hup .address-wrapper {
    display: block;
  }
}
.cid-tLHkrE2hup .address-wrapper .text-wrapper {
  display: flex;
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-tLHkrE2hup .address-wrapper .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tLHkrE2hup .address-wrapper .text-wrapper .text-wrap .mbr-section-subtitle {
  margin-bottom: 5px;
}
.cid-tLHkrE2hup .address-wrapper .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tLHkrE2hup .links-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-tLHkrE2hup .links-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-tLHkrE2hup .links-wrapper .links-wrap {
    margin-bottom: 20px;
  }
}
.cid-tLHkrE2hup .links-wrapper .links-wrap a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tLHkrE2hup .links-wrapper .links-wrap a:hover .mbr-email,
.cid-tLHkrE2hup .links-wrapper .links-wrap a:hover .mbr-phone {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-tLHkrE2hup .links-wrapper .links-wrap a {
    margin-bottom: 20px;
  }
}
.cid-tLHkrE2hup .links-wrapper .links-wrap a .mbr-email,
.cid-tLHkrE2hup .links-wrapper .links-wrap a .mbr-phone {
  margin-bottom: 0;
}
.cid-tLHkrE2hup .mbr-section-title {
  color: #3d4045;
}
.cid-tLHkrE2hup .mbr-section-subtitle,
.cid-tLHkrE2hup .mbr-iconfont {
  color: #3d4045;
}
.cid-tLHkrE2hup .mbr-email {
  color: #3d4045;
}
.cid-tLHkrE2hup .mbr-phone {
  color: #3d4045;
}
.cid-sN3l1mSjOn {
  padding-top: 15px;
  padding-bottom: 30px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #fffdf7;
}
.cid-sN3l1mSjOn .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-sN3l1mSjOn .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-sN3l1mSjOn .produced {
  margin-top: 0.5rem;
  color: #3d3d3d;
  flex-grow: 1;
}
