.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Playfair Display SC;
}
.display-1 {
  font-family: 'Google Sans', sans-serif;
  font-size: 4.6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Google Sans', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f21c11 !important;
}
.bg-success {
  background-color: #1a4aa1 !important;
}
.bg-info {
  background-color: #018840 !important;
}
.bg-warning {
  background-color: #c17702 !important;
}
.bg-danger {
  background-color: #f85249 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f21c11 !important;
  border-color: #f21c11 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f54a41 !important;
  border-color: #f54a41 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f54a41 !important;
  border-color: #f54a41 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4b4949 !important;
  border-color: #4b4949 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #656262 !important;
  border-color: #656262 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #656262 !important;
  border-color: #656262 !important;
}
.btn-info,
.btn-info:active {
  background-color: #018840 !important;
  border-color: #018840 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #01bb58 !important;
  border-color: #01bb58 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #01bb58 !important;
  border-color: #01bb58 !important;
}
.btn-success,
.btn-success:active {
  background-color: #1a4aa1 !important;
  border-color: #1a4aa1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #215ecd !important;
  border-color: #215ecd !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #215ecd !important;
  border-color: #215ecd !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c17702 !important;
  border-color: #c17702 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f39603 !important;
  border-color: #f39603 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f39603 !important;
  border-color: #f39603 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f85249 !important;
  border-color: #f85249 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fa817a !important;
  border-color: #fa817a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fa817a !important;
  border-color: #fa817a !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f21c11;
  color: #f21c11;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a31009 !important;
  background-color: transparent !important;
  border-color: #a31009 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f21c11 !important;
  border-color: #f21c11 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #4b4949;
  color: #4b4949;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1f1e1e !important;
  background-color: transparent !important;
  border-color: #1f1e1e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4b4949 !important;
  border-color: #4b4949 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #018840;
  color: #018840;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #003217 !important;
  background-color: transparent !important;
  border-color: #003217 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #018840 !important;
  border-color: #018840 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #1a4aa1;
  color: #1a4aa1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0e2856 !important;
  background-color: transparent !important;
  border-color: #0e2856 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1a4aa1 !important;
  border-color: #1a4aa1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #c17702;
  color: #c17702;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #6b4201 !important;
  background-color: transparent !important;
  border-color: #6b4201 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c17702 !important;
  border-color: #c17702 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f85249;
  color: #f85249;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #e21409 !important;
  background-color: transparent !important;
  border-color: #e21409 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f85249 !important;
  border-color: #f85249 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #f21c11 !important;
}
.text-secondary {
  color: #4b4949 !important;
}
.text-success {
  color: #1a4aa1 !important;
}
.text-info {
  color: #018840 !important;
}
.text-warning {
  color: #c17702 !important;
}
.text-danger {
  color: #f85249 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #950f08 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #171717 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0c2249 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #002310 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #5c3901 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d31308 !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: #f21c11;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #018840;
}
.alert-warning {
  background-color: #c17702;
}
.alert-danger {
  background-color: #f85249;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f21c11;
  border-color: #f21c11;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f21c11;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdd4d2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #5789e4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #0bfd7c;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdb645;
}
.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: 'Google Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #f21c11 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #f21c11;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f21c11;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f21c11;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f21c11;
  border-bottom-color: #f21c11;
}
.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: #f21c11 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4b4949 !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='%23f21c11' %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;
}
.mbr-section-btn .btn {
  border-radius: 0 !important;
  padding: 19px 45px;
  font-weight: 400;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-content {
  border-radius: 0 !important;
}
.navbar-logo img {
  border-radius: 0 !important;
}
.display-7 {
  font-weight: 300;
}
.cid-uIeNyVkRCC .navbar-dropdown {
  position: relative !important;
}
.cid-uIeNyVkRCC .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uIeNyVkRCC .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIeNyVkRCC .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uIeNyVkRCC .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-uIeNyVkRCC .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uIeNyVkRCC .dropdown-item {
  border: none !important;
  background: #aca593 !important;
}
.cid-uIeNyVkRCC .dropdown-item:hover,
.cid-uIeNyVkRCC .dropdown-item:focus {
  background: #aca593 !important;
  color: #a11a20 !important;
}
.cid-uIeNyVkRCC .dropdown-item:hover span {
  color: white;
}
.cid-uIeNyVkRCC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIeNyVkRCC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIeNyVkRCC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIeNyVkRCC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIeNyVkRCC .nav-link {
  position: relative;
}
.cid-uIeNyVkRCC .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uIeNyVkRCC .container {
    flex-wrap: nowrap;
  }
}
.cid-uIeNyVkRCC .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uIeNyVkRCC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIeNyVkRCC .dropdown-menu,
.cid-uIeNyVkRCC .navbar.opened {
  background: #aca593 !important;
}
.cid-uIeNyVkRCC .nav-item:focus,
.cid-uIeNyVkRCC .nav-link:focus {
  outline: none;
}
.cid-uIeNyVkRCC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIeNyVkRCC .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uIeNyVkRCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIeNyVkRCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIeNyVkRCC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIeNyVkRCC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIeNyVkRCC .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #aca593;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIeNyVkRCC .navbar.opened {
  transition: all 0.3s;
}
.cid-uIeNyVkRCC .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uIeNyVkRCC .navbar .navbar-logo img {
  width: auto;
}
.cid-uIeNyVkRCC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIeNyVkRCC .navbar.collapsed {
  justify-content: center;
}
.cid-uIeNyVkRCC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIeNyVkRCC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIeNyVkRCC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uIeNyVkRCC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIeNyVkRCC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIeNyVkRCC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIeNyVkRCC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIeNyVkRCC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIeNyVkRCC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIeNyVkRCC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIeNyVkRCC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIeNyVkRCC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIeNyVkRCC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIeNyVkRCC .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-uIeNyVkRCC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIeNyVkRCC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIeNyVkRCC .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uIeNyVkRCC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uIeNyVkRCC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIeNyVkRCC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIeNyVkRCC .navbar.navbar-short {
  min-height: 96px;
}
.cid-uIeNyVkRCC .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uIeNyVkRCC .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uIeNyVkRCC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIeNyVkRCC .navbar-brand .navbar-caption:hover,
.cid-uIeNyVkRCC .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uIeNyVkRCC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIeNyVkRCC .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uIeNyVkRCC .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uIeNyVkRCC .dropdown-item.active,
.cid-uIeNyVkRCC .dropdown-item:active {
  background-color: transparent;
}
.cid-uIeNyVkRCC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIeNyVkRCC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIeNyVkRCC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIeNyVkRCC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aca593;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uIeNyVkRCC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uIeNyVkRCC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uIeNyVkRCC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIeNyVkRCC ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uIeNyVkRCC ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uIeNyVkRCC .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uIeNyVkRCC .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uIeNyVkRCC .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uIeNyVkRCC .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uIeNyVkRCC button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #aca593 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIeNyVkRCC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-uIeNyVkRCC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uIeNyVkRCC button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uIeNyVkRCC button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uIeNyVkRCC button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uIeNyVkRCC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIeNyVkRCC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIeNyVkRCC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIeNyVkRCC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIeNyVkRCC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIeNyVkRCC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIeNyVkRCC .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-uIeNyVkRCC .navbar {
    height: 70px;
  }
  .cid-uIeNyVkRCC .navbar.opened {
    height: auto;
  }
  .cid-uIeNyVkRCC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIeNyVkRCC .navbar-nav {
  margin: 0 auto;
}
.cid-uIeNyVkRCC .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uIeNyVkRCC .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uIeNyVkRCC .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uIeNyVkRCC .nav-item .nav-link:hover,
.cid-uIeNyVkRCC .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-uIeNyVkRCC .nav-item .nav-link:hover::after,
.cid-uIeNyVkRCC .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uIeNyVkRCC .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uIeNyVkRCC .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uIeNyVkRCC .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uIeNyVkRCC .navbar {
    justify-content: flex-start !important;
  }
  .cid-uIeNyVkRCC .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uIeNyVkRCC .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uIeNyVkRCC .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uIeNyVkRCC .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uIeNyVkRCC .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uIeNyVkRCC .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uIeNyVkRCC .content-wrap {
  min-height: 110px;
}
.cid-uIeNzCoqXP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIeNzCoqXP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeNzCoqXP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeNzCoqXP .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uIeNzCoqXP .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIeNzCoqXP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uIeNzCoqXP .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uIeNzCoqXP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIeNzCoqXP .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uIeNzCoqXP .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uIeNzCoqXP .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIeNzCoqXP .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uIeNzCoqXP .content-wrapper .mbr-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uIeNzCoqXP .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uIeNzCoqXP .mbr-section-title {
  color: #c10b02;
}
.cid-uIeNzCoqXP .mbr-text,
.cid-uIeNzCoqXP .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uIeNzCoqXP .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uIeNzCoqXP .mbr-section-title,
.cid-uIeNzCoqXP .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v7CVV7hWBx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7CVV7hWBx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CVV7hWBx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7CVV7hWBx .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v7CVV7hWBx .container {
    padding: 0 12px;
  }
}
.cid-v7CVV7hWBx .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7CVV7hWBx .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-v7CVV7hWBx .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-v7CVV7hWBx .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-v7CVV7hWBx .mbr-section-title {
  color: #000000;
}
.cid-v7CVuY2oG0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aca593;
}
.cid-v7CVuY2oG0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CVuY2oG0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7CVuY2oG0 .container {
    padding: 0 16px;
  }
}
.cid-v7CVuY2oG0 .title-wrapper {
  position: relative;
}
.cid-v7CVuY2oG0 .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v7CVuY2oG0 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v7CVuY2oG0 .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v7CVuY2oG0 .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-v7CVuY2oG0 .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v7CVuY2oG0 .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #000000;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-v7CVuY2oG0 .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-v7CVuY2oG0 .mbr-section-title {
  color: #08323C;
}
.cid-v7CVuY2oG0 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v7CVuY2oG0 .mbr-section-title,
.cid-v7CVuY2oG0 .mbr-section-btn {
  text-align: center;
}
.cid-v7D1hTeqOR {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-v7D1hTeqOR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7D1hTeqOR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7D1hTeqOR .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #000000;
}
.cid-v7D1hTeqOR .row {
  flex-direction: row-reverse;
}
.cid-v7D1hTeqOR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v7D1hTeqOR .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.cid-v7D1hTeqOR .mbr-section-title {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-v7D1hTeqOR .text-wrapper {
    text-align: center;
  }
}
.cid-v7D1hTeqOR .mbr-text,
.cid-v7D1hTeqOR .mbr-section-btn {
  color: #fdfde1;
}
.cid-v7D1hTeqOR .mbr-menu,
.cid-v7D1hTeqOR .mbr-section-btn {
  color: #fdfde1;
}
.cid-v7D1hTeqOR .mbr-desc,
.cid-v7D1hTeqOR .mbr-section-btn {
  color: #000000;
}
.cid-v7D0yU8fUr {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #aca593;
}
.cid-v7D0yU8fUr .mbr-section-title {
  color: #ffffff;
}
.cid-v7D0yU8fUr .line {
  width: 100%;
  height: 2px;
  background: currentColor;
  margin-bottom: 8rem;
}
.cid-v7D0yU8fUr .d-flex {
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-v7D0yU8fUr .d-flex {
    justify-content: center;
  }
}
.cid-v7D0yU8fUr .col-lg-4 {
  display: flex;
  align-items: flex-end;
}
.cid-v7D0yU8fUr .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 2rem;
}
.cid-v7D0yU8fUr .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 767px) {
  .cid-v7D0yU8fUr .link-wrapper {
    justify-content: center;
  }
}
.cid-v7D0yU8fUr .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-v7D0yU8fUr .link,
.cid-v7D0yU8fUr .link-icon {
  color: #ffffff;
}
.cid-v7D0yU8fUr .mbr-text,
.cid-v7D0yU8fUr .line {
  color: #000000;
}
.cid-v7D0yU8fUr .mbr-section-title,
.cid-v7D0yU8fUr .line {
  color: #000000;
}
.cid-v7CVeb0Y9V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
}
.cid-v7CVeb0Y9V .container {
  z-index: 1;
}
.cid-v7CVeb0Y9V .card {
  position: relative;
  margin-bottom: 60px;
  padding: 0 45px 55px 0;
}
.cid-v7CVeb0Y9V .card:hover .card__info {
  transform: translate(0px, 55px);
}
.cid-v7CVeb0Y9V .card:hover .hover__socicon {
  transform: scale(1, 1);
}
.cid-v7CVeb0Y9V .image__card {
  position: relative;
}
.cid-v7CVeb0Y9V .image__card img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-v7CVeb0Y9V .card__info {
  padding: 25px 25px 30px 50px;
  background: #ffffff;
  box-shadow: 5.994px 14.835px 30px 0px rgba(229, 234, 239, 0.5);
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  transform: translate(45px, 55px);
  transition: all 0.3s ease-in-out;
}
.cid-v7CVeb0Y9V .card__title {
  margin-bottom: 5px;
  color: #000000;
}
.cid-v7CVeb0Y9V .hover__socicon {
  position: absolute;
  text-align: center;
  width: 45px;
  background: #ffffff;
  box-shadow: 8px 0px 8.6px 1.4px rgba(229, 234, 239, 0.2);
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 100% 0%;
  transition: all 0.3s ease-in-out;
}
.cid-v7CVeb0Y9V .hover__socicon > div {
  position: relative;
  top: 40%;
  transform: translateY(-50%);
}
.cid-v7CVeb0Y9V .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 20px;
  color: #4b4949;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-v7CVeb0Y9V .icons__wrap:hover {
  color: #f85249;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-v7D0X3UrWQ {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7D0X3UrWQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7D0X3UrWQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7D0X3UrWQ .mbr-section-title {
  color: #000000;
}
.cid-v7D0X3UrWQ .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v7D0X3UrWQ .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7D0X3UrWQ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v7CVjxx4PZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aca593;
}
.cid-v7CVjxx4PZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CVjxx4PZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CVjxx4PZ .row {
  margin: 0 -45px;
}
.cid-v7CVjxx4PZ .row .card {
  padding: 0 45px;
  justify-content: center;
}
.cid-v7CVjxx4PZ .image-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-v7CVjxx4PZ .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v7CVjxx4PZ .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7CVjxx4PZ .image-wrapper img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border: 2px solid #3a001d;
  box-shadow: 0 16px 0 #3a001d;
  background-color: #3a001d;
}
@media (max-width: 1440px) {
  .cid-v7CVjxx4PZ .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-v7CVjxx4PZ .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .cid-v7CVjxx4PZ .image-wrapper img {
    height: 300px;
  }
}
.cid-v7CVjxx4PZ .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 2px solid #3a001d;
  background-color: #fecb66;
  margin-bottom: 22px;
}
.cid-v7CVjxx4PZ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
  text-shadow: 0 5px 0 #4b4949;
}
.cid-v7CVjxx4PZ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-v7CVjxx4PZ .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7CVjxx4PZ .mbr-label {
  color: #3a001d;
}
.cid-v7CVjxx4PZ .mbr-section-title {
  color: #fffaf0;
}
.cid-v7CVjxx4PZ .mbr-text {
  color: #fffaf0;
}
.cid-v7CVjxx4PZ .mbr-section-title,
.cid-v7CVjxx4PZ .mbr-section-btn {
  color: #000000;
}
.cid-v7CVjxx4PZ .mbr-text,
.cid-v7CVjxx4PZ .text-wrapper {
  color: #000000;
}
.cid-v7D3fOjWUg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7D3fOjWUg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7D3fOjWUg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v7D3fOjWUg .container {
    padding: 0 24px;
  }
}
.cid-v7D3fOjWUg .row {
  justify-content: center;
  border-top: 1px solid #72716b;
}
@media (min-width: 992px) {
  .cid-v7D3fOjWUg .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-v7D3fOjWUg .row {
    border: none;
  }
}
.cid-v7D3fOjWUg .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v7D3fOjWUg .row .item {
    padding: 0 16px;
  }
}
.cid-v7D3fOjWUg .item-wrapper {
  height: 100%;
}
.cid-v7D3fOjWUg .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v7D3fOjWUg .item-wrapper .card-box {
    display: block;
  }
}
.cid-v7D3fOjWUg .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v7D3fOjWUg .subtitle-wrap {
    display: block;
  }
}
.cid-v7D3fOjWUg .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v7D3fOjWUg .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #72716b;
    text-align: left;
  }
}
.cid-v7D3fOjWUg .content-wrapper {
  padding: 32px;
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-v7D3fOjWUg .content-wrapper {
    padding: 24px;
    border-top: 1px solid #72716b;
    border-left: 1px solid #72716b;
  }
}
.cid-v7D3fOjWUg .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v7D3fOjWUg .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7D3fOjWUg .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-v7D3fOjWUg .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v7D3fOjWUg .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-v7D3fOjWUg .mbr-section-title {
  color: #F9F6E0;
}
.cid-v7D3fOjWUg .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-v7D3fOjWUg .mbr-text {
  color: #000000;
}
.cid-v7D3fOjWUg .mbr-section-title,
.cid-v7D3fOjWUg .mbr-section-btn {
  color: #000000;
}
.cid-v7CVieOUsX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7CVieOUsX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CVieOUsX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CVieOUsX .row {
  margin: 0 -11px;
}
.cid-v7CVieOUsX .row .card {
  padding: 0 11px;
}
.cid-v7CVieOUsX .content-wrapper {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .cid-v7CVieOUsX .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7CVieOUsX .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v7CVieOUsX .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v7CVieOUsX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7CVieOUsX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7CVieOUsX .tabs-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-v7CVieOUsX .tabs-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v7CVieOUsX .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7CVieOUsX .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-v7CVieOUsX .tabs-wrapper .nav.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.cid-v7CVieOUsX .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 22px 42px;
  border: 2px solid #3a001d;
  background-color: #ffffff;
  display: block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v7CVieOUsX .tabs-wrapper .nav.nav-tabs .nav-item {
    margin-left: 8px;
    margin-right: 8px;
    padding: 16px 22px;
  }
}
.cid-v7CVieOUsX .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: block;
  background-color: transparent;
  border: none;
  color: #000000;
  transition: all 0.3s ease-in-out;
  opacity: .5;
  padding: 0;
}
.cid-v7CVieOUsX .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover {
  opacity: 1;
}
.cid-v7CVieOUsX .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  opacity: 1;
}
.cid-v7CVieOUsX .tab-content {
  padding-right: 66px;
}
@media (max-width: 1440px) {
  .cid-v7CVieOUsX .tab-content {
    padding-right: 0;
  }
}
.cid-v7CVieOUsX .tab-content .tab-pane .item-content .image-wrap img {
  width: 100%;
  height: 500px;
  border: 2px solid #3a001d;
  box-shadow: 0 16px 0 #3a001d;
  background-color: #3a001d;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7CVieOUsX .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
@media (max-width: 425px) {
  .cid-v7CVieOUsX .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-v7CVieOUsX .mbr-section-title,
.cid-v7CVieOUsX .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7CVieOUsX .mbr-text,
.cid-v7CVieOUsX .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-v7CVtHCxrq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aca593;
}
.cid-v7CVtHCxrq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CVtHCxrq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CVtHCxrq .container,
.cid-v7CVtHCxrq .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v7CVtHCxrq .container,
  .cid-v7CVtHCxrq .container-fluid {
    padding: 0 20px;
  }
}
.cid-v7CVtHCxrq .title-wrapper {
  padding: 50px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v7CVtHCxrq .title-wrapper {
    padding: 25px 0;
  }
}
.cid-v7CVtHCxrq .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #ffffff;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-v7CVtHCxrq .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-v7CVtHCxrq .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7CVtHCxrq .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7CVtHCxrq .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7CVtHCxrq .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-v7CVtHCxrq .mbr-section-title {
  color: #3d4045;
}
.cid-v7CVtHCxrq .mbr-text {
  color: #000000;
}
.cid-v7CVtHCxrq .mbr-section-btn {
  text-align: right;
}
.cid-v7CVtHCxrq .mbr-section-title,
.cid-v7CVtHCxrq .mbr-section-btn {
  color: #000000;
}
.cid-v7CVyvLBMj {
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v7CVyvLBMj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CVyvLBMj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CVyvLBMj .row {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v7CVyvLBMj .row {
    flex-wrap: wrap;
  }
}
.cid-v7CVyvLBMj .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v7CVyvLBMj .text-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-v7CVyvLBMj .text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v7CVyvLBMj .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #a9bbab;
  transform: translateY(40%);
}
.cid-v7CVyvLBMj .mbr-section-title {
  color: #000000;
}
.cid-v7CVyvLBMj .mbr-section-title a {
  pointer-events: none !important;
  font-style: italic !important;
  font-weight: bold !important;
}
.cid-v7CVyvLBMj .mbr-section-subtitle {
  margin-top: 30px;
  color: #353535;
}
@media (max-width: 767px) {
  .cid-v7CVyvLBMj .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-v7CVyvLBMj .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-v7CVyvLBMj .mbr-text {
    margin-top: 12px;
  }
}
.cid-v7CVyvLBMj .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-v7CVyvLBMj .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v7CVyvLBMj .col-img {
  width: 430px;
}
@media (max-width: 1199px) {
  .cid-v7CVyvLBMj .col-img {
    width: 350px;
  }
}
.cid-v7CVyvLBMj .img-wrap {
  position: relative;
  width: 100%;
}
.cid-v7CVyvLBMj .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-v7CVyvLBMj .img-wrap .img-box {
    border-top-left-radius: 55px;
    border-top-right-radius: 55px;
    border-bottom-right-radius: 55px;
  }
}
.cid-v7CVyvLBMj .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-v7CVyvLBMj .img-wrap .frame-box {
  position: absolute;
  height: 240px;
}
.cid-v7CVyvLBMj .img-wrap .frame-box svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-v7CVyvLBMj .img-wrap .frame-box-1 {
  bottom: -20%;
  left: -14%;
  width: 85%;
  transform: rotate(10deg);
}
.cid-v7CVyvLBMj .img-wrap .frame-box-2 {
  bottom: -18%;
  right: -14%;
  width: 84%;
  transform: rotate(0deg);
}
@media (max-width: 991px) {
  .cid-v7CVyvLBMj .img-wrap .frame-box-2 {
    bottom: auto;
    top: -15%;
  }
}
.cid-v7CVyvLBMj .mbr-text,
.cid-v7CVyvLBMj .mbr-section-btn {
  color: #000000;
}
.cid-v7CZeKbkZZ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #aca593;
}
.cid-v7CZeKbkZZ .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v7CZeKbkZZ .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v7CZeKbkZZ .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-v7CZeKbkZZ .brand__email {
  margin-bottom: 15px;
}
.cid-v7CZeKbkZZ .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v7CZeKbkZZ .footer__title {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-v7CZeKbkZZ .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #000000;
}
.cid-v7CZeKbkZZ .footer__items a:hover {
  color: #f85249 !important;
}
.cid-v7CZeKbkZZ .social {
  margin-top: 30px;
}
.cid-v7CZeKbkZZ .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 10px;
  color: #000000;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v7CZeKbkZZ .social .social__items:hover {
  background-color: #f85249;
  border-color: #f85249;
}
.cid-v7CZeKbkZZ .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-v7CZeKbkZZ .social .social__items:last-child {
  margin-right: 0;
}
.cid-v7CZeKbkZZ .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v7CZeKbkZZ .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v7CZeKbkZZ .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v7CZeKbkZZ .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v7CZeKbkZZ .footer__bot_items a:hover {
  color: #f85249 !important;
}
.cid-v7CZeKbkZZ .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v7CZeKbkZZ .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v7CZeKbkZZ .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f85249;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v7CZeKbkZZ .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v7CZeKbkZZ .divider {
    margin-top: 30px;
  }
  .cid-v7CZeKbkZZ .footer__bottom {
    padding: 30px 0;
  }
  .cid-v7CZeKbkZZ .align-right,
  .cid-v7CZeKbkZZ .privacy {
    text-align: center;
  }
  .cid-v7CZeKbkZZ .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v7CZeKbkZZ .privacy {
  color: #000000;
}
.cid-v7CZeKbkZZ .footer__adress {
  color: #000000;
}
.cid-v7D60GRNPu .navbar-dropdown {
  position: relative !important;
}
.cid-v7D60GRNPu .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-v7D60GRNPu .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v7D60GRNPu .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-v7D60GRNPu .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-v7D60GRNPu .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v7D60GRNPu .dropdown-item {
  border: none !important;
  background: #aca593 !important;
}
.cid-v7D60GRNPu .dropdown-item:hover,
.cid-v7D60GRNPu .dropdown-item:focus {
  background: #aca593 !important;
  color: #a11a20 !important;
}
.cid-v7D60GRNPu .dropdown-item:hover span {
  color: white;
}
.cid-v7D60GRNPu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7D60GRNPu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7D60GRNPu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7D60GRNPu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7D60GRNPu .nav-link {
  position: relative;
}
.cid-v7D60GRNPu .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v7D60GRNPu .container {
    flex-wrap: nowrap;
  }
}
.cid-v7D60GRNPu .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7D60GRNPu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7D60GRNPu .dropdown-menu,
.cid-v7D60GRNPu .navbar.opened {
  background: #aca593 !important;
}
.cid-v7D60GRNPu .nav-item:focus,
.cid-v7D60GRNPu .nav-link:focus {
  outline: none;
}
.cid-v7D60GRNPu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7D60GRNPu .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7D60GRNPu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7D60GRNPu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7D60GRNPu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7D60GRNPu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7D60GRNPu .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #aca593;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7D60GRNPu .navbar.opened {
  transition: all 0.3s;
}
.cid-v7D60GRNPu .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v7D60GRNPu .navbar .navbar-logo img {
  width: auto;
}
.cid-v7D60GRNPu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7D60GRNPu .navbar.collapsed {
  justify-content: center;
}
.cid-v7D60GRNPu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7D60GRNPu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7D60GRNPu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v7D60GRNPu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7D60GRNPu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7D60GRNPu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7D60GRNPu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7D60GRNPu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7D60GRNPu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7D60GRNPu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7D60GRNPu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7D60GRNPu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7D60GRNPu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7D60GRNPu .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-v7D60GRNPu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7D60GRNPu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7D60GRNPu .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v7D60GRNPu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7D60GRNPu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7D60GRNPu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7D60GRNPu .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7D60GRNPu .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7D60GRNPu .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7D60GRNPu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7D60GRNPu .navbar-brand .navbar-caption:hover,
.cid-v7D60GRNPu .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v7D60GRNPu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7D60GRNPu .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7D60GRNPu .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v7D60GRNPu .dropdown-item.active,
.cid-v7D60GRNPu .dropdown-item:active {
  background-color: transparent;
}
.cid-v7D60GRNPu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7D60GRNPu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7D60GRNPu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7D60GRNPu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aca593;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v7D60GRNPu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7D60GRNPu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7D60GRNPu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7D60GRNPu ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7D60GRNPu ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v7D60GRNPu .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v7D60GRNPu .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v7D60GRNPu .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v7D60GRNPu .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7D60GRNPu button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #aca593 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7D60GRNPu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-v7D60GRNPu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7D60GRNPu button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7D60GRNPu button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7D60GRNPu button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7D60GRNPu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7D60GRNPu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7D60GRNPu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7D60GRNPu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7D60GRNPu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7D60GRNPu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7D60GRNPu .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-v7D60GRNPu .navbar {
    height: 70px;
  }
  .cid-v7D60GRNPu .navbar.opened {
    height: auto;
  }
  .cid-v7D60GRNPu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7D60GRNPu .navbar-nav {
  margin: 0 auto;
}
.cid-v7D60GRNPu .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7D60GRNPu .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v7D60GRNPu .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7D60GRNPu .nav-item .nav-link:hover,
.cid-v7D60GRNPu .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-v7D60GRNPu .nav-item .nav-link:hover::after,
.cid-v7D60GRNPu .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v7D60GRNPu .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7D60GRNPu .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7D60GRNPu .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v7D60GRNPu .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7D60GRNPu .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7D60GRNPu .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7D60GRNPu .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7D60GRNPu .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7D60GRNPu .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v7D60GRNPu .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v7D60GRNPu .content-wrap {
  min-height: 110px;
}
.cid-v7D60I9WGb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7D60I9WGb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7D60I9WGb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7D60I9WGb .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v7D60I9WGb .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v7D60I9WGb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v7D60I9WGb .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v7D60I9WGb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7D60I9WGb .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-v7D60I9WGb .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.cid-v7D60I9WGb .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7D60I9WGb .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v7D60I9WGb .content-wrapper .mbr-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-v7D60I9WGb .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-v7D60I9WGb .mbr-section-title {
  color: #c10b02;
}
.cid-v7D60I9WGb .mbr-text,
.cid-v7D60I9WGb .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7D60I9WGb .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-v7D60I9WGb .mbr-section-title,
.cid-v7D60I9WGb .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v7D60JIjwE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7D60JIjwE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7D60JIjwE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7D60JIjwE .container {
    padding: 0 16px;
  }
}
.cid-v7D60JIjwE .title-wrapper {
  position: relative;
}
.cid-v7D60JIjwE .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v7D60JIjwE .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v7D60JIjwE .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v7D60JIjwE .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-v7D60JIjwE .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v7D60JIjwE .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #000000;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-v7D60JIjwE .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-v7D60JIjwE .mbr-section-title {
  color: #08323C;
}
.cid-v7D60JIjwE .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v7D60JIjwE .mbr-section-title,
.cid-v7D60JIjwE .mbr-section-btn {
  text-align: center;
}
.cid-v7D60TJWeA {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #aca593;
}
.cid-v7D60TJWeA .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v7D60TJWeA .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v7D60TJWeA .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-v7D60TJWeA .brand__email {
  margin-bottom: 15px;
}
.cid-v7D60TJWeA .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v7D60TJWeA .footer__title {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-v7D60TJWeA .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #000000;
}
.cid-v7D60TJWeA .footer__items a:hover {
  color: #f85249 !important;
}
.cid-v7D60TJWeA .social {
  margin-top: 30px;
}
.cid-v7D60TJWeA .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 10px;
  color: #000000;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v7D60TJWeA .social .social__items:hover {
  background-color: #f85249;
  border-color: #f85249;
}
.cid-v7D60TJWeA .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-v7D60TJWeA .social .social__items:last-child {
  margin-right: 0;
}
.cid-v7D60TJWeA .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v7D60TJWeA .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v7D60TJWeA .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v7D60TJWeA .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v7D60TJWeA .footer__bot_items a:hover {
  color: #f85249 !important;
}
.cid-v7D60TJWeA .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v7D60TJWeA .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v7D60TJWeA .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f85249;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v7D60TJWeA .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v7D60TJWeA .divider {
    margin-top: 30px;
  }
  .cid-v7D60TJWeA .footer__bottom {
    padding: 30px 0;
  }
  .cid-v7D60TJWeA .align-right,
  .cid-v7D60TJWeA .privacy {
    text-align: center;
  }
  .cid-v7D60TJWeA .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v7D60TJWeA .privacy {
  color: #000000;
}
.cid-v7D60TJWeA .footer__adress {
  color: #000000;
}
.cid-v7D6JENX88 .navbar-dropdown {
  position: relative !important;
}
.cid-v7D6JENX88 .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-v7D6JENX88 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v7D6JENX88 .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-v7D6JENX88 .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-v7D6JENX88 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v7D6JENX88 .dropdown-item {
  border: none !important;
  background: #aca593 !important;
}
.cid-v7D6JENX88 .dropdown-item:hover,
.cid-v7D6JENX88 .dropdown-item:focus {
  background: #aca593 !important;
  color: #a11a20 !important;
}
.cid-v7D6JENX88 .dropdown-item:hover span {
  color: white;
}
.cid-v7D6JENX88 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7D6JENX88 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7D6JENX88 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7D6JENX88 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7D6JENX88 .nav-link {
  position: relative;
}
.cid-v7D6JENX88 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v7D6JENX88 .container {
    flex-wrap: nowrap;
  }
}
.cid-v7D6JENX88 .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7D6JENX88 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7D6JENX88 .dropdown-menu,
.cid-v7D6JENX88 .navbar.opened {
  background: #aca593 !important;
}
.cid-v7D6JENX88 .nav-item:focus,
.cid-v7D6JENX88 .nav-link:focus {
  outline: none;
}
.cid-v7D6JENX88 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7D6JENX88 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7D6JENX88 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7D6JENX88 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7D6JENX88 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7D6JENX88 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7D6JENX88 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #aca593;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7D6JENX88 .navbar.opened {
  transition: all 0.3s;
}
.cid-v7D6JENX88 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v7D6JENX88 .navbar .navbar-logo img {
  width: auto;
}
.cid-v7D6JENX88 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7D6JENX88 .navbar.collapsed {
  justify-content: center;
}
.cid-v7D6JENX88 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7D6JENX88 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7D6JENX88 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v7D6JENX88 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7D6JENX88 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7D6JENX88 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7D6JENX88 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7D6JENX88 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7D6JENX88 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7D6JENX88 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7D6JENX88 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7D6JENX88 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7D6JENX88 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7D6JENX88 .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-v7D6JENX88 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7D6JENX88 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7D6JENX88 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v7D6JENX88 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7D6JENX88 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7D6JENX88 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7D6JENX88 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7D6JENX88 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7D6JENX88 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7D6JENX88 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7D6JENX88 .navbar-brand .navbar-caption:hover,
.cid-v7D6JENX88 .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v7D6JENX88 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7D6JENX88 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7D6JENX88 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v7D6JENX88 .dropdown-item.active,
.cid-v7D6JENX88 .dropdown-item:active {
  background-color: transparent;
}
.cid-v7D6JENX88 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7D6JENX88 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7D6JENX88 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7D6JENX88 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aca593;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v7D6JENX88 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7D6JENX88 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7D6JENX88 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7D6JENX88 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7D6JENX88 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v7D6JENX88 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v7D6JENX88 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v7D6JENX88 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v7D6JENX88 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7D6JENX88 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #aca593 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7D6JENX88 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-v7D6JENX88 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7D6JENX88 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7D6JENX88 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7D6JENX88 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7D6JENX88 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7D6JENX88 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7D6JENX88 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7D6JENX88 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7D6JENX88 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7D6JENX88 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7D6JENX88 .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-v7D6JENX88 .navbar {
    height: 70px;
  }
  .cid-v7D6JENX88 .navbar.opened {
    height: auto;
  }
  .cid-v7D6JENX88 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7D6JENX88 .navbar-nav {
  margin: 0 auto;
}
.cid-v7D6JENX88 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7D6JENX88 .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v7D6JENX88 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7D6JENX88 .nav-item .nav-link:hover,
.cid-v7D6JENX88 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-v7D6JENX88 .nav-item .nav-link:hover::after,
.cid-v7D6JENX88 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v7D6JENX88 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7D6JENX88 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7D6JENX88 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v7D6JENX88 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7D6JENX88 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7D6JENX88 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7D6JENX88 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7D6JENX88 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7D6JENX88 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v7D6JENX88 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v7D6JENX88 .content-wrap {
  min-height: 110px;
}
.cid-v7D6JFANox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7D6JFANox .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7D6JFANox .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7D6JFANox .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v7D6JFANox .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v7D6JFANox .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v7D6JFANox .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v7D6JFANox .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7D6JFANox .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-v7D6JFANox .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.cid-v7D6JFANox .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7D6JFANox .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v7D6JFANox .content-wrapper .mbr-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-v7D6JFANox .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-v7D6JFANox .mbr-section-title {
  color: #c10b02;
}
.cid-v7D6JFANox .mbr-text,
.cid-v7D6JFANox .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7D6JFANox .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-v7D6JFANox .mbr-section-title,
.cid-v7D6JFANox .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v7D6JGbduX {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7D6JGbduX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7D6JGbduX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7D6JGbduX .container {
    padding: 0 16px;
  }
}
.cid-v7D6JGbduX .title-wrapper {
  position: relative;
}
.cid-v7D6JGbduX .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v7D6JGbduX .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v7D6JGbduX .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v7D6JGbduX .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-v7D6JGbduX .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v7D6JGbduX .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #000000;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-v7D6JGbduX .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-v7D6JGbduX .mbr-section-title {
  color: #08323C;
}
.cid-v7D6JGbduX .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v7D6JGbduX .mbr-section-title,
.cid-v7D6JGbduX .mbr-section-btn {
  text-align: center;
}
.cid-v7D6JGKp9N {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #aca593;
}
.cid-v7D6JGKp9N .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v7D6JGKp9N .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v7D6JGKp9N .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-v7D6JGKp9N .brand__email {
  margin-bottom: 15px;
}
.cid-v7D6JGKp9N .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v7D6JGKp9N .footer__title {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-v7D6JGKp9N .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #000000;
}
.cid-v7D6JGKp9N .footer__items a:hover {
  color: #f85249 !important;
}
.cid-v7D6JGKp9N .social {
  margin-top: 30px;
}
.cid-v7D6JGKp9N .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 10px;
  color: #000000;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v7D6JGKp9N .social .social__items:hover {
  background-color: #f85249;
  border-color: #f85249;
}
.cid-v7D6JGKp9N .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-v7D6JGKp9N .social .social__items:last-child {
  margin-right: 0;
}
.cid-v7D6JGKp9N .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v7D6JGKp9N .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v7D6JGKp9N .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v7D6JGKp9N .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v7D6JGKp9N .footer__bot_items a:hover {
  color: #f85249 !important;
}
.cid-v7D6JGKp9N .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v7D6JGKp9N .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v7D6JGKp9N .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f85249;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v7D6JGKp9N .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v7D6JGKp9N .divider {
    margin-top: 30px;
  }
  .cid-v7D6JGKp9N .footer__bottom {
    padding: 30px 0;
  }
  .cid-v7D6JGKp9N .align-right,
  .cid-v7D6JGKp9N .privacy {
    text-align: center;
  }
  .cid-v7D6JGKp9N .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v7D6JGKp9N .privacy {
  color: #000000;
}
.cid-v7D6JGKp9N .footer__adress {
  color: #000000;
}
.cid-v7D7aENgMs .navbar-dropdown {
  position: relative !important;
}
.cid-v7D7aENgMs .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-v7D7aENgMs .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v7D7aENgMs .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-v7D7aENgMs .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-v7D7aENgMs .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v7D7aENgMs .dropdown-item {
  border: none !important;
  background: #aca593 !important;
}
.cid-v7D7aENgMs .dropdown-item:hover,
.cid-v7D7aENgMs .dropdown-item:focus {
  background: #aca593 !important;
  color: #a11a20 !important;
}
.cid-v7D7aENgMs .dropdown-item:hover span {
  color: white;
}
.cid-v7D7aENgMs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7D7aENgMs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7D7aENgMs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7D7aENgMs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7D7aENgMs .nav-link {
  position: relative;
}
.cid-v7D7aENgMs .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v7D7aENgMs .container {
    flex-wrap: nowrap;
  }
}
.cid-v7D7aENgMs .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7D7aENgMs .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7D7aENgMs .dropdown-menu,
.cid-v7D7aENgMs .navbar.opened {
  background: #aca593 !important;
}
.cid-v7D7aENgMs .nav-item:focus,
.cid-v7D7aENgMs .nav-link:focus {
  outline: none;
}
.cid-v7D7aENgMs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7D7aENgMs .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7D7aENgMs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7D7aENgMs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7D7aENgMs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7D7aENgMs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7D7aENgMs .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #aca593;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7D7aENgMs .navbar.opened {
  transition: all 0.3s;
}
.cid-v7D7aENgMs .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v7D7aENgMs .navbar .navbar-logo img {
  width: auto;
}
.cid-v7D7aENgMs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7D7aENgMs .navbar.collapsed {
  justify-content: center;
}
.cid-v7D7aENgMs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7D7aENgMs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7D7aENgMs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v7D7aENgMs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7D7aENgMs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7D7aENgMs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7D7aENgMs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7D7aENgMs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7D7aENgMs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7D7aENgMs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7D7aENgMs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7D7aENgMs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7D7aENgMs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7D7aENgMs .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-v7D7aENgMs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7D7aENgMs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7D7aENgMs .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v7D7aENgMs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7D7aENgMs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7D7aENgMs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7D7aENgMs .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7D7aENgMs .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7D7aENgMs .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7D7aENgMs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7D7aENgMs .navbar-brand .navbar-caption:hover,
.cid-v7D7aENgMs .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v7D7aENgMs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7D7aENgMs .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7D7aENgMs .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v7D7aENgMs .dropdown-item.active,
.cid-v7D7aENgMs .dropdown-item:active {
  background-color: transparent;
}
.cid-v7D7aENgMs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7D7aENgMs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7D7aENgMs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7D7aENgMs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aca593;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v7D7aENgMs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7D7aENgMs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7D7aENgMs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7D7aENgMs ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7D7aENgMs ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v7D7aENgMs .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v7D7aENgMs .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v7D7aENgMs .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v7D7aENgMs .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7D7aENgMs button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #aca593 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7D7aENgMs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-v7D7aENgMs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7D7aENgMs button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7D7aENgMs button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7D7aENgMs button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7D7aENgMs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7D7aENgMs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7D7aENgMs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7D7aENgMs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7D7aENgMs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7D7aENgMs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7D7aENgMs .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-v7D7aENgMs .navbar {
    height: 70px;
  }
  .cid-v7D7aENgMs .navbar.opened {
    height: auto;
  }
  .cid-v7D7aENgMs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7D7aENgMs .navbar-nav {
  margin: 0 auto;
}
.cid-v7D7aENgMs .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7D7aENgMs .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v7D7aENgMs .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7D7aENgMs .nav-item .nav-link:hover,
.cid-v7D7aENgMs .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-v7D7aENgMs .nav-item .nav-link:hover::after,
.cid-v7D7aENgMs .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v7D7aENgMs .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7D7aENgMs .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7D7aENgMs .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v7D7aENgMs .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7D7aENgMs .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7D7aENgMs .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7D7aENgMs .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7D7aENgMs .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7D7aENgMs .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v7D7aENgMs .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v7D7aENgMs .content-wrap {
  min-height: 110px;
}
.cid-v7D7aFkRi7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7D7aFkRi7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7D7aFkRi7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7D7aFkRi7 .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v7D7aFkRi7 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v7D7aFkRi7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v7D7aFkRi7 .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v7D7aFkRi7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7D7aFkRi7 .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-v7D7aFkRi7 .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.cid-v7D7aFkRi7 .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7D7aFkRi7 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v7D7aFkRi7 .content-wrapper .mbr-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-v7D7aFkRi7 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-v7D7aFkRi7 .mbr-section-title {
  color: #c10b02;
}
.cid-v7D7aFkRi7 .mbr-text,
.cid-v7D7aFkRi7 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7D7aFkRi7 .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-v7D7aFkRi7 .mbr-section-title,
.cid-v7D7aFkRi7 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v7D7aFLvDj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7D7aFLvDj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7D7aFLvDj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7D7aFLvDj .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v7D7aFLvDj .container {
    padding: 0 12px;
  }
}
.cid-v7D7aFLvDj .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7D7aFLvDj .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-v7D7aFLvDj .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-v7D7aFLvDj .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-v7D7aFLvDj .mbr-section-title {
  color: #000000;
}
.cid-v7D7aGbzsn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aca593;
}
.cid-v7D7aGbzsn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7D7aGbzsn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7D7aGbzsn .container {
    padding: 0 16px;
  }
}
.cid-v7D7aGbzsn .title-wrapper {
  position: relative;
}
.cid-v7D7aGbzsn .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v7D7aGbzsn .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v7D7aGbzsn .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v7D7aGbzsn .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-v7D7aGbzsn .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v7D7aGbzsn .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #000000;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-v7D7aGbzsn .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-v7D7aGbzsn .mbr-section-title {
  color: #08323C;
}
.cid-v7D7aGbzsn .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v7D7aGbzsn .mbr-section-title,
.cid-v7D7aGbzsn .mbr-section-btn {
  text-align: center;
}
.cid-v7D7aGF7G0 {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-v7D7aGF7G0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7D7aGF7G0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7D7aGF7G0 .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #000000;
}
.cid-v7D7aGF7G0 .row {
  flex-direction: row-reverse;
}
.cid-v7D7aGF7G0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v7D7aGF7G0 .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.cid-v7D7aGF7G0 .mbr-section-title {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-v7D7aGF7G0 .text-wrapper {
    text-align: center;
  }
}
.cid-v7D7aGF7G0 .mbr-text,
.cid-v7D7aGF7G0 .mbr-section-btn {
  color: #fdfde1;
}
.cid-v7D7aGF7G0 .mbr-menu,
.cid-v7D7aGF7G0 .mbr-section-btn {
  color: #fdfde1;
}
.cid-v7D7aGF7G0 .mbr-desc,
.cid-v7D7aGF7G0 .mbr-section-btn {
  color: #000000;
}
.cid-v7D7aHfllg {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #aca593;
}
.cid-v7D7aHfllg .mbr-section-title {
  color: #ffffff;
}
.cid-v7D7aHfllg .line {
  width: 100%;
  height: 2px;
  background: currentColor;
  margin-bottom: 8rem;
}
.cid-v7D7aHfllg .d-flex {
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-v7D7aHfllg .d-flex {
    justify-content: center;
  }
}
.cid-v7D7aHfllg .col-lg-4 {
  display: flex;
  align-items: flex-end;
}
.cid-v7D7aHfllg .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 2rem;
}
.cid-v7D7aHfllg .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 767px) {
  .cid-v7D7aHfllg .link-wrapper {
    justify-content: center;
  }
}
.cid-v7D7aHfllg .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-v7D7aHfllg .link,
.cid-v7D7aHfllg .link-icon {
  color: #ffffff;
}
.cid-v7D7aHfllg .mbr-text,
.cid-v7D7aHfllg .line {
  color: #000000;
}
.cid-v7D7aHfllg .mbr-section-title,
.cid-v7D7aHfllg .line {
  color: #000000;
}
.cid-v7D7aHHeEK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
}
.cid-v7D7aHHeEK .container {
  z-index: 1;
}
.cid-v7D7aHHeEK .card {
  position: relative;
  margin-bottom: 60px;
  padding: 0 45px 55px 0;
}
.cid-v7D7aHHeEK .card:hover .card__info {
  transform: translate(0px, 55px);
}
.cid-v7D7aHHeEK .card:hover .hover__socicon {
  transform: scale(1, 1);
}
.cid-v7D7aHHeEK .image__card {
  position: relative;
}
.cid-v7D7aHHeEK .image__card img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-v7D7aHHeEK .card__info {
  padding: 25px 25px 30px 50px;
  background: #ffffff;
  box-shadow: 5.994px 14.835px 30px 0px rgba(229, 234, 239, 0.5);
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  transform: translate(45px, 55px);
  transition: all 0.3s ease-in-out;
}
.cid-v7D7aHHeEK .card__title {
  margin-bottom: 5px;
  color: #000000;
}
.cid-v7D7aHHeEK .hover__socicon {
  position: absolute;
  text-align: center;
  width: 45px;
  background: #ffffff;
  box-shadow: 8px 0px 8.6px 1.4px rgba(229, 234, 239, 0.2);
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 100% 0%;
  transition: all 0.3s ease-in-out;
}
.cid-v7D7aHHeEK .hover__socicon > div {
  position: relative;
  top: 40%;
  transform: translateY(-50%);
}
.cid-v7D7aHHeEK .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 20px;
  color: #4b4949;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-v7D7aHHeEK .icons__wrap:hover {
  color: #f85249;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-v7D7aIo2b1 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7D7aIo2b1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7D7aIo2b1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7D7aIo2b1 .mbr-section-title {
  color: #000000;
}
.cid-v7D7aIo2b1 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v7D7aIo2b1 .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7D7aIo2b1 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v7D7aITiN1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aca593;
}
.cid-v7D7aITiN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7D7aITiN1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7D7aITiN1 .row {
  margin: 0 -45px;
}
.cid-v7D7aITiN1 .row .card {
  padding: 0 45px;
  justify-content: center;
}
.cid-v7D7aITiN1 .image-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-v7D7aITiN1 .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v7D7aITiN1 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7D7aITiN1 .image-wrapper img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border: 2px solid #3a001d;
  box-shadow: 0 16px 0 #3a001d;
  background-color: #3a001d;
}
@media (max-width: 1440px) {
  .cid-v7D7aITiN1 .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-v7D7aITiN1 .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .cid-v7D7aITiN1 .image-wrapper img {
    height: 300px;
  }
}
.cid-v7D7aITiN1 .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 2px solid #3a001d;
  background-color: #fecb66;
  margin-bottom: 22px;
}
.cid-v7D7aITiN1 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
  text-shadow: 0 5px 0 #4b4949;
}
.cid-v7D7aITiN1 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-v7D7aITiN1 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7D7aITiN1 .mbr-label {
  color: #3a001d;
}
.cid-v7D7aITiN1 .mbr-section-title {
  color: #fffaf0;
}
.cid-v7D7aITiN1 .mbr-text {
  color: #fffaf0;
}
.cid-v7D7aITiN1 .mbr-section-title,
.cid-v7D7aITiN1 .mbr-section-btn {
  color: #000000;
}
.cid-v7D7aITiN1 .mbr-text,
.cid-v7D7aITiN1 .text-wrapper {
  color: #000000;
}
.cid-v7D7aJzdJX {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7D7aJzdJX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7D7aJzdJX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v7D7aJzdJX .container {
    padding: 0 24px;
  }
}
.cid-v7D7aJzdJX .row {
  justify-content: center;
  border-top: 1px solid #72716b;
}
@media (min-width: 992px) {
  .cid-v7D7aJzdJX .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-v7D7aJzdJX .row {
    border: none;
  }
}
.cid-v7D7aJzdJX .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v7D7aJzdJX .row .item {
    padding: 0 16px;
  }
}
.cid-v7D7aJzdJX .item-wrapper {
  height: 100%;
}
.cid-v7D7aJzdJX .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v7D7aJzdJX .item-wrapper .card-box {
    display: block;
  }
}
.cid-v7D7aJzdJX .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v7D7aJzdJX .subtitle-wrap {
    display: block;
  }
}
.cid-v7D7aJzdJX .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v7D7aJzdJX .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #72716b;
    text-align: left;
  }
}
.cid-v7D7aJzdJX .content-wrapper {
  padding: 32px;
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-v7D7aJzdJX .content-wrapper {
    padding: 24px;
    border-top: 1px solid #72716b;
    border-left: 1px solid #72716b;
  }
}
.cid-v7D7aJzdJX .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v7D7aJzdJX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7D7aJzdJX .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-v7D7aJzdJX .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v7D7aJzdJX .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-v7D7aJzdJX .mbr-section-title {
  color: #F9F6E0;
}
.cid-v7D7aJzdJX .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-v7D7aJzdJX .mbr-text {
  color: #000000;
}
.cid-v7D7aJzdJX .mbr-section-title,
.cid-v7D7aJzdJX .mbr-section-btn {
  color: #000000;
}
.cid-v7D7aKhOND {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7D7aKhOND .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7D7aKhOND .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7D7aKhOND .row {
  margin: 0 -11px;
}
.cid-v7D7aKhOND .row .card {
  padding: 0 11px;
}
.cid-v7D7aKhOND .content-wrapper {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .cid-v7D7aKhOND .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7D7aKhOND .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v7D7aKhOND .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v7D7aKhOND .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7D7aKhOND .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7D7aKhOND .tabs-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-v7D7aKhOND .tabs-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v7D7aKhOND .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7D7aKhOND .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-v7D7aKhOND .tabs-wrapper .nav.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.cid-v7D7aKhOND .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 22px 42px;
  border: 2px solid #3a001d;
  background-color: #ffffff;
  display: block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v7D7aKhOND .tabs-wrapper .nav.nav-tabs .nav-item {
    margin-left: 8px;
    margin-right: 8px;
    padding: 16px 22px;
  }
}
.cid-v7D7aKhOND .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: block;
  background-color: transparent;
  border: none;
  color: #000000;
  transition: all 0.3s ease-in-out;
  opacity: .5;
  padding: 0;
}
.cid-v7D7aKhOND .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover {
  opacity: 1;
}
.cid-v7D7aKhOND .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  opacity: 1;
}
.cid-v7D7aKhOND .tab-content {
  padding-right: 66px;
}
@media (max-width: 1440px) {
  .cid-v7D7aKhOND .tab-content {
    padding-right: 0;
  }
}
.cid-v7D7aKhOND .tab-content .tab-pane .item-content .image-wrap img {
  width: 100%;
  height: 500px;
  border: 2px solid #3a001d;
  box-shadow: 0 16px 0 #3a001d;
  background-color: #3a001d;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7D7aKhOND .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
@media (max-width: 425px) {
  .cid-v7D7aKhOND .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-v7D7aKhOND .mbr-section-title,
.cid-v7D7aKhOND .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7D7aKhOND .mbr-text,
.cid-v7D7aKhOND .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-v7D7aL6Jfz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aca593;
}
.cid-v7D7aL6Jfz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7D7aL6Jfz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7D7aL6Jfz .container,
.cid-v7D7aL6Jfz .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v7D7aL6Jfz .container,
  .cid-v7D7aL6Jfz .container-fluid {
    padding: 0 20px;
  }
}
.cid-v7D7aL6Jfz .title-wrapper {
  padding: 50px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v7D7aL6Jfz .title-wrapper {
    padding: 25px 0;
  }
}
.cid-v7D7aL6Jfz .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #ffffff;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-v7D7aL6Jfz .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-v7D7aL6Jfz .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7D7aL6Jfz .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7D7aL6Jfz .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7D7aL6Jfz .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-v7D7aL6Jfz .mbr-section-title {
  color: #3d4045;
}
.cid-v7D7aL6Jfz .mbr-text {
  color: #000000;
}
.cid-v7D7aL6Jfz .mbr-section-btn {
  text-align: right;
}
.cid-v7D7aL6Jfz .mbr-section-title,
.cid-v7D7aL6Jfz .mbr-section-btn {
  color: #000000;
}
.cid-v7D7aLF70v {
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v7D7aLF70v .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7D7aLF70v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7D7aLF70v .row {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v7D7aLF70v .row {
    flex-wrap: wrap;
  }
}
.cid-v7D7aLF70v .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v7D7aLF70v .text-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-v7D7aLF70v .text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v7D7aLF70v .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #a9bbab;
  transform: translateY(40%);
}
.cid-v7D7aLF70v .mbr-section-title {
  color: #000000;
}
.cid-v7D7aLF70v .mbr-section-title a {
  pointer-events: none !important;
  font-style: italic !important;
  font-weight: bold !important;
}
.cid-v7D7aLF70v .mbr-section-subtitle {
  margin-top: 30px;
  color: #353535;
}
@media (max-width: 767px) {
  .cid-v7D7aLF70v .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-v7D7aLF70v .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-v7D7aLF70v .mbr-text {
    margin-top: 12px;
  }
}
.cid-v7D7aLF70v .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-v7D7aLF70v .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v7D7aLF70v .col-img {
  width: 430px;
}
@media (max-width: 1199px) {
  .cid-v7D7aLF70v .col-img {
    width: 350px;
  }
}
.cid-v7D7aLF70v .img-wrap {
  position: relative;
  width: 100%;
}
.cid-v7D7aLF70v .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-v7D7aLF70v .img-wrap .img-box {
    border-top-left-radius: 55px;
    border-top-right-radius: 55px;
    border-bottom-right-radius: 55px;
  }
}
.cid-v7D7aLF70v .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-v7D7aLF70v .img-wrap .frame-box {
  position: absolute;
  height: 240px;
}
.cid-v7D7aLF70v .img-wrap .frame-box svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-v7D7aLF70v .img-wrap .frame-box-1 {
  bottom: -20%;
  left: -14%;
  width: 85%;
  transform: rotate(10deg);
}
.cid-v7D7aLF70v .img-wrap .frame-box-2 {
  bottom: -18%;
  right: -14%;
  width: 84%;
  transform: rotate(0deg);
}
@media (max-width: 991px) {
  .cid-v7D7aLF70v .img-wrap .frame-box-2 {
    bottom: auto;
    top: -15%;
  }
}
.cid-v7D7aLF70v .mbr-text,
.cid-v7D7aLF70v .mbr-section-btn {
  color: #000000;
}
.cid-v7D7aMfs0H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7D7aMfs0H .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7D7aMfs0H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7D7aMfs0H .row {
  margin: 0 !important;
}
.cid-v7D7aMfs0H .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-v7D7aMfs0H .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-v7D7aMfs0H .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-v7D7aMfs0H .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
}
.cid-v7D7aMfs0H .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v7D7aMfs0H .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-v7D7aMfs0H .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-v7D7aMfs0H .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v7D7aMfs0H .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-v7D7aMfs0H .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-v7D7aMfs0H .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-v7D7aMfs0H .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #000000;
  margin-left: 0.5rem;
}
.cid-v7D7aMfs0H .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #000000;
  font-weight: 900;
}
.cid-v7D7aMfs0H .panel-group {
  border: none;
}
.cid-v7D7aMfs0H .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-v7D7aMfs0H .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v7D7aMfs0H .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-v7D7aMfs0H .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-v7D7aMfs0H .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-v7D7aMfs0H .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-v7D7aMfs0H .panel-title-edit {
  color: #131313;
}
.cid-v7D7aMfs0H .panel-body {
  padding: 0 0 20px;
}
.cid-v7D7aMfs0H .panel-text {
  color: #131313;
  margin: 0;
}
.cid-v7DtPnx2sZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7DtPnx2sZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7DtPnx2sZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7DtPnx2sZ .card-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 32px;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-v7DtPnx2sZ .card-wrapper {
    display: block;
    padding: 18px;
  }
}
.cid-v7DtPnx2sZ .card-wrapper .gradient-wrapper {
  position: absolute;
  right: -150px;
  top: -400px;
  width: 500px;
  height: 500px;
  background-image: linear-gradient(-90deg, #aca593, #aca593 70%);
  border-radius: 100%;
  filter: blur(6rem);
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v7DtPnx2sZ .card-wrapper .gradient-wrapper {
    width: 400px;
    height: 400px;
  }
}
.cid-v7DtPnx2sZ .card-wrapper .google-map {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v7DtPnx2sZ .card-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v7DtPnx2sZ .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-v7D7aMXCh7 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #aca593;
}
.cid-v7D7aMXCh7 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v7D7aMXCh7 .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v7D7aMXCh7 .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-v7D7aMXCh7 .brand__email {
  margin-bottom: 15px;
}
.cid-v7D7aMXCh7 .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v7D7aMXCh7 .footer__title {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-v7D7aMXCh7 .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #000000;
}
.cid-v7D7aMXCh7 .footer__items a:hover {
  color: #f85249 !important;
}
.cid-v7D7aMXCh7 .social {
  margin-top: 30px;
}
.cid-v7D7aMXCh7 .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 10px;
  color: #000000;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v7D7aMXCh7 .social .social__items:hover {
  background-color: #f85249;
  border-color: #f85249;
}
.cid-v7D7aMXCh7 .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-v7D7aMXCh7 .social .social__items:last-child {
  margin-right: 0;
}
.cid-v7D7aMXCh7 .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v7D7aMXCh7 .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v7D7aMXCh7 .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v7D7aMXCh7 .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v7D7aMXCh7 .footer__bot_items a:hover {
  color: #f85249 !important;
}
.cid-v7D7aMXCh7 .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v7D7aMXCh7 .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v7D7aMXCh7 .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f85249;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v7D7aMXCh7 .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v7D7aMXCh7 .divider {
    margin-top: 30px;
  }
  .cid-v7D7aMXCh7 .footer__bottom {
    padding: 30px 0;
  }
  .cid-v7D7aMXCh7 .align-right,
  .cid-v7D7aMXCh7 .privacy {
    text-align: center;
  }
  .cid-v7D7aMXCh7 .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v7D7aMXCh7 .privacy {
  color: #000000;
}
.cid-v7D7aMXCh7 .footer__adress {
  color: #000000;
}
.cid-v7D8PmGCSp .navbar-dropdown {
  position: relative !important;
}
.cid-v7D8PmGCSp .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-v7D8PmGCSp .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v7D8PmGCSp .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-v7D8PmGCSp .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-v7D8PmGCSp .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v7D8PmGCSp .dropdown-item {
  border: none !important;
  background: #aca593 !important;
}
.cid-v7D8PmGCSp .dropdown-item:hover,
.cid-v7D8PmGCSp .dropdown-item:focus {
  background: #aca593 !important;
  color: #a11a20 !important;
}
.cid-v7D8PmGCSp .dropdown-item:hover span {
  color: white;
}
.cid-v7D8PmGCSp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7D8PmGCSp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7D8PmGCSp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7D8PmGCSp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7D8PmGCSp .nav-link {
  position: relative;
}
.cid-v7D8PmGCSp .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v7D8PmGCSp .container {
    flex-wrap: nowrap;
  }
}
.cid-v7D8PmGCSp .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7D8PmGCSp .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7D8PmGCSp .dropdown-menu,
.cid-v7D8PmGCSp .navbar.opened {
  background: #aca593 !important;
}
.cid-v7D8PmGCSp .nav-item:focus,
.cid-v7D8PmGCSp .nav-link:focus {
  outline: none;
}
.cid-v7D8PmGCSp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7D8PmGCSp .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7D8PmGCSp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7D8PmGCSp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7D8PmGCSp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7D8PmGCSp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7D8PmGCSp .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #aca593;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7D8PmGCSp .navbar.opened {
  transition: all 0.3s;
}
.cid-v7D8PmGCSp .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v7D8PmGCSp .navbar .navbar-logo img {
  width: auto;
}
.cid-v7D8PmGCSp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7D8PmGCSp .navbar.collapsed {
  justify-content: center;
}
.cid-v7D8PmGCSp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7D8PmGCSp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7D8PmGCSp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v7D8PmGCSp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7D8PmGCSp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7D8PmGCSp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7D8PmGCSp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7D8PmGCSp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7D8PmGCSp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7D8PmGCSp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7D8PmGCSp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7D8PmGCSp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7D8PmGCSp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7D8PmGCSp .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-v7D8PmGCSp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7D8PmGCSp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7D8PmGCSp .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v7D8PmGCSp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7D8PmGCSp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7D8PmGCSp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7D8PmGCSp .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7D8PmGCSp .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7D8PmGCSp .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7D8PmGCSp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7D8PmGCSp .navbar-brand .navbar-caption:hover,
.cid-v7D8PmGCSp .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v7D8PmGCSp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7D8PmGCSp .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7D8PmGCSp .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v7D8PmGCSp .dropdown-item.active,
.cid-v7D8PmGCSp .dropdown-item:active {
  background-color: transparent;
}
.cid-v7D8PmGCSp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7D8PmGCSp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7D8PmGCSp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7D8PmGCSp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aca593;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v7D8PmGCSp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7D8PmGCSp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7D8PmGCSp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7D8PmGCSp ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7D8PmGCSp ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v7D8PmGCSp .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v7D8PmGCSp .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v7D8PmGCSp .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v7D8PmGCSp .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7D8PmGCSp button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #aca593 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7D8PmGCSp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-v7D8PmGCSp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7D8PmGCSp button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7D8PmGCSp button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7D8PmGCSp button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7D8PmGCSp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7D8PmGCSp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7D8PmGCSp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7D8PmGCSp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7D8PmGCSp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7D8PmGCSp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7D8PmGCSp .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-v7D8PmGCSp .navbar {
    height: 70px;
  }
  .cid-v7D8PmGCSp .navbar.opened {
    height: auto;
  }
  .cid-v7D8PmGCSp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7D8PmGCSp .navbar-nav {
  margin: 0 auto;
}
.cid-v7D8PmGCSp .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7D8PmGCSp .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v7D8PmGCSp .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7D8PmGCSp .nav-item .nav-link:hover,
.cid-v7D8PmGCSp .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-v7D8PmGCSp .nav-item .nav-link:hover::after,
.cid-v7D8PmGCSp .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v7D8PmGCSp .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7D8PmGCSp .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7D8PmGCSp .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v7D8PmGCSp .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7D8PmGCSp .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7D8PmGCSp .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7D8PmGCSp .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7D8PmGCSp .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7D8PmGCSp .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v7D8PmGCSp .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v7D8PmGCSp .content-wrap {
  min-height: 110px;
}
.cid-v7D8PnDuGg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7D8PnDuGg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7D8PnDuGg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7D8PnDuGg .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v7D8PnDuGg .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v7D8PnDuGg .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v7D8PnDuGg .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v7D8PnDuGg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7D8PnDuGg .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-v7D8PnDuGg .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.cid-v7D8PnDuGg .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7D8PnDuGg .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v7D8PnDuGg .content-wrapper .mbr-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-v7D8PnDuGg .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-v7D8PnDuGg .mbr-section-title {
  color: #c10b02;
}
.cid-v7D8PnDuGg .mbr-text,
.cid-v7D8PnDuGg .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7D8PnDuGg .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-v7D8PnDuGg .mbr-section-title,
.cid-v7D8PnDuGg .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v7D8Potw8R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7D8Potw8R .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7D8Potw8R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7D8Potw8R .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v7D8Potw8R .container {
    padding: 0 12px;
  }
}
.cid-v7D8Potw8R .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7D8Potw8R .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-v7D8Potw8R .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-v7D8Potw8R .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-v7D8Potw8R .mbr-section-title {
  color: #000000;
}
.cid-v7D8PpcOIK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aca593;
}
.cid-v7D8PpcOIK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7D8PpcOIK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7D8PpcOIK .container {
    padding: 0 16px;
  }
}
.cid-v7D8PpcOIK .title-wrapper {
  position: relative;
}
.cid-v7D8PpcOIK .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v7D8PpcOIK .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v7D8PpcOIK .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v7D8PpcOIK .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-v7D8PpcOIK .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v7D8PpcOIK .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #000000;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-v7D8PpcOIK .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-v7D8PpcOIK .mbr-section-title {
  color: #08323C;
}
.cid-v7D8PpcOIK .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v7D8PpcOIK .mbr-section-title,
.cid-v7D8PpcOIK .mbr-section-btn {
  text-align: center;
}
.cid-v7D8PpVAds {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-v7D8PpVAds .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7D8PpVAds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7D8PpVAds .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #000000;
}
.cid-v7D8PpVAds .row {
  flex-direction: row-reverse;
}
.cid-v7D8PpVAds .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v7D8PpVAds .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.cid-v7D8PpVAds .mbr-section-title {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-v7D8PpVAds .text-wrapper {
    text-align: center;
  }
}
.cid-v7D8PpVAds .mbr-text,
.cid-v7D8PpVAds .mbr-section-btn {
  color: #fdfde1;
}
.cid-v7D8PpVAds .mbr-menu,
.cid-v7D8PpVAds .mbr-section-btn {
  color: #fdfde1;
}
.cid-v7D8PpVAds .mbr-desc,
.cid-v7D8PpVAds .mbr-section-btn {
  color: #000000;
}
.cid-v7D8PqxpU3 {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #aca593;
}
.cid-v7D8PqxpU3 .mbr-section-title {
  color: #ffffff;
}
.cid-v7D8PqxpU3 .line {
  width: 100%;
  height: 2px;
  background: currentColor;
  margin-bottom: 8rem;
}
.cid-v7D8PqxpU3 .d-flex {
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-v7D8PqxpU3 .d-flex {
    justify-content: center;
  }
}
.cid-v7D8PqxpU3 .col-lg-4 {
  display: flex;
  align-items: flex-end;
}
.cid-v7D8PqxpU3 .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 2rem;
}
.cid-v7D8PqxpU3 .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 767px) {
  .cid-v7D8PqxpU3 .link-wrapper {
    justify-content: center;
  }
}
.cid-v7D8PqxpU3 .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-v7D8PqxpU3 .link,
.cid-v7D8PqxpU3 .link-icon {
  color: #ffffff;
}
.cid-v7D8PqxpU3 .mbr-text,
.cid-v7D8PqxpU3 .line {
  color: #000000;
}
.cid-v7D8PqxpU3 .mbr-section-title,
.cid-v7D8PqxpU3 .line {
  color: #000000;
}
.cid-v7D8PrbflE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
}
.cid-v7D8PrbflE .container {
  z-index: 1;
}
.cid-v7D8PrbflE .card {
  position: relative;
  margin-bottom: 60px;
  padding: 0 45px 55px 0;
}
.cid-v7D8PrbflE .card:hover .card__info {
  transform: translate(0px, 55px);
}
.cid-v7D8PrbflE .card:hover .hover__socicon {
  transform: scale(1, 1);
}
.cid-v7D8PrbflE .image__card {
  position: relative;
}
.cid-v7D8PrbflE .image__card img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-v7D8PrbflE .card__info {
  padding: 25px 25px 30px 50px;
  background: #ffffff;
  box-shadow: 5.994px 14.835px 30px 0px rgba(229, 234, 239, 0.5);
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  transform: translate(45px, 55px);
  transition: all 0.3s ease-in-out;
}
.cid-v7D8PrbflE .card__title {
  margin-bottom: 5px;
  color: #000000;
}
.cid-v7D8PrbflE .hover__socicon {
  position: absolute;
  text-align: center;
  width: 45px;
  background: #ffffff;
  box-shadow: 8px 0px 8.6px 1.4px rgba(229, 234, 239, 0.2);
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 100% 0%;
  transition: all 0.3s ease-in-out;
}
.cid-v7D8PrbflE .hover__socicon > div {
  position: relative;
  top: 40%;
  transform: translateY(-50%);
}
.cid-v7D8PrbflE .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 20px;
  color: #4b4949;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-v7D8PrbflE .icons__wrap:hover {
  color: #f85249;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-v7D8Ps9IxH {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7D8Ps9IxH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7D8Ps9IxH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7D8Ps9IxH .mbr-section-title {
  color: #000000;
}
.cid-v7D8Ps9IxH .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v7D8Ps9IxH .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7D8Ps9IxH .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v7D8PsUzWo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aca593;
}
.cid-v7D8PsUzWo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7D8PsUzWo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7D8PsUzWo .row {
  margin: 0 -45px;
}
.cid-v7D8PsUzWo .row .card {
  padding: 0 45px;
  justify-content: center;
}
.cid-v7D8PsUzWo .image-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-v7D8PsUzWo .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v7D8PsUzWo .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7D8PsUzWo .image-wrapper img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border: 2px solid #3a001d;
  box-shadow: 0 16px 0 #3a001d;
  background-color: #3a001d;
}
@media (max-width: 1440px) {
  .cid-v7D8PsUzWo .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-v7D8PsUzWo .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .cid-v7D8PsUzWo .image-wrapper img {
    height: 300px;
  }
}
.cid-v7D8PsUzWo .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 2px solid #3a001d;
  background-color: #fecb66;
  margin-bottom: 22px;
}
.cid-v7D8PsUzWo .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
  text-shadow: 0 5px 0 #4b4949;
}
.cid-v7D8PsUzWo .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-v7D8PsUzWo .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7D8PsUzWo .mbr-label {
  color: #3a001d;
}
.cid-v7D8PsUzWo .mbr-section-title {
  color: #fffaf0;
}
.cid-v7D8PsUzWo .mbr-text {
  color: #fffaf0;
}
.cid-v7D8PsUzWo .mbr-section-title,
.cid-v7D8PsUzWo .mbr-section-btn {
  color: #000000;
}
.cid-v7D8PsUzWo .mbr-text,
.cid-v7D8PsUzWo .text-wrapper {
  color: #000000;
}
.cid-v7D8Pu3PLs {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7D8Pu3PLs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7D8Pu3PLs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v7D8Pu3PLs .container {
    padding: 0 24px;
  }
}
.cid-v7D8Pu3PLs .row {
  justify-content: center;
  border-top: 1px solid #72716b;
}
@media (min-width: 992px) {
  .cid-v7D8Pu3PLs .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-v7D8Pu3PLs .row {
    border: none;
  }
}
.cid-v7D8Pu3PLs .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v7D8Pu3PLs .row .item {
    padding: 0 16px;
  }
}
.cid-v7D8Pu3PLs .item-wrapper {
  height: 100%;
}
.cid-v7D8Pu3PLs .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v7D8Pu3PLs .item-wrapper .card-box {
    display: block;
  }
}
.cid-v7D8Pu3PLs .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v7D8Pu3PLs .subtitle-wrap {
    display: block;
  }
}
.cid-v7D8Pu3PLs .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v7D8Pu3PLs .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #72716b;
    text-align: left;
  }
}
.cid-v7D8Pu3PLs .content-wrapper {
  padding: 32px;
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-v7D8Pu3PLs .content-wrapper {
    padding: 24px;
    border-top: 1px solid #72716b;
    border-left: 1px solid #72716b;
  }
}
.cid-v7D8Pu3PLs .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v7D8Pu3PLs .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7D8Pu3PLs .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-v7D8Pu3PLs .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v7D8Pu3PLs .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-v7D8Pu3PLs .mbr-section-title {
  color: #F9F6E0;
}
.cid-v7D8Pu3PLs .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-v7D8Pu3PLs .mbr-text {
  color: #000000;
}
.cid-v7D8Pu3PLs .mbr-section-title,
.cid-v7D8Pu3PLs .mbr-section-btn {
  color: #000000;
}
.cid-v7D8Pv5P01 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7D8Pv5P01 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7D8Pv5P01 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7D8Pv5P01 .row {
  margin: 0 -11px;
}
.cid-v7D8Pv5P01 .row .card {
  padding: 0 11px;
}
.cid-v7D8Pv5P01 .content-wrapper {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .cid-v7D8Pv5P01 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7D8Pv5P01 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v7D8Pv5P01 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v7D8Pv5P01 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7D8Pv5P01 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7D8Pv5P01 .tabs-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-v7D8Pv5P01 .tabs-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v7D8Pv5P01 .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7D8Pv5P01 .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-v7D8Pv5P01 .tabs-wrapper .nav.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.cid-v7D8Pv5P01 .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 22px 42px;
  border: 2px solid #3a001d;
  background-color: #ffffff;
  display: block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v7D8Pv5P01 .tabs-wrapper .nav.nav-tabs .nav-item {
    margin-left: 8px;
    margin-right: 8px;
    padding: 16px 22px;
  }
}
.cid-v7D8Pv5P01 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: block;
  background-color: transparent;
  border: none;
  color: #000000;
  transition: all 0.3s ease-in-out;
  opacity: .5;
  padding: 0;
}
.cid-v7D8Pv5P01 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover {
  opacity: 1;
}
.cid-v7D8Pv5P01 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  opacity: 1;
}
.cid-v7D8Pv5P01 .tab-content {
  padding-right: 66px;
}
@media (max-width: 1440px) {
  .cid-v7D8Pv5P01 .tab-content {
    padding-right: 0;
  }
}
.cid-v7D8Pv5P01 .tab-content .tab-pane .item-content .image-wrap img {
  width: 100%;
  height: 500px;
  border: 2px solid #3a001d;
  box-shadow: 0 16px 0 #3a001d;
  background-color: #3a001d;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7D8Pv5P01 .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
@media (max-width: 425px) {
  .cid-v7D8Pv5P01 .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-v7D8Pv5P01 .mbr-section-title,
.cid-v7D8Pv5P01 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7D8Pv5P01 .mbr-text,
.cid-v7D8Pv5P01 .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-v7D8Pw8g7N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aca593;
}
.cid-v7D8Pw8g7N .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7D8Pw8g7N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7D8Pw8g7N .container,
.cid-v7D8Pw8g7N .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v7D8Pw8g7N .container,
  .cid-v7D8Pw8g7N .container-fluid {
    padding: 0 20px;
  }
}
.cid-v7D8Pw8g7N .title-wrapper {
  padding: 50px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v7D8Pw8g7N .title-wrapper {
    padding: 25px 0;
  }
}
.cid-v7D8Pw8g7N .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #ffffff;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-v7D8Pw8g7N .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-v7D8Pw8g7N .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7D8Pw8g7N .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7D8Pw8g7N .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7D8Pw8g7N .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-v7D8Pw8g7N .mbr-section-title {
  color: #3d4045;
}
.cid-v7D8Pw8g7N .mbr-text {
  color: #000000;
}
.cid-v7D8Pw8g7N .mbr-section-btn {
  text-align: right;
}
.cid-v7D8Pw8g7N .mbr-section-title,
.cid-v7D8Pw8g7N .mbr-section-btn {
  color: #000000;
}
.cid-v7D8Px2eu7 {
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v7D8Px2eu7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7D8Px2eu7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7D8Px2eu7 .row {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v7D8Px2eu7 .row {
    flex-wrap: wrap;
  }
}
.cid-v7D8Px2eu7 .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v7D8Px2eu7 .text-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-v7D8Px2eu7 .text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v7D8Px2eu7 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #a9bbab;
  transform: translateY(40%);
}
.cid-v7D8Px2eu7 .mbr-section-title {
  color: #000000;
}
.cid-v7D8Px2eu7 .mbr-section-title a {
  pointer-events: none !important;
  font-style: italic !important;
  font-weight: bold !important;
}
.cid-v7D8Px2eu7 .mbr-section-subtitle {
  margin-top: 30px;
  color: #353535;
}
@media (max-width: 767px) {
  .cid-v7D8Px2eu7 .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-v7D8Px2eu7 .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-v7D8Px2eu7 .mbr-text {
    margin-top: 12px;
  }
}
.cid-v7D8Px2eu7 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-v7D8Px2eu7 .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v7D8Px2eu7 .col-img {
  width: 430px;
}
@media (max-width: 1199px) {
  .cid-v7D8Px2eu7 .col-img {
    width: 350px;
  }
}
.cid-v7D8Px2eu7 .img-wrap {
  position: relative;
  width: 100%;
}
.cid-v7D8Px2eu7 .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-v7D8Px2eu7 .img-wrap .img-box {
    border-top-left-radius: 55px;
    border-top-right-radius: 55px;
    border-bottom-right-radius: 55px;
  }
}
.cid-v7D8Px2eu7 .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-v7D8Px2eu7 .img-wrap .frame-box {
  position: absolute;
  height: 240px;
}
.cid-v7D8Px2eu7 .img-wrap .frame-box svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-v7D8Px2eu7 .img-wrap .frame-box-1 {
  bottom: -20%;
  left: -14%;
  width: 85%;
  transform: rotate(10deg);
}
.cid-v7D8Px2eu7 .img-wrap .frame-box-2 {
  bottom: -18%;
  right: -14%;
  width: 84%;
  transform: rotate(0deg);
}
@media (max-width: 991px) {
  .cid-v7D8Px2eu7 .img-wrap .frame-box-2 {
    bottom: auto;
    top: -15%;
  }
}
.cid-v7D8Px2eu7 .mbr-text,
.cid-v7D8Px2eu7 .mbr-section-btn {
  color: #000000;
}
.cid-v7Duv1EBCX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7Duv1EBCX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Duv1EBCX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7Duv1EBCX .container {
    padding: 0 20px;
  }
}
.cid-v7Duv1EBCX .row {
  margin: 0;
}
.cid-v7Duv1EBCX .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7Duv1EBCX .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v7Duv1EBCX .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-v7Duv1EBCX .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-v7Duv1EBCX .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-v7Duv1EBCX .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-v7Duv1EBCX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v7D8Pyipfa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7D8Pyipfa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7D8Pyipfa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7D8Pyipfa .row {
  margin: 0 !important;
}
.cid-v7D8Pyipfa .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-v7D8Pyipfa .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-v7D8Pyipfa .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-v7D8Pyipfa .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
}
.cid-v7D8Pyipfa .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v7D8Pyipfa .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-v7D8Pyipfa .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-v7D8Pyipfa .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v7D8Pyipfa .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-v7D8Pyipfa .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-v7D8Pyipfa .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-v7D8Pyipfa .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #000000;
  margin-left: 0.5rem;
}
.cid-v7D8Pyipfa .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #000000;
  font-weight: 900;
}
.cid-v7D8Pyipfa .panel-group {
  border: none;
}
.cid-v7D8Pyipfa .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-v7D8Pyipfa .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v7D8Pyipfa .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-v7D8Pyipfa .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-v7D8Pyipfa .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-v7D8Pyipfa .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-v7D8Pyipfa .panel-title-edit {
  color: #131313;
}
.cid-v7D8Pyipfa .panel-body {
  padding: 0 0 20px;
}
.cid-v7D8Pyipfa .panel-text {
  color: #131313;
  margin: 0;
}
.cid-v7D8PzwEKe {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #aca593;
}
.cid-v7D8PzwEKe .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v7D8PzwEKe .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v7D8PzwEKe .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-v7D8PzwEKe .brand__email {
  margin-bottom: 15px;
}
.cid-v7D8PzwEKe .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v7D8PzwEKe .footer__title {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-v7D8PzwEKe .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #000000;
}
.cid-v7D8PzwEKe .footer__items a:hover {
  color: #f85249 !important;
}
.cid-v7D8PzwEKe .social {
  margin-top: 30px;
}
.cid-v7D8PzwEKe .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 10px;
  color: #000000;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v7D8PzwEKe .social .social__items:hover {
  background-color: #f85249;
  border-color: #f85249;
}
.cid-v7D8PzwEKe .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-v7D8PzwEKe .social .social__items:last-child {
  margin-right: 0;
}
.cid-v7D8PzwEKe .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v7D8PzwEKe .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v7D8PzwEKe .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v7D8PzwEKe .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v7D8PzwEKe .footer__bot_items a:hover {
  color: #f85249 !important;
}
.cid-v7D8PzwEKe .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v7D8PzwEKe .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v7D8PzwEKe .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f85249;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v7D8PzwEKe .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v7D8PzwEKe .divider {
    margin-top: 30px;
  }
  .cid-v7D8PzwEKe .footer__bottom {
    padding: 30px 0;
  }
  .cid-v7D8PzwEKe .align-right,
  .cid-v7D8PzwEKe .privacy {
    text-align: center;
  }
  .cid-v7D8PzwEKe .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v7D8PzwEKe .privacy {
  color: #000000;
}
.cid-v7D8PzwEKe .footer__adress {
  color: #000000;
}
.cid-v7Dbg9OmFV .navbar-dropdown {
  position: relative !important;
}
.cid-v7Dbg9OmFV .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-v7Dbg9OmFV .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v7Dbg9OmFV .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-v7Dbg9OmFV .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-v7Dbg9OmFV .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v7Dbg9OmFV .dropdown-item {
  border: none !important;
  background: #aca593 !important;
}
.cid-v7Dbg9OmFV .dropdown-item:hover,
.cid-v7Dbg9OmFV .dropdown-item:focus {
  background: #aca593 !important;
  color: #a11a20 !important;
}
.cid-v7Dbg9OmFV .dropdown-item:hover span {
  color: white;
}
.cid-v7Dbg9OmFV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7Dbg9OmFV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7Dbg9OmFV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7Dbg9OmFV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7Dbg9OmFV .nav-link {
  position: relative;
}
.cid-v7Dbg9OmFV .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v7Dbg9OmFV .container {
    flex-wrap: nowrap;
  }
}
.cid-v7Dbg9OmFV .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7Dbg9OmFV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7Dbg9OmFV .dropdown-menu,
.cid-v7Dbg9OmFV .navbar.opened {
  background: #aca593 !important;
}
.cid-v7Dbg9OmFV .nav-item:focus,
.cid-v7Dbg9OmFV .nav-link:focus {
  outline: none;
}
.cid-v7Dbg9OmFV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7Dbg9OmFV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7Dbg9OmFV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7Dbg9OmFV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7Dbg9OmFV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7Dbg9OmFV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7Dbg9OmFV .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #aca593;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7Dbg9OmFV .navbar.opened {
  transition: all 0.3s;
}
.cid-v7Dbg9OmFV .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v7Dbg9OmFV .navbar .navbar-logo img {
  width: auto;
}
.cid-v7Dbg9OmFV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7Dbg9OmFV .navbar.collapsed {
  justify-content: center;
}
.cid-v7Dbg9OmFV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7Dbg9OmFV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7Dbg9OmFV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v7Dbg9OmFV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7Dbg9OmFV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7Dbg9OmFV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7Dbg9OmFV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7Dbg9OmFV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7Dbg9OmFV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7Dbg9OmFV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7Dbg9OmFV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7Dbg9OmFV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7Dbg9OmFV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7Dbg9OmFV .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-v7Dbg9OmFV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7Dbg9OmFV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7Dbg9OmFV .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v7Dbg9OmFV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7Dbg9OmFV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7Dbg9OmFV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7Dbg9OmFV .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7Dbg9OmFV .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7Dbg9OmFV .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7Dbg9OmFV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7Dbg9OmFV .navbar-brand .navbar-caption:hover,
.cid-v7Dbg9OmFV .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v7Dbg9OmFV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7Dbg9OmFV .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7Dbg9OmFV .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v7Dbg9OmFV .dropdown-item.active,
.cid-v7Dbg9OmFV .dropdown-item:active {
  background-color: transparent;
}
.cid-v7Dbg9OmFV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7Dbg9OmFV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7Dbg9OmFV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7Dbg9OmFV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aca593;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v7Dbg9OmFV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7Dbg9OmFV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7Dbg9OmFV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7Dbg9OmFV ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7Dbg9OmFV ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v7Dbg9OmFV .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v7Dbg9OmFV .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v7Dbg9OmFV .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v7Dbg9OmFV .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7Dbg9OmFV button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #aca593 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7Dbg9OmFV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-v7Dbg9OmFV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7Dbg9OmFV button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7Dbg9OmFV button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7Dbg9OmFV button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7Dbg9OmFV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7Dbg9OmFV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7Dbg9OmFV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7Dbg9OmFV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7Dbg9OmFV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7Dbg9OmFV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7Dbg9OmFV .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-v7Dbg9OmFV .navbar {
    height: 70px;
  }
  .cid-v7Dbg9OmFV .navbar.opened {
    height: auto;
  }
  .cid-v7Dbg9OmFV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7Dbg9OmFV .navbar-nav {
  margin: 0 auto;
}
.cid-v7Dbg9OmFV .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7Dbg9OmFV .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v7Dbg9OmFV .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7Dbg9OmFV .nav-item .nav-link:hover,
.cid-v7Dbg9OmFV .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-v7Dbg9OmFV .nav-item .nav-link:hover::after,
.cid-v7Dbg9OmFV .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v7Dbg9OmFV .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7Dbg9OmFV .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7Dbg9OmFV .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v7Dbg9OmFV .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7Dbg9OmFV .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7Dbg9OmFV .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7Dbg9OmFV .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7Dbg9OmFV .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7Dbg9OmFV .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v7Dbg9OmFV .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v7Dbg9OmFV .content-wrap {
  min-height: 110px;
}
.cid-v7DbgaRNAZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7DbgaRNAZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7DbgaRNAZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7DbgaRNAZ .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v7DbgaRNAZ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v7DbgaRNAZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v7DbgaRNAZ .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v7DbgaRNAZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7DbgaRNAZ .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-v7DbgaRNAZ .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.cid-v7DbgaRNAZ .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7DbgaRNAZ .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v7DbgaRNAZ .content-wrapper .mbr-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-v7DbgaRNAZ .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-v7DbgaRNAZ .mbr-section-title {
  color: #c10b02;
}
.cid-v7DbgaRNAZ .mbr-text,
.cid-v7DbgaRNAZ .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7DbgaRNAZ .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-v7DbgaRNAZ .mbr-section-title,
.cid-v7DbgaRNAZ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v7DbgbIPYk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7DbgbIPYk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7DbgbIPYk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7DbgbIPYk .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v7DbgbIPYk .container {
    padding: 0 12px;
  }
}
.cid-v7DbgbIPYk .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7DbgbIPYk .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-v7DbgbIPYk .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-v7DbgbIPYk .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-v7DbgbIPYk .mbr-section-title {
  color: #000000;
}
.cid-v7DbgcqILp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aca593;
}
.cid-v7DbgcqILp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7DbgcqILp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7DbgcqILp .container {
    padding: 0 16px;
  }
}
.cid-v7DbgcqILp .title-wrapper {
  position: relative;
}
.cid-v7DbgcqILp .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v7DbgcqILp .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v7DbgcqILp .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v7DbgcqILp .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-v7DbgcqILp .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v7DbgcqILp .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #000000;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-v7DbgcqILp .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-v7DbgcqILp .mbr-section-title {
  color: #08323C;
}
.cid-v7DbgcqILp .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v7DbgcqILp .mbr-section-title,
.cid-v7DbgcqILp .mbr-section-btn {
  text-align: center;
}
.cid-v7Dbgdeyml {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-v7Dbgdeyml .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Dbgdeyml .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Dbgdeyml .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #000000;
}
.cid-v7Dbgdeyml .row {
  flex-direction: row-reverse;
}
.cid-v7Dbgdeyml .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v7Dbgdeyml .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.cid-v7Dbgdeyml .mbr-section-title {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-v7Dbgdeyml .text-wrapper {
    text-align: center;
  }
}
.cid-v7Dbgdeyml .mbr-text,
.cid-v7Dbgdeyml .mbr-section-btn {
  color: #fdfde1;
}
.cid-v7Dbgdeyml .mbr-menu,
.cid-v7Dbgdeyml .mbr-section-btn {
  color: #fdfde1;
}
.cid-v7Dbgdeyml .mbr-desc,
.cid-v7Dbgdeyml .mbr-section-btn {
  color: #000000;
}
.cid-v7DbgdZQxh {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #aca593;
}
.cid-v7DbgdZQxh .mbr-section-title {
  color: #ffffff;
}
.cid-v7DbgdZQxh .line {
  width: 100%;
  height: 2px;
  background: currentColor;
  margin-bottom: 8rem;
}
.cid-v7DbgdZQxh .d-flex {
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-v7DbgdZQxh .d-flex {
    justify-content: center;
  }
}
.cid-v7DbgdZQxh .col-lg-4 {
  display: flex;
  align-items: flex-end;
}
.cid-v7DbgdZQxh .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 2rem;
}
.cid-v7DbgdZQxh .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 767px) {
  .cid-v7DbgdZQxh .link-wrapper {
    justify-content: center;
  }
}
.cid-v7DbgdZQxh .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-v7DbgdZQxh .link,
.cid-v7DbgdZQxh .link-icon {
  color: #ffffff;
}
.cid-v7DbgdZQxh .mbr-text,
.cid-v7DbgdZQxh .line {
  color: #000000;
}
.cid-v7DbgdZQxh .mbr-section-title,
.cid-v7DbgdZQxh .line {
  color: #000000;
}
.cid-v7DbgeIpET {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
}
.cid-v7DbgeIpET .container {
  z-index: 1;
}
.cid-v7DbgeIpET .card {
  position: relative;
  margin-bottom: 60px;
  padding: 0 45px 55px 0;
}
.cid-v7DbgeIpET .card:hover .card__info {
  transform: translate(0px, 55px);
}
.cid-v7DbgeIpET .card:hover .hover__socicon {
  transform: scale(1, 1);
}
.cid-v7DbgeIpET .image__card {
  position: relative;
}
.cid-v7DbgeIpET .image__card img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-v7DbgeIpET .card__info {
  padding: 25px 25px 30px 50px;
  background: #ffffff;
  box-shadow: 5.994px 14.835px 30px 0px rgba(229, 234, 239, 0.5);
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  transform: translate(45px, 55px);
  transition: all 0.3s ease-in-out;
}
.cid-v7DbgeIpET .card__title {
  margin-bottom: 5px;
  color: #000000;
}
.cid-v7DbgeIpET .hover__socicon {
  position: absolute;
  text-align: center;
  width: 45px;
  background: #ffffff;
  box-shadow: 8px 0px 8.6px 1.4px rgba(229, 234, 239, 0.2);
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 100% 0%;
  transition: all 0.3s ease-in-out;
}
.cid-v7DbgeIpET .hover__socicon > div {
  position: relative;
  top: 40%;
  transform: translateY(-50%);
}
.cid-v7DbgeIpET .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 20px;
  color: #4b4949;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-v7DbgeIpET .icons__wrap:hover {
  color: #f85249;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-v7DbgfWqac {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7DbgfWqac .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7DbgfWqac .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7DbgfWqac .mbr-section-title {
  color: #000000;
}
.cid-v7DbgfWqac .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v7DbgfWqac .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7DbgfWqac .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v7DbggQ48M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aca593;
}
.cid-v7DbggQ48M .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7DbggQ48M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7DbggQ48M .row {
  margin: 0 -45px;
}
.cid-v7DbggQ48M .row .card {
  padding: 0 45px;
  justify-content: center;
}
.cid-v7DbggQ48M .image-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-v7DbggQ48M .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v7DbggQ48M .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7DbggQ48M .image-wrapper img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border: 2px solid #3a001d;
  box-shadow: 0 16px 0 #3a001d;
  background-color: #3a001d;
}
@media (max-width: 1440px) {
  .cid-v7DbggQ48M .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-v7DbggQ48M .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .cid-v7DbggQ48M .image-wrapper img {
    height: 300px;
  }
}
.cid-v7DbggQ48M .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 2px solid #3a001d;
  background-color: #fecb66;
  margin-bottom: 22px;
}
.cid-v7DbggQ48M .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
  text-shadow: 0 5px 0 #4b4949;
}
.cid-v7DbggQ48M .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-v7DbggQ48M .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7DbggQ48M .mbr-label {
  color: #3a001d;
}
.cid-v7DbggQ48M .mbr-section-title {
  color: #fffaf0;
}
.cid-v7DbggQ48M .mbr-text {
  color: #fffaf0;
}
.cid-v7DbggQ48M .mbr-section-title,
.cid-v7DbggQ48M .mbr-section-btn {
  color: #000000;
}
.cid-v7DbggQ48M .mbr-text,
.cid-v7DbggQ48M .text-wrapper {
  color: #000000;
}
.cid-v7DbghP1HQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7DbghP1HQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7DbghP1HQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v7DbghP1HQ .container {
    padding: 0 24px;
  }
}
.cid-v7DbghP1HQ .row {
  justify-content: center;
  border-top: 1px solid #72716b;
}
@media (min-width: 992px) {
  .cid-v7DbghP1HQ .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-v7DbghP1HQ .row {
    border: none;
  }
}
.cid-v7DbghP1HQ .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v7DbghP1HQ .row .item {
    padding: 0 16px;
  }
}
.cid-v7DbghP1HQ .item-wrapper {
  height: 100%;
}
.cid-v7DbghP1HQ .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v7DbghP1HQ .item-wrapper .card-box {
    display: block;
  }
}
.cid-v7DbghP1HQ .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v7DbghP1HQ .subtitle-wrap {
    display: block;
  }
}
.cid-v7DbghP1HQ .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v7DbghP1HQ .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #72716b;
    text-align: left;
  }
}
.cid-v7DbghP1HQ .content-wrapper {
  padding: 32px;
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-v7DbghP1HQ .content-wrapper {
    padding: 24px;
    border-top: 1px solid #72716b;
    border-left: 1px solid #72716b;
  }
}
.cid-v7DbghP1HQ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v7DbghP1HQ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7DbghP1HQ .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-v7DbghP1HQ .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v7DbghP1HQ .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-v7DbghP1HQ .mbr-section-title {
  color: #F9F6E0;
}
.cid-v7DbghP1HQ .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-v7DbghP1HQ .mbr-text {
  color: #000000;
}
.cid-v7DbghP1HQ .mbr-section-title,
.cid-v7DbghP1HQ .mbr-section-btn {
  color: #000000;
}
.cid-v7DbgiM64d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7DbgiM64d .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7DbgiM64d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7DbgiM64d .row {
  margin: 0 -11px;
}
.cid-v7DbgiM64d .row .card {
  padding: 0 11px;
}
.cid-v7DbgiM64d .content-wrapper {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .cid-v7DbgiM64d .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7DbgiM64d .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v7DbgiM64d .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v7DbgiM64d .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7DbgiM64d .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7DbgiM64d .tabs-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-v7DbgiM64d .tabs-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v7DbgiM64d .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7DbgiM64d .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-v7DbgiM64d .tabs-wrapper .nav.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.cid-v7DbgiM64d .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 22px 42px;
  border: 2px solid #3a001d;
  background-color: #ffffff;
  display: block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v7DbgiM64d .tabs-wrapper .nav.nav-tabs .nav-item {
    margin-left: 8px;
    margin-right: 8px;
    padding: 16px 22px;
  }
}
.cid-v7DbgiM64d .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: block;
  background-color: transparent;
  border: none;
  color: #000000;
  transition: all 0.3s ease-in-out;
  opacity: .5;
  padding: 0;
}
.cid-v7DbgiM64d .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover {
  opacity: 1;
}
.cid-v7DbgiM64d .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  opacity: 1;
}
.cid-v7DbgiM64d .tab-content {
  padding-right: 66px;
}
@media (max-width: 1440px) {
  .cid-v7DbgiM64d .tab-content {
    padding-right: 0;
  }
}
.cid-v7DbgiM64d .tab-content .tab-pane .item-content .image-wrap img {
  width: 100%;
  height: 500px;
  border: 2px solid #3a001d;
  box-shadow: 0 16px 0 #3a001d;
  background-color: #3a001d;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7DbgiM64d .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
@media (max-width: 425px) {
  .cid-v7DbgiM64d .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-v7DbgiM64d .mbr-section-title,
.cid-v7DbgiM64d .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7DbgiM64d .mbr-text,
.cid-v7DbgiM64d .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-v7Dbgk3dl7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aca593;
}
.cid-v7Dbgk3dl7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Dbgk3dl7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Dbgk3dl7 .container,
.cid-v7Dbgk3dl7 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v7Dbgk3dl7 .container,
  .cid-v7Dbgk3dl7 .container-fluid {
    padding: 0 20px;
  }
}
.cid-v7Dbgk3dl7 .title-wrapper {
  padding: 50px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v7Dbgk3dl7 .title-wrapper {
    padding: 25px 0;
  }
}
.cid-v7Dbgk3dl7 .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #ffffff;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-v7Dbgk3dl7 .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-v7Dbgk3dl7 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7Dbgk3dl7 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7Dbgk3dl7 .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7Dbgk3dl7 .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-v7Dbgk3dl7 .mbr-section-title {
  color: #3d4045;
}
.cid-v7Dbgk3dl7 .mbr-text {
  color: #000000;
}
.cid-v7Dbgk3dl7 .mbr-section-btn {
  text-align: right;
}
.cid-v7Dbgk3dl7 .mbr-section-title,
.cid-v7Dbgk3dl7 .mbr-section-btn {
  color: #000000;
}
.cid-v7Dbgl0Etm {
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v7Dbgl0Etm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Dbgl0Etm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Dbgl0Etm .row {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v7Dbgl0Etm .row {
    flex-wrap: wrap;
  }
}
.cid-v7Dbgl0Etm .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v7Dbgl0Etm .text-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-v7Dbgl0Etm .text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v7Dbgl0Etm .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #a9bbab;
  transform: translateY(40%);
}
.cid-v7Dbgl0Etm .mbr-section-title {
  color: #000000;
}
.cid-v7Dbgl0Etm .mbr-section-title a {
  pointer-events: none !important;
  font-style: italic !important;
  font-weight: bold !important;
}
.cid-v7Dbgl0Etm .mbr-section-subtitle {
  margin-top: 30px;
  color: #353535;
}
@media (max-width: 767px) {
  .cid-v7Dbgl0Etm .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-v7Dbgl0Etm .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-v7Dbgl0Etm .mbr-text {
    margin-top: 12px;
  }
}
.cid-v7Dbgl0Etm .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-v7Dbgl0Etm .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v7Dbgl0Etm .col-img {
  width: 430px;
}
@media (max-width: 1199px) {
  .cid-v7Dbgl0Etm .col-img {
    width: 350px;
  }
}
.cid-v7Dbgl0Etm .img-wrap {
  position: relative;
  width: 100%;
}
.cid-v7Dbgl0Etm .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-v7Dbgl0Etm .img-wrap .img-box {
    border-top-left-radius: 55px;
    border-top-right-radius: 55px;
    border-bottom-right-radius: 55px;
  }
}
.cid-v7Dbgl0Etm .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-v7Dbgl0Etm .img-wrap .frame-box {
  position: absolute;
  height: 240px;
}
.cid-v7Dbgl0Etm .img-wrap .frame-box svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-v7Dbgl0Etm .img-wrap .frame-box-1 {
  bottom: -20%;
  left: -14%;
  width: 85%;
  transform: rotate(10deg);
}
.cid-v7Dbgl0Etm .img-wrap .frame-box-2 {
  bottom: -18%;
  right: -14%;
  width: 84%;
  transform: rotate(0deg);
}
@media (max-width: 991px) {
  .cid-v7Dbgl0Etm .img-wrap .frame-box-2 {
    bottom: auto;
    top: -15%;
  }
}
.cid-v7Dbgl0Etm .mbr-text,
.cid-v7Dbgl0Etm .mbr-section-btn {
  color: #000000;
}
.cid-v7Dbgm4NV4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7Dbgm4NV4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Dbgm4NV4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Dbgm4NV4 .row {
  margin: 0 !important;
}
.cid-v7Dbgm4NV4 .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-v7Dbgm4NV4 .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-v7Dbgm4NV4 .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-v7Dbgm4NV4 .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
}
.cid-v7Dbgm4NV4 .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v7Dbgm4NV4 .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-v7Dbgm4NV4 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-v7Dbgm4NV4 .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v7Dbgm4NV4 .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-v7Dbgm4NV4 .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-v7Dbgm4NV4 .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-v7Dbgm4NV4 .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #000000;
  margin-left: 0.5rem;
}
.cid-v7Dbgm4NV4 .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #000000;
  font-weight: 900;
}
.cid-v7Dbgm4NV4 .panel-group {
  border: none;
}
.cid-v7Dbgm4NV4 .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-v7Dbgm4NV4 .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v7Dbgm4NV4 .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-v7Dbgm4NV4 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-v7Dbgm4NV4 .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-v7Dbgm4NV4 .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-v7Dbgm4NV4 .panel-title-edit {
  color: #131313;
}
.cid-v7Dbgm4NV4 .panel-body {
  padding: 0 0 20px;
}
.cid-v7Dbgm4NV4 .panel-text {
  color: #131313;
  margin: 0;
}
.cid-v7Dbgn8D0t {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #aca593;
}
.cid-v7Dbgn8D0t .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v7Dbgn8D0t .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v7Dbgn8D0t .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-v7Dbgn8D0t .brand__email {
  margin-bottom: 15px;
}
.cid-v7Dbgn8D0t .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v7Dbgn8D0t .footer__title {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-v7Dbgn8D0t .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #000000;
}
.cid-v7Dbgn8D0t .footer__items a:hover {
  color: #f85249 !important;
}
.cid-v7Dbgn8D0t .social {
  margin-top: 30px;
}
.cid-v7Dbgn8D0t .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 10px;
  color: #000000;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v7Dbgn8D0t .social .social__items:hover {
  background-color: #f85249;
  border-color: #f85249;
}
.cid-v7Dbgn8D0t .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-v7Dbgn8D0t .social .social__items:last-child {
  margin-right: 0;
}
.cid-v7Dbgn8D0t .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v7Dbgn8D0t .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v7Dbgn8D0t .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v7Dbgn8D0t .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v7Dbgn8D0t .footer__bot_items a:hover {
  color: #f85249 !important;
}
.cid-v7Dbgn8D0t .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v7Dbgn8D0t .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v7Dbgn8D0t .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #f85249;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v7Dbgn8D0t .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v7Dbgn8D0t .divider {
    margin-top: 30px;
  }
  .cid-v7Dbgn8D0t .footer__bottom {
    padding: 30px 0;
  }
  .cid-v7Dbgn8D0t .align-right,
  .cid-v7Dbgn8D0t .privacy {
    text-align: center;
  }
  .cid-v7Dbgn8D0t .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v7Dbgn8D0t .privacy {
  color: #000000;
}
.cid-v7Dbgn8D0t .footer__adress {
  color: #000000;
}
