.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.image-wrapper,
.btn-wrap,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Instrument Sans;
}
.display-1 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((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: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #bed2f5 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #f4e0c6 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #bed2f5 !important;
  border-color: #bed2f5 !important;
  color: #18489c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #eaf1fc !important;
  border-color: #eaf1fc !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #18489c !important;
  background-color: #eaf1fc !important;
  border-color: #eaf1fc !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b1653b !important;
  border-color: #b1653b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #c77f58 !important;
  border-color: #c77f58 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c77f58 !important;
  border-color: #c77f58 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f4e0c6 !important;
  border-color: #f4e0c6 !important;
  color: #9d661e !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fcf7f1 !important;
  border-color: #fcf7f1 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #9d661e !important;
  background-color: #fcf7f1 !important;
  border-color: #fcf7f1 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !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: #bed2f5;
  color: #bed2f5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #739ee9 !important;
  background-color: transparent !important;
  border-color: #739ee9 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #18489c !important;
  background-color: #bed2f5 !important;
  border-color: #bed2f5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #b1653b;
  color: #b1653b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #704025 !important;
  background-color: transparent !important;
  border-color: #704025 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b1653b !important;
  border-color: #b1653b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f4e0c6;
  color: #f4e0c6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e6b87d !important;
  background-color: transparent !important;
  border-color: #e6b87d !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #9d661e !important;
  background-color: #f4e0c6 !important;
  border-color: #f4e0c6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #bed2f5 !important;
}
.text-secondary {
  color: #b1653b !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #f4e0c6 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6695e7 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #653921 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #e4b271 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !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;
}
.nav-tabs .nav-link.active {
  color: #bed2f5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #f4e0c6;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #bed2f5;
  border-color: #bed2f5;
  color: #1b52b2;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #bed2f5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #bed2f5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #bed2f5;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #bed2f5;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #bed2f5;
}
.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: #bed2f5;
  border-bottom-color: #bed2f5;
}
.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: #000000 !important;
  background-color: #bed2f5 !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: #b1653b !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='%23bed2f5' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tQnTqHRpKY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tQnTqHRpKY .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-tQnTqHRpKY .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tQnTqHRpKY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tQnTqHRpKY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tQnTqHRpKY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQnTqHRpKY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQnTqHRpKY .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tQnTqHRpKY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tQnTqHRpKY .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tQnTqHRpKY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tQnTqHRpKY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tQnTqHRpKY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tQnTqHRpKY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tQnTqHRpKY .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-tQnTqHRpKY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tQnTqHRpKY .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tQnTqHRpKY .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tQnTqHRpKY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tQnTqHRpKY .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tQnTqHRpKY .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tQnTqHRpKY .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-tQnTqHRpKY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQnTqHRpKY .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
}
.cid-tQnTqHRpKY .nav-item:focus,
.cid-tQnTqHRpKY .nav-link:focus {
  outline: none;
}
.cid-tQnTqHRpKY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQnTqHRpKY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQnTqHRpKY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQnTqHRpKY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQnTqHRpKY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQnTqHRpKY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQnTqHRpKY .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tQnTqHRpKY .navbar.opened {
  transition: all 0.3s;
}
.cid-tQnTqHRpKY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQnTqHRpKY .navbar .navbar-logo img {
  width: auto;
}
.cid-tQnTqHRpKY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tQnTqHRpKY .navbar.collapsed {
  justify-content: center;
}
.cid-tQnTqHRpKY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQnTqHRpKY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQnTqHRpKY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-tQnTqHRpKY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQnTqHRpKY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQnTqHRpKY .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-tQnTqHRpKY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQnTqHRpKY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQnTqHRpKY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .navbar {
    min-height: 72px;
  }
  .cid-tQnTqHRpKY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tQnTqHRpKY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQnTqHRpKY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQnTqHRpKY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQnTqHRpKY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQnTqHRpKY .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-tQnTqHRpKY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQnTqHRpKY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tQnTqHRpKY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQnTqHRpKY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQnTqHRpKY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tQnTqHRpKY .dropdown-item.active,
