body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Syne-Regular';
  font-size: 2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-2 {
  font-family: 'Syne-Regular';
  font-size: 1.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-4 {
  font-family: 'Syne-Regular';
  font-size: 1.31rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6375rem;
}
.display-5 {
  font-family: 'Syne-Regular';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Syne-Regular';
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.4rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.048rem;
    font-size: calc( 1.1085rem + (1.31 - 1.1085) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1085rem + (1.31 - 1.1085) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #7f8678 !important;
}
.bg-success {
  background-color: #6d9aba !important;
}
.bg-info {
  background-color: #4479d9 !important;
}
.bg-warning {
  background-color: #5b6153 !important;
}
.bg-danger {
  background-color: #caa884 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7f8678 !important;
  border-color: #7f8678 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #54584f !important;
  border-color: #54584f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #54584f !important;
  border-color: #54584f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d7d3c6 !important;
  border-color: #d7d3c6 !important;
  color: #5d5641 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b3ac93 !important;
  border-color: #b3ac93 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #5d5641 !important;
  background-color: #b3ac93 !important;
  border-color: #b3ac93 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6d9aba !important;
  border-color: #6d9aba !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #436e8d !important;
  border-color: #436e8d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #436e8d !important;
  border-color: #436e8d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #5b6153 !important;
  border-color: #5b6153 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #2f322b !important;
  border-color: #2f322b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2f322b !important;
  border-color: #2f322b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #caa884 !important;
  border-color: #caa884 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ad7d4a !important;
  border-color: #ad7d4a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ad7d4a !important;
  border-color: #ad7d4a !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7f8678;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #54584f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7f8678 !important;
  border-color: #7f8678 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d7d3c6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b3ac93 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #5d5641 !important;
  background-color: #d7d3c6 !important;
  border-color: #d7d3c6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4479d9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6d9aba;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #436e8d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6d9aba !important;
  border-color: #6d9aba !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5b6153;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #2f322b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5b6153 !important;
  border-color: #5b6153 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #caa884;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ad7d4a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #caa884 !important;
  border-color: #caa884 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #7f8678 !important;
}
.text-secondary {
  color: #d7d3c6 !important;
}
.text-success {
  color: #6d9aba !important;
}
.text-info {
  color: #4479d9 !important;
}
.text-warning {
  color: #5b6153 !important;
}
.text-danger {
  color: #caa884 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4c5048 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ada58a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3e6683 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1f4a98 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #272a24 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a27546 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #7f8678;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4479d9;
}
.alert-warning {
  background-color: #5b6153;
}
.alert-danger {
  background-color: #caa884;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7f8678;
  border-color: #7f8678;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #7f8678;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bfc2bb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c4d6e3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9ba292;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Syne-Regular';
  font-size: 1.31rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.6375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #7f8678 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Syne-Regular';
  font-size: 1.31rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.6375rem;
}
blockquote {
  border-color: #7f8678;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7f8678;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #7f8678;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #7f8678;
  border-bottom-color: #7f8678;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #7f8678 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #d7d3c6 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%237f8678' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sTVbXPHuyo .navbar-dropdown {
  position: relative !important;
}
.cid-sTVbXPHuyo .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-sTVbXPHuyo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTVbXPHuyo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTVbXPHuyo .dropdown-item:hover,
.cid-sTVbXPHuyo .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-sTVbXPHuyo .dropdown-item:hover span {
  color: white;
}
.cid-sTVbXPHuyo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTVbXPHuyo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTVbXPHuyo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-sTVbXPHuyo .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-sTVbXPHuyo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTVbXPHuyo .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-sTVbXPHuyo .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-sTVbXPHuyo .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-sTVbXPHuyo .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-sTVbXPHuyo .container {
  display: flex;
  margin: auto;
}
.cid-sTVbXPHuyo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sTVbXPHuyo .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sTVbXPHuyo .navbar-nav {
    align-items: center;
  }
}
.cid-sTVbXPHuyo .dropdown-menu,
.cid-sTVbXPHuyo .navbar.opened {
  background: #ffffff !important;
}
.cid-sTVbXPHuyo .nav-item:focus,
.cid-sTVbXPHuyo .nav-link:focus {
  outline: none;
}
.cid-sTVbXPHuyo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-sTVbXPHuyo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTVbXPHuyo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTVbXPHuyo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTVbXPHuyo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTVbXPHuyo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTVbXPHuyo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  box-shadow: none;
}
.cid-sTVbXPHuyo .navbar.opened {
  transition: all 0.3s;
}
.cid-sTVbXPHuyo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTVbXPHuyo .navbar .navbar-logo img {
  width: auto;
}
.cid-sTVbXPHuyo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sTVbXPHuyo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTVbXPHuyo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTVbXPHuyo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTVbXPHuyo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTVbXPHuyo .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-sTVbXPHuyo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTVbXPHuyo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTVbXPHuyo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTVbXPHuyo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTVbXPHuyo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTVbXPHuyo .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTVbXPHuyo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTVbXPHuyo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTVbXPHuyo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sTVbXPHuyo .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-sTVbXPHuyo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTVbXPHuyo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTVbXPHuyo .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-sTVbXPHuyo .dropdown-item.active,
.cid-sTVbXPHuyo .dropdown-item:active {
  background-color: transparent;
}
.cid-sTVbXPHuyo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTVbXPHuyo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTVbXPHuyo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTVbXPHuyo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sTVbXPHuyo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTVbXPHuyo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTVbXPHuyo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTVbXPHuyo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTVbXPHuyo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTVbXPHuyo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTVbXPHuyo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTVbXPHuyo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTVbXPHuyo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTVbXPHuyo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTVbXPHuyo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTVbXPHuyo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTVbXPHuyo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTVbXPHuyo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTVbXPHuyo .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sTVbXPHuyo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTVbXPHuyo .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-sTVbXPHuyo .navbar {
    height: 70px;
  }
  .cid-sTVbXPHuyo .navbar.opened {
    height: auto;
  }
  .cid-sTVbXPHuyo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTVbXPHuyo .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-sTVbXPHuyo .container-fluid {
    padding: 0 40px;
  }
}
.cid-sTVbXPHuyo .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sTVbXPHuyo .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sTVbXPHuyo .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sTVbXPHuyo .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-sTVbXPHuyo .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-sTVbXPHuyo .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-sTVbXPHuyo .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-sTVbXPHuyo .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-sTVbXPHuyo .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-sTVbXPHuyo .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-sTVbXPHuyo .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-sTVbXPHuyo .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sTVjf7IhIc {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-9767-2040x1530.jpg");
}
.cid-sTVjf7IhIc .mbr-section-title {
  color: #000000;
}
.cid-sTVjf7IhIc .mbr-text,
.cid-sTVjf7IhIc .mbr-section-btn {
  color: #ffffff;
}
.cid-sTVjf7IhIc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sTVjf7IhIc .mbr-text2 {
  border-top: 2px solid #000000;
  padding-top: 4rem;
}
.cid-sTVjf7IhIc .mbr-text2,
.cid-sTVjf7IhIc .mbr-section-btn {
  color: #ffffff;
}
.cid-sZA6AZkobh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #923329;
}
.cid-sZA6AZkobh .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sZA6AZkobh .mbr-section-title {
  color: #fffdf7;
  margin-bottom: 20.4px;
}
.cid-sZA6AZkobh .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-sZA6AZkobh .star {
  color: #923329;
  fill: currentColor;
  overflow: hidden;
}
.cid-sZA6AZkobh .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
}
.cid-sZA6AZkobh .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
}
.cid-sZAcHVslB9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sZAcHVslB9 .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sZAcHVslB9 .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-sZAcHVslB9 .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-sZAcHVslB9 .star {
  color: #f68420;
  fill: currentColor;
  overflow: hidden;
}
.cid-sZAcHVslB9 .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
  animation: zoom-1 3.1s infinite;
}
.cid-sZAcHVslB9 .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
  animation: zoom-2 3.1s infinite;
}
.cid-sZzQ9UjAoQ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bildschirmfoto-2022-03-09-um-12.30.11-747x351.png");
}
.cid-sZzQ9UjAoQ h3,
.cid-sZzQ9UjAoQ p {
  margin: 0;
}
.cid-sZzQ9UjAoQ .heading {
  margin-bottom: 50px;
}
.cid-sZzQ9UjAoQ .mbr-section-title {
  color: #000000;
}
.cid-sZzQ9UjAoQ .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-sZzQ9UjAoQ .tile-wrap {
  position: relative;
  width: 100%;
  padding-top: 25%;
}
@media (max-width: 1024px) {
  .cid-sZzQ9UjAoQ .tile-wrap {
    padding-top: 100%;
  }
}
@media (max-width: 680px) {
  .cid-sZzQ9UjAoQ .tile-wrap {
    padding-top: 400%;
  }
}
.cid-sZzQ9UjAoQ .tile {
  position: absolute;
  margin: 0 -9px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #ee3102;
  border-radius: 100%;
}
.cid-sZzQ9UjAoQ .tile1 {
  top: 0;
  left: 2%;
  bottom: 0;
  right: 73%;
}
@media (max-width: 1024px) {
  .cid-sZzQ9UjAoQ .tile1 {
    top: 1%;
    left: 2%;
    bottom: 48%;
    right: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sZzQ9UjAoQ .tile1 {
    top: 0;
    left: 0;
    bottom: 73%;
    right: 0;
  }
}
@media (max-width: 400px) {
  .cid-sZzQ9UjAoQ .tile1 {
    top: 0;
    left: 12px;
    bottom: 75%;
    right: 12px;
  }
}
.cid-sZzQ9UjAoQ .tile2 {
  top: 0;
  left: 26%;
  bottom: 0;
  right: 49%;
}
@media (max-width: 1024px) {
  .cid-sZzQ9UjAoQ .tile2 {
    top: 1%;
    left: 50%;
    bottom: 48%;
    right: 2%;
  }
}
@media (max-width: 680px) {
  .cid-sZzQ9UjAoQ .tile2 {
    top: 25%;
    left: 0;
    bottom: 48%;
    right: 0;
  }
}
@media (max-width: 400px) {
  .cid-sZzQ9UjAoQ .tile2 {
    top: 23%;
    left: 12px;
    bottom: 52%;
    right: 12px;
  }
}
.cid-sZzQ9UjAoQ .tile3 {
  top: 0;
  left: 50%;
  bottom: 0;
  right: 25%;
}
@media (max-width: 1024px) {
  .cid-sZzQ9UjAoQ .tile3 {
    top: 49%;
    left: 2%;
    bottom: 1%;
    right: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sZzQ9UjAoQ .tile3 {
    top: 50%;
    left: 0;
    bottom: 23%;
    right: 0;
  }
}
@media (max-width: 400px) {
  .cid-sZzQ9UjAoQ .tile3 {
    top: 46%;
    left: 12px;
    bottom: 29%;
    right: 12px;
  }
}
.cid-sZzQ9UjAoQ .tile4 {
  top: 0;
  left: 74%;
  bottom: 0;
  right: 1%;
}
@media (max-width: 1024px) {
  .cid-sZzQ9UjAoQ .tile4 {
    top: 49%;
    left: 50%;
    bottom: 1%;
    right: 2%;
  }
}
@media (max-width: 680px) {
  .cid-sZzQ9UjAoQ .tile4 {
    top: 75%;
    left: 0;
    bottom: -2%;
    right: 0;
  }
}
@media (max-width: 400px) {
  .cid-sZzQ9UjAoQ .tile4 {
    top: 69%;
    left: 12px;
    bottom: 6%;
    right: 12px;
  }
}
.cid-sZzQ9UjAoQ .mbr-card-title {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-sZzQ9UjAoQ .tile:nth-of-type(1):before {
  content: "1";
  position: absolute;
  top: 7%;
  left: 11%;
  width: 39px;
  height: 39px;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-weight: 300;
  line-height: 39px;
  color: #ffffff;
  background-color: #923329;
  border-radius: 50%;
  z-index: 2;
}
.cid-sZzQ9UjAoQ .tile:nth-of-type(2):before {
  content: "2";
  position: absolute;
  top: 7%;
  left: 11%;
  width: 39px;
  height: 39px;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-weight: 300;
  line-height: 39px;
  color: #ffffff;
  background-color: #923329;
  border-radius: 50%;
  z-index: 2;
}
.cid-sZzQ9UjAoQ .tile:nth-of-type(3):before {
  content: "3";
  position: absolute;
  top: 7%;
  left: 11%;
  width: 39px;
  height: 39px;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-weight: 300;
  line-height: 39px;
  color: #ffffff;
  background-color: #923329;
  border-radius: 50%;
  z-index: 2;
}
.cid-sZzQ9UjAoQ .tile:nth-of-type(4):before {
  content: "4";
  position: absolute;
  top: 7%;
  left: 11%;
  width: 39px;
  height: 39px;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-weight: 300;
  line-height: 39px;
  color: #ffffff;
  background-color: #923329;
  border-radius: 50%;
  z-index: 2;
}
.cid-sTVFooj4Qb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #923329;
}
.cid-sTVFooj4Qb .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-sTVFooj4Qb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sTVFooj4Qb .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-sTVFooj4Qb .list {
    margin-bottom: 30px;
  }
}
.cid-sTVFooj4Qb .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-sTVFooj4Qb .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-sTVFooj4Qb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sTVFooj4Qb .copyright {
  color: #868c90;
}
.cid-sTVFooj4Qb .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sTVFooj4Qb .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-sTVFooj4Qb .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-sTVFooj4Qb .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sTVFooj4Qb .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-sTVFooj4Qb .footer-logo {
    margin: 0 auto;
  }
}
.cid-tX67ifX1eO.popup-builder {
  background-color: #ffffff;
}
.cid-tX67ifX1eO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tX67ifX1eO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tX67ifX1eO .modal-content,
.cid-tX67ifX1eO .modal-dialog {
  height: auto;
}
.cid-tX67ifX1eO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tX67ifX1eO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tX67ifX1eO .form-wrapper .mbr-form .form-group,
  .cid-tX67ifX1eO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tX67ifX1eO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tX67ifX1eO .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tX67ifX1eO .mbr-text {
  text-align: center;
}
.cid-tX67ifX1eO .pt-0 {
  padding-top: 0 !important;
}
.cid-tX67ifX1eO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tX67ifX1eO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tX67ifX1eO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tX67ifX1eO .modal-open {
  overflow: hidden;
}
.cid-tX67ifX1eO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tX67ifX1eO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tX67ifX1eO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tX67ifX1eO .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tX67ifX1eO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tX67ifX1eO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tX67ifX1eO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tX67ifX1eO .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tX67ifX1eO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tX67ifX1eO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tX67ifX1eO .modal-backdrop.fade {
  opacity: 0;
}
.cid-tX67ifX1eO .modal-backdrop.show {
  opacity: .5;
}
.cid-tX67ifX1eO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tX67ifX1eO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tX67ifX1eO .modal-header {
    padding: 1rem;
  }
}
.cid-tX67ifX1eO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tX67ifX1eO .modal-header .close svg {
  fill: #353535;
}
.cid-tX67ifX1eO .modal-header .close:hover {
  opacity: 1;
}
.cid-tX67ifX1eO .modal-header .close:focus {
  outline: none;
}
.cid-tX67ifX1eO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tX67ifX1eO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tX67ifX1eO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tX67ifX1eO .modal-body {
    padding: 1rem;
  }
}
.cid-tX67ifX1eO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tX67ifX1eO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tX67ifX1eO .modal-footer {
    padding: 1rem;
  }
}
.cid-tX67ifX1eO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tX67ifX1eO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tX67ifX1eO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tX67ifX1eO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tX67ifX1eO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tX67ifX1eO .modal-lg,
  .cid-tX67ifX1eO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tX67ifX1eO .modal-xl {
    max-width: 1140px;
  }
}
.cid-tX67ifX1eO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tX67ifX1eO .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tX67ifX1eO .form-group {
  margin-bottom: 1rem;
}
.cid-tX67ifX1eO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tX67ifX1eO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tX67ifX1eO .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tX67ifX1eO .mbr-section-btn {
  margin: 0;
}
.cid-tX67ifX1eO .mbr-section-btn .btn {
  margin: 0;
}
.cid-sTVtz6eTbB .navbar-dropdown {
  position: relative !important;
}
.cid-sTVtz6eTbB .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-sTVtz6eTbB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTVtz6eTbB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTVtz6eTbB .dropdown-item:hover,
.cid-sTVtz6eTbB .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-sTVtz6eTbB .dropdown-item:hover span {
  color: white;
}
.cid-sTVtz6eTbB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTVtz6eTbB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTVtz6eTbB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-sTVtz6eTbB .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-sTVtz6eTbB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTVtz6eTbB .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-sTVtz6eTbB .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-sTVtz6eTbB .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-sTVtz6eTbB .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-sTVtz6eTbB .container {
  display: flex;
  margin: auto;
}
.cid-sTVtz6eTbB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sTVtz6eTbB .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sTVtz6eTbB .navbar-nav {
    align-items: center;
  }
}
.cid-sTVtz6eTbB .dropdown-menu,
.cid-sTVtz6eTbB .navbar.opened {
  background: #ffffff !important;
}
.cid-sTVtz6eTbB .nav-item:focus,
.cid-sTVtz6eTbB .nav-link:focus {
  outline: none;
}
.cid-sTVtz6eTbB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-sTVtz6eTbB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTVtz6eTbB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTVtz6eTbB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTVtz6eTbB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTVtz6eTbB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTVtz6eTbB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  box-shadow: none;
}
.cid-sTVtz6eTbB .navbar.opened {
  transition: all 0.3s;
}
.cid-sTVtz6eTbB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTVtz6eTbB .navbar .navbar-logo img {
  width: auto;
}
.cid-sTVtz6eTbB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sTVtz6eTbB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTVtz6eTbB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTVtz6eTbB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTVtz6eTbB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTVtz6eTbB .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-sTVtz6eTbB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTVtz6eTbB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTVtz6eTbB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTVtz6eTbB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTVtz6eTbB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTVtz6eTbB .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTVtz6eTbB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTVtz6eTbB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTVtz6eTbB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sTVtz6eTbB .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-sTVtz6eTbB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTVtz6eTbB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTVtz6eTbB .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-sTVtz6eTbB .dropdown-item.active,
.cid-sTVtz6eTbB .dropdown-item:active {
  background-color: transparent;
}
.cid-sTVtz6eTbB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTVtz6eTbB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTVtz6eTbB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTVtz6eTbB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sTVtz6eTbB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTVtz6eTbB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTVtz6eTbB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTVtz6eTbB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTVtz6eTbB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTVtz6eTbB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTVtz6eTbB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTVtz6eTbB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTVtz6eTbB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTVtz6eTbB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTVtz6eTbB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTVtz6eTbB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTVtz6eTbB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTVtz6eTbB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTVtz6eTbB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sTVtz6eTbB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTVtz6eTbB .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-sTVtz6eTbB .navbar {
    height: 70px;
  }
  .cid-sTVtz6eTbB .navbar.opened {
    height: auto;
  }
  .cid-sTVtz6eTbB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTVtz6eTbB .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-sTVtz6eTbB .container-fluid {
    padding: 0 40px;
  }
}
.cid-sTVtz6eTbB .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sTVtz6eTbB .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sTVtz6eTbB .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sTVtz6eTbB .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-sTVtz6eTbB .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-sTVtz6eTbB .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-sTVtz6eTbB .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-sTVtz6eTbB .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-sTVtz6eTbB .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-sTVtz6eTbB .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-sTVtz6eTbB .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-sTVtz6eTbB .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sTVtz6YrMm {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-9767-2040x1530.jpg");
}
.cid-sTVtz6YrMm .mbr-section-title {
  color: #000000;
}
.cid-sTVtz6YrMm .mbr-text,
.cid-sTVtz6YrMm .mbr-section-btn {
  color: #ffffff;
}
.cid-sTVtz6YrMm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sTVtz6YrMm .mbr-text2 {
  border-top: 2px solid #000000;
  padding-top: 4rem;
}
.cid-sTVtz6YrMm .mbr-text2,
.cid-sTVtz6YrMm .mbr-section-btn {
  color: #ffffff;
}
.cid-sTVCPW41Cu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #923329;
}
.cid-sTVCPW41Cu .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sTVCPW41Cu .mbr-section-title {
  color: #fffdf7;
  margin-bottom: 20.4px;
}
.cid-sTVCPW41Cu .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-sTVCPW41Cu .star {
  color: #923329;
  fill: currentColor;
  overflow: hidden;
}
.cid-sTVCPW41Cu .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
}
.cid-sTVCPW41Cu .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
}
.cid-sTWIW7IDbj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sTWIW7IDbj .mbr-text,
.cid-sTWIW7IDbj .mbr-section-subtitle {
  color: #767676;
}
.cid-sTWIW7IDbj .card-title {
  color: #66458e;
}
.cid-sTWIW7IDbj .card .card-img span {
  color: #923329;
  font-size: 60px;
  background: linear-gradient(45deg, #923329, #923329);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-sTWIW7IDbj .mbr-section-subtitle,
  .cid-sTWIW7IDbj .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTWIW7IDbj .card .card-img span {
    background: none;
  }
}
.cid-sTWIW7IDbj .card-title,
.cid-sTWIW7IDbj .card-img {
  color: #3d3d3d;
}
.cid-sTVFooj4Qb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #923329;
}
.cid-sTVFooj4Qb .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-sTVFooj4Qb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sTVFooj4Qb .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-sTVFooj4Qb .list {
    margin-bottom: 30px;
  }
}
.cid-sTVFooj4Qb .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-sTVFooj4Qb .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-sTVFooj4Qb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sTVFooj4Qb .copyright {
  color: #868c90;
}
.cid-sTVFooj4Qb .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sTVFooj4Qb .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-sTVFooj4Qb .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-sTVFooj4Qb .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sTVFooj4Qb .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-sTVFooj4Qb .footer-logo {
    margin: 0 auto;
  }
}
.cid-sTWG49gi13 .navbar-dropdown {
  position: relative !important;
}
.cid-sTWG49gi13 .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-sTWG49gi13 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTWG49gi13 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTWG49gi13 .dropdown-item:hover,
.cid-sTWG49gi13 .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-sTWG49gi13 .dropdown-item:hover span {
  color: white;
}
.cid-sTWG49gi13 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTWG49gi13 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTWG49gi13 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-sTWG49gi13 .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-sTWG49gi13 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTWG49gi13 .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-sTWG49gi13 .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-sTWG49gi13 .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-sTWG49gi13 .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-sTWG49gi13 .container {
  display: flex;
  margin: auto;
}
.cid-sTWG49gi13 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sTWG49gi13 .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sTWG49gi13 .navbar-nav {
    align-items: center;
  }
}
.cid-sTWG49gi13 .dropdown-menu,
.cid-sTWG49gi13 .navbar.opened {
  background: #ffffff !important;
}
.cid-sTWG49gi13 .nav-item:focus,
.cid-sTWG49gi13 .nav-link:focus {
  outline: none;
}
.cid-sTWG49gi13 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-sTWG49gi13 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTWG49gi13 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTWG49gi13 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTWG49gi13 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTWG49gi13 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTWG49gi13 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  box-shadow: none;
}
.cid-sTWG49gi13 .navbar.opened {
  transition: all 0.3s;
}
.cid-sTWG49gi13 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTWG49gi13 .navbar .navbar-logo img {
  width: auto;
}
.cid-sTWG49gi13 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sTWG49gi13 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTWG49gi13 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTWG49gi13 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTWG49gi13 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTWG49gi13 .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-sTWG49gi13 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTWG49gi13 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTWG49gi13 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTWG49gi13 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTWG49gi13 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTWG49gi13 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTWG49gi13 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTWG49gi13 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTWG49gi13 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sTWG49gi13 .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-sTWG49gi13 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTWG49gi13 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTWG49gi13 .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-sTWG49gi13 .dropdown-item.active,
.cid-sTWG49gi13 .dropdown-item:active {
  background-color: transparent;
}
.cid-sTWG49gi13 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTWG49gi13 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTWG49gi13 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTWG49gi13 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sTWG49gi13 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTWG49gi13 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTWG49gi13 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTWG49gi13 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTWG49gi13 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTWG49gi13 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTWG49gi13 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTWG49gi13 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTWG49gi13 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTWG49gi13 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTWG49gi13 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTWG49gi13 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTWG49gi13 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTWG49gi13 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTWG49gi13 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sTWG49gi13 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTWG49gi13 .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-sTWG49gi13 .navbar {
    height: 70px;
  }
  .cid-sTWG49gi13 .navbar.opened {
    height: auto;
  }
  .cid-sTWG49gi13 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTWG49gi13 .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-sTWG49gi13 .container-fluid {
    padding: 0 40px;
  }
}
.cid-sTWG49gi13 .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sTWG49gi13 .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sTWG49gi13 .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sTWG49gi13 .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-sTWG49gi13 .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-sTWG49gi13 .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-sTWG49gi13 .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-sTWG49gi13 .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-sTWG49gi13 .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-sTWG49gi13 .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-sTWG49gi13 .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-sTWG49gi13 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sTWG49LFlZ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-9767-2040x1530.jpg");
}
.cid-sTWG49LFlZ .mbr-section-title {
  color: #000000;
}
.cid-sTWG49LFlZ .mbr-text,
.cid-sTWG49LFlZ .mbr-section-btn {
  color: #ffffff;
}
.cid-sTWG49LFlZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sTWG49LFlZ .mbr-text2 {
  border-top: 2px solid #000000;
  padding-top: 4rem;
}
.cid-sTWG49LFlZ .mbr-text2,
.cid-sTWG49LFlZ .mbr-section-btn {
  color: #ffffff;
}
.cid-sTWG49YhNA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #923329;
}
.cid-sTWG49YhNA .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sTWG49YhNA .mbr-section-title {
  color: #fffdf7;
  margin-bottom: 20.4px;
}
.cid-sTWG49YhNA .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-sTWG49YhNA .star {
  color: #923329;
  fill: currentColor;
  overflow: hidden;
}
.cid-sTWG49YhNA .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
}
.cid-sTWG49YhNA .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
}
.cid-t6PGjzPJW0 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #fffdf7;
}
@media (min-width: 992px) {
  .cid-t6PGjzPJW0 .display-1 {
    font-size: 80px;
  }
}
.cid-t6PGjzPJW0 .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-t6PGjzPJW0 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-t6PGjzPJW0 .row {
  padding: 0 32px;
}
.cid-t6PGjzPJW0 .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-t6PGjzPJW0 .card-title {
  width: 100%;
  margin-bottom: 20px;
}
.cid-t6PGjzPJW0 .mbr-text {
  margin-bottom: 10px;
  color: #3d3d3d;
}
.cid-t6PGjzPJW0 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.cid-t6PGjzPJW0 .link-contacts {
  display: flex;
  justify-content: center;
}
.cid-t6PGjzPJW0 .emerging-underline-link {
  color: #3d3d3d;
}
.cid-t6PGjzPJW0 .emerging-underline-link:not(:last-child) {
  margin-right: 15px;
}
.cid-t6PGhp8Pat {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fffdf7;
}
.cid-t6PGhp8Pat .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-t6PGhp8Pat .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-t6PGhp8Pat .row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t6PGhp8Pat .item-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
  min-height: 400px;
}
@media (min-width: 992px) {
  .cid-t6PGhp8Pat .item-image {
    min-height: 794px;
  }
}
.cid-t6PGhp8Pat .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 32px;
  background-image: url("../../../assets/images/vorstand-2022-2000x1333.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-sTWG4azAEm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #923329;
}
.cid-sTWG4azAEm .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-sTWG4azAEm .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sTWG4azAEm .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-sTWG4azAEm .list {
    margin-bottom: 30px;
  }
}
.cid-sTWG4azAEm .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-sTWG4azAEm .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-sTWG4azAEm div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sTWG4azAEm .copyright {
  color: #868c90;
}
.cid-sTWG4azAEm .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sTWG4azAEm .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-sTWG4azAEm .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-sTWG4azAEm .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sTWG4azAEm .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-sTWG4azAEm .footer-logo {
    margin: 0 auto;
  }
}
.cid-sTWKBo1qIr .navbar-dropdown {
  position: relative !important;
}
.cid-sTWKBo1qIr .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-sTWKBo1qIr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTWKBo1qIr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTWKBo1qIr .dropdown-item:hover,
.cid-sTWKBo1qIr .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-sTWKBo1qIr .dropdown-item:hover span {
  color: white;
}
.cid-sTWKBo1qIr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTWKBo1qIr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTWKBo1qIr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-sTWKBo1qIr .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-sTWKBo1qIr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTWKBo1qIr .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-sTWKBo1qIr .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-sTWKBo1qIr .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-sTWKBo1qIr .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-sTWKBo1qIr .container {
  display: flex;
  margin: auto;
}
.cid-sTWKBo1qIr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sTWKBo1qIr .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sTWKBo1qIr .navbar-nav {
    align-items: center;
  }
}
.cid-sTWKBo1qIr .dropdown-menu,
.cid-sTWKBo1qIr .navbar.opened {
  background: #ffffff !important;
}
.cid-sTWKBo1qIr .nav-item:focus,
.cid-sTWKBo1qIr .nav-link:focus {
  outline: none;
}
.cid-sTWKBo1qIr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-sTWKBo1qIr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTWKBo1qIr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTWKBo1qIr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTWKBo1qIr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTWKBo1qIr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTWKBo1qIr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  box-shadow: none;
}
.cid-sTWKBo1qIr .navbar.opened {
  transition: all 0.3s;
}
.cid-sTWKBo1qIr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTWKBo1qIr .navbar .navbar-logo img {
  width: auto;
}
.cid-sTWKBo1qIr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sTWKBo1qIr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTWKBo1qIr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTWKBo1qIr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTWKBo1qIr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTWKBo1qIr .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-sTWKBo1qIr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTWKBo1qIr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTWKBo1qIr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTWKBo1qIr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTWKBo1qIr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTWKBo1qIr .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTWKBo1qIr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTWKBo1qIr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTWKBo1qIr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sTWKBo1qIr .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-sTWKBo1qIr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTWKBo1qIr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTWKBo1qIr .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-sTWKBo1qIr .dropdown-item.active,
.cid-sTWKBo1qIr .dropdown-item:active {
  background-color: transparent;
}
.cid-sTWKBo1qIr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTWKBo1qIr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTWKBo1qIr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTWKBo1qIr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sTWKBo1qIr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTWKBo1qIr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTWKBo1qIr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTWKBo1qIr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTWKBo1qIr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTWKBo1qIr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTWKBo1qIr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTWKBo1qIr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTWKBo1qIr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTWKBo1qIr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTWKBo1qIr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTWKBo1qIr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTWKBo1qIr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTWKBo1qIr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTWKBo1qIr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sTWKBo1qIr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTWKBo1qIr .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-sTWKBo1qIr .navbar {
    height: 70px;
  }
  .cid-sTWKBo1qIr .navbar.opened {
    height: auto;
  }
  .cid-sTWKBo1qIr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTWKBo1qIr .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-sTWKBo1qIr .container-fluid {
    padding: 0 40px;
  }
}
.cid-sTWKBo1qIr .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sTWKBo1qIr .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sTWKBo1qIr .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sTWKBo1qIr .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-sTWKBo1qIr .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-sTWKBo1qIr .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-sTWKBo1qIr .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-sTWKBo1qIr .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-sTWKBo1qIr .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-sTWKBo1qIr .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-sTWKBo1qIr .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-sTWKBo1qIr .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sTWKBoywj3 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-9767-2040x1530.jpg");
}
.cid-sTWKBoywj3 .mbr-section-title {
  color: #000000;
}
.cid-sTWKBoywj3 .mbr-text,
.cid-sTWKBoywj3 .mbr-section-btn {
  color: #ffffff;
}
.cid-sTWKBoywj3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sTWKBoywj3 .mbr-text2 {
  border-top: 2px solid #000000;
  padding-top: 4rem;
}
.cid-sTWKBoywj3 .mbr-text2,
.cid-sTWKBoywj3 .mbr-section-btn {
  color: #ffffff;
}
.cid-sTWKBoOewg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #923329;
}
.cid-sTWKBoOewg .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sTWKBoOewg .mbr-section-title {
  color: #fffdf7;
  margin-bottom: 20.4px;
}
.cid-sTWKBoOewg .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-sTWKBoOewg .star {
  color: #923329;
  fill: currentColor;
  overflow: hidden;
}
.cid-sTWKBoOewg .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
}
.cid-sTWKBoOewg .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
}
.cid-tX68d1LoNq {
  background-color: #fffdf7;
}
.cid-tX68d1LoNq .mbr-section-subtitle {
  color: #923329;
}
@media (max-width: 767px) {
  .cid-tX68d1LoNq {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cid-tX68d1LoNq .container-fluid {
    padding: 0 1rem;
  }
  .cid-tX68d1LoNq .mbr-section-btn,
  .cid-tX68d1LoNq .mbr-section-subtitle,
  .cid-tX68d1LoNq .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tX68d1LoNq {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cid-tX68d1LoNq .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tX68d1LoNq .container-fluid {
  max-width: 1300px;
}
.cid-tyF9R4LU7C {
  background-color: #d7d3c6;
}
.cid-tyF9R4LU7C .mbr-section-subtitle {
  color: #923329;
}
@media (max-width: 767px) {
  .cid-tyF9R4LU7C {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cid-tyF9R4LU7C .container-fluid {
    padding: 0 1rem;
  }
  .cid-tyF9R4LU7C .mbr-section-btn,
  .cid-tyF9R4LU7C .mbr-section-subtitle,
  .cid-tyF9R4LU7C .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tyF9R4LU7C {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cid-tyF9R4LU7C .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tyF9R4LU7C .container-fluid {
  max-width: 1300px;
}
.cid-tyF8au2seM {
  background-color: #fffdf7;
}
.cid-tyF8au2seM .mbr-section-subtitle {
  color: #923329;
}
@media (max-width: 767px) {
  .cid-tyF8au2seM {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cid-tyF8au2seM .container-fluid {
    padding: 0 1rem;
  }
  .cid-tyF8au2seM .mbr-section-btn,
  .cid-tyF8au2seM .mbr-section-subtitle,
  .cid-tyF8au2seM .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tyF8au2seM {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cid-tyF8au2seM .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tyF8au2seM .container-fluid {
  max-width: 1300px;
}
.cid-sTWKBpkbuN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #923329;
}
.cid-sTWKBpkbuN .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-sTWKBpkbuN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sTWKBpkbuN .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-sTWKBpkbuN .list {
    margin-bottom: 30px;
  }
}
.cid-sTWKBpkbuN .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-sTWKBpkbuN .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-sTWKBpkbuN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sTWKBpkbuN .copyright {
  color: #868c90;
}
.cid-sTWKBpkbuN .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sTWKBpkbuN .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-sTWKBpkbuN .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-sTWKBpkbuN .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sTWKBpkbuN .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-sTWKBpkbuN .footer-logo {
    margin: 0 auto;
  }
}
.cid-sZzLOSm54U .navbar-dropdown {
  position: relative !important;
}
.cid-sZzLOSm54U .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-sZzLOSm54U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sZzLOSm54U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sZzLOSm54U .dropdown-item:hover,
.cid-sZzLOSm54U .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-sZzLOSm54U .dropdown-item:hover span {
  color: white;
}
.cid-sZzLOSm54U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sZzLOSm54U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sZzLOSm54U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-sZzLOSm54U .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-sZzLOSm54U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sZzLOSm54U .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-sZzLOSm54U .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-sZzLOSm54U .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-sZzLOSm54U .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-sZzLOSm54U .container {
  display: flex;
  margin: auto;
}
.cid-sZzLOSm54U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sZzLOSm54U .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sZzLOSm54U .navbar-nav {
    align-items: center;
  }
}
.cid-sZzLOSm54U .dropdown-menu,
.cid-sZzLOSm54U .navbar.opened {
  background: #ffffff !important;
}
.cid-sZzLOSm54U .nav-item:focus,
.cid-sZzLOSm54U .nav-link:focus {
  outline: none;
}
.cid-sZzLOSm54U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-sZzLOSm54U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sZzLOSm54U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sZzLOSm54U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sZzLOSm54U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sZzLOSm54U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sZzLOSm54U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  box-shadow: none;
}
.cid-sZzLOSm54U .navbar.opened {
  transition: all 0.3s;
}
.cid-sZzLOSm54U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sZzLOSm54U .navbar .navbar-logo img {
  width: auto;
}
.cid-sZzLOSm54U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sZzLOSm54U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sZzLOSm54U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sZzLOSm54U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sZzLOSm54U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sZzLOSm54U .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-sZzLOSm54U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sZzLOSm54U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sZzLOSm54U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sZzLOSm54U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sZzLOSm54U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sZzLOSm54U .navbar.navbar-short {
  min-height: 60px;
}
.cid-sZzLOSm54U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sZzLOSm54U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sZzLOSm54U .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sZzLOSm54U .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-sZzLOSm54U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sZzLOSm54U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sZzLOSm54U .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-sZzLOSm54U .dropdown-item.active,
.cid-sZzLOSm54U .dropdown-item:active {
  background-color: transparent;
}
.cid-sZzLOSm54U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sZzLOSm54U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sZzLOSm54U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sZzLOSm54U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sZzLOSm54U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sZzLOSm54U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sZzLOSm54U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sZzLOSm54U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sZzLOSm54U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sZzLOSm54U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sZzLOSm54U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sZzLOSm54U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZzLOSm54U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZzLOSm54U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sZzLOSm54U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZzLOSm54U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sZzLOSm54U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sZzLOSm54U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZzLOSm54U .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sZzLOSm54U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sZzLOSm54U .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-sZzLOSm54U .navbar {
    height: 70px;
  }
  .cid-sZzLOSm54U .navbar.opened {
    height: auto;
  }
  .cid-sZzLOSm54U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sZzLOSm54U .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-sZzLOSm54U .container-fluid {
    padding: 0 40px;
  }
}
.cid-sZzLOSm54U .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sZzLOSm54U .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sZzLOSm54U .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sZzLOSm54U .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-sZzLOSm54U .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-sZzLOSm54U .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-sZzLOSm54U .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-sZzLOSm54U .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-sZzLOSm54U .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-sZzLOSm54U .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-sZzLOSm54U .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-sZzLOSm54U .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sZzLOSI3CK {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-9767-2040x1530.jpg");
}
.cid-sZzLOSI3CK .mbr-section-title {
  color: #000000;
}
.cid-sZzLOSI3CK .mbr-text,
.cid-sZzLOSI3CK .mbr-section-btn {
  color: #ffffff;
}
.cid-sZzLOSI3CK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sZzLOSI3CK .mbr-text2 {
  border-top: 2px solid #000000;
  padding-top: 4rem;
}
.cid-sZzLOSI3CK .mbr-text2,
.cid-sZzLOSI3CK .mbr-section-btn {
  color: #ffffff;
}
.cid-sZzLOSVhFF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #923329;
}
.cid-sZzLOSVhFF .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sZzLOSVhFF .mbr-section-title {
  color: #fffdf7;
  margin-bottom: 20.4px;
}
.cid-sZzLOSVhFF .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-sZzLOSVhFF .star {
  color: #923329;
  fill: currentColor;
  overflow: hidden;
}
.cid-sZzLOSVhFF .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
}
.cid-sZzLOSVhFF .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
}
.cid-sZA8QLNMg4 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fffdf7;
}
.cid-sZA8QLNMg4 .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sZA8QLNMg4 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sZA8QLNMg4 .row {
  display: flex;
}
@media (min-width: 992px) {
  .cid-sZA8QLNMg4 .row {
    flex-wrap: nowrap;
  }
}
.cid-sZA8QLNMg4 .numbering-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid currentColor;
  box-sizing: content-box;
  border-radius: 100%;
  min-height: 90px;
  min-width: 90px;
  margin-bottom: auto;
  margin-top: 20px;
  margin-left: 32px;
  margin-right: 2%;
}
.cid-sZA8QLNMg4 .numbering {
  color: #923329;
  font-size: 80px;
}
.cid-sZA8QLNMg4 .custom-svg-line path {
  stroke: #923329;
}
.cid-sZA8QLNMg4 .item-img {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sZA8QLNMg4 .item-img {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sZA8QLNMg4 .item-img {
    padding-bottom: 50px;
  }
}
.cid-sZA8QLNMg4 .image {
  display: flex;
  width: 100%;
  margin: 0 6% 0 0;
  padding: 6% 0 0 0;
}
.cid-sZA8QLNMg4 .image svg {
  display: flex;
  width: 100%;
}
.cid-sZA8QLNMg4 .text-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-sZA8QLNMg4 .text-container {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-sZA8QLNMg4 .text-container {
    flex-direction: column;
  }
}
.cid-sZA8QLNMg4 .text-left {
  padding-right: 60px;
}
@media (max-width: 767px) {
  .cid-sZA8QLNMg4 .text-left {
    padding-left: 0;
    padding-right: 25px;
  }
}
.cid-sZA8QLNMg4 .text-right {
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-sZA8QLNMg4 .text-right {
    padding-left: 0;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .cid-sZA8QLNMg4 .text-right {
    padding-left: 0;
    padding-right: 25px;
  }
}
.cid-sZA8QLNMg4 .item-text {
  padding: 0 32px;
}
@media (min-width: 992px) {
  .cid-sZA8QLNMg4 .item-text {
    padding: 0 75px 0 0;
  }
}
.cid-sZA8QLNMg4 .text {
  color: #3d3d3d;
}
.cid-sZA8QLNMg4 .mbr-section-title {
  color: #923329;
}
.cid-sZA8VJt8kt {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fffdf7;
}
.cid-sZA8VJt8kt .row {
  flex-direction: row-reverse;
}
.cid-sZA8VJt8kt .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sZA8VJt8kt .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sZA8VJt8kt .row {
  display: flex;
}
@media (min-width: 992px) {
  .cid-sZA8VJt8kt .row {
    flex-wrap: nowrap;
  }
}
.cid-sZA8VJt8kt .numbering-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid currentColor;
  box-sizing: content-box;
  border-radius: 100%;
  min-height: 90px;
  min-width: 90px;
  margin-bottom: auto;
  margin-top: 20px;
  margin-left: 32px;
  margin-right: 2%;
}
.cid-sZA8VJt8kt .numbering {
  color: #f68420;
  font-size: 80px;
}
.cid-sZA8VJt8kt .custom-svg-line path {
  stroke: #f68420;
}
.cid-sZA8VJt8kt .item-img {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sZA8VJt8kt .item-img {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sZA8VJt8kt .item-img {
    padding-bottom: 50px;
  }
}
.cid-sZA8VJt8kt .image {
  display: flex;
  width: 100%;
  margin: 0 6% 0 0;
  padding: 6% 0 0 0;
}
.cid-sZA8VJt8kt .image svg {
  display: flex;
  width: 100%;
}
.cid-sZA8VJt8kt .text-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-sZA8VJt8kt .text-container {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-sZA8VJt8kt .text-container {
    flex-direction: column;
  }
}
.cid-sZA8VJt8kt .text-left {
  padding-right: 60px;
}
@media (max-width: 767px) {
  .cid-sZA8VJt8kt .text-left {
    padding-left: 0;
    padding-right: 25px;
  }
}
.cid-sZA8VJt8kt .text-right {
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-sZA8VJt8kt .text-right {
    padding-left: 0;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .cid-sZA8VJt8kt .text-right {
    padding-left: 0;
    padding-right: 25px;
  }
}
.cid-sZA8VJt8kt .item-text {
  padding: 0 32px;
}
@media (min-width: 992px) {
  .cid-sZA8VJt8kt .item-text {
    padding: 0 75px 0 0;
  }
}
@media (min-width: 992px) {
  .cid-sZA8VJt8kt .item-text {
    padding: 0 0 0 75px;
  }
}
.cid-sZA8VJt8kt .text {
  color: #3d3d3d;
}
.cid-sZA8VJt8kt .mbr-section-title {
  color: #f68420;
}
.cid-sZAgveQv1i {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
@media (min-width: 992px) {
  .cid-sZAgveQv1i .display-1 {
    font-size: 80px;
  }
}
.cid-sZAgveQv1i .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sZAgveQv1i .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sZAgveQv1i .row {
  padding: 0 32px;
}
.cid-sZAgveQv1i .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-sZAgveQv1i .card-title {
  width: 100%;
  margin-bottom: 20px;
}
.cid-sZAgveQv1i .mbr-text {
  margin-bottom: 10px;
  color: #3d3d3d;
}
.cid-sZAgveQv1i .iconfont-wrapper {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.cid-sZAgveQv1i .link-contacts {
  display: flex;
  justify-content: center;
}
.cid-sZAgveQv1i .emerging-underline-link {
  color: #3d3d3d;
}
.cid-sZAgveQv1i .emerging-underline-link:not(:last-child) {
  margin-right: 15px;
}
.cid-sZzLOU4zpB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #923329;
}
.cid-sZzLOU4zpB .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-sZzLOU4zpB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sZzLOU4zpB .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-sZzLOU4zpB .list {
    margin-bottom: 30px;
  }
}
.cid-sZzLOU4zpB .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-sZzLOU4zpB .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-sZzLOU4zpB div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sZzLOU4zpB .copyright {
  color: #868c90;
}
.cid-sZzLOU4zpB .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sZzLOU4zpB .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-sZzLOU4zpB .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-sZzLOU4zpB .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sZzLOU4zpB .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-sZzLOU4zpB .footer-logo {
    margin: 0 auto;
  }
}
.cid-taOWRX7JBN .navbar-dropdown {
  position: relative !important;
}
.cid-taOWRX7JBN .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-taOWRX7JBN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taOWRX7JBN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taOWRX7JBN .dropdown-item:hover,
.cid-taOWRX7JBN .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-taOWRX7JBN .dropdown-item:hover span {
  color: white;
}
.cid-taOWRX7JBN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taOWRX7JBN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taOWRX7JBN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-taOWRX7JBN .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-taOWRX7JBN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taOWRX7JBN .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-taOWRX7JBN .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-taOWRX7JBN .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-taOWRX7JBN .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-taOWRX7JBN .container {
  display: flex;
  margin: auto;
}
.cid-taOWRX7JBN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taOWRX7JBN .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-taOWRX7JBN .navbar-nav {
    align-items: center;
  }
}
.cid-taOWRX7JBN .dropdown-menu,
.cid-taOWRX7JBN .navbar.opened {
  background: #ffffff !important;
}
.cid-taOWRX7JBN .nav-item:focus,
.cid-taOWRX7JBN .nav-link:focus {
  outline: none;
}
.cid-taOWRX7JBN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-taOWRX7JBN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taOWRX7JBN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taOWRX7JBN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taOWRX7JBN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taOWRX7JBN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taOWRX7JBN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  box-shadow: none;
}
.cid-taOWRX7JBN .navbar.opened {
  transition: all 0.3s;
}
.cid-taOWRX7JBN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taOWRX7JBN .navbar .navbar-logo img {
  width: auto;
}
.cid-taOWRX7JBN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-taOWRX7JBN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taOWRX7JBN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taOWRX7JBN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taOWRX7JBN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taOWRX7JBN .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-taOWRX7JBN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taOWRX7JBN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taOWRX7JBN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taOWRX7JBN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taOWRX7JBN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taOWRX7JBN .navbar.navbar-short {
  min-height: 60px;
}
.cid-taOWRX7JBN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taOWRX7JBN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-taOWRX7JBN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-taOWRX7JBN .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-taOWRX7JBN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taOWRX7JBN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taOWRX7JBN .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-taOWRX7JBN .dropdown-item.active,
.cid-taOWRX7JBN .dropdown-item:active {
  background-color: transparent;
}
.cid-taOWRX7JBN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taOWRX7JBN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taOWRX7JBN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taOWRX7JBN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-taOWRX7JBN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taOWRX7JBN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taOWRX7JBN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taOWRX7JBN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taOWRX7JBN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taOWRX7JBN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-taOWRX7JBN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taOWRX7JBN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOWRX7JBN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOWRX7JBN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taOWRX7JBN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOWRX7JBN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taOWRX7JBN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taOWRX7JBN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOWRX7JBN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-taOWRX7JBN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taOWRX7JBN .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-taOWRX7JBN .navbar {
    height: 70px;
  }
  .cid-taOWRX7JBN .navbar.opened {
    height: auto;
  }
  .cid-taOWRX7JBN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taOWRX7JBN .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-taOWRX7JBN .container-fluid {
    padding: 0 40px;
  }
}
.cid-taOWRX7JBN .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-taOWRX7JBN .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-taOWRX7JBN .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-taOWRX7JBN .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-taOWRX7JBN .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-taOWRX7JBN .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-taOWRX7JBN .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-taOWRX7JBN .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-taOWRX7JBN .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-taOWRX7JBN .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-taOWRX7JBN .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-taOWRX7JBN .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-taOWRYi7i1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #923329;
}
.cid-taOWRYi7i1 .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-taOWRYi7i1 .mbr-section-title {
  color: #fffdf7;
  margin-bottom: 20.4px;
}
.cid-taOWRYi7i1 .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-taOWRYi7i1 .star {
  color: #923329;
  fill: currentColor;
  overflow: hidden;
}
.cid-taOWRYi7i1 .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
}
.cid-taOWRYi7i1 .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
}
.cid-taOXfWck85 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffdf7;
}
.cid-taOXfWck85 .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-taOXfWck85 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-taOXfWck85 .item:focus,
.cid-taOXfWck85 span:focus {
  outline: none;
}
.cid-taOXfWck85 .main-container {
  display: flex;
  flex-direction: column;
  width: 82%;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .cid-taOXfWck85 .main-container {
    width: 91%;
  }
}
@media (min-width: 1400px) {
  .cid-taOXfWck85 .main-container {
    width: 1300px;
  }
}
.cid-taOXfWck85 .text {
  margin: 15px 0 25px;
  color: #3d3d3d;
  text-align: center;
}
.cid-taOXfWck85 .items-container {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-taOXfWck85 .items-container {
    padding-top: 20px;
    flex-direction: column;
  }
}
.cid-taOXfWck85 .item {
  margin-top: 8px;
  width: 16%;
}
@media (min-width: 992px) {
  .cid-taOXfWck85 .item {
    padding-right: 8px;
  }
  .cid-taOXfWck85 .item:last-child {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-taOXfWck85 .item {
    width: 100%;
    padding-bottom: 26px;
  }
  .cid-taOXfWck85 .item:last-child {
    padding-bottom: 0;
  }
}
.cid-taOXfWck85 .sublabel {
  margin-bottom: 10px;
}
.cid-taOXfWck85 .sublabel-text {
  margin: 0;
  color: #3d3d3d;
}
.cid-taOXfWck85 .item-links {
  width: auto;
}
@media (max-width: 991px) {
  .cid-taOXfWck85 .item-links {
    width: 100%;
  }
}
.cid-taOXfWck85 .underlined-link {
  margin-right: 15px;
  color: #3d3d3d;
}
@media (max-width: 991px) {
  .cid-taOXfWck85 .underlined-link {
    margin-bottom: 8px;
  }
}
.cid-taOXfWck85 .underlined-link:last-child {
  margin-right: 0;
}
.cid-taOXfWck85 .underlined-link:after {
  height: 1px;
}
.cid-taOXfWck85 .mbr-section-title {
  text-align: center;
}
.cid-taOWRYXJ75 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #923329;
}
.cid-taOWRYXJ75 .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-taOWRYXJ75 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-taOWRYXJ75 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-taOWRYXJ75 .list {
    margin-bottom: 30px;
  }
}
.cid-taOWRYXJ75 .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-taOWRYXJ75 .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-taOWRYXJ75 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-taOWRYXJ75 .copyright {
  color: #868c90;
}
.cid-taOWRYXJ75 .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-taOWRYXJ75 .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-taOWRYXJ75 .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-taOWRYXJ75 .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-taOWRYXJ75 .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-taOWRYXJ75 .footer-logo {
    margin: 0 auto;
  }
}
.cid-taOZ74U5US .navbar-dropdown {
  position: relative !important;
}
.cid-taOZ74U5US .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-taOZ74U5US .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taOZ74U5US .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taOZ74U5US .dropdown-item:hover,
.cid-taOZ74U5US .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-taOZ74U5US .dropdown-item:hover span {
  color: white;
}
.cid-taOZ74U5US .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taOZ74U5US .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taOZ74U5US .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-taOZ74U5US .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-taOZ74U5US .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taOZ74U5US .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-taOZ74U5US .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-taOZ74U5US .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-taOZ74U5US .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-taOZ74U5US .container {
  display: flex;
  margin: auto;
}
.cid-taOZ74U5US .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taOZ74U5US .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-taOZ74U5US .navbar-nav {
    align-items: center;
  }
}
.cid-taOZ74U5US .dropdown-menu,
.cid-taOZ74U5US .navbar.opened {
  background: #ffffff !important;
}
.cid-taOZ74U5US .nav-item:focus,
.cid-taOZ74U5US .nav-link:focus {
  outline: none;
}
.cid-taOZ74U5US .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-taOZ74U5US .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taOZ74U5US .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taOZ74U5US .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taOZ74U5US .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taOZ74U5US .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taOZ74U5US .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  box-shadow: none;
}
.cid-taOZ74U5US .navbar.opened {
  transition: all 0.3s;
}
.cid-taOZ74U5US .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taOZ74U5US .navbar .navbar-logo img {
  width: auto;
}
.cid-taOZ74U5US .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-taOZ74U5US .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taOZ74U5US .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taOZ74U5US .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taOZ74U5US .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taOZ74U5US .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-taOZ74U5US .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taOZ74U5US .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taOZ74U5US .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taOZ74U5US .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taOZ74U5US .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taOZ74U5US .navbar.navbar-short {
  min-height: 60px;
}
.cid-taOZ74U5US .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taOZ74U5US .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-taOZ74U5US .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-taOZ74U5US .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-taOZ74U5US .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taOZ74U5US .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taOZ74U5US .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-taOZ74U5US .dropdown-item.active,
.cid-taOZ74U5US .dropdown-item:active {
  background-color: transparent;
}
.cid-taOZ74U5US .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taOZ74U5US .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taOZ74U5US .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taOZ74U5US .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-taOZ74U5US .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taOZ74U5US .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taOZ74U5US ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taOZ74U5US .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taOZ74U5US button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taOZ74U5US button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-taOZ74U5US button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taOZ74U5US button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOZ74U5US button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOZ74U5US button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taOZ74U5US nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOZ74U5US nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taOZ74U5US nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taOZ74U5US nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOZ74U5US .navbar-dropdown {
  padding: 0 1rem;
}
.cid-taOZ74U5US a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taOZ74U5US .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-taOZ74U5US .navbar {
    height: 70px;
  }
  .cid-taOZ74U5US .navbar.opened {
    height: auto;
  }
  .cid-taOZ74U5US .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taOZ74U5US .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-taOZ74U5US .container-fluid {
    padding: 0 40px;
  }
}
.cid-taOZ74U5US .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-taOZ74U5US .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-taOZ74U5US .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-taOZ74U5US .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-taOZ74U5US .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-taOZ74U5US .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-taOZ74U5US .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-taOZ74U5US .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-taOZ74U5US .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-taOZ74U5US .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-taOZ74U5US .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-taOZ74U5US .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-taOZ75rRHk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #923329;
}
.cid-taOZ75rRHk .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-taOZ75rRHk .mbr-section-title {
  color: #fffdf7;
  margin-bottom: 20.4px;
}
.cid-taOZ75rRHk .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-taOZ75rRHk .star {
  color: #923329;
  fill: currentColor;
  overflow: hidden;
}
.cid-taOZ75rRHk .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
}
.cid-taOZ75rRHk .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
}
.cid-taOZ75JjTN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffdf7;
}
.cid-taOZ75JjTN .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-taOZ75JjTN .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-taOZ75JjTN .item:focus,
.cid-taOZ75JjTN span:focus {
  outline: none;
}
.cid-taOZ75JjTN .main-container {
  display: flex;
  flex-direction: column;
  width: 82%;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .cid-taOZ75JjTN .main-container {
    width: 91%;
  }
}
@media (min-width: 1400px) {
  .cid-taOZ75JjTN .main-container {
    width: 1300px;
  }
}
.cid-taOZ75JjTN .text {
  margin: 15px 0 25px;
  color: #3d3d3d;
  text-align: center;
}
.cid-taOZ75JjTN .items-container {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-taOZ75JjTN .items-container {
    padding-top: 20px;
    flex-direction: column;
  }
}
.cid-taOZ75JjTN .item {
  margin-top: 8px;
  width: 16%;
}
@media (min-width: 992px) {
  .cid-taOZ75JjTN .item {
    padding-right: 8px;
  }
  .cid-taOZ75JjTN .item:last-child {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-taOZ75JjTN .item {
    width: 100%;
    padding-bottom: 26px;
  }
  .cid-taOZ75JjTN .item:last-child {
    padding-bottom: 0;
  }
}
.cid-taOZ75JjTN .sublabel {
  margin-bottom: 10px;
}
.cid-taOZ75JjTN .sublabel-text {
  margin: 0;
  color: #3d3d3d;
}
.cid-taOZ75JjTN .item-links {
  width: auto;
}
@media (max-width: 991px) {
  .cid-taOZ75JjTN .item-links {
    width: 100%;
  }
}
.cid-taOZ75JjTN .underlined-link {
  margin-right: 15px;
  color: #3d3d3d;
}
@media (max-width: 991px) {
  .cid-taOZ75JjTN .underlined-link {
    margin-bottom: 8px;
  }
}
.cid-taOZ75JjTN .underlined-link:last-child {
  margin-right: 0;
}
.cid-taOZ75JjTN .underlined-link:after {
  height: 1px;
}
.cid-taOZ75JjTN .mbr-section-title {
  text-align: center;
}
.cid-taOZ760vtc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #923329;
}
.cid-taOZ760vtc .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-taOZ760vtc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-taOZ760vtc .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-taOZ760vtc .list {
    margin-bottom: 30px;
  }
}
.cid-taOZ760vtc .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-taOZ760vtc .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-taOZ760vtc div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-taOZ760vtc .copyright {
  color: #868c90;
}
.cid-taOZ760vtc .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-taOZ760vtc .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-taOZ760vtc .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-taOZ760vtc .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-taOZ760vtc .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-taOZ760vtc .footer-logo {
    margin: 0 auto;
  }
}
