.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: 'Instrument Sans', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #a60b26 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a60b26 !important;
  border-color: #a60b26 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #d60e31 !important;
  border-color: #d60e31 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d60e31 !important;
  border-color: #d60e31 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d9db4d !important;
  border-color: #d9db4d !important;
  color: #222207 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e2e477 !important;
  border-color: #e2e477 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #222207 !important;
  background-color: #e2e477 !important;
  border-color: #e2e477 !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: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !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: #a60b26;
  color: #a60b26;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #550613 !important;
  background-color: transparent !important;
  border-color: #550613 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a60b26 !important;
  border-color: #a60b26 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d9db4d;
  color: #d9db4d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #acae23 !important;
  background-color: transparent !important;
  border-color: #acae23 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #222207 !important;
  background-color: #d9db4d !important;
  border-color: #d9db4d !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: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !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: #a60b26 !important;
}
.text-secondary {
  color: #d9db4d !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !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: #460510 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a0a121 !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: #52cac8 !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: #a60b26;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.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: #a60b26;
  border-color: #a60b26;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #a60b26;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f23e5e;
}
.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: 'Instrument Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #a60b26 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #a60b26;
}
/* 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: #a60b26;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a60b26;
}
.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: #a60b26;
  border-bottom-color: #a60b26;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #a60b26 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #d9db4d !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='%23a60b26' %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-tWoS2b5WNe {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/foxriverdeer-6-1022x312.jpeg");
}
.cid-tWoS2b5WNe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWoS2b5WNe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWoS2b5WNe .row {
  flex-direction: row-reverse;
}
.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(166, 11, 38, 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: #a60b26;
}
@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: #a60b26;
  background: rgba(166, 11, 38, 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 - 5rem);
  }
}
.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: #a60b26;
}
.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: #a60b26;
    opacity: 1;
    border-color: rgba(166, 11, 38, 0.8) !important;
    background: rgba(166, 11, 38, 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: 4rem;
  padding-bottom: 2.5rem;
  background-color: #edefeb;
}
@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: #9d9696;
  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: #a60b26;
  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: #a60b26;
  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: #a60b26;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #232323;
  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: #232323;
  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;
  color: #ffffff;
}
.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-title3 {
  color: #a60b26;
}
.cid-tQnVxSaP4U {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #edefeb;
}
.cid-tQnVxSaP4U .item-img {
  position: relative;
}
.cid-tQnVxSaP4U .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tQnVxSaP4U .card-text {
    padding-left: 4rem;
  }
}
.cid-tQnVxSaP4U h5 {
  line-height: 1.2;
}
.cid-tQnVxSaP4U .card {
  margin-bottom: 2rem;
}
.cid-tQnVxSaP4U .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tQnVxSaP4U .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tQnVxSaP4U .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #a60b26;
}
@media (max-width: 992px) {
  .cid-tQnVxSaP4U .image-wrapper {
    min-height: 200px;
  }
}
.cid-tQnVxSaP4U .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tQnVxSaP4U .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tQnVxSaP4U .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #c7e1f7;
}
.cid-tQnVxSaP4U .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-tQnVxSaP4U .link-icon-wrapper .icon-wrap {
  background: #320707;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tQnVxSaP4U .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tQnVxSaP4U .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tQnVxSaP4U .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tQnVxSaP4U .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tQnVxSaP4U .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tQnVxSaP4U .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-tQnVxSaP4U .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tQnVxSaP4U img,
.cid-tQnVxSaP4U .item-img {
  width: 100%;
}
.cid-tQnVxSaP4U .item:focus,
.cid-tQnVxSaP4U span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tQnVxSaP4U .item {
    margin-bottom: 1rem;
  }
}
.cid-tQnVxSaP4U .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tQnVxSaP4U .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tQnVxSaP4U .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tQnVxSaP4U .mbr-section-subtitle,
.cid-tQnVxSaP4U .subtitle-wrap,
.cid-tQnVxSaP4U .mbr-section-btn {
  text-align: left;
}
.cid-tQnVxSaP4U .mbr-text,
.cid-tQnVxSaP4U .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tQnVxSaP4U .mbr-text {
  color: #000000;
}
.cid-tWt5YSqyYZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #666666;
}
.cid-tWt5YSqyYZ .item-img {
  position: relative;
}
.cid-tWt5YSqyYZ .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-tWt5YSqyYZ .cardbg {
  background: #f7f7f7;
  height: 100%;
  min-height: 300px;
}
.cid-tWt5YSqyYZ .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWt5YSqyYZ .image-wrapper {
  overflow: hidden;
}
.cid-tWt5YSqyYZ .item1 {
  margin-bottom: 2rem !important;
}
.cid-tWt5YSqyYZ .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWt5YSqyYZ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWt5YSqyYZ .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #a60b26;
}
.cid-tWt5YSqyYZ .item1,
.cid-tWt5YSqyYZ .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tWt5YSqyYZ .item1 .item:hover,
.cid-tWt5YSqyYZ .item .item:hover {
  cursor: pointer;
}
.cid-tWt5YSqyYZ .item1:hover .link-icon-wrapper span,
.cid-tWt5YSqyYZ .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-tWt5YSqyYZ .card2 {
    margin-top: 1rem;
  }
}
.cid-tWt5YSqyYZ .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-tWt5YSqyYZ .link-icon-wrapper .icon-wrap {
  background: #a60b26;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWt5YSqyYZ .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWt5YSqyYZ .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWt5YSqyYZ .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWt5YSqyYZ .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWt5YSqyYZ .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWt5YSqyYZ .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-tWt5YSqyYZ .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWt5YSqyYZ img,
.cid-tWt5YSqyYZ .item-img {
  width: 100%;
}
.cid-tWt5YSqyYZ .item:focus,
.cid-tWt5YSqyYZ span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWt5YSqyYZ .item {
    margin-bottom: 1rem;
  }
}
.cid-tWt5YSqyYZ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWt5YSqyYZ .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWt5YSqyYZ .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWt5YSqyYZ .mbr-section-subtitle,
.cid-tWt5YSqyYZ .subtitle-wrap,
.cid-tWt5YSqyYZ .mbr-section-btn {
  text-align: left;
  color: #a60b26;
}
.cid-tWt5YSqyYZ .mbr-text,
.cid-tWt5YSqyYZ .item .mbr-section-btn {
  color: #000000;
}
.cid-tQnUL9E36g {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #a60b26;
}
.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: #a60b26;
  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: 500px;
  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;
  color: #ffffff;
}
.cid-tQnUL9E36g .mbr-text,
.cid-tQnUL9E36g .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tQnVcVhOWZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
@media (max-width: 991px) {
  .cid-tQnVcVhOWZ .col-title {
    margin-bottom: 20px;
  }
}
.cid-tQnVcVhOWZ .mbr-section-title {
  color: #989a97;
}
.cid-tQnVcVhOWZ .mbr-section-subtitle {
  color: #000000;
  margin-top: 24px;
}
.cid-tQnVcVhOWZ .mbr-text {
  color: #000000;
}
.cid-tQnVcVhOWZ .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-tQnVcVhOWZ p {
  line-height: 1.2;
}
.cid-tQnVcVhOWZ .mbr-text1 {
  color: #a60b26;
}
.cid-tQnVcVhOWZ .mbr-text2 {
  color: #a60b26;
}
.cid-tQnVcVhOWZ .mbr-text3 {
  color: #000000;
}
.cid-tQnVPjt5N2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #989a97;
}
@media (max-width: 991px) {
  .cid-tQnVPjt5N2 .col-title {
    margin-bottom: 20px;
  }
}
.cid-tQnVPjt5N2 .mbr-section-title {
  color: #a60b26;
}
.cid-tQnVPjt5N2 .mbr-text {
  color: #000000;
}
.cid-tQnVPjt5N2 .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-top: 2rem;
}
.cid-tQnVPjt5N2 .mbr-section-subtitle {
  border-radius: 1rem;
  border: 1px solid currentColor;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tQnVPjt5N2 .row {
  justify-content: space-between;
}
.cid-tQnVPjt5N2 .mbr-text1 {
  color: #0046c7;
}
.cid-tQnVPjt5N2 img {
  object-fit: cover;
}
.cid-tQnVPjt5N2 h3 {
  transition: all 0.3s;
  position: relative;
}
.cid-tQnVPjt5N2 h3:hover {
  transform: translateX(25px);
  cursor: pointer;
}
.cid-tQnVPjt5N2 h3:hover:before {
  opacity: 1;
}
.cid-tQnVPjt5N2 h3:before {
  content: '';
  background: currentColor;
  width: 12px;
  transition: all 0.3s;
  height: 12px;
  opacity: 0;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.cid-tQnVPjt5N2 .mbr-section-subtitle,
.cid-tQnVPjt5N2 .subtitle-wrap,
.cid-tQnVPjt5N2 .mbr-section-btn {
  color: #ffffff;
}
.cid-tYUla6XTGI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-tYUla6XTGI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYUla6XTGI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYUla6XTGI .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tYUla6XTGI .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tYUla6XTGI .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tYUla6XTGI .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tYUla6XTGI .container {
    padding: 0 16px;
  }
}
.cid-tYUla6XTGI .content-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-tYUla6XTGI .content-wrapper {
    padding: 35px 15px;
    display: block;
  }
}
.cid-tYUla6XTGI .content-wrapper .mbr-section-title {
  width: 42%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-tYUla6XTGI .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-tYUla6XTGI .content-wrapper .list-wrapper {
  width: 50%;
  padding: 20px 36px;
  background-color: #cccccb;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tYUla6XTGI .content-wrapper .list-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-tYUla6XTGI .content-wrapper .list-wrapper .item {
  padding: 20px 0;
  border-bottom: 1px solid #000000;
}
.cid-tYUla6XTGI .content-wrapper .list-wrapper .item:last-child {
  border-bottom: none;
}
.cid-tYUla6XTGI .content-wrapper .list-wrapper .item .item-wrapper .card-box {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-tYUla6XTGI .content-wrapper .list-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 28px;
}
.cid-tYUla6XTGI .content-wrapper .list-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 40px;
  height: 40px;
  font-size: 32px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-tYUla6XTGI .content-wrapper .list-wrapper .item .item-wrapper .card-box .card-content .card-title {
  margin-bottom: 5px;
}
.cid-tYUla6XTGI .content-wrapper .list-wrapper .item .item-wrapper .card-box .card-content .card-text {
  margin-bottom: 0;
}
.cid-tYUla6XTGI .mbr-section-title {
  color: #a60b26;
}
.cid-tYUla6XTGI .card-title {
  color: #000000;
}
.cid-tYUla6XTGI .card-text {
  color: #000000;
}
.cid-tQnUTDRmeu {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tQnUTDRmeu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQnUTDRmeu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQnUTDRmeu input:hover {
  border-color: white !important;
}
.cid-tQnUTDRmeu .col-auto {
  width: 100%;
  text-align: right !important;
}
@media (max-width: 992px) {
  .cid-tQnUTDRmeu .mb {
    margin-bottom: 2rem;
  }
}
.cid-tQnUTDRmeu img {
  object-fit: cover;
}
.cid-tQnUTDRmeu .btn,
.cid-tQnUTDRmeu .btn:hover,
.cid-tQnUTDRmeu .btn:focus,
.cid-tQnUTDRmeu .btn:active {
  background: transparent !important;
  border: none !important;
  color: white;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.cid-tQnUTDRmeu .item-wrapper {
  width: 100%;
}
.cid-tQnUTDRmeu .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-tQnUTDRmeu .card-box {
  padding: 3rem 2rem;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tQnUTDRmeu .card-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tQnUTDRmeu .card-box {
    padding: 1rem;
  }
}
.cid-tQnUTDRmeu .mobi-mbri {
  color: black;
  background: #a60b26;
  font-size: 1.2rem !important;
  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-tQnUTDRmeu .card-wrapper {
  display: flex;
}
.cid-tQnUTDRmeu .wrap {
  background: #232323;
}
.cid-tQnUTDRmeu .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-tQnUTDRmeu .mbr-text,
.cid-tQnUTDRmeu .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-tQnUTDRmeu .mbr-link,
.cid-tQnUTDRmeu .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-tQnUTDRmeu .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tQnUTDRmeu .mbr-section-title {
  text-align: left;
  color: #a60b26;
}
.cid-tYJYczrKYv {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #cccccb;
}
.cid-tYJYczrKYv .container-fluid,
.cid-tYJYczrKYv .container {
  position: relative;
}
.cid-tYJYczrKYv .container-fluid::before,
.cid-tYJYczrKYv .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #a60b26;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tYJYczrKYv .container-fluid::before,
  .cid-tYJYczrKYv .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .container-fluid::before,
  .cid-tYJYczrKYv .container::before {
    display: none;
  }
}
.cid-tYJYczrKYv .media-wrap {
  height: 300px;
}
.cid-tYJYczrKYv .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tYJYczrKYv .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tYJYczrKYv .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tYJYczrKYv .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .text-wrapper {
    background-color: #a60b26;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tYJYczrKYv .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tYJYczrKYv .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #000000;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tYJYczrKYv .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tYJYczrKYv .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tYJYczrKYv .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tYJYczrKYv .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .list {
    background-color: #a60b26;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tYJYczrKYv .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tYJYczrKYv .list .item-wrap:hover {
  opacity: .7;
}
.cid-tYJYczrKYv .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .copyright {
    background-color: #a60b26;
  }
}
.cid-tYJYczrKYv .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tYJYczrKYv .mbr-text {
  color: #bcbfca;
}
.cid-tYJYczrKYv .mbr-desc {
  color: #000000;
}
.cid-tYJYczrKYv .mbr-link {
  color: #ffffff;
}
.cid-tYJYczrKYv .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tWpz9rk4GU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #a60b26;
}
.cid-tWE6xuXIRB {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/foxriverblue-1-1280x640.jpeg");
}
.cid-tWE6xuXIRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWE6xuXIRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWE6xuXIRB .row {
  flex-direction: row-reverse;
}
.cid-tWE6xvpau5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tWE6xvpau5 .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-tWE6xvpau5 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-tWE6xvpau5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWE6xvpau5 .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-tWE6xvpau5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWE6xvpau5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWE6xvpau5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWE6xvpau5 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tWE6xvpau5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWE6xvpau5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tWE6xvpau5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWE6xvpau5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWE6xvpau5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tWE6xvpau5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWE6xvpau5 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-tWE6xvpau5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWE6xvpau5 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tWE6xvpau5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWE6xvpau5 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWE6xvpau5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWE6xvpau5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWE6xvpau5 .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(166, 11, 38, 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: #a60b26;
}
@media (max-width: 992px) {
  .cid-tWE6xvpau5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWE6xvpau5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tWE6xvpau5 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-tWE6xvpau5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWE6xvpau5 .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: #a60b26;
  background: rgba(166, 11, 38, 0.8) !important;
  backdrop-filter: blur(10px);
}
.cid-tWE6xvpau5 .nav-item:focus,
.cid-tWE6xvpau5 .nav-link:focus {
  outline: none;
}
.cid-tWE6xvpau5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWE6xvpau5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWE6xvpau5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWE6xvpau5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWE6xvpau5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWE6xvpau5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWE6xvpau5 .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-tWE6xvpau5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tWE6xvpau5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWE6xvpau5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tWE6xvpau5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tWE6xvpau5 .navbar.collapsed {
  justify-content: center;
}
.cid-tWE6xvpau5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWE6xvpau5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWE6xvpau5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tWE6xvpau5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWE6xvpau5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWE6xvpau5 .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-tWE6xvpau5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWE6xvpau5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWE6xvpau5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWE6xvpau5 .navbar {
    min-height: 72px;
  }
  .cid-tWE6xvpau5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWE6xvpau5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWE6xvpau5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWE6xvpau5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWE6xvpau5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWE6xvpau5 .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-tWE6xvpau5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWE6xvpau5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWE6xvpau5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWE6xvpau5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWE6xvpau5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWE6xvpau5 .dropdown-item.active,
.cid-tWE6xvpau5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tWE6xvpau5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWE6xvpau5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWE6xvpau5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWE6xvpau5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a60b26;
}
.cid-tWE6xvpau5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWE6xvpau5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWE6xvpau5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWE6xvpau5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWE6xvpau5 .navbar-buttons {
    text-align: left;
  }
}
.cid-tWE6xvpau5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWE6xvpau5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWE6xvpau5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWE6xvpau5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWE6xvpau5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWE6xvpau5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWE6xvpau5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWE6xvpau5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWE6xvpau5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWE6xvpau5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWE6xvpau5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWE6xvpau5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWE6xvpau5 .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-tWE6xvpau5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWE6xvpau5 .navbar {
    height: 70px;
  }
  .cid-tWE6xvpau5 .navbar.opened {
    height: auto;
  }
  .cid-tWE6xvpau5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWE6xvpau5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWE6xvpau5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWE6xvpau5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWE6xvpau5 .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-tWE6xvpau5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWE6xvpau5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWE6xvpau5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWE6xvpau5 .navbar-brand {
    margin-right: auto;
  }
  .cid-tWE6xvpau5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #a60b26;
    opacity: 1;
    border-color: rgba(166, 11, 38, 0.8) !important;
    background: rgba(166, 11, 38, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tWE6xvpau5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWE6xvpau5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWE6xvpau5 .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-tWE6xvpau5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWE6xvpau5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWE6xvpau5 .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-tWE6xvpau5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWE6xvpau5 .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-tWE6xvpau5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWE6xvpau5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWE6xwb6Mf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-tWE6xwb6Mf .item-img {
  position: relative;
}
.cid-tWE6xwb6Mf .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-tWE6xwb6Mf .cardbg {
  background: #f7f7f7;
  height: 100%;
  min-height: 300px;
}
.cid-tWE6xwb6Mf .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWE6xwb6Mf .image-wrapper {
  overflow: hidden;
}
.cid-tWE6xwb6Mf .item1 {
  margin-bottom: 2rem !important;
}
.cid-tWE6xwb6Mf .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWE6xwb6Mf .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWE6xwb6Mf .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #a60b26;
}
.cid-tWE6xwb6Mf .item1,
.cid-tWE6xwb6Mf .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tWE6xwb6Mf .item1 .item:hover,
.cid-tWE6xwb6Mf .item .item:hover {
  cursor: pointer;
}
.cid-tWE6xwb6Mf .item1:hover .link-icon-wrapper span,
.cid-tWE6xwb6Mf .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-tWE6xwb6Mf .card2 {
    margin-top: 1rem;
  }
}
.cid-tWE6xwb6Mf .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-tWE6xwb6Mf .link-icon-wrapper .icon-wrap {
  background: #a60b26;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWE6xwb6Mf .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWE6xwb6Mf .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWE6xwb6Mf .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWE6xwb6Mf .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWE6xwb6Mf .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWE6xwb6Mf .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-tWE6xwb6Mf .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWE6xwb6Mf img,
.cid-tWE6xwb6Mf .item-img {
  width: 100%;
}
.cid-tWE6xwb6Mf .item:focus,
.cid-tWE6xwb6Mf span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWE6xwb6Mf .item {
    margin-bottom: 1rem;
  }
}
.cid-tWE6xwb6Mf .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWE6xwb6Mf .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWE6xwb6Mf .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWE6xwb6Mf .mbr-section-subtitle,
.cid-tWE6xwb6Mf .subtitle-wrap,
.cid-tWE6xwb6Mf .mbr-section-btn {
  text-align: left;
  color: #a60b26;
}
.cid-tWE6xwb6Mf .mbr-text,
.cid-tWE6xwb6Mf .item .mbr-section-btn {
  color: #000000;
}
.cid-tWE6xxlLVM {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-tWE6xxlLVM .item-img {
  position: relative;
}
.cid-tWE6xxlLVM .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tWE6xxlLVM .card-text {
    padding-left: 4rem;
  }
}
.cid-tWE6xxlLVM h5 {
  line-height: 1.2;
}
.cid-tWE6xxlLVM .card {
  margin-bottom: 2rem;
}
.cid-tWE6xxlLVM .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tWE6xxlLVM .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWE6xxlLVM .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #a60b26;
}
@media (max-width: 992px) {
  .cid-tWE6xxlLVM .image-wrapper {
    min-height: 200px;
  }
}
.cid-tWE6xxlLVM .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWE6xxlLVM .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWE6xxlLVM .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #c7e1f7;
}
.cid-tWE6xxlLVM .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-tWE6xxlLVM .link-icon-wrapper .icon-wrap {
  background: #320707;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWE6xxlLVM .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWE6xxlLVM .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWE6xxlLVM .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWE6xxlLVM .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWE6xxlLVM .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWE6xxlLVM .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-tWE6xxlLVM .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWE6xxlLVM img,
.cid-tWE6xxlLVM .item-img {
  width: 100%;
}
.cid-tWE6xxlLVM .item:focus,
.cid-tWE6xxlLVM span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWE6xxlLVM .item {
    margin-bottom: 1rem;
  }
}
.cid-tWE6xxlLVM .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWE6xxlLVM .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tWE6xxlLVM .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWE6xxlLVM .mbr-section-subtitle,
.cid-tWE6xxlLVM .subtitle-wrap,
.cid-tWE6xxlLVM .mbr-section-btn {
  text-align: left;
}
.cid-tWE6xxlLVM .mbr-text,
.cid-tWE6xxlLVM .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tWE6xxlLVM .mbr-text {
  color: #000000;
}
.cid-tWE6xxHKSG {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #989a97;
}
.cid-tWE6xxHKSG .item-img {
  position: relative;
}
.cid-tWE6xxHKSG .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-tWE6xxHKSG .cardbg {
  background: #f7f7f7;
  height: 100%;
  min-height: 300px;
}
.cid-tWE6xxHKSG .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWE6xxHKSG .image-wrapper {
  overflow: hidden;
}
.cid-tWE6xxHKSG .item1 {
  margin-bottom: 2rem !important;
}
.cid-tWE6xxHKSG .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWE6xxHKSG .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWE6xxHKSG .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #a60b26;
}
.cid-tWE6xxHKSG .item1,
.cid-tWE6xxHKSG .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tWE6xxHKSG .item1 .item:hover,
.cid-tWE6xxHKSG .item .item:hover {
  cursor: pointer;
}
.cid-tWE6xxHKSG .item1:hover .link-icon-wrapper span,
.cid-tWE6xxHKSG .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-tWE6xxHKSG .card2 {
    margin-top: 1rem;
  }
}
.cid-tWE6xxHKSG .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-tWE6xxHKSG .link-icon-wrapper .icon-wrap {
  background: #a60b26;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWE6xxHKSG .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWE6xxHKSG .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWE6xxHKSG .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWE6xxHKSG .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWE6xxHKSG .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWE6xxHKSG .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-tWE6xxHKSG .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWE6xxHKSG img,
.cid-tWE6xxHKSG .item-img {
  width: 100%;
}
.cid-tWE6xxHKSG .item:focus,
.cid-tWE6xxHKSG span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWE6xxHKSG .item {
    margin-bottom: 1rem;
  }
}
.cid-tWE6xxHKSG .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWE6xxHKSG .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWE6xxHKSG .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWE6xxHKSG .mbr-section-subtitle,
.cid-tWE6xxHKSG .subtitle-wrap,
.cid-tWE6xxHKSG .mbr-section-btn {
  text-align: left;
  color: #a60b26;
}
.cid-tWE6xxHKSG .mbr-text,
.cid-tWE6xxHKSG .item .mbr-section-btn {
  color: #000000;
}
.cid-tWE6xwZddw {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tWE6xwZddw .col-title {
    margin-bottom: 20px;
  }
}
.cid-tWE6xwZddw .mbr-section-title {
  color: #989a97;
}
.cid-tWE6xwZddw .mbr-section-subtitle {
  color: #000000;
  margin-top: 24px;
}
.cid-tWE6xwZddw .mbr-text {
  color: #000000;
}
.cid-tWE6xwZddw .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-tWE6xwZddw p {
  line-height: 1.2;
}
.cid-tWE6xwZddw .mbr-text1 {
  color: #a60b26;
}
.cid-tWE6xwZddw .mbr-text2 {
  color: #a60b26;
}
.cid-tWE6xwZddw .mbr-text3 {
  color: #000000;
}
.cid-tYJExUGpkN {
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-color: #a9a5a5;
}
.cid-tYJExUGpkN .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffffff !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-tYJExUGpkN .panel-group {
  border: none;
}
.cid-tYJExUGpkN .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-tYJExUGpkN .card-header {
    padding: 1rem 0rem;
  }
}
.cid-tYJExUGpkN .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tYJExUGpkN .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-tYJExUGpkN .img-col {
  padding: 0;
}
.cid-tYJExUGpkN .img-item {
  height: 100%;
}
.cid-tYJExUGpkN img {
  height: 100%;
  object-fit: cover;
}
.cid-tYJExUGpkN .collapsed span {
  transform: rotate(0deg);
}
.cid-tYJExUGpkN .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tYJExUGpkN p {
  margin-bottom: 0.3rem;
}
.cid-tYJExUGpkN .panel-title-edit {
  color: #e9c0e9;
}
.cid-tYJExUGpkN .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-tYJExUGpkN .card {
  background: #edefeb;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tYJExUGpkN .card {
    padding: 1.5rem;
  }
}
.cid-tYJExUGpkN .panel-text {
  color: #320707;
}
.cid-tYJExUGpkN .mbr-section-title {
  text-align: left;
  color: #a60b26;
}
.cid-tYJExUGpkN .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tYJExUGpkN .panel-title-edit,
.cid-tYJExUGpkN .mbr-iconfont {
  color: #000000;
}
.cid-tYJYczrKYv {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #cccccb;
}
.cid-tYJYczrKYv .container-fluid,
.cid-tYJYczrKYv .container {
  position: relative;
}
.cid-tYJYczrKYv .container-fluid::before,
.cid-tYJYczrKYv .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #a60b26;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tYJYczrKYv .container-fluid::before,
  .cid-tYJYczrKYv .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .container-fluid::before,
  .cid-tYJYczrKYv .container::before {
    display: none;
  }
}
.cid-tYJYczrKYv .media-wrap {
  height: 300px;
}
.cid-tYJYczrKYv .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tYJYczrKYv .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tYJYczrKYv .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tYJYczrKYv .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .text-wrapper {
    background-color: #a60b26;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tYJYczrKYv .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tYJYczrKYv .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #000000;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tYJYczrKYv .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tYJYczrKYv .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tYJYczrKYv .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tYJYczrKYv .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .list {
    background-color: #a60b26;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tYJYczrKYv .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tYJYczrKYv .list .item-wrap:hover {
  opacity: .7;
}
.cid-tYJYczrKYv .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .copyright {
    background-color: #a60b26;
  }
}
.cid-tYJYczrKYv .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tYJYczrKYv .mbr-text {
  color: #bcbfca;
}
.cid-tYJYczrKYv .mbr-desc {
  color: #000000;
}
.cid-tYJYczrKYv .mbr-link {
  color: #ffffff;
}
.cid-tYJYczrKYv .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tWE6xzJw9l {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #a60b26;
}
.cid-tWE6JPp4Yq {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/foxriversunset-1920x1080.jpg");
}
.cid-tWE6JPp4Yq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWE6JPp4Yq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWE6JPp4Yq .row {
  flex-direction: row-reverse;
}
.cid-tWE6JRlMgr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
@media (max-width: 991px) {
  .cid-tWE6JRlMgr .col-title {
    margin-bottom: 20px;
  }
}
.cid-tWE6JRlMgr .mbr-section-title {
  color: #989a97;
}
.cid-tWE6JRlMgr .mbr-section-subtitle {
  color: #000000;
  margin-top: 24px;
}
.cid-tWE6JRlMgr .mbr-text {
  color: #000000;
}
.cid-tWE6JRlMgr .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-tWE6JRlMgr p {
  line-height: 1.2;
}
.cid-tWE6JRlMgr .mbr-text1 {
  color: #a60b26;
}
.cid-tWE6JRlMgr .mbr-text2 {
  color: #a60b26;
}
.cid-tWE6JRlMgr .mbr-text3 {
  color: #000000;
}
.cid-tWE6JQRiMD {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #a60b26;
}
.cid-tWE6JQRiMD .item-img {
  position: relative;
}
.cid-tWE6JQRiMD .item-img img {
  transition: all 0.2s;
}
.cid-tWE6JQRiMD .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tWE6JQRiMD .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-tWE6JQRiMD .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tWE6JQRiMD .item:hover img {
  transform: scale(1.05);
}
.cid-tWE6JQRiMD .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWE6JQRiMD .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-tWE6JQRiMD .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWE6JQRiMD .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWE6JQRiMD .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tWE6JQRiMD .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-tWE6JQRiMD .link-icon-wrapper .icon-wrap {
  background: #a60b26;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWE6JQRiMD .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWE6JQRiMD .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWE6JQRiMD .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWE6JQRiMD .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWE6JQRiMD .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWE6JQRiMD .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-tWE6JQRiMD .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWE6JQRiMD img,
.cid-tWE6JQRiMD .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-tWE6JQRiMD .item:focus,
.cid-tWE6JQRiMD span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWE6JQRiMD .item {
    margin-bottom: 1rem;
  }
}
.cid-tWE6JQRiMD .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWE6JQRiMD .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tWE6JQRiMD .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWE6JQRiMD .mbr-section-subtitle,
.cid-tWE6JQRiMD .subtitle-wrap,
.cid-tWE6JQRiMD .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tWE6JQRiMD .mbr-text,
.cid-tWE6JQRiMD .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tYPIsO977L {
  display: flex;
  padding-top: 0px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #a60b26, #ffffff);
}
@media (min-width: 768px) {
  .cid-tYPIsO977L {
    align-items: flex-start;
  }
  .cid-tYPIsO977L .row {
    justify-content: flex-start;
  }
}
.cid-tYPIsO977L .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-tYPIsO977L .mbr-text,
.cid-tYPIsO977L .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-tYPIsO977L .mbr-section-title,
.cid-tYPIsO977L .line {
  color: #232323;
}
.cid-tYPIsO977L h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-tYPIsO977L h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-tYPIsO977L .mbr-section-subtitle,
.cid-tYPIsO977L .align {
  text-align: left;
  color: #232323;
}
.cid-tYPIsO977L .mbr-text2 {
  color: #808080;
}
.cid-tYJYczrKYv {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #cccccb;
}
.cid-tYJYczrKYv .container-fluid,
.cid-tYJYczrKYv .container {
  position: relative;
}
.cid-tYJYczrKYv .container-fluid::before,
.cid-tYJYczrKYv .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #a60b26;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tYJYczrKYv .container-fluid::before,
  .cid-tYJYczrKYv .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .container-fluid::before,
  .cid-tYJYczrKYv .container::before {
    display: none;
  }
}
.cid-tYJYczrKYv .media-wrap {
  height: 300px;
}
.cid-tYJYczrKYv .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tYJYczrKYv .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tYJYczrKYv .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tYJYczrKYv .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .text-wrapper {
    background-color: #a60b26;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tYJYczrKYv .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tYJYczrKYv .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #000000;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tYJYczrKYv .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tYJYczrKYv .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tYJYczrKYv .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tYJYczrKYv .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .list {
    background-color: #a60b26;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tYJYczrKYv .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tYJYczrKYv .list .item-wrap:hover {
  opacity: .7;
}
.cid-tYJYczrKYv .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .copyright {
    background-color: #a60b26;
  }
}
.cid-tYJYczrKYv .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tYJYczrKYv .mbr-text {
  color: #bcbfca;
}
.cid-tYJYczrKYv .mbr-desc {
  color: #000000;
}
.cid-tYJYczrKYv .mbr-link {
  color: #ffffff;
}
.cid-tYJYczrKYv .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tWE6JPQ6PW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tWE6JPQ6PW .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-tWE6JPQ6PW .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-tWE6JPQ6PW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWE6JPQ6PW .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-tWE6JPQ6PW .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWE6JPQ6PW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWE6JPQ6PW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWE6JPQ6PW .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tWE6JPQ6PW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWE6JPQ6PW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tWE6JPQ6PW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWE6JPQ6PW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWE6JPQ6PW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tWE6JPQ6PW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWE6JPQ6PW .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-tWE6JPQ6PW .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWE6JPQ6PW .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tWE6JPQ6PW .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWE6JPQ6PW .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWE6JPQ6PW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWE6JPQ6PW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWE6JPQ6PW .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(166, 11, 38, 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: #a60b26;
}
@media (max-width: 992px) {
  .cid-tWE6JPQ6PW .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWE6JPQ6PW .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tWE6JPQ6PW .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-tWE6JPQ6PW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWE6JPQ6PW .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: #a60b26;
  background: rgba(166, 11, 38, 0.8) !important;
  backdrop-filter: blur(10px);
}
.cid-tWE6JPQ6PW .nav-item:focus,
.cid-tWE6JPQ6PW .nav-link:focus {
  outline: none;
}
.cid-tWE6JPQ6PW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWE6JPQ6PW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWE6JPQ6PW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWE6JPQ6PW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWE6JPQ6PW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWE6JPQ6PW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWE6JPQ6PW .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-tWE6JPQ6PW .navbar.opened {
  transition: all 0.3s;
}
.cid-tWE6JPQ6PW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWE6JPQ6PW .navbar .navbar-logo img {
  width: auto;
}
.cid-tWE6JPQ6PW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tWE6JPQ6PW .navbar.collapsed {
  justify-content: center;
}
.cid-tWE6JPQ6PW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWE6JPQ6PW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWE6JPQ6PW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tWE6JPQ6PW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWE6JPQ6PW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWE6JPQ6PW .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-tWE6JPQ6PW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWE6JPQ6PW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWE6JPQ6PW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWE6JPQ6PW .navbar {
    min-height: 72px;
  }
  .cid-tWE6JPQ6PW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWE6JPQ6PW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWE6JPQ6PW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWE6JPQ6PW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWE6JPQ6PW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWE6JPQ6PW .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-tWE6JPQ6PW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWE6JPQ6PW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWE6JPQ6PW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWE6JPQ6PW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWE6JPQ6PW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWE6JPQ6PW .dropdown-item.active,
.cid-tWE6JPQ6PW .dropdown-item:active {
  background-color: transparent;
}
.cid-tWE6JPQ6PW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWE6JPQ6PW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWE6JPQ6PW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWE6JPQ6PW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a60b26;
}
.cid-tWE6JPQ6PW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWE6JPQ6PW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWE6JPQ6PW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWE6JPQ6PW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWE6JPQ6PW .navbar-buttons {
    text-align: left;
  }
}
.cid-tWE6JPQ6PW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWE6JPQ6PW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWE6JPQ6PW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWE6JPQ6PW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWE6JPQ6PW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWE6JPQ6PW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWE6JPQ6PW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWE6JPQ6PW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWE6JPQ6PW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWE6JPQ6PW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWE6JPQ6PW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWE6JPQ6PW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWE6JPQ6PW .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-tWE6JPQ6PW .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWE6JPQ6PW .navbar {
    height: 70px;
  }
  .cid-tWE6JPQ6PW .navbar.opened {
    height: auto;
  }
  .cid-tWE6JPQ6PW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWE6JPQ6PW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWE6JPQ6PW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWE6JPQ6PW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWE6JPQ6PW .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-tWE6JPQ6PW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWE6JPQ6PW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWE6JPQ6PW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWE6JPQ6PW .navbar-brand {
    margin-right: auto;
  }
  .cid-tWE6JPQ6PW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #a60b26;
    opacity: 1;
    border-color: rgba(166, 11, 38, 0.8) !important;
    background: rgba(166, 11, 38, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tWE6JPQ6PW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWE6JPQ6PW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWE6JPQ6PW .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-tWE6JPQ6PW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWE6JPQ6PW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWE6JPQ6PW .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-tWE6JPQ6PW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWE6JPQ6PW .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-tWE6JPQ6PW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWE6JPQ6PW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWE6JU4Xm1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #a60b26;
}
.cid-tWE6VY9yWi {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/foxriverlakedusk-800x614.jpg");
}
.cid-tWE6VY9yWi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWE6VY9yWi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWE6VY9yWi .row {
  flex-direction: row-reverse;
}
.cid-tWE6VYCbf0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tWE6VYCbf0 .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-tWE6VYCbf0 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-tWE6VYCbf0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWE6VYCbf0 .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-tWE6VYCbf0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWE6VYCbf0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWE6VYCbf0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWE6VYCbf0 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tWE6VYCbf0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWE6VYCbf0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tWE6VYCbf0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWE6VYCbf0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWE6VYCbf0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tWE6VYCbf0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWE6VYCbf0 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-tWE6VYCbf0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWE6VYCbf0 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tWE6VYCbf0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWE6VYCbf0 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWE6VYCbf0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWE6VYCbf0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWE6VYCbf0 .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(166, 11, 38, 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: #a60b26;
}
@media (max-width: 992px) {
  .cid-tWE6VYCbf0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWE6VYCbf0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tWE6VYCbf0 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-tWE6VYCbf0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWE6VYCbf0 .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: #a60b26;
  background: rgba(166, 11, 38, 0.8) !important;
  backdrop-filter: blur(10px);
}
.cid-tWE6VYCbf0 .nav-item:focus,
.cid-tWE6VYCbf0 .nav-link:focus {
  outline: none;
}
.cid-tWE6VYCbf0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWE6VYCbf0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWE6VYCbf0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWE6VYCbf0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWE6VYCbf0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWE6VYCbf0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWE6VYCbf0 .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-tWE6VYCbf0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tWE6VYCbf0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWE6VYCbf0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tWE6VYCbf0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tWE6VYCbf0 .navbar.collapsed {
  justify-content: center;
}
.cid-tWE6VYCbf0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWE6VYCbf0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWE6VYCbf0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tWE6VYCbf0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWE6VYCbf0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWE6VYCbf0 .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-tWE6VYCbf0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWE6VYCbf0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWE6VYCbf0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWE6VYCbf0 .navbar {
    min-height: 72px;
  }
  .cid-tWE6VYCbf0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWE6VYCbf0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWE6VYCbf0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWE6VYCbf0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWE6VYCbf0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWE6VYCbf0 .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-tWE6VYCbf0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWE6VYCbf0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWE6VYCbf0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWE6VYCbf0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWE6VYCbf0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWE6VYCbf0 .dropdown-item.active,
.cid-tWE6VYCbf0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tWE6VYCbf0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWE6VYCbf0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWE6VYCbf0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWE6VYCbf0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a60b26;
}
.cid-tWE6VYCbf0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWE6VYCbf0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWE6VYCbf0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWE6VYCbf0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWE6VYCbf0 .navbar-buttons {
    text-align: left;
  }
}
.cid-tWE6VYCbf0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWE6VYCbf0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWE6VYCbf0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWE6VYCbf0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWE6VYCbf0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWE6VYCbf0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWE6VYCbf0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWE6VYCbf0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWE6VYCbf0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWE6VYCbf0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWE6VYCbf0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWE6VYCbf0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWE6VYCbf0 .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-tWE6VYCbf0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWE6VYCbf0 .navbar {
    height: 70px;
  }
  .cid-tWE6VYCbf0 .navbar.opened {
    height: auto;
  }
  .cid-tWE6VYCbf0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWE6VYCbf0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWE6VYCbf0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWE6VYCbf0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWE6VYCbf0 .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-tWE6VYCbf0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWE6VYCbf0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWE6VYCbf0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWE6VYCbf0 .navbar-brand {
    margin-right: auto;
  }
  .cid-tWE6VYCbf0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #a60b26;
    opacity: 1;
    border-color: rgba(166, 11, 38, 0.8) !important;
    background: rgba(166, 11, 38, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tWE6VYCbf0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWE6VYCbf0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWE6VYCbf0 .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-tWE6VYCbf0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWE6VYCbf0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWE6VYCbf0 .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-tWE6VYCbf0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWE6VYCbf0 .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-tWE6VYCbf0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWE6VYCbf0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tYUrNrKhaY {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #a60b26;
}
@media (min-width: 768px) {
  .cid-tYUrNrKhaY {
    align-items: center;
  }
  .cid-tYUrNrKhaY .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tYUrNrKhaY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tYUrNrKhaY {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tYUrNrKhaY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tYUrNrKhaY .content-wrap {
    width: 100%;
  }
}
.cid-tYUrNrKhaY .mbr-section-title {
  text-align: center;
  color: #f7f7f7;
}
.cid-tYUrNrKhaY .mbr-text,
.cid-tYUrNrKhaY .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tYKejy2k7t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tYKejy2k7t .col-title {
    margin-bottom: 20px;
  }
}
.cid-tYKejy2k7t .mbr-section-title {
  color: #a60b26;
}
.cid-tYKejy2k7t .mbr-text {
  color: #000000;
}
.cid-tYKejy2k7t .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-top: 2rem;
}
.cid-tYKejy2k7t .mbr-section-subtitle {
  border-radius: 1rem;
  border: 1px solid currentColor;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tYKejy2k7t .row {
  justify-content: space-between;
}
.cid-tYKejy2k7t .mbr-text1 {
  color: #0046c7;
}
.cid-tYKejy2k7t img {
  object-fit: cover;
}
.cid-tYKejy2k7t h3 {
  transition: all 0.3s;
  position: relative;
}
.cid-tYKejy2k7t h3:hover {
  transform: translateX(25px);
  cursor: pointer;
}
.cid-tYKejy2k7t h3:hover:before {
  opacity: 1;
}
.cid-tYKejy2k7t h3:before {
  content: '';
  background: currentColor;
  width: 12px;
  transition: all 0.3s;
  height: 12px;
  opacity: 0;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.cid-tYKejy2k7t .mbr-section-subtitle,
.cid-tYKejy2k7t .subtitle-wrap,
.cid-tYKejy2k7t .mbr-section-btn {
  color: #ffffff;
}
.cid-tYKd8M6CCU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b9bab8;
}
.cid-tYKd8M6CCU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYKd8M6CCU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYKd8M6CCU .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tYKd8M6CCU .container {
    padding: 10px 8px;
  }
}
.cid-tYKd8M6CCU .row {
  border-radius: 25px;
  background-color: #b9bab8;
  justify-content: center;
  padding: 100px 32px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-tYKd8M6CCU .row {
    padding: 50px 2px;
  }
}
.cid-tYKd8M6CCU .row .card {
  padding: 0 8px;
}
.cid-tYKd8M6CCU .row .card:nth-child(2) {
  justify-content: center;
}
.cid-tYKd8M6CCU .item {
  margin-bottom: 50px;
  margin-left: 15%;
}
.cid-tYKd8M6CCU .item:nth-child(2n) {
  margin-left: 0;
  margin-right: 5%;
}
.cid-tYKd8M6CCU .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-tYKd8M6CCU .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-tYKd8M6CCU .item:last-child {
  margin-bottom: 0;
}
.cid-tYKd8M6CCU .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #edefeb;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-tYKd8M6CCU .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-tYKd8M6CCU .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-tYKd8M6CCU .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-tYKd8M6CCU .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-tYKd8M6CCU .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tYKd8M6CCU .content-wrapper {
    margin: 50px 0;
  }
}
.cid-tYKd8M6CCU .content-wrapper .desc-wrapper {
  margin-bottom: 30px;
}
.cid-tYKd8M6CCU .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border: 1px solid #bad6ff;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #e1edff;
  margin-bottom: 0;
}
.cid-tYKd8M6CCU .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tYKd8M6CCU .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tYKd8M6CCU .content-wrapper .mbr-section-title span {
  opacity: .5;
}
.cid-tYKd8M6CCU .content-wrapper .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-tYKd8M6CCU .content-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-tYKd8M6CCU .content-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-tYKd8M6CCU .item-next {
  margin-bottom: 50px;
  margin-right: 15%;
  margin-left: 0;
}
.cid-tYKd8M6CCU .item-next:nth-child(2n) {
  margin-right: 0;
  margin-left: 5%;
}
.cid-tYKd8M6CCU .item-next .item-wrapper {
  border-radius: 25px !important;
  background-color: #edefeb;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-tYKd8M6CCU .item-next .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-tYKd8M6CCU .item-next .item-wrapper .card-box .icon-wrapper {
  text-align: left;
  margin-bottom: 50px;
}
.cid-tYKd8M6CCU .item-next .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-tYKd8M6CCU .item-next .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-tYKd8M6CCU .item-next .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-tYKd8M6CCU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tYKd8M6CCU .mbr-desc,
.cid-tYKd8M6CCU .desc-wrapper {
  color: #3283fb;
  text-align: center;
}
.cid-tYKd8M6CCU .card-title {
  color: #222222;
}
.cid-tYKd8M6CCU .card-text {
  color: #222222;
}
.cid-tYKUPTX67N {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #807e7e;
}
.cid-tYKUPTX67N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYKUPTX67N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYKUPTX67N .row {
  justify-content: center;
}
.cid-tYKUPTX67N .text-wrapper {
  padding: 22px 0;
}
.cid-tYKUPTX67N .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYKUPTX67N .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-tYKUPTX67N .image-wrapper img {
  position: absolute;
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 100%;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tYKUPTX67N .image-wrapper img {
    position: static;
    width: 250px;
    height: 250px;
  }
}
.cid-tYKUPTX67N .mbr-text {
  color: #ffffff;
}
.cid-tWE6VZp6sL {
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-color: #cccccb;
}
.cid-tWE6VZp6sL .item-img {
  position: relative;
}
.cid-tWE6VZp6sL .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-tWE6VZp6sL .cardbg {
  background: #f7f7f7;
  height: 100%;
  min-height: 300px;
}
.cid-tWE6VZp6sL .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWE6VZp6sL .image-wrapper {
  overflow: hidden;
}
.cid-tWE6VZp6sL .item1 {
  margin-bottom: 2rem !important;
}
.cid-tWE6VZp6sL .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWE6VZp6sL .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWE6VZp6sL .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #a60b26;
}
.cid-tWE6VZp6sL .item1,
.cid-tWE6VZp6sL .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tWE6VZp6sL .item1 .item:hover,
.cid-tWE6VZp6sL .item .item:hover {
  cursor: pointer;
}
.cid-tWE6VZp6sL .item1:hover .link-icon-wrapper span,
.cid-tWE6VZp6sL .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-tWE6VZp6sL .card2 {
    margin-top: 1rem;
  }
}
.cid-tWE6VZp6sL .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-tWE6VZp6sL .link-icon-wrapper .icon-wrap {
  background: #a60b26;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWE6VZp6sL .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWE6VZp6sL .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWE6VZp6sL .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWE6VZp6sL .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWE6VZp6sL .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWE6VZp6sL .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-tWE6VZp6sL .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWE6VZp6sL img,
.cid-tWE6VZp6sL .item-img {
  width: 100%;
}
.cid-tWE6VZp6sL .item:focus,
.cid-tWE6VZp6sL span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWE6VZp6sL .item {
    margin-bottom: 1rem;
  }
}
.cid-tWE6VZp6sL .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWE6VZp6sL .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWE6VZp6sL .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWE6VZp6sL .mbr-section-subtitle,
.cid-tWE6VZp6sL .subtitle-wrap,
.cid-tWE6VZp6sL .mbr-section-btn {
  text-align: left;
  color: #a60b26;
}
.cid-tWE6VZp6sL .mbr-text,
.cid-tWE6VZp6sL .item .mbr-section-btn {
  color: #000000;
}
.cid-tWE6W0Se0J {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #edefeb;
}
.cid-tWE6W0Se0J .item-img {
  position: relative;
}
.cid-tWE6W0Se0J .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-tWE6W0Se0J .cardbg {
  background: #f7f7f7;
  height: 100%;
  min-height: 300px;
}
.cid-tWE6W0Se0J .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWE6W0Se0J .image-wrapper {
  overflow: hidden;
}
.cid-tWE6W0Se0J .item1 {
  margin-bottom: 2rem !important;
}
.cid-tWE6W0Se0J .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWE6W0Se0J .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWE6W0Se0J .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #a60b26;
}
.cid-tWE6W0Se0J .item1,
.cid-tWE6W0Se0J .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tWE6W0Se0J .item1 .item:hover,
.cid-tWE6W0Se0J .item .item:hover {
  cursor: pointer;
}
.cid-tWE6W0Se0J .item1:hover .link-icon-wrapper span,
.cid-tWE6W0Se0J .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-tWE6W0Se0J .card2 {
    margin-top: 1rem;
  }
}
.cid-tWE6W0Se0J .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-tWE6W0Se0J .link-icon-wrapper .icon-wrap {
  background: #a60b26;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWE6W0Se0J .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWE6W0Se0J .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWE6W0Se0J .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWE6W0Se0J .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWE6W0Se0J .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWE6W0Se0J .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-tWE6W0Se0J .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWE6W0Se0J img,
.cid-tWE6W0Se0J .item-img {
  width: 100%;
}
.cid-tWE6W0Se0J .item:focus,
.cid-tWE6W0Se0J span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWE6W0Se0J .item {
    margin-bottom: 1rem;
  }
}
.cid-tWE6W0Se0J .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWE6W0Se0J .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWE6W0Se0J .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWE6W0Se0J .mbr-section-subtitle,
.cid-tWE6W0Se0J .subtitle-wrap,
.cid-tWE6W0Se0J .mbr-section-btn {
  text-align: left;
  color: #a60b26;
}
.cid-tWE6W0Se0J .mbr-text,
.cid-tWE6W0Se0J .item .mbr-section-btn {
  color: #000000;
}
.cid-tYJYczrKYv {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #cccccb;
}
.cid-tYJYczrKYv .container-fluid,
.cid-tYJYczrKYv .container {
  position: relative;
}
.cid-tYJYczrKYv .container-fluid::before,
.cid-tYJYczrKYv .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #a60b26;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tYJYczrKYv .container-fluid::before,
  .cid-tYJYczrKYv .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .container-fluid::before,
  .cid-tYJYczrKYv .container::before {
    display: none;
  }
}
.cid-tYJYczrKYv .media-wrap {
  height: 300px;
}
.cid-tYJYczrKYv .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tYJYczrKYv .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tYJYczrKYv .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tYJYczrKYv .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .text-wrapper {
    background-color: #a60b26;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tYJYczrKYv .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tYJYczrKYv .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #000000;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tYJYczrKYv .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tYJYczrKYv .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tYJYczrKYv .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tYJYczrKYv .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .list {
    background-color: #a60b26;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tYJYczrKYv .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tYJYczrKYv .list .item-wrap:hover {
  opacity: .7;
}
.cid-tYJYczrKYv .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .copyright {
    background-color: #a60b26;
  }
}
.cid-tYJYczrKYv .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tYJYczrKYv .mbr-text {
  color: #bcbfca;
}
.cid-tYJYczrKYv .mbr-desc {
  color: #000000;
}
.cid-tYJYczrKYv .mbr-link {
  color: #ffffff;
}
.cid-tYJYczrKYv .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tWE6W2ZkfF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #a60b26;
}
.cid-tWE739z061 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/foxriver-1-1080x624.jpg");
}
.cid-tWE739z061 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWE739z061 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWE739z061 .row {
  flex-direction: row-reverse;
}
.cid-tWE739Wd5u {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tWE739Wd5u .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-tWE739Wd5u .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-tWE739Wd5u .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWE739Wd5u .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-tWE739Wd5u .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWE739Wd5u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWE739Wd5u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWE739Wd5u .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tWE739Wd5u .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWE739Wd5u .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tWE739Wd5u .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWE739Wd5u .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWE739Wd5u .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tWE739Wd5u .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWE739Wd5u .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-tWE739Wd5u .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWE739Wd5u .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tWE739Wd5u .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWE739Wd5u .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWE739Wd5u .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWE739Wd5u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWE739Wd5u .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(166, 11, 38, 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: #a60b26;
}
@media (max-width: 992px) {
  .cid-tWE739Wd5u .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWE739Wd5u .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tWE739Wd5u .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-tWE739Wd5u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWE739Wd5u .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: #a60b26;
  background: rgba(166, 11, 38, 0.8) !important;
  backdrop-filter: blur(10px);
}
.cid-tWE739Wd5u .nav-item:focus,
.cid-tWE739Wd5u .nav-link:focus {
  outline: none;
}
.cid-tWE739Wd5u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWE739Wd5u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWE739Wd5u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWE739Wd5u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWE739Wd5u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWE739Wd5u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWE739Wd5u .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-tWE739Wd5u .navbar.opened {
  transition: all 0.3s;
}
.cid-tWE739Wd5u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWE739Wd5u .navbar .navbar-logo img {
  width: auto;
}
.cid-tWE739Wd5u .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tWE739Wd5u .navbar.collapsed {
  justify-content: center;
}
.cid-tWE739Wd5u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWE739Wd5u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWE739Wd5u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tWE739Wd5u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWE739Wd5u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWE739Wd5u .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-tWE739Wd5u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWE739Wd5u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWE739Wd5u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWE739Wd5u .navbar {
    min-height: 72px;
  }
  .cid-tWE739Wd5u .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWE739Wd5u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWE739Wd5u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWE739Wd5u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWE739Wd5u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWE739Wd5u .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-tWE739Wd5u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWE739Wd5u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWE739Wd5u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWE739Wd5u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWE739Wd5u .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWE739Wd5u .dropdown-item.active,
.cid-tWE739Wd5u .dropdown-item:active {
  background-color: transparent;
}
.cid-tWE739Wd5u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWE739Wd5u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWE739Wd5u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWE739Wd5u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a60b26;
}
.cid-tWE739Wd5u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWE739Wd5u .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWE739Wd5u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWE739Wd5u .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWE739Wd5u .navbar-buttons {
    text-align: left;
  }
}
.cid-tWE739Wd5u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWE739Wd5u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWE739Wd5u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWE739Wd5u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWE739Wd5u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWE739Wd5u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWE739Wd5u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWE739Wd5u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWE739Wd5u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWE739Wd5u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWE739Wd5u .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWE739Wd5u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWE739Wd5u .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-tWE739Wd5u .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWE739Wd5u .navbar {
    height: 70px;
  }
  .cid-tWE739Wd5u .navbar.opened {
    height: auto;
  }
  .cid-tWE739Wd5u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWE739Wd5u .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWE739Wd5u .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWE739Wd5u .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWE739Wd5u .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-tWE739Wd5u .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWE739Wd5u .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWE739Wd5u .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWE739Wd5u .navbar-brand {
    margin-right: auto;
  }
  .cid-tWE739Wd5u .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #a60b26;
    opacity: 1;
    border-color: rgba(166, 11, 38, 0.8) !important;
    background: rgba(166, 11, 38, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tWE739Wd5u .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWE739Wd5u .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWE739Wd5u .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-tWE739Wd5u .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWE739Wd5u .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWE739Wd5u .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-tWE739Wd5u .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWE739Wd5u .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-tWE739Wd5u .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWE739Wd5u .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWE73aCrby {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-tWE73aCrby .item-img {
  position: relative;
}
.cid-tWE73aCrby .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-tWE73aCrby .cardbg {
  background: #f7f7f7;
  height: 100%;
  min-height: 300px;
}
.cid-tWE73aCrby .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWE73aCrby .image-wrapper {
  overflow: hidden;
}
.cid-tWE73aCrby .item1 {
  margin-bottom: 2rem !important;
}
.cid-tWE73aCrby .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWE73aCrby .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWE73aCrby .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #a60b26;
}
.cid-tWE73aCrby .item1,
.cid-tWE73aCrby .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tWE73aCrby .item1 .item:hover,
.cid-tWE73aCrby .item .item:hover {
  cursor: pointer;
}
.cid-tWE73aCrby .item1:hover .link-icon-wrapper span,
.cid-tWE73aCrby .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-tWE73aCrby .card2 {
    margin-top: 1rem;
  }
}
.cid-tWE73aCrby .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-tWE73aCrby .link-icon-wrapper .icon-wrap {
  background: #a60b26;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWE73aCrby .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWE73aCrby .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWE73aCrby .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWE73aCrby .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWE73aCrby .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWE73aCrby .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-tWE73aCrby .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWE73aCrby img,
.cid-tWE73aCrby .item-img {
  width: 100%;
}
.cid-tWE73aCrby .item:focus,
.cid-tWE73aCrby span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWE73aCrby .item {
    margin-bottom: 1rem;
  }
}
.cid-tWE73aCrby .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWE73aCrby .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWE73aCrby .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWE73aCrby .mbr-section-subtitle,
.cid-tWE73aCrby .subtitle-wrap,
.cid-tWE73aCrby .mbr-section-btn {
  text-align: left;
  color: #a60b26;
}
.cid-tWE73aCrby .mbr-text,
.cid-tWE73aCrby .item .mbr-section-btn {
  color: #000000;
}
.cid-tYOxGMOq7t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-tYOxGMOq7t .item-img {
  position: relative;
}
.cid-tYOxGMOq7t .item-img img {
  transition: all 0.2s;
}
.cid-tYOxGMOq7t h5 {
  line-height: 1.2;
}
.cid-tYOxGMOq7t .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tYOxGMOq7t .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-tYOxGMOq7t .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tYOxGMOq7t .item:hover img {
  transform: scale(1.05);
}
.cid-tYOxGMOq7t .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #a60b26;
}
@media (max-width: 992px) {
  .cid-tYOxGMOq7t .subtitle-wrap,
  .cid-tYOxGMOq7t .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-tYOxGMOq7t .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-tYOxGMOq7t .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tYOxGMOq7t .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tYOxGMOq7t .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tYOxGMOq7t .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-tYOxGMOq7t .link-icon-wrapper .icon-wrap {
  background: #a60b26;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tYOxGMOq7t .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tYOxGMOq7t .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tYOxGMOq7t .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tYOxGMOq7t .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tYOxGMOq7t .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tYOxGMOq7t .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tYOxGMOq7t .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-tYOxGMOq7t img,
.cid-tYOxGMOq7t .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-tYOxGMOq7t .item:focus,
.cid-tYOxGMOq7t span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tYOxGMOq7t .item {
    margin-bottom: 1rem;
  }
}
.cid-tYOxGMOq7t .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tYOxGMOq7t .item-title {
  text-align: left;
  color: #000000;
}
.cid-tYOxGMOq7t .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tYOxGMOq7t .mbr-text,
.cid-tYOxGMOq7t .item .mbr-section-btn {
  color: #000000;
}
.cid-tYOxGMOq7t .mbr-section-subtitle,
.cid-tYOxGMOq7t .subtitle-wrap,
.cid-tYOxGMOq7t .mbr-section-btn {
  text-align: left;
}
.cid-tYOCXJDhBB {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
@media (max-width: 767px) {
  .cid-tYOCXJDhBB .margin-sm-top {
    margin-top: 4rem;
  }
}
.cid-tYOCXJDhBB .item-img {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tYOCXJDhBB .col-lg-9 {
    margin-bottom: 2rem;
  }
}
.cid-tYOCXJDhBB .item-round {
  background: #ffbf31;
  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-tYOCXJDhBB .item-round h5 {
    font-size: 2rem !important;
  }
  .cid-tYOCXJDhBB .item-round p {
    font-size: 1.5rem !important;
  }
}
.cid-tYOCXJDhBB p {
  line-height: 1.2;
}
.cid-tYOCXJDhBB .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-tYOCXJDhBB .item-content2 {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tYOCXJDhBB .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-tYOCXJDhBB .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-tYOCXJDhBB .link-icon-wrapper2 .icon-wrap2 span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tYOCXJDhBB .link-icon-wrapper2 .svg3 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tYOCXJDhBB .link-icon-wrapper2 .svg3 path {
  fill: #ffffff;
}
.cid-tYOCXJDhBB .link-icon-wrapper2 .svg4 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tYOCXJDhBB .link-icon-wrapper2 .svg4 path {
  fill: #ffffff;
}
.cid-tYOCXJDhBB .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tYOCXJDhBB .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-tYOCXJDhBB .image-wrapper {
    min-height: 400px;
  }
}
.cid-tYOCXJDhBB .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tYOCXJDhBB .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tYOCXJDhBB .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-tYOCXJDhBB .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-tYOCXJDhBB .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-tYOCXJDhBB .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-tYOCXJDhBB .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-tYOCXJDhBB .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tYOCXJDhBB .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-tYOCXJDhBB .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tYOCXJDhBB .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-tYOCXJDhBB .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tYOCXJDhBB img,
.cid-tYOCXJDhBB .item-img {
  width: 100%;
  height: 100%;
}
.cid-tYOCXJDhBB .item-title2 {
  color: #a60b26;
}
.cid-tYOCXJDhBB .mbr-text,
.cid-tYOCXJDhBB .item .mbr-section-btn {
  text-align: center;
  color: #0046c7;
}
.cid-tYOCXJDhBB .item2 {
  max-height: 300px;
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tYOCXJDhBB .item2 img {
  height: 300px;
}
.cid-tYOCXJDhBB .item2:hover {
  cursor: pointer;
}
.cid-tYOCXJDhBB .item2:hover .link-icon-wrapper2 span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tYOCXJDhBB .item-title3 {
  color: #ffffff;
}
.cid-tYOXaZ280m {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-tYOXaZ280m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYOXaZ280m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYOXaZ280m .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 3rem;
}
.cid-tYOXaZ280m .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-tYOXaZ280m .mbr-text,
.cid-tYOXaZ280m .mbr-section-btn {
  color: #232323;
}
.cid-tYOXaZ280m .mbr-section-title,
.cid-tYOXaZ280m .line {
  color: #000000;
}
.cid-tYOXaZ280m h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-tYOXaZ280m h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-tYOXaZ280m .mbr-section-subtitle,
.cid-tYOXaZ280m .align {
  text-align: left;
  color: #232323;
}
.cid-tYOX9POV8Z {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #ffbf31, #ffffff);
}
@media (min-width: 768px) {
  .cid-tYOX9POV8Z {
    align-items: flex-start;
  }
  .cid-tYOX9POV8Z .row {
    justify-content: flex-start;
  }
}
.cid-tYOX9POV8Z .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-tYOX9POV8Z .mbr-text,
.cid-tYOX9POV8Z .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-tYOX9POV8Z .mbr-section-title,
.cid-tYOX9POV8Z .line {
  color: #232323;
}
.cid-tYOX9POV8Z h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-tYOX9POV8Z h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-tYOX9POV8Z .mbr-section-subtitle,
.cid-tYOX9POV8Z .align {
  text-align: left;
  color: #232323;
}
.cid-tYOX9POV8Z .mbr-text2 {
  color: #808080;
}
.cid-tYP2FTna80 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
@media (max-width: 767px) {
  .cid-tYP2FTna80 .margin-sm-top {
    margin-top: 4rem;
  }
}
.cid-tYP2FTna80 .item-img {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tYP2FTna80 .col-lg-9 {
    margin-bottom: 2rem;
  }
}
.cid-tYP2FTna80 .item-round {
  background: #a6a99c;
  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-tYP2FTna80 .item-round h5 {
    font-size: 2rem !important;
  }
  .cid-tYP2FTna80 .item-round p {
    font-size: 1.5rem !important;
  }
}
.cid-tYP2FTna80 p {
  line-height: 1.2;
}
.cid-tYP2FTna80 .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-tYP2FTna80 .item-content2 {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tYP2FTna80 .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-tYP2FTna80 .link-icon-wrapper2 .icon-wrap2 {
  background: #a60b26;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tYP2FTna80 .link-icon-wrapper2 .icon-wrap2 span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tYP2FTna80 .link-icon-wrapper2 .svg3 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tYP2FTna80 .link-icon-wrapper2 .svg3 path {
  fill: #ffffff;
}
.cid-tYP2FTna80 .link-icon-wrapper2 .svg4 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tYP2FTna80 .link-icon-wrapper2 .svg4 path {
  fill: #ffffff;
}
.cid-tYP2FTna80 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tYP2FTna80 .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-tYP2FTna80 .image-wrapper {
    min-height: 400px;
  }
}
.cid-tYP2FTna80 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tYP2FTna80 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tYP2FTna80 .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-tYP2FTna80 .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-tYP2FTna80 .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-tYP2FTna80 .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-tYP2FTna80 .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-tYP2FTna80 .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tYP2FTna80 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-tYP2FTna80 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tYP2FTna80 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-tYP2FTna80 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tYP2FTna80 img,
.cid-tYP2FTna80 .item-img {
  width: 100%;
  height: 100%;
}
.cid-tYP2FTna80 .item-title2 {
  color: #a60b26;
}
.cid-tYP2FTna80 .mbr-text,
.cid-tYP2FTna80 .item .mbr-section-btn {
  text-align: center;
  color: #a60b26;
}
.cid-tYP2FTna80 .item2 {
  max-height: 300px;
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tYP2FTna80 .item2 img {
  height: 300px;
}
.cid-tYP2FTna80 .item2:hover {
  cursor: pointer;
}
.cid-tYP2FTna80 .item2:hover .link-icon-wrapper2 span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tYP2FTna80 .item-title3 {
  color: #ffffff;
}
.cid-tYP58E0atd {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #a6a99c, #ffffff);
}
@media (min-width: 768px) {
  .cid-tYP58E0atd {
    align-items: flex-start;
  }
  .cid-tYP58E0atd .row {
    justify-content: flex-start;
  }
}
.cid-tYP58E0atd .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-tYP58E0atd .mbr-text,
.cid-tYP58E0atd .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-tYP58E0atd .mbr-section-title,
.cid-tYP58E0atd .line {
  color: #232323;
}
.cid-tYP58E0atd h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-tYP58E0atd h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-tYP58E0atd .mbr-section-subtitle,
.cid-tYP58E0atd .align {
  text-align: left;
  color: #232323;
}
.cid-tYP58E0atd .mbr-text2 {
  color: #808080;
}
.cid-tYPbgb7G2j {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #cccccb;
}
@media (max-width: 767px) {
  .cid-tYPbgb7G2j .margin-sm-top {
    margin-top: 4rem;
  }
}
.cid-tYPbgb7G2j .item-img {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tYPbgb7G2j .col-lg-9 {
    margin-bottom: 2rem;
  }
}
.cid-tYPbgb7G2j .item-round {
  background: #a60b26;
  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-tYPbgb7G2j .item-round h5 {
    font-size: 2rem !important;
  }
  .cid-tYPbgb7G2j .item-round p {
    font-size: 1.5rem !important;
  }
}
.cid-tYPbgb7G2j p {
  line-height: 1.2;
}
.cid-tYPbgb7G2j .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-tYPbgb7G2j .item-content2 {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tYPbgb7G2j .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-tYPbgb7G2j .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-tYPbgb7G2j .link-icon-wrapper2 .icon-wrap2 span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tYPbgb7G2j .link-icon-wrapper2 .svg3 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tYPbgb7G2j .link-icon-wrapper2 .svg3 path {
  fill: #ffffff;
}
.cid-tYPbgb7G2j .link-icon-wrapper2 .svg4 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tYPbgb7G2j .link-icon-wrapper2 .svg4 path {
  fill: #ffffff;
}
.cid-tYPbgb7G2j .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tYPbgb7G2j .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-tYPbgb7G2j .image-wrapper {
    min-height: 400px;
  }
}
.cid-tYPbgb7G2j .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tYPbgb7G2j .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tYPbgb7G2j .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-tYPbgb7G2j .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-tYPbgb7G2j .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-tYPbgb7G2j .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-tYPbgb7G2j .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-tYPbgb7G2j .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tYPbgb7G2j .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-tYPbgb7G2j .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tYPbgb7G2j .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-tYPbgb7G2j .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tYPbgb7G2j img,
.cid-tYPbgb7G2j .item-img {
  width: 100%;
  height: 100%;
}
.cid-tYPbgb7G2j .item-title2 {
  color: #a60b26;
}
.cid-tYPbgb7G2j .mbr-text,
.cid-tYPbgb7G2j .item .mbr-section-btn {
  text-align: center;
  color: #edefeb;
}
.cid-tYPbgb7G2j .item2 {
  max-height: 300px;
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tYPbgb7G2j .item2 img {
  height: 300px;
}
.cid-tYPbgb7G2j .item2:hover {
  cursor: pointer;
}
.cid-tYPbgb7G2j .item2:hover .link-icon-wrapper2 span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tYPbgb7G2j .item-title3 {
  color: #ffffff;
}
.cid-tYPe1Bp8DH {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #cccccb;
}
.cid-tYPe1Bp8DH .item-img {
  position: relative;
}
.cid-tYPe1Bp8DH .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-tYPe1Bp8DH .cardbg {
  background: #f7f7f7;
  height: 100%;
  min-height: 300px;
}
.cid-tYPe1Bp8DH .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tYPe1Bp8DH .image-wrapper {
  overflow: hidden;
}
.cid-tYPe1Bp8DH .item1 {
  margin-bottom: 2rem !important;
}
.cid-tYPe1Bp8DH .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tYPe1Bp8DH .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tYPe1Bp8DH .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #a60b26;
}
.cid-tYPe1Bp8DH .item1,
.cid-tYPe1Bp8DH .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tYPe1Bp8DH .item1 .item:hover,
.cid-tYPe1Bp8DH .item .item:hover {
  cursor: pointer;
}
.cid-tYPe1Bp8DH .item1:hover .link-icon-wrapper span,
.cid-tYPe1Bp8DH .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-tYPe1Bp8DH .card2 {
    margin-top: 1rem;
  }
}
.cid-tYPe1Bp8DH .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-tYPe1Bp8DH .link-icon-wrapper .icon-wrap {
  background: #a60b26;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tYPe1Bp8DH .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tYPe1Bp8DH .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tYPe1Bp8DH .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tYPe1Bp8DH .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tYPe1Bp8DH .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tYPe1Bp8DH .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-tYPe1Bp8DH .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tYPe1Bp8DH img,
.cid-tYPe1Bp8DH .item-img {
  width: 100%;
}
.cid-tYPe1Bp8DH .item:focus,
.cid-tYPe1Bp8DH span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tYPe1Bp8DH .item {
    margin-bottom: 1rem;
  }
}
.cid-tYPe1Bp8DH .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tYPe1Bp8DH .item-title {
  text-align: left;
  color: #000000;
}
.cid-tYPe1Bp8DH .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tYPe1Bp8DH .mbr-section-subtitle,
.cid-tYPe1Bp8DH .subtitle-wrap,
.cid-tYPe1Bp8DH .mbr-section-btn {
  text-align: left;
  color: #a60b26;
}
.cid-tYPe1Bp8DH .mbr-text,
.cid-tYPe1Bp8DH .item .mbr-section-btn {
  color: #000000;
}
.cid-tYPqQK1FJJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-tYPqQK1FJJ .item-img {
  position: relative;
}
.cid-tYPqQK1FJJ .item-img img {
  transition: all 0.2s;
}
.cid-tYPqQK1FJJ h5 {
  line-height: 1.2;
}
.cid-tYPqQK1FJJ .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tYPqQK1FJJ .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-tYPqQK1FJJ .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tYPqQK1FJJ .item:hover img {
  transform: scale(1.05);
}
.cid-tYPqQK1FJJ .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #a60b26;
}
@media (max-width: 992px) {
  .cid-tYPqQK1FJJ .subtitle-wrap,
  .cid-tYPqQK1FJJ .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-tYPqQK1FJJ .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-tYPqQK1FJJ .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tYPqQK1FJJ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tYPqQK1FJJ .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tYPqQK1FJJ .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-tYPqQK1FJJ .link-icon-wrapper .icon-wrap {
  background: #a60b26;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tYPqQK1FJJ .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tYPqQK1FJJ .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tYPqQK1FJJ .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tYPqQK1FJJ .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tYPqQK1FJJ .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tYPqQK1FJJ .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tYPqQK1FJJ .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-tYPqQK1FJJ img,
.cid-tYPqQK1FJJ .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-tYPqQK1FJJ .item:focus,
.cid-tYPqQK1FJJ span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tYPqQK1FJJ .item {
    margin-bottom: 1rem;
  }
}
.cid-tYPqQK1FJJ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tYPqQK1FJJ .item-title {
  text-align: left;
  color: #000000;
}
.cid-tYPqQK1FJJ .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tYPqQK1FJJ .mbr-text,
.cid-tYPqQK1FJJ .item .mbr-section-btn {
  color: #000000;
}
.cid-tYPqQK1FJJ .mbr-section-subtitle,
.cid-tYPqQK1FJJ .subtitle-wrap,
.cid-tYPqQK1FJJ .mbr-section-btn {
  text-align: left;
}
.cid-tYPrUuxLRp {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #a60b26, #ffffff);
}
@media (min-width: 768px) {
  .cid-tYPrUuxLRp {
    align-items: flex-start;
  }
  .cid-tYPrUuxLRp .row {
    justify-content: flex-start;
  }
}
.cid-tYPrUuxLRp .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-tYPrUuxLRp .mbr-text,
.cid-tYPrUuxLRp .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-tYPrUuxLRp .mbr-section-title,
.cid-tYPrUuxLRp .line {
  color: #232323;
}
.cid-tYPrUuxLRp h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-tYPrUuxLRp h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-tYPrUuxLRp .mbr-section-subtitle,
.cid-tYPrUuxLRp .align {
  text-align: left;
  color: #232323;
}
.cid-tYPrUuxLRp .mbr-text2 {
  color: #808080;
}
.cid-tYOwMsXVkG {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tYOwMsXVkG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYOwMsXVkG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYOwMsXVkG input:hover {
  border-color: white !important;
}
.cid-tYOwMsXVkG .col-auto {
  width: 100%;
  text-align: right !important;
}
@media (max-width: 992px) {
  .cid-tYOwMsXVkG .mb {
    margin-bottom: 2rem;
  }
}
.cid-tYOwMsXVkG img {
  object-fit: cover;
}
.cid-tYOwMsXVkG .btn,
.cid-tYOwMsXVkG .btn:hover,
.cid-tYOwMsXVkG .btn:focus,
.cid-tYOwMsXVkG .btn:active {
  background: transparent !important;
  border: none !important;
  color: white;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.cid-tYOwMsXVkG .item-wrapper {
  width: 100%;
}
.cid-tYOwMsXVkG .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-tYOwMsXVkG .card-box {
  padding: 3rem 2rem;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tYOwMsXVkG .card-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tYOwMsXVkG .card-box {
    padding: 1rem;
  }
}
.cid-tYOwMsXVkG .mobi-mbri {
  color: black;
  background: #a60b26;
  font-size: 1.2rem !important;
  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-tYOwMsXVkG .card-wrapper {
  display: flex;
}
.cid-tYOwMsXVkG .wrap {
  background: #232323;
}
.cid-tYOwMsXVkG .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-tYOwMsXVkG .mbr-text,
.cid-tYOwMsXVkG .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-tYOwMsXVkG .mbr-link,
.cid-tYOwMsXVkG .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-tYOwMsXVkG .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tYOwMsXVkG .mbr-section-title {
  text-align: left;
  color: #a60b26;
}
.cid-tYJYczrKYv {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #cccccb;
}
.cid-tYJYczrKYv .container-fluid,
.cid-tYJYczrKYv .container {
  position: relative;
}
.cid-tYJYczrKYv .container-fluid::before,
.cid-tYJYczrKYv .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #a60b26;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tYJYczrKYv .container-fluid::before,
  .cid-tYJYczrKYv .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .container-fluid::before,
  .cid-tYJYczrKYv .container::before {
    display: none;
  }
}
.cid-tYJYczrKYv .media-wrap {
  height: 300px;
}
.cid-tYJYczrKYv .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tYJYczrKYv .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tYJYczrKYv .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tYJYczrKYv .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .text-wrapper {
    background-color: #a60b26;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tYJYczrKYv .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tYJYczrKYv .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #000000;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tYJYczrKYv .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tYJYczrKYv .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tYJYczrKYv .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tYJYczrKYv .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .list {
    background-color: #a60b26;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tYJYczrKYv .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tYJYczrKYv .list .item-wrap:hover {
  opacity: .7;
}
.cid-tYJYczrKYv .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .copyright {
    background-color: #a60b26;
  }
}
.cid-tYJYczrKYv .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tYJYczrKYv .mbr-text {
  color: #bcbfca;
}
.cid-tYJYczrKYv .mbr-desc {
  color: #000000;
}
.cid-tYJYczrKYv .mbr-link {
  color: #ffffff;
}
.cid-tYJYczrKYv .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tWE73ehyqB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #a60b26;
}
.cid-tWE7hgrALD {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/foxriveratdam-1-1152x964.jpg");
}
.cid-tWE7hgrALD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWE7hgrALD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWE7hgrALD .row {
  flex-direction: row-reverse;
}
.cid-tWE7hjWx22 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #a60b26;
}
.cid-tWE7hjWx22 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffffff !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-tWE7hjWx22 .panel-group {
  border: none;
}
.cid-tWE7hjWx22 .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWE7hjWx22 .card-header {
    padding: 1rem 0rem;
  }
}
.cid-tWE7hjWx22 .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tWE7hjWx22 .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-tWE7hjWx22 .img-col {
  padding: 0;
}
.cid-tWE7hjWx22 .img-item {
  height: 100%;
}
.cid-tWE7hjWx22 img {
  height: 100%;
  object-fit: cover;
}
.cid-tWE7hjWx22 .collapsed span {
  transform: rotate(0deg);
}
.cid-tWE7hjWx22 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWE7hjWx22 p {
  margin-bottom: 0.3rem;
}
.cid-tWE7hjWx22 .panel-title-edit {
  color: #e9c0e9;
}
.cid-tWE7hjWx22 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-tWE7hjWx22 .card {
  background: #edefeb;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tWE7hjWx22 .card {
    padding: 1.5rem;
  }
}
.cid-tWE7hjWx22 .panel-text {
  color: #320707;
}
.cid-tWE7hjWx22 .mbr-section-title {
  text-align: left;
  color: #f7f7f7;
}
.cid-tWE7hjWx22 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tWE7hjWx22 .panel-title-edit,
.cid-tWE7hjWx22 .mbr-iconfont {
  color: #000000;
}
.cid-tWE7hgU4pc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tWE7hgU4pc .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-tWE7hgU4pc .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-tWE7hgU4pc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWE7hgU4pc .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-tWE7hgU4pc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWE7hgU4pc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWE7hgU4pc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWE7hgU4pc .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tWE7hgU4pc .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWE7hgU4pc .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tWE7hgU4pc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWE7hgU4pc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWE7hgU4pc .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tWE7hgU4pc .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWE7hgU4pc .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-tWE7hgU4pc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWE7hgU4pc .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tWE7hgU4pc .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWE7hgU4pc .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWE7hgU4pc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWE7hgU4pc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWE7hgU4pc .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(166, 11, 38, 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: #a60b26;
}
@media (max-width: 992px) {
  .cid-tWE7hgU4pc .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWE7hgU4pc .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tWE7hgU4pc .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-tWE7hgU4pc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWE7hgU4pc .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: #a60b26;
  background: rgba(166, 11, 38, 0.8) !important;
  backdrop-filter: blur(10px);
}
.cid-tWE7hgU4pc .nav-item:focus,
.cid-tWE7hgU4pc .nav-link:focus {
  outline: none;
}
.cid-tWE7hgU4pc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWE7hgU4pc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWE7hgU4pc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWE7hgU4pc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWE7hgU4pc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWE7hgU4pc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWE7hgU4pc .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-tWE7hgU4pc .navbar.opened {
  transition: all 0.3s;
}
.cid-tWE7hgU4pc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWE7hgU4pc .navbar .navbar-logo img {
  width: auto;
}
.cid-tWE7hgU4pc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tWE7hgU4pc .navbar.collapsed {
  justify-content: center;
}
.cid-tWE7hgU4pc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWE7hgU4pc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWE7hgU4pc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tWE7hgU4pc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWE7hgU4pc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWE7hgU4pc .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-tWE7hgU4pc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWE7hgU4pc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWE7hgU4pc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWE7hgU4pc .navbar {
    min-height: 72px;
  }
  .cid-tWE7hgU4pc .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWE7hgU4pc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWE7hgU4pc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWE7hgU4pc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWE7hgU4pc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWE7hgU4pc .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-tWE7hgU4pc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWE7hgU4pc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWE7hgU4pc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWE7hgU4pc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWE7hgU4pc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWE7hgU4pc .dropdown-item.active,
.cid-tWE7hgU4pc .dropdown-item:active {
  background-color: transparent;
}
.cid-tWE7hgU4pc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWE7hgU4pc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWE7hgU4pc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWE7hgU4pc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a60b26;
}
.cid-tWE7hgU4pc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWE7hgU4pc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWE7hgU4pc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWE7hgU4pc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWE7hgU4pc .navbar-buttons {
    text-align: left;
  }
}
.cid-tWE7hgU4pc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWE7hgU4pc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWE7hgU4pc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWE7hgU4pc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWE7hgU4pc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWE7hgU4pc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWE7hgU4pc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWE7hgU4pc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWE7hgU4pc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWE7hgU4pc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWE7hgU4pc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWE7hgU4pc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWE7hgU4pc .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-tWE7hgU4pc .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWE7hgU4pc .navbar {
    height: 70px;
  }
  .cid-tWE7hgU4pc .navbar.opened {
    height: auto;
  }
  .cid-tWE7hgU4pc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWE7hgU4pc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWE7hgU4pc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWE7hgU4pc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWE7hgU4pc .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-tWE7hgU4pc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWE7hgU4pc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWE7hgU4pc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWE7hgU4pc .navbar-brand {
    margin-right: auto;
  }
  .cid-tWE7hgU4pc .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #a60b26;
    opacity: 1;
    border-color: rgba(166, 11, 38, 0.8) !important;
    background: rgba(166, 11, 38, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tWE7hgU4pc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWE7hgU4pc .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWE7hgU4pc .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-tWE7hgU4pc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWE7hgU4pc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWE7hgU4pc .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-tWE7hgU4pc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWE7hgU4pc .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-tWE7hgU4pc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWE7hgU4pc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tYJNS5SbGk {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #a60b26;
}
.cid-tYJNS5SbGk .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffffff !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-tYJNS5SbGk .panel-group {
  border: none;
}
.cid-tYJNS5SbGk .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-tYJNS5SbGk .card-header {
    padding: 1rem 0rem;
  }
}
.cid-tYJNS5SbGk .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tYJNS5SbGk .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-tYJNS5SbGk .img-col {
  padding: 0;
}
.cid-tYJNS5SbGk .img-item {
  height: 100%;
}
.cid-tYJNS5SbGk img {
  height: 100%;
  object-fit: cover;
}
.cid-tYJNS5SbGk .collapsed span {
  transform: rotate(0deg);
}
.cid-tYJNS5SbGk .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tYJNS5SbGk p {
  margin-bottom: 0.3rem;
}
.cid-tYJNS5SbGk .panel-title-edit {
  color: #e9c0e9;
}
.cid-tYJNS5SbGk .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-tYJNS5SbGk .card {
  background: #edefeb;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tYJNS5SbGk .card {
    padding: 1.5rem;
  }
}
.cid-tYJNS5SbGk .panel-text {
  color: #320707;
}
.cid-tYJNS5SbGk .mbr-section-title {
  text-align: left;
  color: #f7f7f7;
}
.cid-tYJNS5SbGk .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tYJNS5SbGk .panel-title-edit,
.cid-tYJNS5SbGk .mbr-iconfont {
  color: #000000;
}
.cid-tYJSBJIssb {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #989a97;
}
.cid-tYJSBJIssb .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffffff !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-tYJSBJIssb .panel-group {
  border: none;
}
.cid-tYJSBJIssb .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-tYJSBJIssb .card-header {
    padding: 1rem 0rem;
  }
}
.cid-tYJSBJIssb .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tYJSBJIssb .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-tYJSBJIssb .img-col {
  padding: 0;
}
.cid-tYJSBJIssb .img-item {
  height: 100%;
}
.cid-tYJSBJIssb img {
  height: 100%;
  object-fit: cover;
}
.cid-tYJSBJIssb .collapsed span {
  transform: rotate(0deg);
}
.cid-tYJSBJIssb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tYJSBJIssb p {
  margin-bottom: 0.3rem;
}
.cid-tYJSBJIssb .panel-title-edit {
  color: #e9c0e9;
}
.cid-tYJSBJIssb .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-tYJSBJIssb .card {
  background: #edefeb;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tYJSBJIssb .card {
    padding: 1.5rem;
  }
}
.cid-tYJSBJIssb .panel-text {
  color: #320707;
}
.cid-tYJSBJIssb .mbr-section-title {
  text-align: left;
  color: #f7f7f7;
}
.cid-tYJSBJIssb .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tYJSBJIssb .panel-title-edit,
.cid-tYJSBJIssb .mbr-iconfont {
  color: #000000;
}
.cid-tYJYczrKYv {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #cccccb;
}
.cid-tYJYczrKYv .container-fluid,
.cid-tYJYczrKYv .container {
  position: relative;
}
.cid-tYJYczrKYv .container-fluid::before,
.cid-tYJYczrKYv .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #a60b26;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tYJYczrKYv .container-fluid::before,
  .cid-tYJYczrKYv .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .container-fluid::before,
  .cid-tYJYczrKYv .container::before {
    display: none;
  }
}
.cid-tYJYczrKYv .media-wrap {
  height: 300px;
}
.cid-tYJYczrKYv .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tYJYczrKYv .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tYJYczrKYv .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tYJYczrKYv .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .text-wrapper {
    background-color: #a60b26;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tYJYczrKYv .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tYJYczrKYv .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #000000;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tYJYczrKYv .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tYJYczrKYv .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tYJYczrKYv .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tYJYczrKYv .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .list {
    background-color: #a60b26;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tYJYczrKYv .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tYJYczrKYv .list .item-wrap:hover {
  opacity: .7;
}
.cid-tYJYczrKYv .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .copyright {
    background-color: #a60b26;
  }
}
.cid-tYJYczrKYv .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tYJYczrKYv .mbr-text {
  color: #bcbfca;
}
.cid-tYJYczrKYv .mbr-desc {
  color: #000000;
}
.cid-tYJYczrKYv .mbr-link {
  color: #ffffff;
}
.cid-tYJYczrKYv .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tWE7hlo8tN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #a60b26;
}
.cid-tWE8eYknSB {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tWE8eYknSB .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-tWE8eYknSB .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-tWE8eYknSB .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWE8eYknSB .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-tWE8eYknSB .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWE8eYknSB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWE8eYknSB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWE8eYknSB .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tWE8eYknSB .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWE8eYknSB .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tWE8eYknSB .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWE8eYknSB .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWE8eYknSB .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tWE8eYknSB .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWE8eYknSB .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-tWE8eYknSB .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWE8eYknSB .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tWE8eYknSB .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWE8eYknSB .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWE8eYknSB .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWE8eYknSB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWE8eYknSB .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(166, 11, 38, 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: #a60b26;
}
@media (max-width: 992px) {
  .cid-tWE8eYknSB .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWE8eYknSB .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tWE8eYknSB .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-tWE8eYknSB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWE8eYknSB .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: #a60b26;
  background: rgba(166, 11, 38, 0.8) !important;
  backdrop-filter: blur(10px);
}
.cid-tWE8eYknSB .nav-item:focus,
.cid-tWE8eYknSB .nav-link:focus {
  outline: none;
}
.cid-tWE8eYknSB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWE8eYknSB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWE8eYknSB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWE8eYknSB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWE8eYknSB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWE8eYknSB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWE8eYknSB .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-tWE8eYknSB .navbar.opened {
  transition: all 0.3s;
}
.cid-tWE8eYknSB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWE8eYknSB .navbar .navbar-logo img {
  width: auto;
}
.cid-tWE8eYknSB .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tWE8eYknSB .navbar.collapsed {
  justify-content: center;
}
.cid-tWE8eYknSB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWE8eYknSB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWE8eYknSB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tWE8eYknSB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWE8eYknSB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWE8eYknSB .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-tWE8eYknSB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWE8eYknSB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWE8eYknSB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWE8eYknSB .navbar {
    min-height: 72px;
  }
  .cid-tWE8eYknSB .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWE8eYknSB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWE8eYknSB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWE8eYknSB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWE8eYknSB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWE8eYknSB .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-tWE8eYknSB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWE8eYknSB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWE8eYknSB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWE8eYknSB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWE8eYknSB .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWE8eYknSB .dropdown-item.active,
.cid-tWE8eYknSB .dropdown-item:active {
  background-color: transparent;
}
.cid-tWE8eYknSB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWE8eYknSB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWE8eYknSB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWE8eYknSB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a60b26;
}
.cid-tWE8eYknSB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWE8eYknSB .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWE8eYknSB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWE8eYknSB .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWE8eYknSB .navbar-buttons {
    text-align: left;
  }
}
.cid-tWE8eYknSB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWE8eYknSB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWE8eYknSB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWE8eYknSB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWE8eYknSB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWE8eYknSB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWE8eYknSB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWE8eYknSB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWE8eYknSB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWE8eYknSB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWE8eYknSB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWE8eYknSB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWE8eYknSB .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-tWE8eYknSB .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWE8eYknSB .navbar {
    height: 70px;
  }
  .cid-tWE8eYknSB .navbar.opened {
    height: auto;
  }
  .cid-tWE8eYknSB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWE8eYknSB .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWE8eYknSB .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWE8eYknSB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWE8eYknSB .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-tWE8eYknSB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWE8eYknSB .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWE8eYknSB .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWE8eYknSB .navbar-brand {
    margin-right: auto;
  }
  .cid-tWE8eYknSB .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #a60b26;
    opacity: 1;
    border-color: rgba(166, 11, 38, 0.8) !important;
    background: rgba(166, 11, 38, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tWE8eYknSB .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWE8eYknSB .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWE8eYknSB .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-tWE8eYknSB .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWE8eYknSB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWE8eYknSB .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-tWE8eYknSB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWE8eYknSB .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-tWE8eYknSB .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWE8eYknSB .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWE8f10SbC {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #989a97;
}
@media (max-width: 991px) {
  .cid-tWE8f10SbC .col-title {
    margin-bottom: 20px;
  }
}
.cid-tWE8f10SbC .mbr-section-title {
  color: #a60b26;
}
.cid-tWE8f10SbC .mbr-text {
  color: #000000;
}
.cid-tWE8f10SbC .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-top: 2rem;
}
.cid-tWE8f10SbC .mbr-section-subtitle {
  border-radius: 1rem;
  border: 1px solid currentColor;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWE8f10SbC .row {
  justify-content: space-between;
}
.cid-tWE8f10SbC .mbr-text1 {
  color: #0046c7;
}
.cid-tWE8f10SbC img {
  object-fit: cover;
}
.cid-tWE8f10SbC h3 {
  transition: all 0.3s;
  position: relative;
}
.cid-tWE8f10SbC h3:hover {
  transform: translateX(25px);
  cursor: pointer;
}
.cid-tWE8f10SbC h3:hover:before {
  opacity: 1;
}
.cid-tWE8f10SbC h3:before {
  content: '';
  background: currentColor;
  width: 12px;
  transition: all 0.3s;
  height: 12px;
  opacity: 0;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.cid-tWE8f10SbC .mbr-section-subtitle,
.cid-tWE8f10SbC .subtitle-wrap,
.cid-tWE8f10SbC .mbr-section-btn {
  color: #ffffff;
}
.cid-tWF3oPS9Nx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9d9696;
}
.cid-tWF3oPS9Nx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWF3oPS9Nx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWF3oPS9Nx .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tWF3oPS9Nx .container {
    padding: 10px 8px;
  }
}
.cid-tWF3oPS9Nx .row {
  border-radius: 25px;
  background-color: #b9bab8;
  justify-content: center;
  padding: 100px 32px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-tWF3oPS9Nx .row {
    padding: 50px 2px;
  }
}
.cid-tWF3oPS9Nx .row .card {
  padding: 0 8px;
}
.cid-tWF3oPS9Nx .row .card:nth-child(2) {
  justify-content: center;
}
.cid-tWF3oPS9Nx .item {
  margin-bottom: 50px;
  margin-left: 15%;
}
.cid-tWF3oPS9Nx .item:nth-child(2n) {
  margin-left: 0;
  margin-right: 5%;
}
.cid-tWF3oPS9Nx .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-tWF3oPS9Nx .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-tWF3oPS9Nx .item:last-child {
  margin-bottom: 0;
}
.cid-tWF3oPS9Nx .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #edefeb;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-tWF3oPS9Nx .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-tWF3oPS9Nx .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-tWF3oPS9Nx .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-tWF3oPS9Nx .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-tWF3oPS9Nx .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tWF3oPS9Nx .content-wrapper {
    margin: 50px 0;
  }
}
.cid-tWF3oPS9Nx .content-wrapper .desc-wrapper {
  margin-bottom: 30px;
}
.cid-tWF3oPS9Nx .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border: 1px solid #bad6ff;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #e1edff;
  margin-bottom: 0;
}
.cid-tWF3oPS9Nx .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tWF3oPS9Nx .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tWF3oPS9Nx .content-wrapper .mbr-section-title span {
  opacity: .5;
}
.cid-tWF3oPS9Nx .content-wrapper .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-tWF3oPS9Nx .content-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-tWF3oPS9Nx .content-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-tWF3oPS9Nx .item-next {
  margin-bottom: 50px;
  margin-right: 15%;
  margin-left: 0;
}
.cid-tWF3oPS9Nx .item-next:nth-child(2n) {
  margin-right: 0;
  margin-left: 5%;
}
.cid-tWF3oPS9Nx .item-next .item-wrapper {
  border-radius: 25px !important;
  background-color: #edefeb;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-tWF3oPS9Nx .item-next .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-tWF3oPS9Nx .item-next .item-wrapper .card-box .icon-wrapper {
  text-align: left;
  margin-bottom: 50px;
}
.cid-tWF3oPS9Nx .item-next .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-tWF3oPS9Nx .item-next .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-tWF3oPS9Nx .item-next .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-tWF3oPS9Nx .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-tWF3oPS9Nx .mbr-desc,
.cid-tWF3oPS9Nx .desc-wrapper {
  color: #3283fb;
  text-align: center;
}
.cid-tWF3oPS9Nx .card-title {
  color: #222222;
}
.cid-tWF3oPS9Nx .card-text {
  color: #222222;
}
.cid-tZ0WQ7NzBp {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #a60b26;
}
@media (min-width: 768px) {
  .cid-tZ0WQ7NzBp {
    align-items: center;
  }
  .cid-tZ0WQ7NzBp .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZ0WQ7NzBp .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tZ0WQ7NzBp {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tZ0WQ7NzBp .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tZ0WQ7NzBp .content-wrap {
    width: 100%;
  }
}
.cid-tZ0WQ7NzBp .mbr-section-title {
  text-align: center;
  color: #f7f7f7;
}
.cid-tZ0WQ7NzBp .mbr-text,
.cid-tZ0WQ7NzBp .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tWEhdGeJ60 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #9d9696;
}
.cid-tWEhdGeJ60 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWEhdGeJ60 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWEhdGeJ60 .container {
    padding: 0 16px;
  }
}
.cid-tWEhdGeJ60 .row {
  justify-content: center;
}
.cid-tWEhdGeJ60 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tWEhdGeJ60 .image-wrapper {
  margin-bottom: 40px;
}
.cid-tWEhdGeJ60 .image-wrapper img {
  height: 360px;
  object-fit: cover;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .cid-tWEhdGeJ60 .image-wrapper img {
    height: 280px;
  }
}
.cid-tWEhdGeJ60 .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tWEhdGeJ60 .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-tWEhdGeJ60 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-tWEhdGeJ60 .mbr-section-title,
.cid-tWEhdGeJ60 .mbr-section-btn,
.cid-tWEhdGeJ60 .icon-wrapper {
  color: #a60b26;
}
.cid-tWF2I47Frr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/img-444-2000x1500.jpg");
}
.cid-tWF2I47Frr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWF2I47Frr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWF2I47Frr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWF2I47Frr .row {
  flex-direction: row-reverse;
}
.cid-tWF2I47Frr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tWF2I47Frr .text-wrapper {
    padding: 2rem;
  }
}
.cid-tWF2I47Frr .mbr-description {
  color: #a60b26;
}
.cid-tWFhE7rvfC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a60b26;
}
.cid-tWFhE7rvfC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWFhE7rvfC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWFhE7rvfC .row {
  justify-content: center;
}
.cid-tWFhE7rvfC .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tWFhE7rvfC .row {
    padding: 0 12px;
  }
}
.cid-tWFhE7rvfC .item-wrap {
  z-index: 1;
}
.cid-tWFhE7rvfC .image-wrapper {
  padding: 32px 16px;
}
@media (max-width: 992px) {
  .cid-tWFhE7rvfC .image-wrapper {
    padding: 12px 0;
  }
}
.cid-tWFhE7rvfC .image-wrapper img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWFhE7rvfC .image-wrapper img {
    height: 200px;
  }
}
@media (max-width: 425px) {
  .cid-tWFhE7rvfC .image-wrapper img {
    height: 150px;
  }
}
.cid-tWFjgPrSgA {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-tWFjgPrSgA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWFjgPrSgA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWFjgPrSgA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWFjgPrSgA .row {
  flex-direction: row-reverse;
}
.cid-tWFjgPrSgA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tWFjgPrSgA .text-wrapper {
    padding: 2rem;
  }
}
.cid-tWFjgPrSgA .mbr-description {
  color: #a60b26;
}
.cid-tWFjgPrSgA .mbr-text {
  color: #000000;
}
.cid-tWFlqYsw4G {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #b9bab8;
}
.cid-tWFlqYsw4G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWFlqYsw4G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWFlqYsw4G .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWFlqYsw4G img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tWFlqYsw4G .text-wrapper {
    padding: 2rem;
  }
}
.cid-tWFlqYsw4G .mbr-description {
  color: #a60b26;
}
.cid-tWFoV9IPoa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-tWFoV9IPoa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWFoV9IPoa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWFoV9IPoa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWFoV9IPoa .row {
  flex-direction: row-reverse;
}
.cid-tWFoV9IPoa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tWFoV9IPoa .text-wrapper {
    padding: 2rem;
  }
}
.cid-tWFoV9IPoa .mbr-description {
  color: #a60b26;
}
.cid-tWFoV9IPoa .mbr-text {
  color: #000000;
}
.cid-tWFrHIehnq {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #b9bab8;
}
.cid-tWFrHIehnq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWFrHIehnq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWFrHIehnq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWFrHIehnq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tWFrHIehnq .text-wrapper {
    padding: 2rem;
  }
}
.cid-tWFrHIehnq .mbr-description {
  color: #a60b26;
}
.cid-tWFrDnXpwK {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-tWFrDnXpwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWFrDnXpwK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWFrDnXpwK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWFrDnXpwK .row {
  flex-direction: row-reverse;
}
.cid-tWFrDnXpwK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tWFrDnXpwK .text-wrapper {
    padding: 2rem;
  }
}
.cid-tWFrDnXpwK .mbr-description {
  color: #a60b26;
}
.cid-tWFrDnXpwK .mbr-text {
  color: #000000;
}
.cid-tWFbYxlhV9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #b9bab8;
}
.cid-tWFbYxlhV9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWFbYxlhV9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWFbYxlhV9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWFbYxlhV9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tWFbYxlhV9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tWFbYxlhV9 .mbr-description {
  color: #a60b26;
}
.cid-tWF2l1c9Xn {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #b9bab8;
}
.cid-tWF2l1c9Xn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWF2l1c9Xn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWF2l1c9Xn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWF2l1c9Xn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tWF2l1c9Xn .text-wrapper {
    padding: 2rem;
  }
}
.cid-tWF2l1c9Xn .mbr-description {
  color: #a60b26;
}
.cid-tYJYczrKYv {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #cccccb;
}
.cid-tYJYczrKYv .container-fluid,
.cid-tYJYczrKYv .container {
  position: relative;
}
.cid-tYJYczrKYv .container-fluid::before,
.cid-tYJYczrKYv .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #a60b26;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tYJYczrKYv .container-fluid::before,
  .cid-tYJYczrKYv .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .container-fluid::before,
  .cid-tYJYczrKYv .container::before {
    display: none;
  }
}
.cid-tYJYczrKYv .media-wrap {
  height: 300px;
}
.cid-tYJYczrKYv .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tYJYczrKYv .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tYJYczrKYv .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tYJYczrKYv .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .text-wrapper {
    background-color: #a60b26;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tYJYczrKYv .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tYJYczrKYv .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #000000;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tYJYczrKYv .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tYJYczrKYv .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tYJYczrKYv .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tYJYczrKYv .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .list {
    background-color: #a60b26;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tYJYczrKYv .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tYJYczrKYv .list .item-wrap:hover {
  opacity: .7;
}
.cid-tYJYczrKYv .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .copyright {
    background-color: #a60b26;
  }
}
.cid-tYJYczrKYv .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tYJYczrKYv .mbr-text {
  color: #bcbfca;
}
.cid-tYJYczrKYv .mbr-desc {
  color: #000000;
}
.cid-tYJYczrKYv .mbr-link {
  color: #ffffff;
}
.cid-tYJYczrKYv .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tWE8f2NzGI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #a60b26;
}
.cid-tWJxyv8mCz {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/foxriverblue-1-1280x640.jpeg");
}
.cid-tWJxyv8mCz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWJxyv8mCz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWJxyv8mCz .row {
  flex-direction: row-reverse;
}
.cid-tWJKTMxx7w {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #a60b26;
}
@media (min-width: 768px) {
  .cid-tWJKTMxx7w {
    align-items: center;
  }
  .cid-tWJKTMxx7w .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tWJKTMxx7w .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tWJKTMxx7w {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tWJKTMxx7w .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tWJKTMxx7w .content-wrap {
    width: 100%;
  }
}
.cid-tWJKTMxx7w .mbr-section-title {
  text-align: center;
  color: #f7f7f7;
}
.cid-tWJKTMxx7w .mbr-text,
.cid-tWJKTMxx7w .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tWJN1Vlu7n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-tWJN1Vlu7n .mbr-section-title {
  color: #000000;
}
.cid-tWJN1Vlu7n .mbr-section-subtitle {
  color: #000000;
}
.cid-tWJN1Vlu7n .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-tWJN1Vlu7n .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-tWJN1Vlu7n .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-tWJN1Vlu7n .mbr-section-title,
.cid-tWJN1Vlu7n .line {
  color: #000000;
}
.cid-tWJxywH9Mk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #989a97;
}
.cid-tWJxywH9Mk .item-img {
  position: relative;
}
.cid-tWJxywH9Mk .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tWJxywH9Mk .card-text {
    padding-left: 4rem;
  }
}
.cid-tWJxywH9Mk h5 {
  line-height: 1.2;
}
.cid-tWJxywH9Mk .card {
  margin-bottom: 2rem;
}
.cid-tWJxywH9Mk .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tWJxywH9Mk .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWJxywH9Mk .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #a60b26;
}
@media (max-width: 992px) {
  .cid-tWJxywH9Mk .image-wrapper {
    min-height: 200px;
  }
}
.cid-tWJxywH9Mk .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWJxywH9Mk .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWJxywH9Mk .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #c7e1f7;
}
.cid-tWJxywH9Mk .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-tWJxywH9Mk .link-icon-wrapper .icon-wrap {
  background: #320707;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWJxywH9Mk .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWJxywH9Mk .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWJxywH9Mk .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWJxywH9Mk .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWJxywH9Mk .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWJxywH9Mk .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-tWJxywH9Mk .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWJxywH9Mk img,
.cid-tWJxywH9Mk .item-img {
  width: 100%;
}
.cid-tWJxywH9Mk .item:focus,
.cid-tWJxywH9Mk span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWJxywH9Mk .item {
    margin-bottom: 1rem;
  }
}
.cid-tWJxywH9Mk .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWJxywH9Mk .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tWJxywH9Mk .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWJxywH9Mk .mbr-section-subtitle,
.cid-tWJxywH9Mk .subtitle-wrap,
.cid-tWJxywH9Mk .mbr-section-btn {
  text-align: left;
}
.cid-tWJxywH9Mk .mbr-text,
.cid-tWJxywH9Mk .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tWJxywH9Mk .mbr-text {
  color: #000000;
}
.cid-tWJxyvA9OZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tWJxyvA9OZ .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-tWJxyvA9OZ .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-tWJxyvA9OZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tWJxyvA9OZ .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-tWJxyvA9OZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tWJxyvA9OZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWJxyvA9OZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWJxyvA9OZ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tWJxyvA9OZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tWJxyvA9OZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tWJxyvA9OZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tWJxyvA9OZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tWJxyvA9OZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tWJxyvA9OZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tWJxyvA9OZ .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-tWJxyvA9OZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tWJxyvA9OZ .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tWJxyvA9OZ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tWJxyvA9OZ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tWJxyvA9OZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tWJxyvA9OZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tWJxyvA9OZ .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(166, 11, 38, 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: #a60b26;
}
@media (max-width: 992px) {
  .cid-tWJxyvA9OZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWJxyvA9OZ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tWJxyvA9OZ .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-tWJxyvA9OZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWJxyvA9OZ .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: #a60b26;
  background: rgba(166, 11, 38, 0.8) !important;
  backdrop-filter: blur(10px);
}
.cid-tWJxyvA9OZ .nav-item:focus,
.cid-tWJxyvA9OZ .nav-link:focus {
  outline: none;
}
.cid-tWJxyvA9OZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWJxyvA9OZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWJxyvA9OZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWJxyvA9OZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWJxyvA9OZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWJxyvA9OZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWJxyvA9OZ .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-tWJxyvA9OZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tWJxyvA9OZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWJxyvA9OZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tWJxyvA9OZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tWJxyvA9OZ .navbar.collapsed {
  justify-content: center;
}
.cid-tWJxyvA9OZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWJxyvA9OZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWJxyvA9OZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tWJxyvA9OZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWJxyvA9OZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWJxyvA9OZ .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-tWJxyvA9OZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWJxyvA9OZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWJxyvA9OZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tWJxyvA9OZ .navbar {
    min-height: 72px;
  }
  .cid-tWJxyvA9OZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tWJxyvA9OZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWJxyvA9OZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWJxyvA9OZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWJxyvA9OZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWJxyvA9OZ .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-tWJxyvA9OZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWJxyvA9OZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tWJxyvA9OZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWJxyvA9OZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWJxyvA9OZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tWJxyvA9OZ .dropdown-item.active,
.cid-tWJxyvA9OZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tWJxyvA9OZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWJxyvA9OZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWJxyvA9OZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWJxyvA9OZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a60b26;
}
.cid-tWJxyvA9OZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tWJxyvA9OZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tWJxyvA9OZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWJxyvA9OZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tWJxyvA9OZ .navbar-buttons {
    text-align: left;
  }
}
.cid-tWJxyvA9OZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWJxyvA9OZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWJxyvA9OZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWJxyvA9OZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWJxyvA9OZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWJxyvA9OZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWJxyvA9OZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWJxyvA9OZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWJxyvA9OZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWJxyvA9OZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWJxyvA9OZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWJxyvA9OZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWJxyvA9OZ .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-tWJxyvA9OZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWJxyvA9OZ .navbar {
    height: 70px;
  }
  .cid-tWJxyvA9OZ .navbar.opened {
    height: auto;
  }
  .cid-tWJxyvA9OZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWJxyvA9OZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tWJxyvA9OZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tWJxyvA9OZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tWJxyvA9OZ .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-tWJxyvA9OZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tWJxyvA9OZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tWJxyvA9OZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tWJxyvA9OZ .navbar-brand {
    margin-right: auto;
  }
  .cid-tWJxyvA9OZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #a60b26;
    opacity: 1;
    border-color: rgba(166, 11, 38, 0.8) !important;
    background: rgba(166, 11, 38, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tWJxyvA9OZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tWJxyvA9OZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tWJxyvA9OZ .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-tWJxyvA9OZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tWJxyvA9OZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tWJxyvA9OZ .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-tWJxyvA9OZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tWJxyvA9OZ .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-tWJxyvA9OZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tWJxyvA9OZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWJP6TfomC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #989a97;
}
.cid-tWJP6TfomC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWJP6TfomC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWJP6TfomC .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tWJP6TfomC .container {
    padding: 10px 8px;
  }
}
.cid-tWJP6TfomC .row {
  position: relative;
  border-radius: 25px;
  background-color: #ffffff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tWJP6TfomC .row {
    padding: 50px 10px;
  }
}
.cid-tWJP6TfomC .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background-color: #585a57;
}
.cid-tWJP6TfomC .row .card {
  position: relative;
  padding: 0;
}
.cid-tWJP6TfomC .content-wrapper {
  padding-right: 150px;
  padding-right: 0;
  padding-left: 150px;
}
@media (max-width: 992px) {
  .cid-tWJP6TfomC .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tWJP6TfomC .content-wrapper {
    margin-bottom: 30px;
    padding: 0;
  }
}
.cid-tWJP6TfomC .content-wrapper .desc-wrapper {
  margin-bottom: 30px;
}
.cid-tWJP6TfomC .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-tWJP6TfomC .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWJP6TfomC .content-wrapper .mbr-section-title span {
  opacity: .5;
}
.cid-tWJP6TfomC .content-wrapper .card-wrapper {
  display: flex;
  justify-content: flex-end;
}
.cid-tWJP6TfomC .content-wrapper .card-wrapper .card-wrap {
  margin-top: 50px;
  max-width: 200px;
  padding: 20px;
  background-color: #a60b26;
  border-radius: 17px;
}
.cid-tWJP6TfomC .content-wrapper .card-wrapper .card-wrap .card-title {
  margin-bottom: 30px;
}
.cid-tWJP6TfomC .content-wrapper .card-wrapper .card-wrap .card-text {
  margin-bottom: 0;
}
.cid-tWJP6TfomC .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-tWJP6TfomC .image-wrapper img {
    height: 300px;
  }
}
.cid-tWJP6TfomC .mbr-section-title {
  color: #ffffff;
}
.cid-tWJP6TfomC .mbr-desc {
  color: #222222;
}
.cid-tWJP6TfomC .card-title {
  color: #ffffff;
}
.cid-tWJP6TfomC .card-text {
  color: #ffffff;
}
.cid-tWJP6TfomC .mbr-desc,
.cid-tWJP6TfomC .desc-wrapper {
  color: #a60b26;
}
.cid-tWJUxVIkB5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #6a6969;
}
.cid-tWJUxVIkB5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWJUxVIkB5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWJUxVIkB5 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tWJUxVIkB5 .container {
    padding: 10px 8px;
  }
}
.cid-tWJUxVIkB5 .row {
  position: relative;
  border-radius: 25px;
  background-color: #ffffff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tWJUxVIkB5 .row {
    padding: 50px 10px;
  }
}
.cid-tWJUxVIkB5 .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background-color: #585a57;
}
.cid-tWJUxVIkB5 .row .card {
  position: relative;
  padding: 0;
}
.cid-tWJUxVIkB5 .content-wrapper {
  padding-right: 150px;
}
@media (max-width: 992px) {
  .cid-tWJUxVIkB5 .content-wrapper {
    margin-bottom: 30px;
    padding: 0;
  }
}
.cid-tWJUxVIkB5 .content-wrapper .desc-wrapper {
  margin-bottom: 30px;
}
.cid-tWJUxVIkB5 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-tWJUxVIkB5 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWJUxVIkB5 .content-wrapper .mbr-section-title span {
  opacity: .5;
}
.cid-tWJUxVIkB5 .content-wrapper .card-wrapper {
  display: flex;
  justify-content: flex-end;
}
.cid-tWJUxVIkB5 .content-wrapper .card-wrapper .card-wrap {
  margin-top: 50px;
  max-width: 200px;
  padding: 20px;
  background-color: #a60b26;
  border-radius: 17px;
}
.cid-tWJUxVIkB5 .content-wrapper .card-wrapper .card-wrap .card-title {
  margin-bottom: 30px;
}
.cid-tWJUxVIkB5 .content-wrapper .card-wrapper .card-wrap .card-text {
  margin-bottom: 0;
}
.cid-tWJUxVIkB5 .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-tWJUxVIkB5 .image-wrapper img {
    height: 300px;
  }
}
.cid-tWJUxVIkB5 .mbr-section-title {
  color: #ffffff;
}
.cid-tWJUxVIkB5 .mbr-desc {
  color: #222222;
}
.cid-tWJUxVIkB5 .card-title {
  color: #ffffff;
}
.cid-tWJUxVIkB5 .card-text {
  color: #ffffff;
}
.cid-tWJUxVIkB5 .mbr-desc,
.cid-tWJUxVIkB5 .desc-wrapper {
  color: #a60b26;
}
.cid-tWKb5IJTBU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #6a6969;
}
.cid-tWKb5IJTBU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWKb5IJTBU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWKb5IJTBU .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tWKb5IJTBU .container {
    padding: 10px 8px;
  }
}
.cid-tWKb5IJTBU .row {
  position: relative;
  border-radius: 25px;
  background-color: #ffffff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tWKb5IJTBU .row {
    padding: 50px 10px;
  }
}
.cid-tWKb5IJTBU .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background-color: #585a57;
}
.cid-tWKb5IJTBU .row .card {
  position: relative;
  padding: 0;
}
.cid-tWKb5IJTBU .content-wrapper {
  padding-right: 150px;
  padding-right: 0;
  padding-left: 150px;
}
@media (max-width: 992px) {
  .cid-tWKb5IJTBU .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tWKb5IJTBU .content-wrapper {
    margin-bottom: 30px;
    padding: 0;
  }
}
.cid-tWKb5IJTBU .content-wrapper .desc-wrapper {
  margin-bottom: 30px;
}
.cid-tWKb5IJTBU .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-tWKb5IJTBU .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWKb5IJTBU .content-wrapper .mbr-section-title span {
  opacity: .5;
}
.cid-tWKb5IJTBU .content-wrapper .card-wrapper {
  display: flex;
  justify-content: flex-end;
}
.cid-tWKb5IJTBU .content-wrapper .card-wrapper .card-wrap {
  margin-top: 50px;
  max-width: 200px;
  padding: 20px;
  background-color: #a60b26;
  border-radius: 17px;
}
.cid-tWKb5IJTBU .content-wrapper .card-wrapper .card-wrap .card-title {
  margin-bottom: 30px;
}
.cid-tWKb5IJTBU .content-wrapper .card-wrapper .card-wrap .card-text {
  margin-bottom: 0;
}
.cid-tWKb5IJTBU .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-tWKb5IJTBU .image-wrapper img {
    height: 300px;
  }
}
.cid-tWKb5IJTBU .mbr-section-title {
  color: #ffffff;
}
.cid-tWKb5IJTBU .mbr-desc {
  color: #222222;
}
.cid-tWKb5IJTBU .card-title {
  color: #ffffff;
}
.cid-tWKb5IJTBU .card-text {
  color: #ffffff;
}
.cid-tWKb5IJTBU .mbr-desc,
.cid-tWKb5IJTBU .desc-wrapper {
  color: #a60b26;
}
.cid-tWKb7CW2Ky {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #6a6969;
}
.cid-tWKb7CW2Ky .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWKb7CW2Ky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWKb7CW2Ky .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tWKb7CW2Ky .container {
    padding: 10px 8px;
  }
}
.cid-tWKb7CW2Ky .row {
  position: relative;
  border-radius: 25px;
  background-color: #ffffff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tWKb7CW2Ky .row {
    padding: 50px 10px;
  }
}
.cid-tWKb7CW2Ky .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background-color: #585a57;
}
.cid-tWKb7CW2Ky .row .card {
  position: relative;
  padding: 0;
}
.cid-tWKb7CW2Ky .content-wrapper {
  padding-right: 150px;
}
@media (max-width: 992px) {
  .cid-tWKb7CW2Ky .content-wrapper {
    margin-bottom: 30px;
    padding: 0;
  }
}
.cid-tWKb7CW2Ky .content-wrapper .desc-wrapper {
  margin-bottom: 30px;
}
.cid-tWKb7CW2Ky .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-tWKb7CW2Ky .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWKb7CW2Ky .content-wrapper .mbr-section-title span {
  opacity: .5;
}
.cid-tWKb7CW2Ky .content-wrapper .card-wrapper {
  display: flex;
  justify-content: flex-end;
}
.cid-tWKb7CW2Ky .content-wrapper .card-wrapper .card-wrap {
  margin-top: 50px;
  max-width: 200px;
  padding: 20px;
  background-color: #a60b26;
  border-radius: 17px;
}
.cid-tWKb7CW2Ky .content-wrapper .card-wrapper .card-wrap .card-title {
  margin-bottom: 30px;
}
.cid-tWKb7CW2Ky .content-wrapper .card-wrapper .card-wrap .card-text {
  margin-bottom: 0;
}
.cid-tWKb7CW2Ky .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-tWKb7CW2Ky .image-wrapper img {
    height: 300px;
  }
}
.cid-tWKb7CW2Ky .mbr-section-title {
  color: #ffffff;
}
.cid-tWKb7CW2Ky .mbr-desc {
  color: #222222;
}
.cid-tWKb7CW2Ky .card-title {
  color: #ffffff;
}
.cid-tWKb7CW2Ky .card-text {
  color: #ffffff;
}
.cid-tWKb7CW2Ky .mbr-desc,
.cid-tWKb7CW2Ky .desc-wrapper {
  color: #a60b26;
}
.cid-tWKb8Ioz8I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #6a6969;
}
.cid-tWKb8Ioz8I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWKb8Ioz8I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWKb8Ioz8I .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tWKb8Ioz8I .container {
    padding: 10px 8px;
  }
}
.cid-tWKb8Ioz8I .row {
  position: relative;
  border-radius: 25px;
  background-color: #ffffff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tWKb8Ioz8I .row {
    padding: 50px 10px;
  }
}
.cid-tWKb8Ioz8I .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background-color: #585a57;
}
.cid-tWKb8Ioz8I .row .card {
  position: relative;
  padding: 0;
}
.cid-tWKb8Ioz8I .content-wrapper {
  padding-right: 150px;
  padding-right: 0;
  padding-left: 150px;
}
@media (max-width: 992px) {
  .cid-tWKb8Ioz8I .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tWKb8Ioz8I .content-wrapper {
    margin-bottom: 30px;
    padding: 0;
  }
}
.cid-tWKb8Ioz8I .content-wrapper .desc-wrapper {
  margin-bottom: 30px;
}
.cid-tWKb8Ioz8I .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-tWKb8Ioz8I .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWKb8Ioz8I .content-wrapper .mbr-section-title span {
  opacity: .5;
}
.cid-tWKb8Ioz8I .content-wrapper .card-wrapper {
  display: flex;
  justify-content: flex-end;
}
.cid-tWKb8Ioz8I .content-wrapper .card-wrapper .card-wrap {
  margin-top: 50px;
  max-width: 200px;
  padding: 20px;
  background-color: #a60b26;
  border-radius: 17px;
}
.cid-tWKb8Ioz8I .content-wrapper .card-wrapper .card-wrap .card-title {
  margin-bottom: 30px;
}
.cid-tWKb8Ioz8I .content-wrapper .card-wrapper .card-wrap .card-text {
  margin-bottom: 0;
}
.cid-tWKb8Ioz8I .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-tWKb8Ioz8I .image-wrapper img {
    height: 300px;
  }
}
.cid-tWKb8Ioz8I .mbr-section-title {
  color: #ffffff;
}
.cid-tWKb8Ioz8I .mbr-desc {
  color: #222222;
}
.cid-tWKb8Ioz8I .card-title {
  color: #ffffff;
}
.cid-tWKb8Ioz8I .card-text {
  color: #ffffff;
}
.cid-tWKb8Ioz8I .mbr-desc,
.cid-tWKb8Ioz8I .desc-wrapper {
  color: #a60b26;
}
.cid-tWKb9DaT6S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #6a6969;
}
.cid-tWKb9DaT6S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWKb9DaT6S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWKb9DaT6S .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tWKb9DaT6S .container {
    padding: 10px 8px;
  }
}
.cid-tWKb9DaT6S .row {
  position: relative;
  border-radius: 25px;
  background-color: #ffffff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tWKb9DaT6S .row {
    padding: 50px 10px;
  }
}
.cid-tWKb9DaT6S .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background-color: #585a57;
}
.cid-tWKb9DaT6S .row .card {
  position: relative;
  padding: 0;
}
.cid-tWKb9DaT6S .content-wrapper {
  padding-right: 150px;
}
@media (max-width: 992px) {
  .cid-tWKb9DaT6S .content-wrapper {
    margin-bottom: 30px;
    padding: 0;
  }
}
.cid-tWKb9DaT6S .content-wrapper .desc-wrapper {
  margin-bottom: 30px;
}
.cid-tWKb9DaT6S .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-tWKb9DaT6S .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWKb9DaT6S .content-wrapper .mbr-section-title span {
  opacity: .5;
}
.cid-tWKb9DaT6S .content-wrapper .card-wrapper {
  display: flex;
  justify-content: flex-end;
}
.cid-tWKb9DaT6S .content-wrapper .card-wrapper .card-wrap {
  margin-top: 50px;
  max-width: 200px;
  padding: 20px;
  background-color: #a60b26;
  border-radius: 17px;
}
.cid-tWKb9DaT6S .content-wrapper .card-wrapper .card-wrap .card-title {
  margin-bottom: 30px;
}
.cid-tWKb9DaT6S .content-wrapper .card-wrapper .card-wrap .card-text {
  margin-bottom: 0;
}
.cid-tWKb9DaT6S .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-tWKb9DaT6S .image-wrapper img {
    height: 300px;
  }
}
.cid-tWKb9DaT6S .mbr-section-title {
  color: #ffffff;
}
.cid-tWKb9DaT6S .mbr-desc {
  color: #222222;
}
.cid-tWKb9DaT6S .card-title {
  color: #ffffff;
}
.cid-tWKb9DaT6S .card-text {
  color: #ffffff;
}
.cid-tWKb9DaT6S .mbr-desc,
.cid-tWKb9DaT6S .desc-wrapper {
  color: #a60b26;
}
.cid-tWJxyx5vUG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #6a6969;
}
.cid-tWJxyx5vUG .item-img {
  position: relative;
}
.cid-tWJxyx5vUG .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-tWJxyx5vUG .cardbg {
  background: #f7f7f7;
  height: 100%;
  min-height: 300px;
}
.cid-tWJxyx5vUG .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWJxyx5vUG .image-wrapper {
  overflow: hidden;
}
.cid-tWJxyx5vUG .item1 {
  margin-bottom: 2rem !important;
}
.cid-tWJxyx5vUG .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWJxyx5vUG .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWJxyx5vUG .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #a60b26;
}
.cid-tWJxyx5vUG .item1,
.cid-tWJxyx5vUG .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tWJxyx5vUG .item1 .item:hover,
.cid-tWJxyx5vUG .item .item:hover {
  cursor: pointer;
}
.cid-tWJxyx5vUG .item1:hover .link-icon-wrapper span,
.cid-tWJxyx5vUG .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-tWJxyx5vUG .card2 {
    margin-top: 1rem;
  }
}
.cid-tWJxyx5vUG .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-tWJxyx5vUG .link-icon-wrapper .icon-wrap {
  background: #a60b26;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWJxyx5vUG .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWJxyx5vUG .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWJxyx5vUG .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWJxyx5vUG .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWJxyx5vUG .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWJxyx5vUG .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-tWJxyx5vUG .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWJxyx5vUG img,
.cid-tWJxyx5vUG .item-img {
  width: 100%;
}
.cid-tWJxyx5vUG .item:focus,
.cid-tWJxyx5vUG span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWJxyx5vUG .item {
    margin-bottom: 1rem;
  }
}
.cid-tWJxyx5vUG .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWJxyx5vUG .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWJxyx5vUG .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWJxyx5vUG .mbr-section-subtitle,
.cid-tWJxyx5vUG .subtitle-wrap,
.cid-tWJxyx5vUG .mbr-section-btn {
  text-align: left;
  color: #a60b26;
}
.cid-tWJxyx5vUG .mbr-text,
.cid-tWJxyx5vUG .item .mbr-section-btn {
  color: #000000;
}
.cid-tWJxyxrgNf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #a60b26;
}
.cid-tYJYczrKYv {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #cccccb;
}
.cid-tYJYczrKYv .container-fluid,
.cid-tYJYczrKYv .container {
  position: relative;
}
.cid-tYJYczrKYv .container-fluid::before,
.cid-tYJYczrKYv .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #a60b26;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tYJYczrKYv .container-fluid::before,
  .cid-tYJYczrKYv .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .container-fluid::before,
  .cid-tYJYczrKYv .container::before {
    display: none;
  }
}
.cid-tYJYczrKYv .media-wrap {
  height: 300px;
}
.cid-tYJYczrKYv .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tYJYczrKYv .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tYJYczrKYv .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tYJYczrKYv .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .text-wrapper {
    background-color: #a60b26;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tYJYczrKYv .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tYJYczrKYv .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #000000;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tYJYczrKYv .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tYJYczrKYv .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tYJYczrKYv .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tYJYczrKYv .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .list {
    background-color: #a60b26;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tYJYczrKYv .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tYJYczrKYv .list .item-wrap:hover {
  opacity: .7;
}
.cid-tYJYczrKYv .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .copyright {
    background-color: #a60b26;
  }
}
.cid-tYJYczrKYv .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tYJYczrKYv .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tYJYczrKYv .mbr-text {
  color: #bcbfca;
}
.cid-tYJYczrKYv .mbr-desc {
  color: #000000;
}
.cid-tYJYczrKYv .mbr-link {
  color: #ffffff;
}
.cid-tYJYczrKYv .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tYTGAeYv1F {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/foxriverblue-1-1280x640.jpeg");
}
.cid-tYTGAeYv1F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYTGAeYv1F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYTGAeYv1F .row {
  flex-direction: row-reverse;
}
.cid-tYTGAfe1ub {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tYTGAfe1ub .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-tYTGAfe1ub .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-tYTGAfe1ub .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tYTGAfe1ub .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-tYTGAfe1ub .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tYTGAfe1ub .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYTGAfe1ub .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYTGAfe1ub .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tYTGAfe1ub .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tYTGAfe1ub .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tYTGAfe1ub .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tYTGAfe1ub .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tYTGAfe1ub .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tYTGAfe1ub .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tYTGAfe1ub .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-tYTGAfe1ub .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tYTGAfe1ub .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tYTGAfe1ub .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tYTGAfe1ub .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tYTGAfe1ub .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tYTGAfe1ub .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tYTGAfe1ub .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(166, 11, 38, 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: #a60b26;
}
@media (max-width: 992px) {
  .cid-tYTGAfe1ub .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tYTGAfe1ub .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tYTGAfe1ub .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-tYTGAfe1ub .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYTGAfe1ub .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: #a60b26;
  background: rgba(166, 11, 38, 0.8) !important;
  backdrop-filter: blur(10px);
}
.cid-tYTGAfe1ub .nav-item:focus,
.cid-tYTGAfe1ub .nav-link:focus {
  outline: none;
}
.cid-tYTGAfe1ub .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYTGAfe1ub .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYTGAfe1ub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYTGAfe1ub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYTGAfe1ub .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYTGAfe1ub .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYTGAfe1ub .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-tYTGAfe1ub .navbar.opened {
  transition: all 0.3s;
}
.cid-tYTGAfe1ub .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYTGAfe1ub .navbar .navbar-logo img {
  width: auto;
}
.cid-tYTGAfe1ub .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tYTGAfe1ub .navbar.collapsed {
  justify-content: center;
}
.cid-tYTGAfe1ub .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYTGAfe1ub .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYTGAfe1ub .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tYTGAfe1ub .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYTGAfe1ub .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYTGAfe1ub .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-tYTGAfe1ub .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYTGAfe1ub .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYTGAfe1ub .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tYTGAfe1ub .navbar {
    min-height: 72px;
  }
  .cid-tYTGAfe1ub .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tYTGAfe1ub .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYTGAfe1ub .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYTGAfe1ub .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYTGAfe1ub .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYTGAfe1ub .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-tYTGAfe1ub .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYTGAfe1ub .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tYTGAfe1ub .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYTGAfe1ub .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYTGAfe1ub .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tYTGAfe1ub .dropdown-item.active,
.cid-tYTGAfe1ub .dropdown-item:active {
  background-color: transparent;
}
.cid-tYTGAfe1ub .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYTGAfe1ub .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYTGAfe1ub .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYTGAfe1ub .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a60b26;
}
.cid-tYTGAfe1ub .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tYTGAfe1ub .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tYTGAfe1ub ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYTGAfe1ub .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tYTGAfe1ub .navbar-buttons {
    text-align: left;
  }
}
.cid-tYTGAfe1ub button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYTGAfe1ub button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYTGAfe1ub button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYTGAfe1ub button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYTGAfe1ub button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYTGAfe1ub button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYTGAfe1ub nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYTGAfe1ub nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYTGAfe1ub nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYTGAfe1ub nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYTGAfe1ub .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tYTGAfe1ub a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYTGAfe1ub .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-tYTGAfe1ub .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYTGAfe1ub .navbar {
    height: 70px;
  }
  .cid-tYTGAfe1ub .navbar.opened {
    height: auto;
  }
  .cid-tYTGAfe1ub .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYTGAfe1ub .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tYTGAfe1ub .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tYTGAfe1ub .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tYTGAfe1ub .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-tYTGAfe1ub .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tYTGAfe1ub .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tYTGAfe1ub .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tYTGAfe1ub .navbar-brand {
    margin-right: auto;
  }
  .cid-tYTGAfe1ub .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #a60b26;
    opacity: 1;
    border-color: rgba(166, 11, 38, 0.8) !important;
    background: rgba(166, 11, 38, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tYTGAfe1ub .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tYTGAfe1ub .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tYTGAfe1ub .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-tYTGAfe1ub .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tYTGAfe1ub .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tYTGAfe1ub .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-tYTGAfe1ub .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tYTGAfe1ub .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-tYTGAfe1ub .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tYTGAfe1ub .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tYTZT2wD1x {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #a60b26;
}
@media (min-width: 768px) {
  .cid-tYTZT2wD1x {
    align-items: center;
  }
  .cid-tYTZT2wD1x .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tYTZT2wD1x .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tYTZT2wD1x {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tYTZT2wD1x .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tYTZT2wD1x .content-wrap {
    width: 100%;
  }
}
.cid-tYTZT2wD1x .mbr-section-title {
  text-align: center;
  color: #f7f7f7;
}
.cid-tYTZT2wD1x .mbr-text,
.cid-tYTZT2wD1x .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tYTRpqXjot {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYTRpqXjot .mbr-section-title {
  color: #000000;
}
.cid-tYTRpqXjot .mbr-section-subtitle {
  color: #000000;
}
.cid-tYTRpqXjot .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-tYTRpqXjot .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-tYTRpqXjot .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-tYTRpqXjot .mbr-section-title,
.cid-tYTRpqXjot .line {
  color: #a60b26;
}
.cid-tYTTVZ3cMJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
  flex-direction: column;
  justify-content: center;
}
.cid-tYTTVZ3cMJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYTTVZ3cMJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tYTTVZ3cMJ .container {
    padding: 0 16px;
  }
}
.cid-tYTTVZ3cMJ .row {
  justify-content: space-between;
}
.cid-tYTTVZ3cMJ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-tYTTVZ3cMJ .panel-group {
  border: 1px solid #ffffff;
  background-color: #b9bab8;
}
.cid-tYTTVZ3cMJ .panel-group .card {
  position: relative;
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-tYTTVZ3cMJ .panel-group .card {
    padding: 32px 16px;
  }
}
.cid-tYTTVZ3cMJ .panel-group .card:first-child {
  border-top: none;
}
.cid-tYTTVZ3cMJ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-tYTTVZ3cMJ .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-tYTTVZ3cMJ .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.cid-tYTTVZ3cMJ .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-tYTTVZ3cMJ .panel-group .card .card-header .panel-title .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYTTVZ3cMJ .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  box-shadow: inset 0 -31px 0 #a60b26;
  color: #ffffff;
}
.cid-tYTTVZ3cMJ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
  background-color: #b9bab8;
}
.cid-tYTTVZ3cMJ .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-tYTTVZ3cMJ .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  padding-top: 48px;
}
@media (max-width: 992px) {
  .cid-tYTTVZ3cMJ .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-tYTTVZ3cMJ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tYTTVZ3cMJ .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 22px;
}
.cid-tYTTVZ3cMJ .mbr-desc {
  color: #a60b26;
}
.cid-tYTTVZ3cMJ .panel-title-edit {
  color: #000000;
}
.cid-tYTTVZ3cMJ .panel-text {
  color: #000000;
}
.cid-tYTTVZ3cMJ .panel-text,
.cid-tYTTVZ3cMJ .mbr-section-btn {
  color: #000000;
}
.cid-tYU0TKNNyG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYU0TKNNyG .mbr-section-title {
  color: #000000;
}
.cid-tYU0TKNNyG .mbr-section-subtitle {
  color: #000000;
}
.cid-tYU0TKNNyG .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-tYU0TKNNyG .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-tYU0TKNNyG .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-tYU0TKNNyG .mbr-section-title,
.cid-tYU0TKNNyG .line {
  color: #a60b26;
}
.cid-tYU4maE8mq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
  flex-direction: column;
  justify-content: center;
}
.cid-tYU4maE8mq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYU4maE8mq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tYU4maE8mq .container {
    padding: 0 16px;
  }
}
.cid-tYU4maE8mq .row {
  justify-content: space-between;
}
.cid-tYU4maE8mq .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-tYU4maE8mq .panel-group {
  border: 1px solid #ffffff;
  background-color: #b9bab8;
}
.cid-tYU4maE8mq .panel-group .card {
  position: relative;
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-tYU4maE8mq .panel-group .card {
    padding: 32px 16px;
  }
}
.cid-tYU4maE8mq .panel-group .card:first-child {
  border-top: none;
}
.cid-tYU4maE8mq .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-tYU4maE8mq .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-tYU4maE8mq .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.cid-tYU4maE8mq .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-tYU4maE8mq .panel-group .card .card-header .panel-title .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYU4maE8mq .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  box-shadow: inset 0 -31px 0 #a60b26;
  color: #ffffff;
}
.cid-tYU4maE8mq .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
  background-color: #b9bab8;
}
.cid-tYU4maE8mq .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-tYU4maE8mq .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  padding-top: 48px;
}
@media (max-width: 992px) {
  .cid-tYU4maE8mq .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-tYU4maE8mq .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tYU4maE8mq .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 22px;
}
.cid-tYU4maE8mq .mbr-desc {
  color: #a60b26;
}
.cid-tYU4maE8mq .panel-title-edit {
  color: #000000;
}
.cid-tYU4maE8mq .panel-text {
  color: #000000;
}
.cid-tYU4maE8mq .panel-text,
.cid-tYU4maE8mq .mbr-section-btn {
  color: #000000;
}
.cid-tYU0VHeOLQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYU0VHeOLQ .mbr-section-title {
  color: #000000;
}
.cid-tYU0VHeOLQ .mbr-section-subtitle {
  color: #000000;
}
.cid-tYU0VHeOLQ .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-tYU0VHeOLQ .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-tYU0VHeOLQ .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-tYU0VHeOLQ .mbr-section-title,
.cid-tYU0VHeOLQ .line {
  color: #a60b26;
}
.cid-tYU4k2koaI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
  flex-direction: column;
  justify-content: center;
}
.cid-tYU4k2koaI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYU4k2koaI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tYU4k2koaI .container {
    padding: 0 16px;
  }
}
.cid-tYU4k2koaI .row {
  justify-content: space-between;
}
.cid-tYU4k2koaI .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-tYU4k2koaI .panel-group {
  border: 1px solid #ffffff;
  background-color: #b9bab8;
}
.cid-tYU4k2koaI .panel-group .card {
  position: relative;
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-tYU4k2koaI .panel-group .card {
    padding: 32px 16px;
  }
}
.cid-tYU4k2koaI .panel-group .card:first-child {
  border-top: none;
}
.cid-tYU4k2koaI .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-tYU4k2koaI .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-tYU4k2koaI .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.cid-tYU4k2koaI .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-tYU4k2koaI .panel-group .card .card-header .panel-title .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYU4k2koaI .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  box-shadow: inset 0 -31px 0 #a60b26;
  color: #ffffff;
}
.cid-tYU4k2koaI .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
  background-color: #b9bab8;
}
.cid-tYU4k2koaI .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-tYU4k2koaI .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  padding-top: 48px;
}
@media (max-width: 992px) {
  .cid-tYU4k2koaI .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-tYU4k2koaI .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tYU4k2koaI .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 22px;
}
.cid-tYU4k2koaI .mbr-desc {
  color: #a60b26;
}
.cid-tYU4k2koaI .panel-title-edit {
  color: #000000;
}
.cid-tYU4k2koaI .panel-text {
  color: #000000;
}
.cid-tYU4k2koaI .panel-text,
.cid-tYU4k2koaI .mbr-section-btn {
  color: #000000;
}
.cid-tYU0Xnjihx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYU0Xnjihx .mbr-section-title {
  color: #000000;
}
.cid-tYU0Xnjihx .mbr-section-subtitle {
  color: #000000;
}
.cid-tYU0Xnjihx .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-tYU0Xnjihx .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-tYU0Xnjihx .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-tYU0Xnjihx .mbr-section-title,
.cid-tYU0Xnjihx .line {
  color: #a60b26;
}
.cid-tYU4ib0WdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
  flex-direction: column;
  justify-content: center;
}
.cid-tYU4ib0WdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYU4ib0WdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tYU4ib0WdG .container {
    padding: 0 16px;
  }
}
.cid-tYU4ib0WdG .row {
  justify-content: space-between;
}
.cid-tYU4ib0WdG .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-tYU4ib0WdG .panel-group {
  border: 1px solid #ffffff;
  background-color: #b9bab8;
}
.cid-tYU4ib0WdG .panel-group .card {
  position: relative;
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-tYU4ib0WdG .panel-group .card {
    padding: 32px 16px;
  }
}
.cid-tYU4ib0WdG .panel-group .card:first-child {
  border-top: none;
}
.cid-tYU4ib0WdG .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-tYU4ib0WdG .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-tYU4ib0WdG .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.cid-tYU4ib0WdG .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-tYU4ib0WdG .panel-group .card .card-header .panel-title .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYU4ib0WdG .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  box-shadow: inset 0 -31px 0 #a60b26;
  color: #ffffff;
}
.cid-tYU4ib0WdG .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
  background-color: #b9bab8;
}
.cid-tYU4ib0WdG .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-tYU4ib0WdG .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  padding-top: 48px;
}
@media (max-width: 992px) {
  .cid-tYU4ib0WdG .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-tYU4ib0WdG .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tYU4ib0WdG .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 22px;
}
.cid-tYU4ib0WdG .mbr-desc {
  color: #a60b26;
}
.cid-tYU4ib0WdG .panel-title-edit {
  color: #000000;
}
.cid-tYU4ib0WdG .panel-text {
  color: #000000;
}
.cid-tYU4ib0WdG .panel-text,
.cid-tYU4ib0WdG .mbr-section-btn {
  color: #000000;
}
.cid-tYTGAgiXHn {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tYTGAgiXHn .col-title {
    margin-bottom: 20px;
  }
}
.cid-tYTGAgiXHn .mbr-section-title {
  color: #989a97;
}
.cid-tYTGAgiXHn .mbr-section-subtitle {
  color: #000000;
  margin-top: 24px;
}
.cid-tYTGAgiXHn .mbr-text {
  color: #000000;
}
.cid-tYTGAgiXHn .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-tYTGAgiXHn p {
  line-height: 1.2;
}
.cid-tYTGAgiXHn .mbr-text1 {
  color: #a60b26;
}
.cid-tYTGAgiXHn .mbr-text2 {
  color: #a60b26;
}
.cid-tYTGAgiXHn .mbr-text3 {
  color: #000000;
}
.cid-tYTGAgRB9I {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #cccccb;
}
.cid-tYTGAgRB9I .container-fluid,
.cid-tYTGAgRB9I .container {
  position: relative;
}
.cid-tYTGAgRB9I .container-fluid::before,
.cid-tYTGAgRB9I .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #a60b26;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tYTGAgRB9I .container-fluid::before,
  .cid-tYTGAgRB9I .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tYTGAgRB9I .container-fluid::before,
  .cid-tYTGAgRB9I .container::before {
    display: none;
  }
}
.cid-tYTGAgRB9I .media-wrap {
  height: 300px;
}
.cid-tYTGAgRB9I .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tYTGAgRB9I .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tYTGAgRB9I .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tYTGAgRB9I .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tYTGAgRB9I .text-wrapper {
    background-color: #a60b26;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tYTGAgRB9I .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tYTGAgRB9I .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #000000;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tYTGAgRB9I .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tYTGAgRB9I .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tYTGAgRB9I .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tYTGAgRB9I .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tYTGAgRB9I .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tYTGAgRB9I .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tYTGAgRB9I .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tYTGAgRB9I .list {
    background-color: #a60b26;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tYTGAgRB9I .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tYTGAgRB9I .list .item-wrap:hover {
  opacity: .7;
}
.cid-tYTGAgRB9I .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tYTGAgRB9I .copyright {
    background-color: #a60b26;
  }
}
.cid-tYTGAgRB9I .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tYTGAgRB9I .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tYTGAgRB9I .mbr-text {
  color: #bcbfca;
}
.cid-tYTGAgRB9I .mbr-desc {
  color: #000000;
}
.cid-tYTGAgRB9I .mbr-link {
  color: #ffffff;
}
.cid-tYTGAgRB9I .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tYTGAhajAj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #a60b26;
}
.cid-tYU7nzDlKh {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/foxriverblue-1-1280x640.jpeg");
}
.cid-tYU7nzDlKh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYU7nzDlKh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYU7nzDlKh .row {
  flex-direction: row-reverse;
}
.cid-tYU7nA7hUR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tYU7nA7hUR .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-tYU7nA7hUR .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-tYU7nA7hUR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tYU7nA7hUR .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-tYU7nA7hUR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tYU7nA7hUR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYU7nA7hUR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYU7nA7hUR .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tYU7nA7hUR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tYU7nA7hUR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tYU7nA7hUR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tYU7nA7hUR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tYU7nA7hUR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tYU7nA7hUR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tYU7nA7hUR .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-tYU7nA7hUR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tYU7nA7hUR .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tYU7nA7hUR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tYU7nA7hUR .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tYU7nA7hUR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tYU7nA7hUR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tYU7nA7hUR .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(166, 11, 38, 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: #a60b26;
}
@media (max-width: 992px) {
  .cid-tYU7nA7hUR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tYU7nA7hUR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tYU7nA7hUR .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-tYU7nA7hUR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYU7nA7hUR .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: #a60b26;
  background: rgba(166, 11, 38, 0.8) !important;
  backdrop-filter: blur(10px);
}
.cid-tYU7nA7hUR .nav-item:focus,
.cid-tYU7nA7hUR .nav-link:focus {
  outline: none;
}
.cid-tYU7nA7hUR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYU7nA7hUR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYU7nA7hUR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYU7nA7hUR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYU7nA7hUR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYU7nA7hUR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYU7nA7hUR .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-tYU7nA7hUR .navbar.opened {
  transition: all 0.3s;
}
.cid-tYU7nA7hUR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYU7nA7hUR .navbar .navbar-logo img {
  width: auto;
}
.cid-tYU7nA7hUR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tYU7nA7hUR .navbar.collapsed {
  justify-content: center;
}
.cid-tYU7nA7hUR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYU7nA7hUR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYU7nA7hUR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tYU7nA7hUR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYU7nA7hUR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYU7nA7hUR .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-tYU7nA7hUR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYU7nA7hUR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYU7nA7hUR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tYU7nA7hUR .navbar {
    min-height: 72px;
  }
  .cid-tYU7nA7hUR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tYU7nA7hUR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYU7nA7hUR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYU7nA7hUR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYU7nA7hUR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYU7nA7hUR .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-tYU7nA7hUR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYU7nA7hUR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tYU7nA7hUR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYU7nA7hUR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYU7nA7hUR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tYU7nA7hUR .dropdown-item.active,
.cid-tYU7nA7hUR .dropdown-item:active {
  background-color: transparent;
}
.cid-tYU7nA7hUR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYU7nA7hUR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYU7nA7hUR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYU7nA7hUR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a60b26;
}
.cid-tYU7nA7hUR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tYU7nA7hUR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tYU7nA7hUR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYU7nA7hUR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tYU7nA7hUR .navbar-buttons {
    text-align: left;
  }
}
.cid-tYU7nA7hUR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYU7nA7hUR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYU7nA7hUR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYU7nA7hUR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYU7nA7hUR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYU7nA7hUR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYU7nA7hUR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYU7nA7hUR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYU7nA7hUR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYU7nA7hUR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYU7nA7hUR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tYU7nA7hUR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYU7nA7hUR .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-tYU7nA7hUR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYU7nA7hUR .navbar {
    height: 70px;
  }
  .cid-tYU7nA7hUR .navbar.opened {
    height: auto;
  }
  .cid-tYU7nA7hUR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYU7nA7hUR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tYU7nA7hUR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tYU7nA7hUR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tYU7nA7hUR .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-tYU7nA7hUR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tYU7nA7hUR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tYU7nA7hUR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tYU7nA7hUR .navbar-brand {
    margin-right: auto;
  }
  .cid-tYU7nA7hUR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #a60b26;
    opacity: 1;
    border-color: rgba(166, 11, 38, 0.8) !important;
    background: rgba(166, 11, 38, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tYU7nA7hUR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tYU7nA7hUR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tYU7nA7hUR .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-tYU7nA7hUR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tYU7nA7hUR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tYU7nA7hUR .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-tYU7nA7hUR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tYU7nA7hUR .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-tYU7nA7hUR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tYU7nA7hUR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tYU7nAx9d0 {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #a60b26;
}
@media (min-width: 768px) {
  .cid-tYU7nAx9d0 {
    align-items: center;
  }
  .cid-tYU7nAx9d0 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tYU7nAx9d0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tYU7nAx9d0 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tYU7nAx9d0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tYU7nAx9d0 .content-wrap {
    width: 100%;
  }
}
.cid-tYU7nAx9d0 .mbr-section-title {
  text-align: center;
  color: #f7f7f7;
}
.cid-tYU7nAx9d0 .mbr-text,
.cid-tYU7nAx9d0 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tYU7nAOjj4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-tYU7nAOjj4 .mbr-section-title {
  color: #000000;
}
.cid-tYU7nAOjj4 .mbr-section-subtitle {
  color: #000000;
}
.cid-tYU7nAOjj4 .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-tYU7nAOjj4 .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-tYU7nAOjj4 .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-tYU7nAOjj4 .mbr-section-title,
.cid-tYU7nAOjj4 .line {
  color: #a60b26;
}
.cid-tYU7nB2hHi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: center;
}
.cid-tYU7nB2hHi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYU7nB2hHi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tYU7nB2hHi .container {
    padding: 0 16px;
  }
}
.cid-tYU7nB2hHi .row {
  justify-content: space-between;
}
.cid-tYU7nB2hHi .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-tYU7nB2hHi .panel-group {
  border: 1px solid #ffffff;
  background-color: #b9bab8;
}
.cid-tYU7nB2hHi .panel-group .card {
  position: relative;
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-tYU7nB2hHi .panel-group .card {
    padding: 32px 16px;
  }
}
.cid-tYU7nB2hHi .panel-group .card:first-child {
  border-top: none;
}
.cid-tYU7nB2hHi .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-tYU7nB2hHi .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-tYU7nB2hHi .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.cid-tYU7nB2hHi .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-tYU7nB2hHi .panel-group .card .card-header .panel-title .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYU7nB2hHi .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  box-shadow: inset 0 -31px 0 #a60b26;
  color: #ffffff;
}
.cid-tYU7nB2hHi .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
  background-color: #b9bab8;
}
.cid-tYU7nB2hHi .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-tYU7nB2hHi .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  padding-top: 48px;
}
@media (max-width: 992px) {
  .cid-tYU7nB2hHi .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-tYU7nB2hHi .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tYU7nB2hHi .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 22px;
}
.cid-tYU7nB2hHi .mbr-desc {
  color: #a60b26;
}
.cid-tYU7nB2hHi .panel-title-edit {
  color: #000000;
}
.cid-tYU7nB2hHi .panel-text {
  color: #000000;
}
.cid-tYU7nB2hHi .panel-text,
.cid-tYU7nB2hHi .mbr-section-btn {
  color: #000000;
}
.cid-tYUe11Evmn {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #a6a99c, #ffffff);
}
@media (min-width: 768px) {
  .cid-tYUe11Evmn {
    align-items: flex-start;
  }
  .cid-tYUe11Evmn .row {
    justify-content: flex-start;
  }
}
.cid-tYUe11Evmn .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-tYUe11Evmn .mbr-text,
.cid-tYUe11Evmn .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-tYUe11Evmn .mbr-section-title,
.cid-tYUe11Evmn .line {
  color: #232323;
}
.cid-tYUe11Evmn h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-tYUe11Evmn h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-tYUe11Evmn .mbr-section-subtitle,
.cid-tYUe11Evmn .align {
  text-align: left;
  color: #232323;
}
.cid-tYUe11Evmn .mbr-text2 {
  color: #808080;
}
.cid-tYU7nE2tmr {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #cccccb;
}
.cid-tYU7nE2tmr .container-fluid,
.cid-tYU7nE2tmr .container {
  position: relative;
}
.cid-tYU7nE2tmr .container-fluid::before,
.cid-tYU7nE2tmr .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #a60b26;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tYU7nE2tmr .container-fluid::before,
  .cid-tYU7nE2tmr .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tYU7nE2tmr .container-fluid::before,
  .cid-tYU7nE2tmr .container::before {
    display: none;
  }
}
.cid-tYU7nE2tmr .media-wrap {
  height: 300px;
}
.cid-tYU7nE2tmr .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tYU7nE2tmr .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tYU7nE2tmr .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tYU7nE2tmr .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tYU7nE2tmr .text-wrapper {
    background-color: #a60b26;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tYU7nE2tmr .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tYU7nE2tmr .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #000000;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tYU7nE2tmr .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tYU7nE2tmr .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tYU7nE2tmr .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tYU7nE2tmr .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tYU7nE2tmr .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tYU7nE2tmr .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tYU7nE2tmr .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tYU7nE2tmr .list {
    background-color: #a60b26;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tYU7nE2tmr .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tYU7nE2tmr .list .item-wrap:hover {
  opacity: .7;
}
.cid-tYU7nE2tmr .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tYU7nE2tmr .copyright {
    background-color: #a60b26;
  }
}
.cid-tYU7nE2tmr .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tYU7nE2tmr .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tYU7nE2tmr .mbr-text {
  color: #bcbfca;
}
.cid-tYU7nE2tmr .mbr-desc {
  color: #000000;
}
.cid-tYU7nE2tmr .mbr-link {
  color: #ffffff;
}
.cid-tYU7nE2tmr .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tYU7nErWNe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #a60b26;
}
.cid-tYUs52FvSf {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/foxriverblue-1-1280x640.jpeg");
}
.cid-tYUs52FvSf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYUs52FvSf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYUs52FvSf .row {
  flex-direction: row-reverse;
}
.cid-tYUs531wq6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tYUs531wq6 .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-tYUs531wq6 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-tYUs531wq6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tYUs531wq6 .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-tYUs531wq6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tYUs531wq6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYUs531wq6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYUs531wq6 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tYUs531wq6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tYUs531wq6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tYUs531wq6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tYUs531wq6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tYUs531wq6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tYUs531wq6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tYUs531wq6 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-tYUs531wq6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tYUs531wq6 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tYUs531wq6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tYUs531wq6 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tYUs531wq6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tYUs531wq6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tYUs531wq6 .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(166, 11, 38, 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: #a60b26;
}
@media (max-width: 992px) {
  .cid-tYUs531wq6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tYUs531wq6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tYUs531wq6 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-tYUs531wq6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYUs531wq6 .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: #a60b26;
  background: rgba(166, 11, 38, 0.8) !important;
  backdrop-filter: blur(10px);
}
.cid-tYUs531wq6 .nav-item:focus,
.cid-tYUs531wq6 .nav-link:focus {
  outline: none;
}
.cid-tYUs531wq6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYUs531wq6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYUs531wq6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYUs531wq6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYUs531wq6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYUs531wq6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYUs531wq6 .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-tYUs531wq6 .navbar.opened {
  transition: all 0.3s;
}
.cid-tYUs531wq6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYUs531wq6 .navbar .navbar-logo img {
  width: auto;
}
.cid-tYUs531wq6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tYUs531wq6 .navbar.collapsed {
  justify-content: center;
}
.cid-tYUs531wq6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYUs531wq6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYUs531wq6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tYUs531wq6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYUs531wq6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYUs531wq6 .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-tYUs531wq6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYUs531wq6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYUs531wq6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tYUs531wq6 .navbar {
    min-height: 72px;
  }
  .cid-tYUs531wq6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tYUs531wq6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYUs531wq6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYUs531wq6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYUs531wq6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYUs531wq6 .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-tYUs531wq6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYUs531wq6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tYUs531wq6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYUs531wq6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYUs531wq6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tYUs531wq6 .dropdown-item.active,
.cid-tYUs531wq6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tYUs531wq6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYUs531wq6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYUs531wq6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYUs531wq6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a60b26;
}
.cid-tYUs531wq6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tYUs531wq6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tYUs531wq6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYUs531wq6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tYUs531wq6 .navbar-buttons {
    text-align: left;
  }
}
.cid-tYUs531wq6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYUs531wq6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYUs531wq6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYUs531wq6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYUs531wq6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYUs531wq6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYUs531wq6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYUs531wq6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYUs531wq6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYUs531wq6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYUs531wq6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tYUs531wq6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYUs531wq6 .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-tYUs531wq6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYUs531wq6 .navbar {
    height: 70px;
  }
  .cid-tYUs531wq6 .navbar.opened {
    height: auto;
  }
  .cid-tYUs531wq6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYUs531wq6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tYUs531wq6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tYUs531wq6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tYUs531wq6 .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-tYUs531wq6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tYUs531wq6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tYUs531wq6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tYUs531wq6 .navbar-brand {
    margin-right: auto;
  }
  .cid-tYUs531wq6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #a60b26;
    opacity: 1;
    border-color: rgba(166, 11, 38, 0.8) !important;
    background: rgba(166, 11, 38, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tYUs531wq6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tYUs531wq6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tYUs531wq6 .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-tYUs531wq6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tYUs531wq6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tYUs531wq6 .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-tYUs531wq6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tYUs531wq6 .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-tYUs531wq6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tYUs531wq6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tYUs53qLz8 {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #a60b26;
}
@media (min-width: 768px) {
  .cid-tYUs53qLz8 {
    align-items: center;
  }
  .cid-tYUs53qLz8 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tYUs53qLz8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tYUs53qLz8 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tYUs53qLz8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tYUs53qLz8 .content-wrap {
    width: 100%;
  }
}
.cid-tYUs53qLz8 .mbr-section-title {
  text-align: center;
  color: #f7f7f7;
}
.cid-tYUs53qLz8 .mbr-text,
.cid-tYUs53qLz8 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tYUsOYMRTs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-tYUsOYMRTs .item-img {
  position: relative;
}
.cid-tYUsOYMRTs .item-img img {
  transition: all 0.2s;
}
.cid-tYUsOYMRTs h5 {
  line-height: 1.2;
}
.cid-tYUsOYMRTs .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tYUsOYMRTs .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-tYUsOYMRTs .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tYUsOYMRTs .item:hover img {
  transform: scale(1.05);
}
.cid-tYUsOYMRTs .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #a60b26;
}
@media (max-width: 992px) {
  .cid-tYUsOYMRTs .subtitle-wrap,
  .cid-tYUsOYMRTs .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-tYUsOYMRTs .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-tYUsOYMRTs .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tYUsOYMRTs .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tYUsOYMRTs .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tYUsOYMRTs .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-tYUsOYMRTs .link-icon-wrapper .icon-wrap {
  background: #a60b26;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tYUsOYMRTs .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tYUsOYMRTs .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tYUsOYMRTs .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tYUsOYMRTs .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tYUsOYMRTs .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tYUsOYMRTs .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tYUsOYMRTs .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-tYUsOYMRTs img,
.cid-tYUsOYMRTs .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-tYUsOYMRTs .item:focus,
.cid-tYUsOYMRTs span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tYUsOYMRTs .item {
    margin-bottom: 1rem;
  }
}
.cid-tYUsOYMRTs .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tYUsOYMRTs .item-title {
  text-align: left;
  color: #000000;
}
.cid-tYUsOYMRTs .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tYUsOYMRTs .mbr-text,
.cid-tYUsOYMRTs .item .mbr-section-btn {
  color: #000000;
}
.cid-tYUsOYMRTs .mbr-section-subtitle,
.cid-tYUsOYMRTs .subtitle-wrap,
.cid-tYUsOYMRTs .mbr-section-btn {
  text-align: left;
}
.cid-tYUs53Gdxm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYUs53Gdxm .mbr-section-title {
  color: #000000;
}
.cid-tYUs53Gdxm .mbr-section-subtitle {
  color: #000000;
}
.cid-tYUs53Gdxm .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-tYUs53Gdxm .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-tYUs53Gdxm .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-tYUs53Gdxm .mbr-section-title,
.cid-tYUs53Gdxm .line {
  color: #a60b26;
}
.cid-tYUs53YyNj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
  flex-direction: column;
  justify-content: center;
}
.cid-tYUs53YyNj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYUs53YyNj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tYUs53YyNj .container {
    padding: 0 16px;
  }
}
.cid-tYUs53YyNj .row {
  justify-content: space-between;
}
.cid-tYUs53YyNj .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-tYUs53YyNj .panel-group {
  border: 1px solid #ffffff;
  background-color: #b9bab8;
}
.cid-tYUs53YyNj .panel-group .card {
  position: relative;
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-tYUs53YyNj .panel-group .card {
    padding: 32px 16px;
  }
}
.cid-tYUs53YyNj .panel-group .card:first-child {
  border-top: none;
}
.cid-tYUs53YyNj .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-tYUs53YyNj .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-tYUs53YyNj .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.cid-tYUs53YyNj .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-tYUs53YyNj .panel-group .card .card-header .panel-title .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYUs53YyNj .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  box-shadow: inset 0 -31px 0 #a60b26;
  color: #ffffff;
}
.cid-tYUs53YyNj .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
  background-color: #b9bab8;
}
.cid-tYUs53YyNj .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-tYUs53YyNj .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  padding-top: 48px;
}
@media (max-width: 992px) {
  .cid-tYUs53YyNj .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-tYUs53YyNj .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tYUs53YyNj .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 22px;
}
.cid-tYUs53YyNj .mbr-desc {
  color: #a60b26;
}
.cid-tYUs53YyNj .panel-title-edit {
  color: #000000;
}
.cid-tYUs53YyNj .panel-text {
  color: #000000;
}
.cid-tYUs53YyNj .panel-text,
.cid-tYUs53YyNj .mbr-section-btn {
  color: #000000;
}
.cid-tYUs54m4nh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYUs54m4nh .mbr-section-title {
  color: #000000;
}
.cid-tYUs54m4nh .mbr-section-subtitle {
  color: #000000;
}
.cid-tYUs54m4nh .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-tYUs54m4nh .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-tYUs54m4nh .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-tYUs54m4nh .mbr-section-title,
.cid-tYUs54m4nh .line {
  color: #a60b26;
}
.cid-tYUs54C8RM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
  flex-direction: column;
  justify-content: center;
}
.cid-tYUs54C8RM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYUs54C8RM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tYUs54C8RM .container {
    padding: 0 16px;
  }
}
.cid-tYUs54C8RM .row {
  justify-content: space-between;
}
.cid-tYUs54C8RM .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-tYUs54C8RM .panel-group {
  border: 1px solid #ffffff;
  background-color: #b9bab8;
}
.cid-tYUs54C8RM .panel-group .card {
  position: relative;
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-tYUs54C8RM .panel-group .card {
    padding: 32px 16px;
  }
}
.cid-tYUs54C8RM .panel-group .card:first-child {
  border-top: none;
}
.cid-tYUs54C8RM .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-tYUs54C8RM .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-tYUs54C8RM .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.cid-tYUs54C8RM .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-tYUs54C8RM .panel-group .card .card-header .panel-title .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYUs54C8RM .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  box-shadow: inset 0 -31px 0 #a60b26;
  color: #ffffff;
}
.cid-tYUs54C8RM .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
  background-color: #b9bab8;
}
.cid-tYUs54C8RM .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-tYUs54C8RM .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  padding-top: 48px;
}
@media (max-width: 992px) {
  .cid-tYUs54C8RM .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-tYUs54C8RM .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tYUs54C8RM .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 22px;
}
.cid-tYUs54C8RM .mbr-desc {
  color: #a60b26;
}
.cid-tYUs54C8RM .panel-title-edit {
  color: #000000;
}
.cid-tYUs54C8RM .panel-text {
  color: #000000;
}
.cid-tYUs54C8RM .panel-text,
.cid-tYUs54C8RM .mbr-section-btn {
  color: #000000;
}
.cid-tYUs551Wyp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYUs551Wyp .mbr-section-title {
  color: #000000;
}
.cid-tYUs551Wyp .mbr-section-subtitle {
  color: #000000;
}
.cid-tYUs551Wyp .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-tYUs551Wyp .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-tYUs551Wyp .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-tYUs551Wyp .mbr-section-title,
.cid-tYUs551Wyp .line {
  color: #a60b26;
}
.cid-tYUs55iCvH {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #edefeb;
  flex-direction: column;
  justify-content: center;
}
.cid-tYUs55iCvH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYUs55iCvH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tYUs55iCvH .container {
    padding: 0 16px;
  }
}
.cid-tYUs55iCvH .row {
  justify-content: space-between;
}
.cid-tYUs55iCvH .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-tYUs55iCvH .panel-group {
  border: 1px solid #ffffff;
  background-color: #b9bab8;
}
.cid-tYUs55iCvH .panel-group .card {
  position: relative;
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-tYUs55iCvH .panel-group .card {
    padding: 32px 16px;
  }
}
.cid-tYUs55iCvH .panel-group .card:first-child {
  border-top: none;
}
.cid-tYUs55iCvH .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-tYUs55iCvH .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-tYUs55iCvH .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.cid-tYUs55iCvH .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-tYUs55iCvH .panel-group .card .card-header .panel-title .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYUs55iCvH .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  box-shadow: inset 0 -31px 0 #a60b26;
  color: #ffffff;
}
.cid-tYUs55iCvH .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
  background-color: #b9bab8;
}
.cid-tYUs55iCvH .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-tYUs55iCvH .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  padding-top: 48px;
}
@media (max-width: 992px) {
  .cid-tYUs55iCvH .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-tYUs55iCvH .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tYUs55iCvH .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 22px;
}
.cid-tYUs55iCvH .mbr-desc {
  color: #a60b26;
}
.cid-tYUs55iCvH .panel-title-edit {
  color: #000000;
}
.cid-tYUs55iCvH .panel-text {
  color: #000000;
}
.cid-tYUs55iCvH .panel-text,
.cid-tYUs55iCvH .mbr-section-btn {
  color: #000000;
}
.cid-tYUs56QzgC {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #cccccb;
}
.cid-tYUs56QzgC .container-fluid,
.cid-tYUs56QzgC .container {
  position: relative;
}
.cid-tYUs56QzgC .container-fluid::before,
.cid-tYUs56QzgC .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #a60b26;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tYUs56QzgC .container-fluid::before,
  .cid-tYUs56QzgC .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tYUs56QzgC .container-fluid::before,
  .cid-tYUs56QzgC .container::before {
    display: none;
  }
}
.cid-tYUs56QzgC .media-wrap {
  height: 300px;
}
.cid-tYUs56QzgC .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tYUs56QzgC .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tYUs56QzgC .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tYUs56QzgC .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tYUs56QzgC .text-wrapper {
    background-color: #a60b26;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tYUs56QzgC .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tYUs56QzgC .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #000000;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tYUs56QzgC .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tYUs56QzgC .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tYUs56QzgC .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tYUs56QzgC .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tYUs56QzgC .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tYUs56QzgC .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tYUs56QzgC .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tYUs56QzgC .list {
    background-color: #a60b26;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tYUs56QzgC .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tYUs56QzgC .list .item-wrap:hover {
  opacity: .7;
}
.cid-tYUs56QzgC .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tYUs56QzgC .copyright {
    background-color: #a60b26;
  }
}
.cid-tYUs56QzgC .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tYUs56QzgC .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tYUs56QzgC .mbr-text {
  color: #bcbfca;
}
.cid-tYUs56QzgC .mbr-desc {
  color: #000000;
}
.cid-tYUs56QzgC .mbr-link {
  color: #ffffff;
}
.cid-tYUs56QzgC .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tYUs57hcuU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #a60b26;
}