.cid-tQnTqHRpKY .dropdown-item:active {
  background-color: transparent;
}
.cid-tQnTqHRpKY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQnTqHRpKY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQnTqHRpKY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQnTqHRpKY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tQnTqHRpKY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tQnTqHRpKY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tQnTqHRpKY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQnTqHRpKY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tQnTqHRpKY .navbar-buttons {
    text-align: left;
  }
}
.cid-tQnTqHRpKY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQnTqHRpKY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQnTqHRpKY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQnTqHRpKY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQnTqHRpKY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQnTqHRpKY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tQnTqHRpKY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQnTqHRpKY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tQnTqHRpKY .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tQnTqHRpKY .navbar {
    height: 70px;
  }
  .cid-tQnTqHRpKY .navbar.opened {
    height: auto;
  }
  .cid-tQnTqHRpKY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tQnTqHRpKY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tQnTqHRpKY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tQnTqHRpKY .navbar-brand {
    margin-right: auto;
  }
  .cid-tQnTqHRpKY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tQnTqHRpKY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tQnTqHRpKY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tQnTqHRpKY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tQnTqHRpKY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tQnTrtVsoh {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tQnTrtVsoh .margin-sm-top {
    margin-top: 4rem;
  }
}
.cid-tQnTrtVsoh .item-img {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tQnTrtVsoh .col-lg-9 {
    margin-bottom: 2rem;
  }
}
.cid-tQnTrtVsoh .item-round {
  background: #dcb688;
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
  padding: 2rem;
}
@media (max-width: 1800px) {
  .cid-tQnTrtVsoh .item-round h5 {
    font-size: 2rem !important;
  }
  .cid-tQnTrtVsoh .item-round p {
    font-size: 1.5rem !important;
  }
}
.cid-tQnTrtVsoh p {
  line-height: 1.2;
}
.cid-tQnTrtVsoh .item-content2 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: auto;
}
@media (max-width: 767px) {
  .cid-tQnTrtVsoh .item-content2 {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tQnTrtVsoh .link-icon-wrapper2 {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tQnTrtVsoh .link-icon-wrapper2 .icon-wrap2 {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tQnTrtVsoh .link-icon-wrapper2 .icon-wrap2 span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tQnTrtVsoh .link-icon-wrapper2 .svg3 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tQnTrtVsoh .link-icon-wrapper2 .svg3 path {
  fill: #ffffff;
}
.cid-tQnTrtVsoh .link-icon-wrapper2 .svg4 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tQnTrtVsoh .link-icon-wrapper2 .svg4 path {
  fill: #ffffff;
}
.cid-tQnTrtVsoh .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tQnTrtVsoh .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-tQnTrtVsoh .image-wrapper {
    min-height: 400px;
  }
}
.cid-tQnTrtVsoh .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tQnTrtVsoh .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tQnTrtVsoh .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-tQnTrtVsoh .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-tQnTrtVsoh .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tQnTrtVsoh .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-tQnTrtVsoh .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-tQnTrtVsoh .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tQnTrtVsoh .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-tQnTrtVsoh .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tQnTrtVsoh .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-tQnTrtVsoh .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tQnTrtVsoh img,
.cid-tQnTrtVsoh .item-img {
  width: 100%;
  height: 100%;
}
.cid-tQnTrtVsoh .item-title2 {
  color: #ffffff;
}
.cid-tQnTrtVsoh .mbr-text,
.cid-tQnTrtVsoh .item .mbr-section-btn {
  text-align: center;
}
.cid-tQnTrtVsoh .item2 {
  max-height: 300px;
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tQnTrtVsoh .item2 img {
  height: 300px;
}
.cid-tQnTrtVsoh .item2:hover {
  cursor: pointer;
}
.cid-tQnTrtVsoh .item2:hover .link-icon-wrapper2 span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tQnTrtVsoh .item-title {
  color: #3a1d0d;
}
.cid-tQnUJOYI12 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tQnUJOYI12 .col-title {
    margin-bottom: 20px;
  }
}
.cid-tQnUJOYI12 .mbr-section-title {
  color: #3a1d0d;
}
.cid-tQnUJOYI12 .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-tQnUJOYI12 .mbr-text {
  color: #000000;
}
.cid-upghOGtCUx {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-upghOGtCUx .mbr-fallback-image.disabled {
  display: none;
}
.cid-upghOGtCUx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upghOGtCUx img {
  object-fit: cover;
}
.cid-upghOGtCUx .row {
  margin: 0;
}
.cid-upghOGtCUx .item-wrapper {
  width: 100%;
}
.cid-upghOGtCUx .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-upghOGtCUx .card-box {
  padding: 0rem 2rem;
  width: 100%;
  max-width: 600px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-upghOGtCUx .card-box {
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-upghOGtCUx .icon {
  color: black;
  background: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-upghOGtCUx .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-upghOGtCUx .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-upghOGtCUx .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upghOGtCUx .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-upghOGtCUx .wrap {
  background: #ffffff;
}
.cid-upghOGtCUx .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-upghOGtCUx .mbr-text,
.cid-upghOGtCUx .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-upghOGtCUx .mbr-link,
.cid-upghOGtCUx .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-upghOGtCUx .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-upghOGtCUx .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tQnUL9E36g {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQnUL9E36g .item-img {
  position: relative;
}
.cid-tQnUL9E36g .item-img img {
  transition: all 0.2s;
}
.cid-tQnUL9E36g .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tQnUL9E36g .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-tQnUL9E36g .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tQnUL9E36g .item:hover img {
  transform: scale(1.05);
}
.cid-tQnUL9E36g .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tQnUL9E36g .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-tQnUL9E36g .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tQnUL9E36g .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tQnUL9E36g .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tQnUL9E36g .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tQnUL9E36g .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tQnUL9E36g .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tQnUL9E36g .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tQnUL9E36g .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tQnUL9E36g .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tQnUL9E36g .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tQnUL9E36g .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tQnUL9E36g .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tQnUL9E36g img,
.cid-tQnUL9E36g .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tQnUL9E36g .item:focus,
.cid-tQnUL9E36g span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tQnUL9E36g .item {
    margin-bottom: 1rem;
  }
}
.cid-tQnUL9E36g .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tQnUL9E36g .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tQnUL9E36g .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tQnUL9E36g .mbr-section-subtitle,
.cid-tQnUL9E36g .subtitle-wrap,
.cid-tQnUL9E36g .mbr-section-btn {
  text-align: left;
}
.cid-tQnUL9E36g .mbr-text,
.cid-tQnUL9E36g .item .mbr-section-btn {
  color: #ffffff;
}
.cid-upgjRGUaBU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-upgjRGUaBU .col-title {
    margin-bottom: 20px;
  }
}
.cid-upgjRGUaBU .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-upgjRGUaBU .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-upgjRGUaBU .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-upgjGdOmHT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3a1d0d;
  overflow: hidden;
}
.cid-tQnTqHRpKY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tQnTqHRpKY .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-tQnTqHRpKY .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tQnTqHRpKY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tQnTqHRpKY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tQnTqHRpKY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQnTqHRpKY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQnTqHRpKY .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tQnTqHRpKY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tQnTqHRpKY .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tQnTqHRpKY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tQnTqHRpKY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tQnTqHRpKY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tQnTqHRpKY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tQnTqHRpKY .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-tQnTqHRpKY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tQnTqHRpKY .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tQnTqHRpKY .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tQnTqHRpKY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tQnTqHRpKY .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tQnTqHRpKY .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tQnTqHRpKY .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-tQnTqHRpKY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQnTqHRpKY .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
}
.cid-tQnTqHRpKY .nav-item:focus,
.cid-tQnTqHRpKY .nav-link:focus {
  outline: none;
}
.cid-tQnTqHRpKY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQnTqHRpKY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQnTqHRpKY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQnTqHRpKY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQnTqHRpKY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQnTqHRpKY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQnTqHRpKY .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tQnTqHRpKY .navbar.opened {
  transition: all 0.3s;
}
.cid-tQnTqHRpKY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQnTqHRpKY .navbar .navbar-logo img {
  width: auto;
}
.cid-tQnTqHRpKY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tQnTqHRpKY .navbar.collapsed {
  justify-content: center;
}
.cid-tQnTqHRpKY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQnTqHRpKY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQnTqHRpKY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-tQnTqHRpKY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQnTqHRpKY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQnTqHRpKY .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-tQnTqHRpKY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQnTqHRpKY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQnTqHRpKY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .navbar {
    min-height: 72px;
  }
  .cid-tQnTqHRpKY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tQnTqHRpKY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQnTqHRpKY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQnTqHRpKY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQnTqHRpKY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQnTqHRpKY .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-tQnTqHRpKY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQnTqHRpKY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tQnTqHRpKY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQnTqHRpKY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQnTqHRpKY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tQnTqHRpKY .dropdown-item.active,
.cid-tQnTqHRpKY .dropdown-item:active {
  background-color: transparent;
}
.cid-tQnTqHRpKY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQnTqHRpKY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQnTqHRpKY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQnTqHRpKY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tQnTqHRpKY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tQnTqHRpKY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tQnTqHRpKY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQnTqHRpKY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tQnTqHRpKY .navbar-buttons {
    text-align: left;
  }
}
.cid-tQnTqHRpKY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQnTqHRpKY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQnTqHRpKY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQnTqHRpKY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQnTqHRpKY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQnTqHRpKY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tQnTqHRpKY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQnTqHRpKY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tQnTqHRpKY .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tQnTqHRpKY .navbar {
    height: 70px;
  }
  .cid-tQnTqHRpKY .navbar.opened {
    height: auto;
  }
  .cid-tQnTqHRpKY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tQnTqHRpKY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tQnTqHRpKY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tQnTqHRpKY .navbar-brand {
    margin-right: auto;
  }
  .cid-tQnTqHRpKY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tQnTqHRpKY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tQnTqHRpKY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tQnTqHRpKY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tQnTqHRpKY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-upgtJNOuw2 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upgtJNOuw2 .item-img {
  position: relative;
}
.cid-upgtJNOuw2 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-upgtJNOuw2 .card-text {
    padding-left: 4rem;
  }
}
.cid-upgtJNOuw2 h5 {
  line-height: 1.2;
}
.cid-upgtJNOuw2 .card {
  margin-bottom: 2rem;
}
.cid-upgtJNOuw2 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-upgtJNOuw2 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-upgtJNOuw2 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #dcb688;
}
@media (max-width: 992px) {
  .cid-upgtJNOuw2 .image-wrapper {
    min-height: 200px;
  }
}
.cid-upgtJNOuw2 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-upgtJNOuw2 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-upgtJNOuw2 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-upgtJNOuw2 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-upgtJNOuw2 .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-upgtJNOuw2 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-upgtJNOuw2 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-upgtJNOuw2 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-upgtJNOuw2 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-upgtJNOuw2 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-upgtJNOuw2 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-upgtJNOuw2 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-upgtJNOuw2 img,
.cid-upgtJNOuw2 .item-img {
  width: 100%;
}
.cid-upgtJNOuw2 .item:focus,
.cid-upgtJNOuw2 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-upgtJNOuw2 .item {
    margin-bottom: 1rem;
  }
}
.cid-upgtJNOuw2 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-upgtJNOuw2 .item-title {
  text-align: left;
  color: #000000;
}
.cid-upgtJNOuw2 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-upgtJNOuw2 .mbr-section-subtitle,
.cid-upgtJNOuw2 .subtitle-wrap,
.cid-upgtJNOuw2 .mbr-section-btn {
  text-align: left;
}
.cid-upgtJNOuw2 .mbr-text,
.cid-upgtJNOuw2 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-upgtJNOuw2 .mbr-text {
  color: #000000;
}
.cid-upgtJNOuw2 .mbr-title2 {
  color: #3a1d0d;
}
.cid-upgupaObRQ {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upgupaObRQ .item-img {
  position: relative;
}
.cid-upgupaObRQ .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-upgupaObRQ .card-text {
    padding-left: 4rem;
  }
}
.cid-upgupaObRQ h5 {
  line-height: 1.2;
}
.cid-upgupaObRQ .card {
  margin-bottom: 2rem;
}
.cid-upgupaObRQ .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-upgupaObRQ .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-upgupaObRQ .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #dcb688;
}
@media (max-width: 992px) {
  .cid-upgupaObRQ .image-wrapper {
    min-height: 200px;
  }
}
.cid-upgupaObRQ .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-upgupaObRQ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-upgupaObRQ .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-upgupaObRQ .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-upgupaObRQ .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-upgupaObRQ .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-upgupaObRQ .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-upgupaObRQ .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-upgupaObRQ .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-upgupaObRQ .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-upgupaObRQ .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-upgupaObRQ .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-upgupaObRQ img,
.cid-upgupaObRQ .item-img {
  width: 100%;
}
.cid-upgupaObRQ .item:focus,
.cid-upgupaObRQ span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-upgupaObRQ .item {
    margin-bottom: 1rem;
  }
}
.cid-upgupaObRQ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-upgupaObRQ .item-title {
  text-align: left;
  color: #000000;
}
.cid-upgupaObRQ .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-upgupaObRQ .mbr-section-subtitle,
.cid-upgupaObRQ .subtitle-wrap,
.cid-upgupaObRQ .mbr-section-btn {
  text-align: left;
}
.cid-upgupaObRQ .mbr-text,
.cid-upgupaObRQ .item .mbr-section-btn {
  color: #ffffff;
}
.cid-upgupaObRQ .mbr-text {
  color: #000000;
}
.cid-upgupaObRQ .mbr-title2 {
  color: #3a1d0d;
}
.cid-upgjGdOmHT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3a1d0d;
  overflow: hidden;
}
.cid-upgvDJCP8x {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-upgvDJCP8x .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-upgvDJCP8x .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-upgvDJCP8x .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-upgvDJCP8x .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upgvDJCP8x .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-upgvDJCP8x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upgvDJCP8x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upgvDJCP8x .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-upgvDJCP8x .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-upgvDJCP8x .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-upgvDJCP8x .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-upgvDJCP8x .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-upgvDJCP8x .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-upgvDJCP8x .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-upgvDJCP8x .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-upgvDJCP8x .nav-link {
  width: fit-content;
  position: relative;
}
.cid-upgvDJCP8x .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-upgvDJCP8x .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-upgvDJCP8x .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-upgvDJCP8x .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-upgvDJCP8x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-upgvDJCP8x .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-upgvDJCP8x .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-upgvDJCP8x .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-upgvDJCP8x .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-upgvDJCP8x .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upgvDJCP8x .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
}
.cid-upgvDJCP8x .nav-item:focus,
.cid-upgvDJCP8x .nav-link:focus {
  outline: none;
}
.cid-upgvDJCP8x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upgvDJCP8x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upgvDJCP8x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upgvDJCP8x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upgvDJCP8x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upgvDJCP8x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upgvDJCP8x .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-upgvDJCP8x .navbar.opened {
  transition: all 0.3s;
}
.cid-upgvDJCP8x .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upgvDJCP8x .navbar .navbar-logo img {
  width: auto;
}
.cid-upgvDJCP8x .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-upgvDJCP8x .navbar.collapsed {
  justify-content: center;
}
.cid-upgvDJCP8x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upgvDJCP8x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upgvDJCP8x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-upgvDJCP8x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upgvDJCP8x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upgvDJCP8x .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-upgvDJCP8x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upgvDJCP8x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upgvDJCP8x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upgvDJCP8x .navbar {
    min-height: 72px;
  }
  .cid-upgvDJCP8x .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-upgvDJCP8x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upgvDJCP8x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upgvDJCP8x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upgvDJCP8x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upgvDJCP8x .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-upgvDJCP8x .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upgvDJCP8x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-upgvDJCP8x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upgvDJCP8x .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upgvDJCP8x .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-upgvDJCP8x .dropdown-item.active,
