body {
  font-family: 'Montserrat-Light';
}
.display-1 {
  font-family: 'Montserrat-Bold';
  font-size: 4.4rem;
  line-height: 70px;
  letter-spacing: 0.02em;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Montserrat-Light';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Montserrat-Regular';
  font-size: 20px;
  line-height: 34px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Montserrat-Regular';
  font-size: 28px;
  line-height: 44px;
  letter-spacing: 0.02em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Montserrat-Light';
  font-size: 20px;
  line-height: 34px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 80px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 80px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 80px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 80px;
}
.bg-primary {
  background-color: #626462 !important;
}
.bg-success {
  background-color: #464646 !important;
}
.bg-info {
  background-color: #f8e076 !important;
}
.bg-warning {
  background-color: #70d3e5 !important;
}
.bg-danger {
  background-color: #70d3e5 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #626462 !important;
  border-color: #626462 !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: #373837 !important;
  border-color: #373837 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #373837 !important;
  border-color: #373837 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e8ebe8 !important;
  border-color: #e8ebe8 !important;
  color: #637163 !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: #bac3ba !important;
  border-color: #bac3ba !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #637163 !important;
  background-color: #bac3ba !important;
  border-color: #bac3ba !important;
}
.btn-info,
.btn-info:active {
  background-color: #f8e076 !important;
  border-color: #f8e076 !important;
  color: #6a5705 !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: #171301 !important;
  background-color: #f4cd24 !important;
  border-color: #f4cd24 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #6a5705 !important;
  background-color: #f4cd24 !important;
  border-color: #f4cd24 !important;
}
.btn-success,
.btn-success:active {
  background-color: #464646 !important;
  border-color: #464646 !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: #1b1b1b !important;
  border-color: #1b1b1b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1b1b1b !important;
  border-color: #1b1b1b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #70d3e5 !important;
  border-color: #70d3e5 !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: #27bcd7 !important;
  border-color: #27bcd7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #27bcd7 !important;
  border-color: #27bcd7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #70d3e5 !important;
  border-color: #70d3e5 !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: #27bcd7 !important;
  border-color: #27bcd7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #27bcd7 !important;
  border-color: #27bcd7 !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: #191919 !important;
  border-color: #191919 !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: #626462;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #373837 !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: #626462 !important;
  border-color: #626462 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e8ebe8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bac3ba !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #637163 !important;
  background-color: #e8ebe8 !important;
  border-color: #e8ebe8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f8e076;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #f4cd24 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #6a5705 !important;
  background-color: #f8e076 !important;
  border-color: #f8e076 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #464646;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1b1b1b !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: #464646 !important;
  border-color: #464646 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #70d3e5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #27bcd7 !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: #70d3e5 !important;
  border-color: #70d3e5 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #70d3e5;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #27bcd7 !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: #70d3e5 !important;
  border-color: #70d3e5 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #191919;
}
.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: #191919 !important;
  border-color: #191919 !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: #626462 !important;
}
.text-secondary {
  color: #e8ebe8 !important;
}
.text-success {
  color: #464646 !important;
}
.text-info {
  color: #f8e076 !important;
}
.text-warning {
  color: #70d3e5 !important;
}
.text-danger {
  color: #70d3e5 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #191919 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #303030 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b1bcb1 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #131313 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #f3ca15 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #25b1ca !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #25b1ca !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-color: 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: #626462;
}
.nav-tabs .nav-link:not(.active) {
  color: #191919;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f8e076;
}
.alert-warning {
  background-color: #70d3e5;
}
.alert-danger {
  background-color: #70d3e5;
}
.mbr-gallery-filter li.active .btn {
  background-color: #626462;
  border-color: #626462;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #626462;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a2a4a2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b9b9b9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat-Regular';
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control::-webkit-input-placeholder {
  font-family: 'Montserrat-Regular';
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}
.form-control::-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #626462;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #626462;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #626462;
}
.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: #626462;
  border-bottom-color: #626462;
}
.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: #626462 !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: #e8ebe8 !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='%23626462' %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-sLQJNl6WCd .navbar-dropdown {
  position: relative !important;
}
.cid-sLQJNl6WCd .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-sLQJNl6WCd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-sLQJNl6WCd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sLQJNl6WCd .dropdown-item:hover,
.cid-sLQJNl6WCd .dropdown-item:focus {
  background: #626462 !important;
  color: white !important;
}
.cid-sLQJNl6WCd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sLQJNl6WCd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sLQJNl6WCd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sLQJNl6WCd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sLQJNl6WCd .nav-link {
  position: relative;
}
.cid-sLQJNl6WCd .container {
  display: flex;
  margin: auto;
}
.cid-sLQJNl6WCd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLQJNl6WCd .nav-item:focus,
.cid-sLQJNl6WCd .nav-link:focus {
  outline: none;
}
.cid-sLQJNl6WCd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sLQJNl6WCd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLQJNl6WCd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sLQJNl6WCd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLQJNl6WCd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLQJNl6WCd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLQJNl6WCd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #191919;
  background: #e8ebe8;
}
.cid-sLQJNl6WCd .navbar.opened {
  transition: all 0.3s;
}
.cid-sLQJNl6WCd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sLQJNl6WCd .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-sLQJNl6WCd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLQJNl6WCd .navbar.collapsed {
  justify-content: center;
}
.cid-sLQJNl6WCd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLQJNl6WCd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sLQJNl6WCd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sLQJNl6WCd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLQJNl6WCd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLQJNl6WCd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sLQJNl6WCd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLQJNl6WCd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLQJNl6WCd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sLQJNl6WCd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLQJNl6WCd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLQJNl6WCd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLQJNl6WCd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLQJNl6WCd .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-sLQJNl6WCd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLQJNl6WCd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLQJNl6WCd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sLQJNl6WCd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sLQJNl6WCd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sLQJNl6WCd .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLQJNl6WCd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sLQJNl6WCd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sLQJNl6WCd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLQJNl6WCd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLQJNl6WCd .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-sLQJNl6WCd .navbar-brand {
    width: 85%;
  }
}
.cid-sLQJNl6WCd .dropdown-item.active,
.cid-sLQJNl6WCd .dropdown-item:active {
  background-color: transparent;
}
.cid-sLQJNl6WCd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLQJNl6WCd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLQJNl6WCd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLQJNl6WCd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-sLQJNl6WCd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLQJNl6WCd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLQJNl6WCd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sLQJNl6WCd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sLQJNl6WCd button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sLQJNl6WCd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-sLQJNl6WCd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLQJNl6WCd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLQJNl6WCd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLQJNl6WCd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLQJNl6WCd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLQJNl6WCd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLQJNl6WCd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLQJNl6WCd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLQJNl6WCd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sLQJNl6WCd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLQJNl6WCd .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-sLQJNl6WCd .navbar {
    height: 70px;
  }
  .cid-sLQJNl6WCd .navbar.opened {
    height: auto;
  }
  .cid-sLQJNl6WCd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzYZq3OqeT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-tzYZq3OqeT .header-title {
  height: 100%;
  position: relative;
  width: 180%;
  padding: 20% 45% 20% 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tzYZq3OqeT .header-button {
  width: 100%;
  height: 100%;
}
.cid-tzYZq3OqeT .header-button a {
  width: 300px;
  height: 76px;
}
.cid-tzYZq3OqeT .image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tzYZq3OqeT .header-ml {
  margin-left: -40px;
}
@media (max-width: 992px) {
  .cid-tzYZq3OqeT .header-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .cid-tzYZq3OqeT .header-ml {
    margin-left: 0;
  }
  .cid-tzYZq3OqeT .header-title {
    width: 100%;
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  .cid-tzYZq3OqeT .header-button a {
    width: 200px;
    height: 60px;
  }
}
.cid-tzYZq3OqeT .mbr-text {
  color: #464646;
}
.cid-tzYZq3OqeT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzYZq3OqeT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyzIrE1tm4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-tyzIrE1tm4 .mbr-section-text {
  color: #464646;
  text-align: left;
}
.cid-sMyDZR9f6Z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e8ebe8;
}
.cid-sMyDZR9f6Z .features-card {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  padding: 80px 0;
}
.cid-sMyDZR9f6Z .features-img {
  width: 100%;
  position: relative;
  padding: 40px 70px;
  background-color: #000000;
}
.cid-sMyDZR9f6Z .features-img img {
  transition: all .5s ease;
}
.cid-sMyDZR9f6Z .features-img img:hover {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sMyDZR9f6Z .features-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sMyDZR9f6Z .features-link {
  transition: transform .5s ease;
}
.cid-sMyDZR9f6Z .features-link span {
  margin-left: 5px;
  transition: transform .5s ease;
}
.cid-sMyDZR9f6Z .features-link:hover {
  opacity: .85;
}
.cid-sMyDZR9f6Z .features-link:hover span {
  margin-left: 8px;
}
.cid-sMyDZR9f6Z .mbr-text p {
  margin-top: 6px;
}
.cid-sMyDZR9f6Z .features-button {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.cid-sMyDZR9f6Z .features-button a {
  width: 430px;
  height: 74px;
}
@media (max-width: 991px) {
  .cid-sMyDZR9f6Z .features-card {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-sMyDZR9f6Z .features-card {
    padding: 40px 0;
  }
  .cid-sMyDZR9f6Z .features-button a {
    width: 330px;
    height: 64px;
  }
}
@media (max-width: 623px) {
  .cid-sMyDZR9f6Z .features-img {
    padding: 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-sMyDZR9f6Z .features-img {
    padding: 10px 30px;
  }
  .cid-sMyDZR9f6Z .features-button {
    margin-bottom: 40px;
  }
  .cid-sMyDZR9f6Z .features-button a {
    width: 230px;
    height: 54px;
  }
}
@media (max-width: 320px) {
  .cid-sMyDZR9f6Z .features-button a {
    width: 200px;
    height: 50px;
  }
}
.cid-sMyDZR9f6Z .mbr-text P {
  color: #70d3e5;
}
.cid-sMyE0A9Wdq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e8ebe8;
}
.cid-sMyE0A9Wdq .features-card {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  padding: 80px 0;
}
.cid-sMyE0A9Wdq .features-img {
  width: 100%;
  position: relative;
  padding: 40px 70px;
  background-color: #000000;
}
.cid-sMyE0A9Wdq .features-img img {
  transition: all .5s ease;
}
.cid-sMyE0A9Wdq .features-img img:hover {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sMyE0A9Wdq .features-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sMyE0A9Wdq .features-link {
  transition: transform .5s ease;
}
.cid-sMyE0A9Wdq .features-link span {
  margin-left: 5px;
  transition: transform .5s ease;
}
.cid-sMyE0A9Wdq .features-link:hover {
  opacity: .85;
}
.cid-sMyE0A9Wdq .features-link:hover span {
  margin-left: 8px;
}
.cid-sMyE0A9Wdq .mbr-text p {
  margin-top: 6px;
}
.cid-sMyE0A9Wdq .features-button {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.cid-sMyE0A9Wdq .features-button a {
  width: 430px;
  height: 74px;
}
@media (max-width: 991px) {
  .cid-sMyE0A9Wdq .features-card {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-sMyE0A9Wdq .features-card {
    padding: 40px 0;
  }
  .cid-sMyE0A9Wdq .features-button a {
    width: 330px;
    height: 64px;
  }
}
@media (max-width: 623px) {
  .cid-sMyE0A9Wdq .features-img {
    padding: 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-sMyE0A9Wdq .features-img {
    padding: 10px 30px;
  }
  .cid-sMyE0A9Wdq .features-button {
    margin-bottom: 40px;
  }
  .cid-sMyE0A9Wdq .features-button a {
    width: 230px;
    height: 54px;
  }
}
@media (max-width: 320px) {
  .cid-sMyE0A9Wdq .features-button a {
    width: 200px;
    height: 50px;
  }
}
.cid-sMyE0A9Wdq .mbr-section-subtitle {
  color: #626462;
}
.cid-tAtKib6mPu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-footer-2000x2000.jpg");
}
.cid-tAtKib6mPu .mbr-section-text {
  color: #fff0b0;
  text-align: right;
}
.cid-tAtKib6mPu .mbr-title {
  color: #ffffff;
}
.cid-tzZ38QMqCQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8ebe8;
}
.cid-tzZ38QMqCQ .info-border {
  padding: 0 0 200px;
}
.cid-tzZ38QMqCQ .info-img {
  margin: 80px 44px 0 0;
  position: relative;
}
.cid-tzZ38QMqCQ .info-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 80px;
}
.cid-tzZ38QMqCQ .btn {
  width: 360px;
  height: 76px;
}
@media (max-width: 991px) {
  .cid-tzZ38QMqCQ .info-img {
    margin-right: 0;
  }
  .cid-tzZ38QMqCQ .info-wrapper {
    margin-top: 30px;
  }
  .cid-tzZ38QMqCQ .info-border {
    padding-bottom: 100px;
  }
  .cid-tzZ38QMqCQ .btn {
    width: 260px;
    height: 66px;
  }
}
@media (max-width: 768px) {
  .cid-tzZ38QMqCQ .info-img {
    margin-top: 60px;
  }
}
@media (max-width: 425px) {
  .cid-tzZ38QMqCQ .info-img {
    margin-top: 30px;
  }
  .cid-tzZ38QMqCQ .info-border {
    padding-bottom: 50px;
  }
  .cid-tzZ38QMqCQ .info-wrapper {
    margin-top: 20px;
  }
  .cid-tzZ38QMqCQ .btn {
    width: 200px;
    height: 56px;
  }
}
@media (max-width: 320px) {
  .cid-tzZ38QMqCQ .info-img {
    margin-top: 0;
  }
  .cid-tzZ38QMqCQ .btn {
    width: 181px;
    height: 50px;
  }
}
.cid-tzZ38QMqCQ .mbr-text,
.cid-tzZ38QMqCQ .mbr-section-btn {
  color: #626462;
}
.cid-tzYREloeDe .navbar-dropdown {
  position: relative !important;
}
.cid-tzYREloeDe .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-tzYREloeDe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tzYREloeDe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzYREloeDe .dropdown-item:hover,
.cid-tzYREloeDe .dropdown-item:focus {
  background: #626462 !important;
  color: white !important;
}
.cid-tzYREloeDe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzYREloeDe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzYREloeDe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tzYREloeDe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzYREloeDe .nav-link {
  position: relative;
}
.cid-tzYREloeDe .container {
  display: flex;
  margin: auto;
}
.cid-tzYREloeDe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tzYREloeDe .nav-item:focus,
.cid-tzYREloeDe .nav-link:focus {
  outline: none;
}
.cid-tzYREloeDe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzYREloeDe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzYREloeDe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzYREloeDe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzYREloeDe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzYREloeDe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzYREloeDe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #191919;
  background: #e8ebe8;
}
.cid-tzYREloeDe .navbar.opened {
  transition: all 0.3s;
}
.cid-tzYREloeDe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzYREloeDe .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tzYREloeDe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tzYREloeDe .navbar.collapsed {
  justify-content: center;
}
.cid-tzYREloeDe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzYREloeDe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzYREloeDe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tzYREloeDe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzYREloeDe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzYREloeDe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tzYREloeDe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzYREloeDe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzYREloeDe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzYREloeDe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzYREloeDe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzYREloeDe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzYREloeDe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzYREloeDe .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-tzYREloeDe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzYREloeDe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzYREloeDe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tzYREloeDe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzYREloeDe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tzYREloeDe .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzYREloeDe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzYREloeDe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzYREloeDe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzYREloeDe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzYREloeDe .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tzYREloeDe .navbar-brand {
    width: 85%;
  }
}
.cid-tzYREloeDe .dropdown-item.active,
.cid-tzYREloeDe .dropdown-item:active {
  background-color: transparent;
}
.cid-tzYREloeDe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzYREloeDe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzYREloeDe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzYREloeDe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tzYREloeDe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzYREloeDe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzYREloeDe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzYREloeDe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzYREloeDe button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzYREloeDe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tzYREloeDe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzYREloeDe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzYREloeDe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzYREloeDe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzYREloeDe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzYREloeDe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzYREloeDe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzYREloeDe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzYREloeDe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tzYREloeDe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzYREloeDe .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-tzYREloeDe .navbar {
    height: 70px;
  }
  .cid-tzYREloeDe .navbar.opened {
    height: auto;
  }
  .cid-tzYREloeDe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzYRElXNEU {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #e8ebe8;
}
.cid-tzYRElXNEU .mbr-section-text {
  color: #464646;
  text-align: left;
}
.cid-tAslOJLTU1 {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #e8ebe8;
}
.cid-tAslOJLTU1 .mbr-section-text {
  color: #464646;
  text-align: left;
}
.cid-tAtLlFJzXQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-footer-2000x2000.jpg");
}
.cid-tAtLlFJzXQ .mbr-section-text {
  color: #fff0b0;
  text-align: right;
}
.cid-tAtLlFJzXQ .mbr-title {
  color: #ffffff;
}
.cid-tAn8OwyzpJ .navbar-dropdown {
  position: relative !important;
}
.cid-tAn8OwyzpJ .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-tAn8OwyzpJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tAn8OwyzpJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAn8OwyzpJ .dropdown-item:hover,
.cid-tAn8OwyzpJ .dropdown-item:focus {
  background: #626462 !important;
  color: white !important;
}
.cid-tAn8OwyzpJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAn8OwyzpJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAn8OwyzpJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tAn8OwyzpJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAn8OwyzpJ .nav-link {
  position: relative;
}
.cid-tAn8OwyzpJ .container {
  display: flex;
  margin: auto;
}
.cid-tAn8OwyzpJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tAn8OwyzpJ .nav-item:focus,
.cid-tAn8OwyzpJ .nav-link:focus {
  outline: none;
}
.cid-tAn8OwyzpJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAn8OwyzpJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAn8OwyzpJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAn8OwyzpJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAn8OwyzpJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAn8OwyzpJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAn8OwyzpJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #191919;
  background: #e8ebe8;
}
.cid-tAn8OwyzpJ .navbar.opened {
  transition: all 0.3s;
}
.cid-tAn8OwyzpJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tAn8OwyzpJ .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tAn8OwyzpJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAn8OwyzpJ .navbar.collapsed {
  justify-content: center;
}
.cid-tAn8OwyzpJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAn8OwyzpJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tAn8OwyzpJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tAn8OwyzpJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAn8OwyzpJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAn8OwyzpJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tAn8OwyzpJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAn8OwyzpJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tAn8OwyzpJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tAn8OwyzpJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAn8OwyzpJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAn8OwyzpJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAn8OwyzpJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAn8OwyzpJ .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-tAn8OwyzpJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAn8OwyzpJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAn8OwyzpJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tAn8OwyzpJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAn8OwyzpJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tAn8OwyzpJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAn8OwyzpJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAn8OwyzpJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAn8OwyzpJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAn8OwyzpJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAn8OwyzpJ .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tAn8OwyzpJ .navbar-brand {
    width: 85%;
  }
}
.cid-tAn8OwyzpJ .dropdown-item.active,
.cid-tAn8OwyzpJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tAn8OwyzpJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAn8OwyzpJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAn8OwyzpJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAn8OwyzpJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tAn8OwyzpJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAn8OwyzpJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAn8OwyzpJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAn8OwyzpJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAn8OwyzpJ button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tAn8OwyzpJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tAn8OwyzpJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAn8OwyzpJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAn8OwyzpJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAn8OwyzpJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAn8OwyzpJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAn8OwyzpJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAn8OwyzpJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAn8OwyzpJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAn8OwyzpJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tAn8OwyzpJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAn8OwyzpJ .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-tAn8OwyzpJ .navbar {
    height: 70px;
  }
  .cid-tAn8OwyzpJ .navbar.opened {
    height: auto;
  }
  .cid-tAn8OwyzpJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAn8Ox8TdA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e8ebe8;
}
.cid-tAn8Ox8TdA .article-wrapper {
  padding-bottom: 200px;
}
.cid-tAn8Ox8TdA .article-list {
  margin: 0 0 64px 20px;
  padding: 0;
  list-style-position: inside;
}
.cid-tAn8Ox8TdA .article-list li p {
  margin-bottom: 0;
}
.cid-tAn8Ox8TdA .mbr-section-text {
  margin-bottom: 40px;
  color: #464646;
}
@media (max-width: 768px) {
  .cid-tAn8Ox8TdA .article-wrapper {
    padding-bottom: 100px;
  }
}
@media (max-width: 425px) {
  .cid-tAn8Ox8TdA .article-wrapper {
    padding-bottom: 60px;
  }
}
@media (max-width: 320px) {
  .cid-tAn8Ox8TdA .article-wrapper {
    padding-bottom: 40px;
  }
}
.cid-tAn8Ox8TdA .mbr-text {
  color: #626462;
}
.cid-tAtLIBufRy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-footer-2000x2000.jpg");
}
.cid-tAtLIBufRy .mbr-section-text {
  color: #fff0b0;
  text-align: right;
}
.cid-tAtLIBufRy .mbr-title {
  color: #ffffff;
}
.cid-tAnaD9vvHC .navbar-dropdown {
  position: relative !important;
}
.cid-tAnaD9vvHC .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-tAnaD9vvHC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tAnaD9vvHC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAnaD9vvHC .dropdown-item:hover,
.cid-tAnaD9vvHC .dropdown-item:focus {
  background: #626462 !important;
  color: white !important;
}
.cid-tAnaD9vvHC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAnaD9vvHC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAnaD9vvHC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tAnaD9vvHC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAnaD9vvHC .nav-link {
  position: relative;
}
.cid-tAnaD9vvHC .container {
  display: flex;
  margin: auto;
}
.cid-tAnaD9vvHC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tAnaD9vvHC .nav-item:focus,
.cid-tAnaD9vvHC .nav-link:focus {
  outline: none;
}
.cid-tAnaD9vvHC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAnaD9vvHC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAnaD9vvHC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAnaD9vvHC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAnaD9vvHC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAnaD9vvHC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAnaD9vvHC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #191919;
  background: #e8ebe8;
}
.cid-tAnaD9vvHC .navbar.opened {
  transition: all 0.3s;
}
.cid-tAnaD9vvHC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tAnaD9vvHC .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tAnaD9vvHC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAnaD9vvHC .navbar.collapsed {
  justify-content: center;
}
.cid-tAnaD9vvHC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAnaD9vvHC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tAnaD9vvHC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tAnaD9vvHC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAnaD9vvHC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAnaD9vvHC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tAnaD9vvHC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAnaD9vvHC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tAnaD9vvHC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tAnaD9vvHC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAnaD9vvHC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAnaD9vvHC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAnaD9vvHC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAnaD9vvHC .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-tAnaD9vvHC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAnaD9vvHC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAnaD9vvHC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tAnaD9vvHC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAnaD9vvHC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tAnaD9vvHC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAnaD9vvHC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAnaD9vvHC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAnaD9vvHC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAnaD9vvHC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAnaD9vvHC .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tAnaD9vvHC .navbar-brand {
    width: 85%;
  }
}
.cid-tAnaD9vvHC .dropdown-item.active,
.cid-tAnaD9vvHC .dropdown-item:active {
  background-color: transparent;
}
.cid-tAnaD9vvHC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAnaD9vvHC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAnaD9vvHC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAnaD9vvHC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tAnaD9vvHC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAnaD9vvHC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAnaD9vvHC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAnaD9vvHC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAnaD9vvHC button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tAnaD9vvHC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tAnaD9vvHC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAnaD9vvHC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAnaD9vvHC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAnaD9vvHC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAnaD9vvHC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAnaD9vvHC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAnaD9vvHC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAnaD9vvHC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAnaD9vvHC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tAnaD9vvHC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAnaD9vvHC .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-tAnaD9vvHC .navbar {
    height: 70px;
  }
  .cid-tAnaD9vvHC .navbar.opened {
    height: auto;
  }
  .cid-tAnaD9vvHC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAnaD9NA05 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e8ebe8;
}
.cid-tAnaD9NA05 .article-wrapper {
  padding-bottom: 200px;
}
.cid-tAnaD9NA05 .article-list {
  margin: 0 0 64px 20px;
  padding: 0;
  list-style-position: inside;
}
.cid-tAnaD9NA05 .article-list li p {
  margin-bottom: 0;
}
.cid-tAnaD9NA05 .mbr-section-text {
  margin-bottom: 40px;
  color: #464646;
}
@media (max-width: 768px) {
  .cid-tAnaD9NA05 .article-wrapper {
    padding-bottom: 100px;
  }
}
@media (max-width: 425px) {
  .cid-tAnaD9NA05 .article-wrapper {
    padding-bottom: 60px;
  }
}
@media (max-width: 320px) {
  .cid-tAnaD9NA05 .article-wrapper {
    padding-bottom: 40px;
  }
}
.cid-tAnaD9NA05 .mbr-text {
  color: #626462;
}
.cid-tAtLLVJtwU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-footer-2000x2000.jpg");
}
.cid-tAtLLVJtwU .mbr-section-text {
  color: #fff0b0;
  text-align: right;
}
.cid-tAtLLVJtwU .mbr-title {
  color: #ffffff;
}
.cid-tAsioMoqYq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8ebe8;
}
.cid-tAsioMoqYq .info-border {
  padding: 0 0 200px;
}
.cid-tAsioMoqYq .info-img {
  margin: 80px 44px 0 0;
  position: relative;
}
.cid-tAsioMoqYq .info-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 80px;
}
.cid-tAsioMoqYq .btn {
  width: 360px;
  height: 76px;
}
@media (max-width: 991px) {
  .cid-tAsioMoqYq .info-img {
    margin-right: 0;
  }
  .cid-tAsioMoqYq .info-wrapper {
    margin-top: 30px;
  }
  .cid-tAsioMoqYq .info-border {
    padding-bottom: 100px;
  }
  .cid-tAsioMoqYq .btn {
    width: 260px;
    height: 66px;
  }
}
@media (max-width: 768px) {
  .cid-tAsioMoqYq .info-img {
    margin-top: 60px;
  }
}
@media (max-width: 425px) {
  .cid-tAsioMoqYq .info-img {
    margin-top: 30px;
  }
  .cid-tAsioMoqYq .info-border {
    padding-bottom: 50px;
  }
  .cid-tAsioMoqYq .info-wrapper {
    margin-top: 20px;
  }
  .cid-tAsioMoqYq .btn {
    width: 200px;
    height: 56px;
  }
}
@media (max-width: 320px) {
  .cid-tAsioMoqYq .info-img {
    margin-top: 0;
  }
  .cid-tAsioMoqYq .btn {
    width: 181px;
    height: 50px;
  }
}
.cid-tAsioMoqYq .mbr-text,
.cid-tAsioMoqYq .mbr-section-btn {
  color: #626462;
}
.cid-tAso6UYWhC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b0a79d;
}
.cid-tAso6UYWhC .header-wrapper {
  display: flex;
  flex-direction: column;
}
.cid-tAso6UYWhC .header-link {
  width: 100%;
  transition: all .2s ease;
}
.cid-tAso6UYWhC .header-link:hover span {
  margin-left: 8px;
}
.cid-tAso6UYWhC .header-link span {
  margin-left: 4px;
}
.cid-tAso6UYWhC .header-link span:before {
  border-radius: 50%;
  border: 2px #d5d9d5 solid;
  padding: 8px 4px 8px 12px;
}
.cid-tAso6UYWhC .header-link b:hover {
  opacity: .85;
  border-bottom: #191919 2px solid;
}
.cid-tAso6UYWhC .row {
  padding-top: 0;
}
.cid-tAso6UYWhC .mbr-text {
  color: #626462;
  margin-bottom: 24px;
}
.cid-tAso6UYWhC .mbr-section-text {
  color: #464646;
  margin-bottom: 40px;
}
.cid-tAso6UYWhC .mbr-section-title {
  margin-bottom: 24px;
  color: #fefefe;
}
.cid-tAso6UYWhC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAso6UYWhC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAsnMskB8o {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e8ebe8;
}
.cid-tAsnMskB8o .article-wrapper {
  padding-bottom: 200px;
}
.cid-tAsnMskB8o .article-list {
  margin: 0 0 64px 20px;
  padding: 0;
  list-style-position: inside;
}
.cid-tAsnMskB8o .article-list li p {
  margin-bottom: 0;
}
.cid-tAsnMskB8o .mbr-section-text {
  margin-bottom: 40px;
  color: #464646;
}
@media (max-width: 768px) {
  .cid-tAsnMskB8o .article-wrapper {
    padding-bottom: 100px;
  }
}
@media (max-width: 425px) {
  .cid-tAsnMskB8o .article-wrapper {
    padding-bottom: 60px;
  }
}
@media (max-width: 320px) {
  .cid-tAsnMskB8o .article-wrapper {
    padding-bottom: 40px;
  }
}
.cid-tAsnMskB8o .mbr-text {
  color: #626462;
}
.cid-tAtLqAGSNH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-footer-2000x2000.jpg");
}
.cid-tAtLqAGSNH .mbr-section-text {
  color: #fff0b0;
  text-align: right;
}
.cid-tAtLqAGSNH .mbr-title {
  color: #ffffff;
}
.cid-tAsioN0LFg .navbar-dropdown {
  position: relative !important;
}
.cid-tAsioN0LFg .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-tAsioN0LFg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tAsioN0LFg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAsioN0LFg .dropdown-item:hover,
.cid-tAsioN0LFg .dropdown-item:focus {
  background: #626462 !important;
  color: white !important;
}
.cid-tAsioN0LFg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAsioN0LFg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAsioN0LFg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tAsioN0LFg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAsioN0LFg .nav-link {
  position: relative;
}
.cid-tAsioN0LFg .container {
  display: flex;
  margin: auto;
}
.cid-tAsioN0LFg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tAsioN0LFg .nav-item:focus,
.cid-tAsioN0LFg .nav-link:focus {
  outline: none;
}
.cid-tAsioN0LFg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAsioN0LFg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAsioN0LFg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAsioN0LFg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAsioN0LFg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAsioN0LFg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAsioN0LFg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #191919;
  background: #e8ebe8;
}
.cid-tAsioN0LFg .navbar.opened {
  transition: all 0.3s;
}
.cid-tAsioN0LFg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tAsioN0LFg .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tAsioN0LFg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAsioN0LFg .navbar.collapsed {
  justify-content: center;
}
.cid-tAsioN0LFg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAsioN0LFg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tAsioN0LFg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tAsioN0LFg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAsioN0LFg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAsioN0LFg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tAsioN0LFg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAsioN0LFg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tAsioN0LFg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tAsioN0LFg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAsioN0LFg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAsioN0LFg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAsioN0LFg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAsioN0LFg .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-tAsioN0LFg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAsioN0LFg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAsioN0LFg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tAsioN0LFg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAsioN0LFg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tAsioN0LFg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAsioN0LFg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAsioN0LFg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAsioN0LFg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAsioN0LFg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAsioN0LFg .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tAsioN0LFg .navbar-brand {
    width: 85%;
  }
}
.cid-tAsioN0LFg .dropdown-item.active,
.cid-tAsioN0LFg .dropdown-item:active {
  background-color: transparent;
}
.cid-tAsioN0LFg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAsioN0LFg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAsioN0LFg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAsioN0LFg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tAsioN0LFg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAsioN0LFg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAsioN0LFg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAsioN0LFg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAsioN0LFg button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tAsioN0LFg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tAsioN0LFg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAsioN0LFg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAsioN0LFg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAsioN0LFg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAsioN0LFg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAsioN0LFg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAsioN0LFg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAsioN0LFg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAsioN0LFg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tAsioN0LFg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAsioN0LFg .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-tAsioN0LFg .navbar {
    height: 70px;
  }
  .cid-tAsioN0LFg .navbar.opened {
    height: auto;
  }
  .cid-tAsioN0LFg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAsiIbHZg1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8ebe8;
}
.cid-tAsiIbHZg1 .info-border {
  padding: 0 0 200px;
}
.cid-tAsiIbHZg1 .info-img {
  margin: 80px 44px 0 0;
  position: relative;
}
.cid-tAsiIbHZg1 .info-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 80px;
}
.cid-tAsiIbHZg1 .btn {
  width: 360px;
  height: 76px;
}
@media (max-width: 991px) {
  .cid-tAsiIbHZg1 .info-img {
    margin-right: 0;
  }
  .cid-tAsiIbHZg1 .info-wrapper {
    margin-top: 30px;
  }
  .cid-tAsiIbHZg1 .info-border {
    padding-bottom: 100px;
  }
  .cid-tAsiIbHZg1 .btn {
    width: 260px;
    height: 66px;
  }
}
@media (max-width: 768px) {
  .cid-tAsiIbHZg1 .info-img {
    margin-top: 60px;
  }
}
@media (max-width: 425px) {
  .cid-tAsiIbHZg1 .info-img {
    margin-top: 30px;
  }
  .cid-tAsiIbHZg1 .info-border {
    padding-bottom: 50px;
  }
  .cid-tAsiIbHZg1 .info-wrapper {
    margin-top: 20px;
  }
  .cid-tAsiIbHZg1 .btn {
    width: 200px;
    height: 56px;
  }
}
@media (max-width: 320px) {
  .cid-tAsiIbHZg1 .info-img {
    margin-top: 0;
  }
  .cid-tAsiIbHZg1 .btn {
    width: 181px;
    height: 50px;
  }
}
.cid-tAsiIbHZg1 .mbr-text,
.cid-tAsiIbHZg1 .mbr-section-btn {
  color: #626462;
}
.cid-tAsiIbSyyA {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-tAsiIbSyyA .mbr-link p {
  display: inline;
  padding-bottom: 2px;
}
.cid-tAsiIbSyyA .mbr-link p span {
  margin-left: 12px;
}
.cid-tAsiIbSyyA .item-img {
  overflow: hidden;
}
.cid-tAsiIbSyyA .item-img img {
  transition: all .5s ease;
}
.cid-tAsiIbSyyA img,
.cid-tAsiIbSyyA .item-img {
  width: 100%;
}
.cid-tAsiIbSyyA .mbr-section-subtitle {
  margin-bottom: 80px;
  text-align: left;
  color: #464646;
}
.cid-tAsiIbSyyA .item:focus,
.cid-tAsiIbSyyA span:focus {
  outline: none;
}
.cid-tAsiIbSyyA .item {
  cursor: pointer;
  margin-bottom: 100px;
}
.cid-tAsiIbSyyA .item-wrapper:nth-child(odd) {
  margin-right: 30px;
}
.cid-tAsiIbSyyA .item-wrapper:nth-child(even) {
  margin-left: 30px;
}
.cid-tAsiIbSyyA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e8ebe8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tAsiIbSyyA .item-wrapper .item-content {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-tAsiIbSyyA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tAsiIbSyyA .item-wrapper:hover .item-img img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tAsiIbSyyA .item-wrapper:hover .item-title,
.cid-tAsiIbSyyA .item-wrapper:hover .mbr-link p {
  opacity: .85;
}
@media (max-width: 768px) {
  .cid-tAsiIbSyyA .item {
    margin-bottom: 80px;
  }
  .cid-tAsiIbSyyA .item-wrapper {
    margin-bottom: 2px;
  }
  .cid-tAsiIbSyyA .item-wrapper:nth-child(odd) {
    margin-right: 0;
  }
  .cid-tAsiIbSyyA .item-wrapper:nth-child(even) {
    margin-left: 0;
  }
}
.cid-tAsiIbSyyA .mbr-text,
.cid-tAsiIbSyyA .mbr-section-btn {
  color: #464646;
}
.cid-tAtLB2qwqS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-footer-2000x2000.jpg");
}
.cid-tAtLB2qwqS .mbr-section-text {
  color: #fff0b0;
  text-align: right;
}
.cid-tAtLB2qwqS .mbr-title {
  color: #ffffff;
}
.cid-tAsiIchqX9 .navbar-dropdown {
  position: relative !important;
}
.cid-tAsiIchqX9 .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-tAsiIchqX9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tAsiIchqX9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAsiIchqX9 .dropdown-item:hover,
.cid-tAsiIchqX9 .dropdown-item:focus {
  background: #626462 !important;
  color: white !important;
}
.cid-tAsiIchqX9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAsiIchqX9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAsiIchqX9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tAsiIchqX9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAsiIchqX9 .nav-link {
  position: relative;
}
.cid-tAsiIchqX9 .container {
  display: flex;
  margin: auto;
}
.cid-tAsiIchqX9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tAsiIchqX9 .nav-item:focus,
.cid-tAsiIchqX9 .nav-link:focus {
  outline: none;
}
.cid-tAsiIchqX9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAsiIchqX9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAsiIchqX9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAsiIchqX9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAsiIchqX9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAsiIchqX9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAsiIchqX9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #191919;
  background: #e8ebe8;
}
.cid-tAsiIchqX9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tAsiIchqX9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tAsiIchqX9 .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tAsiIchqX9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAsiIchqX9 .navbar.collapsed {
  justify-content: center;
}
.cid-tAsiIchqX9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAsiIchqX9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tAsiIchqX9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tAsiIchqX9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAsiIchqX9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAsiIchqX9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tAsiIchqX9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAsiIchqX9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tAsiIchqX9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tAsiIchqX9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAsiIchqX9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAsiIchqX9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAsiIchqX9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAsiIchqX9 .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-tAsiIchqX9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAsiIchqX9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAsiIchqX9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tAsiIchqX9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAsiIchqX9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tAsiIchqX9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAsiIchqX9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAsiIchqX9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAsiIchqX9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAsiIchqX9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAsiIchqX9 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tAsiIchqX9 .navbar-brand {
    width: 85%;
  }
}
.cid-tAsiIchqX9 .dropdown-item.active,
.cid-tAsiIchqX9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tAsiIchqX9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAsiIchqX9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAsiIchqX9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAsiIchqX9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tAsiIchqX9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAsiIchqX9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAsiIchqX9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAsiIchqX9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAsiIchqX9 button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tAsiIchqX9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tAsiIchqX9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAsiIchqX9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAsiIchqX9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAsiIchqX9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAsiIchqX9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAsiIchqX9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAsiIchqX9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAsiIchqX9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAsiIchqX9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tAsiIchqX9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAsiIchqX9 .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-tAsiIchqX9 .navbar {
    height: 70px;
  }
  .cid-tAsiIchqX9 .navbar.opened {
    height: auto;
  }
  .cid-tAsiIchqX9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAsiEY1hMM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8ebe8;
}
.cid-tAsiEY1hMM .info-border {
  padding: 0 0 200px;
}
.cid-tAsiEY1hMM .info-img {
  margin: 80px 44px 0 0;
  position: relative;
}
.cid-tAsiEY1hMM .info-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 80px;
}
.cid-tAsiEY1hMM .btn {
  width: 360px;
  height: 76px;
}
@media (max-width: 991px) {
  .cid-tAsiEY1hMM .info-img {
    margin-right: 0;
  }
  .cid-tAsiEY1hMM .info-wrapper {
    margin-top: 30px;
  }
  .cid-tAsiEY1hMM .info-border {
    padding-bottom: 100px;
  }
  .cid-tAsiEY1hMM .btn {
    width: 260px;
    height: 66px;
  }
}
@media (max-width: 768px) {
  .cid-tAsiEY1hMM .info-img {
    margin-top: 60px;
  }
}
@media (max-width: 425px) {
  .cid-tAsiEY1hMM .info-img {
    margin-top: 30px;
  }
  .cid-tAsiEY1hMM .info-border {
    padding-bottom: 50px;
  }
  .cid-tAsiEY1hMM .info-wrapper {
    margin-top: 20px;
  }
  .cid-tAsiEY1hMM .btn {
    width: 200px;
    height: 56px;
  }
}
@media (max-width: 320px) {
  .cid-tAsiEY1hMM .info-img {
    margin-top: 0;
  }
  .cid-tAsiEY1hMM .btn {
    width: 181px;
    height: 50px;
  }
}
.cid-tAsiEY1hMM .mbr-text,
.cid-tAsiEY1hMM .mbr-section-btn {
  color: #626462;
}
.cid-tAsiEYHmfw .navbar-dropdown {
  position: relative !important;
}
.cid-tAsiEYHmfw .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-tAsiEYHmfw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-tAsiEYHmfw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAsiEYHmfw .dropdown-item:hover,
.cid-tAsiEYHmfw .dropdown-item:focus {
  background: #626462 !important;
  color: white !important;
}
.cid-tAsiEYHmfw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAsiEYHmfw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAsiEYHmfw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tAsiEYHmfw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAsiEYHmfw .nav-link {
  position: relative;
}
.cid-tAsiEYHmfw .container {
  display: flex;
  margin: auto;
}
.cid-tAsiEYHmfw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tAsiEYHmfw .nav-item:focus,
.cid-tAsiEYHmfw .nav-link:focus {
  outline: none;
}
.cid-tAsiEYHmfw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAsiEYHmfw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAsiEYHmfw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAsiEYHmfw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAsiEYHmfw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAsiEYHmfw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAsiEYHmfw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #191919;
  background: #e8ebe8;
}
.cid-tAsiEYHmfw .navbar.opened {
  transition: all 0.3s;
}
.cid-tAsiEYHmfw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tAsiEYHmfw .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-tAsiEYHmfw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAsiEYHmfw .navbar.collapsed {
  justify-content: center;
}
.cid-tAsiEYHmfw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAsiEYHmfw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tAsiEYHmfw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tAsiEYHmfw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAsiEYHmfw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAsiEYHmfw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tAsiEYHmfw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAsiEYHmfw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tAsiEYHmfw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tAsiEYHmfw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAsiEYHmfw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAsiEYHmfw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAsiEYHmfw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAsiEYHmfw .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-tAsiEYHmfw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAsiEYHmfw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAsiEYHmfw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tAsiEYHmfw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAsiEYHmfw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tAsiEYHmfw .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAsiEYHmfw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAsiEYHmfw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAsiEYHmfw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAsiEYHmfw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAsiEYHmfw .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-tAsiEYHmfw .navbar-brand {
    width: 85%;
  }
}
.cid-tAsiEYHmfw .dropdown-item.active,
.cid-tAsiEYHmfw .dropdown-item:active {
  background-color: transparent;
}
.cid-tAsiEYHmfw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAsiEYHmfw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAsiEYHmfw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAsiEYHmfw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-tAsiEYHmfw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAsiEYHmfw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAsiEYHmfw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAsiEYHmfw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAsiEYHmfw button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tAsiEYHmfw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-tAsiEYHmfw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAsiEYHmfw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAsiEYHmfw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAsiEYHmfw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAsiEYHmfw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAsiEYHmfw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAsiEYHmfw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAsiEYHmfw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAsiEYHmfw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tAsiEYHmfw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAsiEYHmfw .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-tAsiEYHmfw .navbar {
    height: 70px;
  }
  .cid-tAsiEYHmfw .navbar.opened {
    height: auto;
  }
  .cid-tAsiEYHmfw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAsiEZcNsy {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #e8ebe8;
}
.cid-tAsiEZcNsy .mbr-link p {
  border-bottom: 2px #191919 solid;
}
.cid-tAsiEZcNsy .mbr-link p {
  display: inline;
  padding-bottom: 2px;
}
.cid-tAsiEZcNsy .mbr-link p span {
  margin-left: 12px;
}
.cid-tAsiEZcNsy .item-img {
  overflow: hidden;
}
.cid-tAsiEZcNsy .item-img img {
  transition: all .5s ease;
}
.cid-tAsiEZcNsy img,
.cid-tAsiEZcNsy .item-img {
  width: 100%;
}
.cid-tAsiEZcNsy .mbr-section-subtitle {
  margin-bottom: 80px;
  text-align: left;
  color: #464646;
}
.cid-tAsiEZcNsy .item:focus,
.cid-tAsiEZcNsy span:focus {
  outline: none;
}
.cid-tAsiEZcNsy .item {
  cursor: pointer;
  margin-bottom: 100px;
}
.cid-tAsiEZcNsy .item-wrapper:nth-child(odd) {
  margin-right: 30px;
}
.cid-tAsiEZcNsy .item-wrapper:nth-child(even) {
  margin-left: 30px;
}
.cid-tAsiEZcNsy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e8ebe8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tAsiEZcNsy .item-wrapper .item-content {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-tAsiEZcNsy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tAsiEZcNsy .item-wrapper:hover .item-img img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tAsiEZcNsy .item-wrapper:hover .item-title,
.cid-tAsiEZcNsy .item-wrapper:hover .mbr-link p {
  opacity: .85;
}
@media (max-width: 768px) {
  .cid-tAsiEZcNsy .item {
    margin-bottom: 80px;
  }
  .cid-tAsiEZcNsy .item-wrapper {
    margin-bottom: 2px;
  }
  .cid-tAsiEZcNsy .item-wrapper:nth-child(odd) {
    margin-right: 0;
  }
  .cid-tAsiEZcNsy .item-wrapper:nth-child(even) {
    margin-left: 0;
  }
}
.cid-tAsiEZcNsy .mbr-text,
.cid-tAsiEZcNsy .mbr-section-btn {
  color: #464646;
}
.cid-tAsiEYZuPI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b0a79d;
}
.cid-tAsiEYZuPI .header-wrapper {
  display: flex;
  flex-direction: column;
}
.cid-tAsiEYZuPI .header-link {
  width: 100%;
  transition: all .2s ease;
}
.cid-tAsiEYZuPI .header-link:hover span {
  margin-left: 8px;
}
.cid-tAsiEYZuPI .header-link span {
  margin-left: 4px;
}
.cid-tAsiEYZuPI .header-link span:before {
  border-radius: 50%;
  border: 2px #d5d9d5 solid;
  padding: 8px 4px 8px 12px;
}
.cid-tAsiEYZuPI .header-link b:hover {
  opacity: .85;
  border-bottom: #191919 2px solid;
}
.cid-tAsiEYZuPI .row {
  padding-top: 0;
}
.cid-tAsiEYZuPI .mbr-text {
  color: #626462;
  margin-bottom: 24px;
}
.cid-tAsiEYZuPI .mbr-section-text {
  color: #464646;
  margin-bottom: 40px;
}
.cid-tAsiEYZuPI .mbr-section-title {
  margin-bottom: 24px;
  color: #fefefe;
}
.cid-tAsiEYZuPI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAsiEYZuPI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAtLFbfL4t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-footer-2000x2000.jpg");
}
.cid-tAtLFbfL4t .mbr-section-text {
  color: #fff0b0;
  text-align: right;
}
.cid-tAtLFbfL4t .mbr-title {
  color: #ffffff;
}