.cid-upgvDJCP8x .dropdown-item:active {
  background-color: transparent;
}
.cid-upgvDJCP8x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upgvDJCP8x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upgvDJCP8x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upgvDJCP8x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upgvDJCP8x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-upgvDJCP8x .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-upgvDJCP8x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upgvDJCP8x .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-upgvDJCP8x .navbar-buttons {
    text-align: left;
  }
}
.cid-upgvDJCP8x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upgvDJCP8x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upgvDJCP8x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upgvDJCP8x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upgvDJCP8x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upgvDJCP8x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upgvDJCP8x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upgvDJCP8x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upgvDJCP8x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upgvDJCP8x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upgvDJCP8x .navbar-dropdown {
  padding: 0 1rem;
}
.cid-upgvDJCP8x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upgvDJCP8x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upgvDJCP8x .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upgvDJCP8x .navbar {
    height: 70px;
  }
  .cid-upgvDJCP8x .navbar.opened {
    height: auto;
  }
  .cid-upgvDJCP8x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upgvDJCP8x .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-upgvDJCP8x .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-upgvDJCP8x .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-upgvDJCP8x .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-upgvDJCP8x .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-upgvDJCP8x .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-upgvDJCP8x .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-upgvDJCP8x .navbar-brand {
    margin-right: auto;
  }
  .cid-upgvDJCP8x .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-upgvDJCP8x .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-upgvDJCP8x .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-upgvDJCP8x .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upgvDJCP8x .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-upgvDJCP8x .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-upgvDJCP8x .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-upgvDJCP8x .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-upgvDJCP8x .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upgvDJCP8x .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-upgvDJCP8x .navbar-collapse {
    padding: 1rem;
  }
}
.cid-upgwqqZFKb {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upgwqqZFKb .item-img {
  position: relative;
}
.cid-upgwqqZFKb .button1 {
  background: #2a2c2d;
}
.cid-upgwqqZFKb .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-upgwqqZFKb .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-upgwqqZFKb .button2 {
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-upgwqqZFKb .button2 {
    margin-top: 1rem;
  }
}
.cid-upgwqqZFKb .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-upgwqqZFKb .title {
    top: 25%;
  }
}
.cid-upgwqqZFKb .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-upgwqqZFKb .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-upgwqqZFKb .image-wrapper {
    min-height: 400px;
  }
}
.cid-upgwqqZFKb .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-upgwqqZFKb .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-upgwqqZFKb .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-upgwqqZFKb .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-upgwqqZFKb .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-upgwqqZFKb .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-upgwqqZFKb .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-upgwqqZFKb .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-upgwqqZFKb .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-upgwqqZFKb .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-upgwqqZFKb .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-upgwqqZFKb .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-upgwqqZFKb .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-upgwqqZFKb .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-upgwqqZFKb .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-upgwqqZFKb img,
.cid-upgwqqZFKb .item-img {
  width: 100%;
}
.cid-upgwqqZFKb .item-title2,
.cid-upgwqqZFKb .icon2 {
  color: #2a2c2d;
}
.cid-upgwqqZFKb .item-title1,
.cid-upgwqqZFKb .icon1 {
  color: #ffffff;
}
.cid-upgwqqZFKb .main-title {
  color: #ffffff;
  text-align: center;
}
.cid-upgwqqZFKb .main-title DIV {
  text-align: center;
}
.cid-upgvDJRO5D {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-upgvDJRO5D .item-img {
  position: relative;
}
.cid-upgvDJRO5D .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-upgvDJRO5D .card-text {
    padding-left: 4rem;
  }
}
.cid-upgvDJRO5D h5 {
  line-height: 1.2;
}
.cid-upgvDJRO5D .card {
  margin-bottom: 2rem;
}
.cid-upgvDJRO5D .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-upgvDJRO5D .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-upgvDJRO5D .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #dcb688;
}
@media (max-width: 992px) {
  .cid-upgvDJRO5D .image-wrapper {
    min-height: 200px;
  }
}
.cid-upgvDJRO5D .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-upgvDJRO5D .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-upgvDJRO5D .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-upgvDJRO5D .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-upgvDJRO5D .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-upgvDJRO5D .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-upgvDJRO5D .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-upgvDJRO5D .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-upgvDJRO5D .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-upgvDJRO5D .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-upgvDJRO5D .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-upgvDJRO5D .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-upgvDJRO5D img,
.cid-upgvDJRO5D .item-img {
  width: 100%;
}
.cid-upgvDJRO5D .item:focus,
.cid-upgvDJRO5D span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-upgvDJRO5D .item {
    margin-bottom: 1rem;
  }
}
.cid-upgvDJRO5D .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-upgvDJRO5D .item-title {
  text-align: left;
  color: #000000;
}
.cid-upgvDJRO5D .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-upgvDJRO5D .mbr-section-subtitle,
.cid-upgvDJRO5D .subtitle-wrap,
.cid-upgvDJRO5D .mbr-section-btn {
  text-align: left;
}
.cid-upgvDJRO5D .mbr-text,
.cid-upgvDJRO5D .item .mbr-section-btn {
  color: #ffffff;
}
.cid-upgvDJRO5D .mbr-text {
  color: #000000;
}
.cid-upgvDJRO5D .mbr-title2 {
  color: #3a1d0d;
}
.cid-upgvDK4B0I {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upgvDK4B0I .item-img {
  position: relative;
}
.cid-upgvDK4B0I .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-upgvDK4B0I .card-text {
    padding-left: 4rem;
  }
}
.cid-upgvDK4B0I h5 {
  line-height: 1.2;
}
.cid-upgvDK4B0I .card {
  margin-bottom: 2rem;
}
.cid-upgvDK4B0I .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-upgvDK4B0I .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-upgvDK4B0I .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #dcb688;
}
@media (max-width: 992px) {
  .cid-upgvDK4B0I .image-wrapper {
    min-height: 200px;
  }
}
.cid-upgvDK4B0I .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-upgvDK4B0I .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-upgvDK4B0I .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-upgvDK4B0I .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-upgvDK4B0I .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-upgvDK4B0I .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-upgvDK4B0I .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-upgvDK4B0I .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-upgvDK4B0I .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-upgvDK4B0I .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-upgvDK4B0I .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-upgvDK4B0I .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-upgvDK4B0I img,
.cid-upgvDK4B0I .item-img {
  width: 100%;
}
.cid-upgvDK4B0I .item:focus,
.cid-upgvDK4B0I span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-upgvDK4B0I .item {
    margin-bottom: 1rem;
  }
}
.cid-upgvDK4B0I .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-upgvDK4B0I .item-title {
  text-align: left;
  color: #000000;
}
.cid-upgvDK4B0I .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-upgvDK4B0I .mbr-section-subtitle,
.cid-upgvDK4B0I .subtitle-wrap,
.cid-upgvDK4B0I .mbr-section-btn {
  text-align: left;
}
.cid-upgvDK4B0I .mbr-text,
.cid-upgvDK4B0I .item .mbr-section-btn {
  color: #ffffff;
}
.cid-upgvDK4B0I .mbr-text {
  color: #000000;
}
.cid-upgvDK4B0I .mbr-title2 {
  color: #3a1d0d;
}
.cid-upgvDKemDr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3a1d0d;
  overflow: hidden;
}
.cid-upgxrpB1dH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-upgxrpB1dH .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-upgxrpB1dH .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-upgxrpB1dH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-upgxrpB1dH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upgxrpB1dH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-upgxrpB1dH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upgxrpB1dH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upgxrpB1dH .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-upgxrpB1dH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-upgxrpB1dH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-upgxrpB1dH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-upgxrpB1dH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-upgxrpB1dH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-upgxrpB1dH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-upgxrpB1dH .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-upgxrpB1dH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-upgxrpB1dH .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-upgxrpB1dH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-upgxrpB1dH .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-upgxrpB1dH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-upgxrpB1dH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-upgxrpB1dH .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-upgxrpB1dH .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-upgxrpB1dH .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-upgxrpB1dH .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-upgxrpB1dH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upgxrpB1dH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
}
.cid-upgxrpB1dH .nav-item:focus,
.cid-upgxrpB1dH .nav-link:focus {
  outline: none;
}
.cid-upgxrpB1dH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upgxrpB1dH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upgxrpB1dH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upgxrpB1dH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upgxrpB1dH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upgxrpB1dH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upgxrpB1dH .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-upgxrpB1dH .navbar.opened {
  transition: all 0.3s;
}
.cid-upgxrpB1dH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upgxrpB1dH .navbar .navbar-logo img {
  width: auto;
}
.cid-upgxrpB1dH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-upgxrpB1dH .navbar.collapsed {
  justify-content: center;
}
.cid-upgxrpB1dH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upgxrpB1dH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upgxrpB1dH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-upgxrpB1dH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upgxrpB1dH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upgxrpB1dH .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-upgxrpB1dH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upgxrpB1dH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upgxrpB1dH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upgxrpB1dH .navbar {
    min-height: 72px;
  }
  .cid-upgxrpB1dH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-upgxrpB1dH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upgxrpB1dH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upgxrpB1dH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upgxrpB1dH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upgxrpB1dH .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-upgxrpB1dH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upgxrpB1dH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-upgxrpB1dH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upgxrpB1dH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upgxrpB1dH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-upgxrpB1dH .dropdown-item.active,
.cid-upgxrpB1dH .dropdown-item:active {
  background-color: transparent;
}
.cid-upgxrpB1dH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upgxrpB1dH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upgxrpB1dH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upgxrpB1dH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upgxrpB1dH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-upgxrpB1dH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-upgxrpB1dH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upgxrpB1dH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-upgxrpB1dH .navbar-buttons {
    text-align: left;
  }
}
.cid-upgxrpB1dH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upgxrpB1dH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upgxrpB1dH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upgxrpB1dH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upgxrpB1dH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upgxrpB1dH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upgxrpB1dH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upgxrpB1dH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upgxrpB1dH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upgxrpB1dH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upgxrpB1dH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-upgxrpB1dH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upgxrpB1dH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upgxrpB1dH .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upgxrpB1dH .navbar {
    height: 70px;
  }
  .cid-upgxrpB1dH .navbar.opened {
    height: auto;
  }
  .cid-upgxrpB1dH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upgxrpB1dH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-upgxrpB1dH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-upgxrpB1dH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-upgxrpB1dH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-upgxrpB1dH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-upgxrpB1dH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-upgxrpB1dH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-upgxrpB1dH .navbar-brand {
    margin-right: auto;
  }
  .cid-upgxrpB1dH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-upgxrpB1dH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-upgxrpB1dH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-upgxrpB1dH .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upgxrpB1dH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-upgxrpB1dH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-upgxrpB1dH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-upgxrpB1dH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-upgxrpB1dH .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upgxrpB1dH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-upgxrpB1dH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-upgxrpU6pt {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upgxrpU6pt .item-img {
  position: relative;
}
.cid-upgxrpU6pt .button1 {
  background: #2a2c2d;
}
.cid-upgxrpU6pt .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-upgxrpU6pt .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-upgxrpU6pt .button2 {
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-upgxrpU6pt .button2 {
    margin-top: 1rem;
  }
}
.cid-upgxrpU6pt .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-upgxrpU6pt .title {
    top: 25%;
  }
}
.cid-upgxrpU6pt .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-upgxrpU6pt .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-upgxrpU6pt .image-wrapper {
    min-height: 400px;
  }
}
.cid-upgxrpU6pt .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-upgxrpU6pt .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-upgxrpU6pt .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-upgxrpU6pt .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-upgxrpU6pt .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-upgxrpU6pt .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-upgxrpU6pt .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-upgxrpU6pt .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-upgxrpU6pt .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-upgxrpU6pt .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-upgxrpU6pt .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-upgxrpU6pt .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-upgxrpU6pt .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-upgxrpU6pt .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-upgxrpU6pt .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-upgxrpU6pt img,
.cid-upgxrpU6pt .item-img {
  width: 100%;
}
.cid-upgxrpU6pt .item-title2,
.cid-upgxrpU6pt .icon2 {
  color: #2a2c2d;
}
.cid-upgxrpU6pt .item-title1,
.cid-upgxrpU6pt .icon1 {
  color: #ffffff;
}
.cid-upgxrpU6pt .main-title {
  color: #ffffff;
  text-align: center;
}
.cid-upgxrpU6pt .main-title DIV {
  text-align: center;
}
.cid-upgxrq7hTU {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-upgxrq7hTU .item-img {
  position: relative;
}
.cid-upgxrq7hTU .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-upgxrq7hTU .card-text {
    padding-left: 4rem;
  }
}
.cid-upgxrq7hTU h5 {
  line-height: 1.2;
}
.cid-upgxrq7hTU .card {
  margin-bottom: 2rem;
}
.cid-upgxrq7hTU .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-upgxrq7hTU .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-upgxrq7hTU .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #dcb688;
}
@media (max-width: 992px) {
  .cid-upgxrq7hTU .image-wrapper {
    min-height: 200px;
  }
}
.cid-upgxrq7hTU .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-upgxrq7hTU .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-upgxrq7hTU .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-upgxrq7hTU .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-upgxrq7hTU .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-upgxrq7hTU .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-upgxrq7hTU .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-upgxrq7hTU .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-upgxrq7hTU .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-upgxrq7hTU .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-upgxrq7hTU .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-upgxrq7hTU .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-upgxrq7hTU img,
.cid-upgxrq7hTU .item-img {
  width: 100%;
}
.cid-upgxrq7hTU .item:focus,
.cid-upgxrq7hTU span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-upgxrq7hTU .item {
    margin-bottom: 1rem;
  }
}
.cid-upgxrq7hTU .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-upgxrq7hTU .item-title {
  text-align: left;
  color: #000000;
}
.cid-upgxrq7hTU .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-upgxrq7hTU .mbr-section-subtitle,
.cid-upgxrq7hTU .subtitle-wrap,
.cid-upgxrq7hTU .mbr-section-btn {
  text-align: left;
}
.cid-upgxrq7hTU .mbr-text,
.cid-upgxrq7hTU .item .mbr-section-btn {
  color: #ffffff;
}
.cid-upgxrq7hTU .mbr-text {
  color: #000000;
}
.cid-upgxrq7hTU .mbr-title2 {
  color: #3a1d0d;
}
.cid-upgxrqwZ6G {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-upgxrqwZ6G .item-img {
  position: relative;
}
.cid-upgxrqwZ6G .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-upgxrqwZ6G .card-text {
    padding-left: 4rem;
  }
}
.cid-upgxrqwZ6G h5 {
  line-height: 1.2;
}
.cid-upgxrqwZ6G .card {
  margin-bottom: 2rem;
}
.cid-upgxrqwZ6G .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-upgxrqwZ6G .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-upgxrqwZ6G .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-upgxrqwZ6G .image-wrapper {
    min-height: 200px;
  }
}
.cid-upgxrqwZ6G .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-upgxrqwZ6G .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-upgxrqwZ6G .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-upgxrqwZ6G .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-upgxrqwZ6G .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-upgxrqwZ6G .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-upgxrqwZ6G .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-upgxrqwZ6G .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-upgxrqwZ6G .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-upgxrqwZ6G .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-upgxrqwZ6G .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-upgxrqwZ6G .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-upgxrqwZ6G img,
.cid-upgxrqwZ6G .item-img {
  width: 100%;
}
.cid-upgxrqwZ6G .item:focus,
.cid-upgxrqwZ6G span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-upgxrqwZ6G .item {
    margin-bottom: 1rem;
  }
}
.cid-upgxrqwZ6G .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-upgxrqwZ6G .item-title {
  text-align: left;
  color: #dcb688;
}
.cid-upgxrqwZ6G .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-upgxrqwZ6G .mbr-section-subtitle,
.cid-upgxrqwZ6G .subtitle-wrap,
.cid-upgxrqwZ6G .mbr-section-btn {
  text-align: left;
}
.cid-upgxrqwZ6G .mbr-text,
.cid-upgxrqwZ6G .item .mbr-section-btn {
  color: #ffffff;
}
.cid-upgxrqwZ6G .mbr-text {
  color: #000000;
}
.cid-upgxrqwZ6G .mbr-title2 {
  color: #3a1d0d;
}
.cid-upgyi27cf0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-upgyi27cf0 .item-img {
  position: relative;
}
.cid-upgyi27cf0 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-upgyi27cf0 .card-text {
    padding-left: 4rem;
  }
}
.cid-upgyi27cf0 h5 {
  line-height: 1.2;
}
.cid-upgyi27cf0 .card {
  margin-bottom: 2rem;
}
.cid-upgyi27cf0 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-upgyi27cf0 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-upgyi27cf0 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-upgyi27cf0 .image-wrapper {
    min-height: 200px;
  }
}
.cid-upgyi27cf0 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-upgyi27cf0 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-upgyi27cf0 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-upgyi27cf0 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-upgyi27cf0 .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-upgyi27cf0 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-upgyi27cf0 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-upgyi27cf0 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-upgyi27cf0 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-upgyi27cf0 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-upgyi27cf0 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-upgyi27cf0 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-upgyi27cf0 img,
.cid-upgyi27cf0 .item-img {
  width: 100%;
}
.cid-upgyi27cf0 .item:focus,
.cid-upgyi27cf0 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-upgyi27cf0 .item {
    margin-bottom: 1rem;
  }
}
.cid-upgyi27cf0 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-upgyi27cf0 .item-title {
  text-align: left;
  color: #dcb688;
}
.cid-upgyi27cf0 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-upgyi27cf0 .mbr-section-subtitle,
.cid-upgyi27cf0 .subtitle-wrap,
.cid-upgyi27cf0 .mbr-section-btn {
  text-align: left;
}
.cid-upgyi27cf0 .mbr-text,
.cid-upgyi27cf0 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-upgyi27cf0 .mbr-text {
  color: #000000;
}
.cid-upgyi27cf0 .mbr-title2 {
  color: #3a1d0d;
}
.cid-upgyBeKEQt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-upgyBeKEQt .item-img {
  position: relative;
}
.cid-upgyBeKEQt .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-upgyBeKEQt .card-text {
    padding-left: 4rem;
  }
}
.cid-upgyBeKEQt h5 {
  line-height: 1.2;
}
.cid-upgyBeKEQt .card {
  margin-bottom: 2rem;
}
.cid-upgyBeKEQt .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-upgyBeKEQt .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-upgyBeKEQt .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-upgyBeKEQt .image-wrapper {
    min-height: 200px;
  }
}
.cid-upgyBeKEQt .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-upgyBeKEQt .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-upgyBeKEQt .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-upgyBeKEQt .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-upgyBeKEQt .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-upgyBeKEQt .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-upgyBeKEQt .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-upgyBeKEQt .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-upgyBeKEQt .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-upgyBeKEQt .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-upgyBeKEQt .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-upgyBeKEQt .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-upgyBeKEQt img,
.cid-upgyBeKEQt .item-img {
  width: 100%;
}
.cid-upgyBeKEQt .item:focus,
.cid-upgyBeKEQt span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-upgyBeKEQt .item {
    margin-bottom: 1rem;
  }
}
.cid-upgyBeKEQt .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-upgyBeKEQt .item-title {
  text-align: left;
  color: #dcb688;
}
.cid-upgyBeKEQt .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-upgyBeKEQt .mbr-section-subtitle,
.cid-upgyBeKEQt .subtitle-wrap,
.cid-upgyBeKEQt .mbr-section-btn {
  text-align: left;
}
.cid-upgyBeKEQt .mbr-text,
.cid-upgyBeKEQt .item .mbr-section-btn {
  color: #ffffff;
}
.cid-upgyBeKEQt .mbr-text {
  color: #000000;
}
.cid-upgyBeKEQt .mbr-title2 {
  color: #3a1d0d;
}
.cid-upgyX9pW7L {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-upgyX9pW7L .item-img {
  position: relative;
}
.cid-upgyX9pW7L .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-upgyX9pW7L .card-text {
    padding-left: 4rem;
  }
}
.cid-upgyX9pW7L h5 {
  line-height: 1.2;
}
.cid-upgyX9pW7L .card {
  margin-bottom: 2rem;
}
.cid-upgyX9pW7L .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-upgyX9pW7L .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-upgyX9pW7L .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-upgyX9pW7L .image-wrapper {
    min-height: 200px;
  }
}
.cid-upgyX9pW7L .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-upgyX9pW7L .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-upgyX9pW7L .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-upgyX9pW7L .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-upgyX9pW7L .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-upgyX9pW7L .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-upgyX9pW7L .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-upgyX9pW7L .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-upgyX9pW7L .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-upgyX9pW7L .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-upgyX9pW7L .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-upgyX9pW7L .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-upgyX9pW7L img,
.cid-upgyX9pW7L .item-img {
  width: 100%;
}
.cid-upgyX9pW7L .item:focus,
.cid-upgyX9pW7L span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-upgyX9pW7L .item {
    margin-bottom: 1rem;
  }
}
.cid-upgyX9pW7L .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-upgyX9pW7L .item-title {
  text-align: left;
  color: #dcb688;
}
.cid-upgyX9pW7L .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-upgyX9pW7L .mbr-section-subtitle,
.cid-upgyX9pW7L .subtitle-wrap,
.cid-upgyX9pW7L .mbr-section-btn {
  text-align: left;
}
.cid-upgyX9pW7L .mbr-text,
.cid-upgyX9pW7L .item .mbr-section-btn {
  color: #ffffff;
}
.cid-upgyX9pW7L .mbr-text {
  color: #000000;
}
.cid-upgyX9pW7L .mbr-title2 {
  color: #3a1d0d;
}
.cid-upgxrqQt6t {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3a1d0d;
  overflow: hidden;
}
.cid-tQnTqHRpKY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tQnTqHRpKY .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-tQnTqHRpKY .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tQnTqHRpKY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tQnTqHRpKY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tQnTqHRpKY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQnTqHRpKY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQnTqHRpKY .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tQnTqHRpKY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tQnTqHRpKY .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tQnTqHRpKY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tQnTqHRpKY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tQnTqHRpKY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tQnTqHRpKY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tQnTqHRpKY .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-tQnTqHRpKY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tQnTqHRpKY .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tQnTqHRpKY .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tQnTqHRpKY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tQnTqHRpKY .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tQnTqHRpKY .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tQnTqHRpKY .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-tQnTqHRpKY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQnTqHRpKY .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
}
.cid-tQnTqHRpKY .nav-item:focus,
.cid-tQnTqHRpKY .nav-link:focus {
  outline: none;
}
.cid-tQnTqHRpKY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQnTqHRpKY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQnTqHRpKY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQnTqHRpKY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQnTqHRpKY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQnTqHRpKY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQnTqHRpKY .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tQnTqHRpKY .navbar.opened {
  transition: all 0.3s;
}
.cid-tQnTqHRpKY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQnTqHRpKY .navbar .navbar-logo img {
  width: auto;
}
.cid-tQnTqHRpKY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tQnTqHRpKY .navbar.collapsed {
  justify-content: center;
}
.cid-tQnTqHRpKY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQnTqHRpKY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQnTqHRpKY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-tQnTqHRpKY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQnTqHRpKY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQnTqHRpKY .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-tQnTqHRpKY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQnTqHRpKY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQnTqHRpKY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .navbar {
    min-height: 72px;
  }
  .cid-tQnTqHRpKY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tQnTqHRpKY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQnTqHRpKY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQnTqHRpKY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQnTqHRpKY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQnTqHRpKY .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-tQnTqHRpKY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQnTqHRpKY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tQnTqHRpKY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQnTqHRpKY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQnTqHRpKY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tQnTqHRpKY .dropdown-item.active,
.cid-tQnTqHRpKY .dropdown-item:active {
  background-color: transparent;
}
.cid-tQnTqHRpKY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQnTqHRpKY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQnTqHRpKY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQnTqHRpKY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tQnTqHRpKY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tQnTqHRpKY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tQnTqHRpKY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQnTqHRpKY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tQnTqHRpKY .navbar-buttons {
    text-align: left;
  }
}
.cid-tQnTqHRpKY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQnTqHRpKY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQnTqHRpKY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQnTqHRpKY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQnTqHRpKY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQnTqHRpKY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tQnTqHRpKY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQnTqHRpKY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tQnTqHRpKY .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tQnTqHRpKY .navbar {
    height: 70px;
  }
  .cid-tQnTqHRpKY .navbar.opened {
    height: auto;
  }
  .cid-tQnTqHRpKY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tQnTqHRpKY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tQnTqHRpKY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tQnTqHRpKY .navbar-brand {
    margin-right: auto;
  }
  .cid-tQnTqHRpKY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tQnTqHRpKY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tQnTqHRpKY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tQnTqHRpKY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tQnTqHRpKY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-upgXQg4bHC {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-upgXQg4bHC .mbr-fallback-image.disabled {
  display: none;
}
.cid-upgXQg4bHC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upgXQg4bHC .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-upgXQg4bHC .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-upgXQg4bHC .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-upgXQg4bHC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upgXQg4bHC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upgXQg4bHC .content-head {
  max-width: 800px;
}
.cid-upgXQg4bHC .mbr-section-title {
  color: #000000;
}
.cid-upgZ0x2rdd {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-upgZ0x2rdd .col-title {
    margin-bottom: 20px;
  }
}
.cid-upgZ0x2rdd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-upgZ0x2rdd .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-upgZ0x2rdd .mbr-text {
  color: #000000;
}
.cid-upkSCGs79R {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-upkSCGs79R {
    align-items: center;
  }
  .cid-upkSCGs79R .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-upkSCGs79R .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-upkSCGs79R {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-upkSCGs79R .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-upkSCGs79R .content-wrap {
    width: 100%;
  }
}
.cid-upkSCGs79R .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-upkSCGs79R .mbr-text,
.cid-upkSCGs79R .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-upkTnEyOAf.popup-builder {
  background-color: #ffffff;
}
.cid-upkTnEyOAf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-upkTnEyOAf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-upkTnEyOAf .modal-content,
.cid-upkTnEyOAf .modal-dialog {
  height: auto;
}
.cid-upkTnEyOAf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-upkTnEyOAf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-upkTnEyOAf .form-wrapper .mbr-form .form-group,
  .cid-upkTnEyOAf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-upkTnEyOAf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-upkTnEyOAf .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-upkTnEyOAf .mbr-text {
  text-align: center;
}
.cid-upkTnEyOAf .pt-0 {
  padding-top: 0 !important;
}
.cid-upkTnEyOAf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-upkTnEyOAf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-upkTnEyOAf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-upkTnEyOAf .modal-open {
  overflow: hidden;
}
.cid-upkTnEyOAf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-upkTnEyOAf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-upkTnEyOAf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-upkTnEyOAf .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-upkTnEyOAf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-upkTnEyOAf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-upkTnEyOAf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-upkTnEyOAf .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-upkTnEyOAf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-upkTnEyOAf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-upkTnEyOAf .modal-backdrop.fade {
  opacity: 0;
}
.cid-upkTnEyOAf .modal-backdrop.show {
  opacity: .5;
}
.cid-upkTnEyOAf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-upkTnEyOAf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upkTnEyOAf .modal-header {
    padding: 1rem;
  }
}
.cid-upkTnEyOAf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-upkTnEyOAf .modal-header .close svg {
  fill: #353535;
}
.cid-upkTnEyOAf .modal-header .close:hover {
  opacity: 1;
}
.cid-upkTnEyOAf .modal-header .close:focus {
  outline: none;
}
.cid-upkTnEyOAf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #3a1d0d;
}
.cid-upkTnEyOAf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-upkTnEyOAf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upkTnEyOAf .modal-body {
    padding: 1rem;
  }
}
.cid-upkTnEyOAf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-upkTnEyOAf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upkTnEyOAf .modal-footer {
    padding: 1rem;
  }
}
.cid-upkTnEyOAf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-upkTnEyOAf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-upkTnEyOAf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-upkTnEyOAf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-upkTnEyOAf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-upkTnEyOAf .modal-lg,
  .cid-upkTnEyOAf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-upkTnEyOAf .modal-xl {
    max-width: 1140px;
  }
}
.cid-upkTnEyOAf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-upkTnEyOAf .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-upkTnEyOAf .form-group {
  margin-bottom: 1rem;
}
.cid-upkTnEyOAf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-upkTnEyOAf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-upkTnEyOAf .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-upkTnEyOAf .mbr-section-btn {
  margin: 0;
}
.cid-upkTnEyOAf .mbr-section-btn .btn {
  margin: 0;
}
.cid-upgjGdOmHT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3a1d0d;
  overflow: hidden;
}
.cid-upgZBrnApq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-upgZBrnApq .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-upgZBrnApq .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-upgZBrnApq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-upgZBrnApq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upgZBrnApq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-upgZBrnApq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upgZBrnApq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upgZBrnApq .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-upgZBrnApq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-upgZBrnApq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-upgZBrnApq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-upgZBrnApq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-upgZBrnApq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-upgZBrnApq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-upgZBrnApq .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-upgZBrnApq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-upgZBrnApq .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-upgZBrnApq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-upgZBrnApq .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-upgZBrnApq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-upgZBrnApq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-upgZBrnApq .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-upgZBrnApq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-upgZBrnApq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-upgZBrnApq .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-upgZBrnApq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upgZBrnApq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
}
.cid-upgZBrnApq .nav-item:focus,
.cid-upgZBrnApq .nav-link:focus {
  outline: none;
}
.cid-upgZBrnApq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upgZBrnApq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upgZBrnApq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upgZBrnApq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upgZBrnApq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upgZBrnApq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upgZBrnApq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-upgZBrnApq .navbar.opened {
  transition: all 0.3s;
}
.cid-upgZBrnApq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upgZBrnApq .navbar .navbar-logo img {
  width: auto;
}
.cid-upgZBrnApq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-upgZBrnApq .navbar.collapsed {
  justify-content: center;
}
.cid-upgZBrnApq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upgZBrnApq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upgZBrnApq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-upgZBrnApq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upgZBrnApq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upgZBrnApq .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-upgZBrnApq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upgZBrnApq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upgZBrnApq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upgZBrnApq .navbar {
    min-height: 72px;
  }
  .cid-upgZBrnApq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-upgZBrnApq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upgZBrnApq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upgZBrnApq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upgZBrnApq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upgZBrnApq .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-upgZBrnApq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upgZBrnApq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-upgZBrnApq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upgZBrnApq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upgZBrnApq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-upgZBrnApq .dropdown-item.active,
.cid-upgZBrnApq .dropdown-item:active {
  background-color: transparent;
}
.cid-upgZBrnApq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upgZBrnApq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upgZBrnApq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upgZBrnApq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upgZBrnApq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-upgZBrnApq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-upgZBrnApq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upgZBrnApq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-upgZBrnApq .navbar-buttons {
    text-align: left;
  }
}
.cid-upgZBrnApq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upgZBrnApq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upgZBrnApq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upgZBrnApq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upgZBrnApq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upgZBrnApq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upgZBrnApq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upgZBrnApq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upgZBrnApq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upgZBrnApq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upgZBrnApq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-upgZBrnApq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upgZBrnApq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upgZBrnApq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upgZBrnApq .navbar {
    height: 70px;
  }
  .cid-upgZBrnApq .navbar.opened {
    height: auto;
  }
  .cid-upgZBrnApq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upgZBrnApq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-upgZBrnApq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-upgZBrnApq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-upgZBrnApq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-upgZBrnApq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-upgZBrnApq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-upgZBrnApq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-upgZBrnApq .navbar-brand {
    margin-right: auto;
  }
  .cid-upgZBrnApq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-upgZBrnApq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-upgZBrnApq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-upgZBrnApq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upgZBrnApq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-upgZBrnApq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-upgZBrnApq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-upgZBrnApq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-upgZBrnApq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upgZBrnApq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-upgZBrnApq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uph03aLqpB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uph03aLqpB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uph03aLqpB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uph03aLqpB .item-wrapper {
  width: 100%;
}
.cid-uph03aLqpB .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-uph03aLqpB .mbr-link {
  background: #66662a;
  padding: 0.4rem 1rem;
  margin-right: 0.5rem;
  border-radius: 1rem;
}
.cid-uph03aLqpB .card-box {
  padding: 0rem;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
}
.cid-uph03aLqpB .icon {
  color: black;
  background: #66662a;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
}
.cid-uph03aLqpB p {
  background: #66662a;
  width: fit-content;
  border-radius: 0.8rem;
  padding: 0.2rem 1rem;
  line-height: 1.2;
  display: inline-block;
  transform: scale(1.05);
}
.cid-uph03aLqpB .card-wrapper {
  min-height: 700px;
  display: flex;
  padding: 1rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uph03aLqpB .card-wrapper {
    padding: 1.5rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uph03aLqpB .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uph03aLqpB .card-wrapper {
    padding: 4rem;
  }
}
.cid-uph03aLqpB .wrap {
  background: url("../../../assets/images/koorda-hotel-hot-rods-2000x1058.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uph03aLqpB .wrap .inner-wrap {
  padding: 40px;
}
.cid-uph03aLqpB .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uph03aLqpB .mbr-text,
.cid-uph03aLqpB .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uph03aLqpB .mbr-link,
.cid-uph03aLqpB .link-wrapper {
  color: #ffffff;
}
.cid-upgZBrXwOO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-upgZBrXwOO .col-title {
    margin-bottom: 20px;
  }
}
.cid-upgZBrXwOO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-upgZBrXwOO .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-upgZBrXwOO .mbr-text {
  color: #000000;
}
.cid-uph0ycnLDJ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uph0ycnLDJ .item-img {
  position: relative;
}
.cid-uph0ycnLDJ .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uph0ycnLDJ .card-text {
    padding-left: 4rem;
  }
}
.cid-uph0ycnLDJ h5 {
  line-height: 1.2;
}
.cid-uph0ycnLDJ .card {
  margin-bottom: 2rem;
}
.cid-uph0ycnLDJ .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uph0ycnLDJ .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uph0ycnLDJ .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-uph0ycnLDJ .image-wrapper {
    min-height: 200px;
  }
}
.cid-uph0ycnLDJ .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uph0ycnLDJ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uph0ycnLDJ .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uph0ycnLDJ .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uph0ycnLDJ .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uph0ycnLDJ .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uph0ycnLDJ .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uph0ycnLDJ .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uph0ycnLDJ .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uph0ycnLDJ .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uph0ycnLDJ .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uph0ycnLDJ .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uph0ycnLDJ img,
.cid-uph0ycnLDJ .item-img {
  width: 100%;
}
.cid-uph0ycnLDJ .item:focus,
.cid-uph0ycnLDJ span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uph0ycnLDJ .item {
    margin-bottom: 1rem;
  }
}
.cid-uph0ycnLDJ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uph0ycnLDJ .item-title {
  text-align: left;
  color: #000000;
}
.cid-uph0ycnLDJ .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uph0ycnLDJ .mbr-section-subtitle,
.cid-uph0ycnLDJ .subtitle-wrap,
.cid-uph0ycnLDJ .mbr-section-btn {
  text-align: left;
}
.cid-uph0ycnLDJ .mbr-text,
.cid-uph0ycnLDJ .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uph0ycnLDJ .mbr-text {
  color: #000000;
}
.cid-upgZBs6G4a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3a1d0d;
  overflow: hidden;
}
