.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Figtree', sans-serif;
  font-size: 5.8rem;
  line-height: .8;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 7.25rem;
}
.display-2 {
  font-family: 'Figtree', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.1rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 4.64rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.06rem;
    font-size: calc( 2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 10rem;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 10rem;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 10rem;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 10rem;
}
.bg-primary {
  background-color: #4e0af5 !important;
}
.bg-success {
  background-color: #9fb9fa !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ef8d7b !important;
}
.bg-danger {
  background-color: #ffcf61 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4e0af5 !important;
  border-color: #4e0af5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #713bf7 !important;
  border-color: #713bf7 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #713bf7 !important;
  border-color: #713bf7 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #52f4aa !important;
  border-color: #52f4aa !important;
  color: #044326 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #82f7c2 !important;
  border-color: #82f7c2 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #044326 !important;
  background-color: #82f7c2 !important;
  border-color: #82f7c2 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #9fb9fa !important;
  border-color: #9fb9fa !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #cfdcfd !important;
  border-color: #cfdcfd !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #cfdcfd !important;
  border-color: #cfdcfd !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ef8d7b !important;
  border-color: #ef8d7b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f5b4a8 !important;
  border-color: #f5b4a8 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f5b4a8 !important;
  border-color: #f5b4a8 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffcf61 !important;
  border-color: #ffcf61 !important;
  color: #614400 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffde94 !important;
  border-color: #ffde94 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #614400 !important;
  background-color: #ffde94 !important;
  border-color: #ffde94 !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: #4e0af5;
  color: #4e0af5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #3307a2 !important;
  background-color: transparent !important;
  border-color: #3307a2 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4e0af5 !important;
  border-color: #4e0af5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #52f4aa;
  color: #52f4aa;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0ee181 !important;
  background-color: transparent !important;
  border-color: #0ee181 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #044326 !important;
  background-color: #52f4aa !important;
  border-color: #52f4aa !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #9fb9fa;
  color: #9fb9fa;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #4d7df6 !important;
  background-color: transparent !important;
  border-color: #4d7df6 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9fb9fa !important;
  border-color: #9fb9fa !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ef8d7b;
  color: #ef8d7b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e64a2e !important;
  background-color: transparent !important;
  border-color: #e64a2e !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ef8d7b !important;
  border-color: #ef8d7b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffcf61;
  color: #ffcf61;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffb50a !important;
  background-color: transparent !important;
  border-color: #ffb50a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #614400 !important;
  background-color: #ffcf61 !important;
  border-color: #ffcf61 !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: #4e0af5 !important;
}
.text-secondary {
  color: #52f4aa !important;
}
.text-success {
  color: #9fb9fa !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ef8d7b !important;
}
.text-danger {
  color: #ffcf61 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2f0693 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0dd379 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3e72f5 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #e43e20 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #faae00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4e0af5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ef8d7b;
}
.alert-danger {
  background-color: #ffcf61;
}
.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: #4e0af5;
  border-color: #4e0af5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4e0af5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dccefd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Figtree', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #4e0af5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Figtree', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #4e0af5;
}
/* 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: #4e0af5;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4e0af5;
}
.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: #4e0af5;
  border-bottom-color: #4e0af5;
}
.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: #4e0af5 !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: #52f4aa !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='%234e0af5' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 16px 20px;
  box-shadow: none;
  border-width: 1px;
  border-radius: 10rem !important;
  font-weight: 500 !important;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
img {
  border-radius: 2rem !important;
}
.cid-tRfrmALiUW {
  background-color: transparent;
}
.cid-tRfrmALiUW .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tRfrmALiUW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tRfrmALiUW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRfrmALiUW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tRfrmALiUW .menu_box .navbar.opened,
  .cid-tRfrmALiUW .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tRfrmALiUW .navbar-dropdown {
  position: relative !important;
}
.cid-tRfrmALiUW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tRfrmALiUW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tRfrmALiUW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f5f5f7;
  }
  .cid-tRfrmALiUW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tRfrmALiUW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tRfrmALiUW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tRfrmALiUW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tRfrmALiUW .offcanvas-body .mbr-text,
  .cid-tRfrmALiUW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tRfrmALiUW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1f;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tRfrmALiUW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tRfrmALiUW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tRfrmALiUW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tRfrmALiUW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tRfrmALiUW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tRfrmALiUW .lg_brand {
    margin: 0 1rem;
  }
  .cid-tRfrmALiUW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tRfrmALiUW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tRfrmALiUW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .nav-item {
    margin: 0 !important;
  }
}
.cid-tRfrmALiUW .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-tRfrmALiUW .nav-item .nav-link:hover,
.cid-tRfrmALiUW .nav-item .nav-link:focus {
  background-color: #f5f5f7 !important;
}
.cid-tRfrmALiUW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tRfrmALiUW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tRfrmALiUW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tRfrmALiUW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tRfrmALiUW .offcanvas_box {
    display: none;
  }
}
.cid-tRfrmALiUW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tRfrmALiUW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tRfrmALiUW .container {
  display: flex;
  margin: auto;
}
.cid-tRfrmALiUW .iconfont-wrapper {
  color: #1d1d1f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tRfrmALiUW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tRfrmALiUW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tRfrmALiUW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .navbar-nav {
    margin: 0;
  }
}
.cid-tRfrmALiUW .dropdown-menu,
.cid-tRfrmALiUW .navbar.opened {
  background-color: false !important;
}
.cid-tRfrmALiUW .nav-item:focus,
.cid-tRfrmALiUW .nav-link:focus {
  outline: none;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRfrmALiUW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRfrmALiUW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRfrmALiUW .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tRfrmALiUW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tRfrmALiUW .navbar.opened {
  transition: all 0.3s;
}
.cid-tRfrmALiUW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tRfrmALiUW .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tRfrmALiUW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tRfrmALiUW .navbar.collapsed {
  justify-content: center;
}
.cid-tRfrmALiUW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRfrmALiUW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRfrmALiUW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tRfrmALiUW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tRfrmALiUW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tRfrmALiUW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRfrmALiUW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tRfrmALiUW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRfrmALiUW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tRfrmALiUW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tRfrmALiUW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tRfrmALiUW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRfrmALiUW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tRfrmALiUW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRfrmALiUW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRfrmALiUW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRfrmALiUW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRfrmALiUW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tRfrmALiUW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRfrmALiUW .dropdown-item.active,
.cid-tRfrmALiUW .dropdown-item:active {
  background-color: transparent;
}
.cid-tRfrmALiUW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRfrmALiUW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRfrmALiUW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tRfrmALiUW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRfrmALiUW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #52f4aa;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1f;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRfrmALiUW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tRfrmALiUW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRfrmALiUW .navbar {
    height: 70px;
  }
  .cid-tRfrmALiUW .navbar.opened {
    height: auto;
  }
  .cid-tRfrmALiUW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRfrmALiUW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tRfrmALiUW .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tRfrmALiUW .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tRfrmALiUW .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tRfrmALiUW .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tRfrmALiUW .navbar-caption:hover {
  color: #4e0af5;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tRfrmALiUW .text_widget {
  margin-bottom: 32px;
}
.cid-tRfrmALiUW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tRfrmALiUW .text_widget a:hover,
.cid-tRfrmALiUW .text_widget a:focus {
  opacity: .8;
}
.cid-tRfrmALiUW .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-tRfrmALiUW .navbar-caption {
  color: #1D1D1F;
}
.cid-tRfrmALiUW .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tRfrmALiUW .mbr-section-subtitle,
.cid-tRfrmALiUW .text_widget,
.cid-tRfrmALiUW .mbr-section-btn {
  text-align: center;
}
.cid-tRfrmALiUW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tRfrmLpHJs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a53b28;
}
.cid-tRfrmLpHJs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRfrmLpHJs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRfrmLpHJs .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tRfrmLpHJs .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrmLpHJs .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tRfrmLpHJs .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrmLpHJs .container {
    padding: 0 12px;
  }
}
.cid-tRfrmLpHJs .row {
  justify-content: center;
}
.cid-tRfrmLpHJs .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-tRfrmLpHJs .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
}
.cid-tRfrmLpHJs .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: .7;
  background-color: #a53b28;
  border-radius: 10rem;
}
.cid-tRfrmLpHJs .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tRfrmLpHJs .mbr-section-title {
  color: #ffffff;
}
.cid-tRfrmLpHJs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tRfrmLpHJs .mbr-section-title,
.cid-tRfrmLpHJs .mbr-section-btn,
.cid-tRfrmLpHJs .title-wrapper {
  text-align: center;
}
.cid-uquy0Ym1C0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uquy0Ym1C0 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uquy0Ym1C0 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uquy0Ym1C0 .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #a53b28;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  border-radius: 0;
  content: "✓";
}
.cid-uquy0Ym1C0 .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uquy0Ym1C0 .mbr-text {
  color: #000000;
}
.cid-uquyvc1rw5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uquyvc1rw5 .svg-wrapper {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1964' height='920'%3E%3Cpolygon points='0,0 985,0 920,23 0,23' class='svg1' style='fill:%234e0af5'%3E%3C/polygon%3E%3Cpolygon points='985,0 1964,0 1941,23 920,23' class='svg2' style='fill:%23ffffff'%3E%3C/polygon%3E%3Cpolygon points='1964,0 1964,469.65 1941,525.5 1941,23' class='svg3' style='fill:%239fb9fa'%3E%3C/polygon%3E%3Cpolygon points='1964,469.65 1964,920 1941,920 1941,525.5' class='svg4' style='fill:%23ffcf61'%3E%3C/polygon%3E%3C/svg%3E");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position-x: right;
  width: 100%;
  max-height: 454px;
  height: 100%;
  position: absolute;
  top: -25px;
  right: 30px;
  bottom: 25px;
}
@media (max-width: 992px) {
  .cid-uquyvc1rw5 .svg-wrapper {
    top: -10px;
    right: 10px;
  }
}
.cid-uquyvc1rw5 .text-wrapper {
  padding: 70px 50px;
  margin: 0 auto;
  position: relative;
  display: flex;
  background-color: #ffffff;
  flex-direction: column;
}
.cid-uquyvc1rw5 .mbr-section-title,
.cid-uquyvc1rw5 .mbr-section-text,
.cid-uquyvc1rw5 .section-subtitle,
.cid-uquyvc1rw5 .mbr-section-btn {
  z-index: 0;
}
.cid-uquyvc1rw5 .section-subtitle {
  margin-bottom: 20.4px;
}
.cid-uquyvc1rw5 .section-subtitle,
.cid-uquyvc1rw5 .mbr-section-btn {
  color: #4c4c4c;
}
.cid-uquyvc1rw5 .mbr-section-text,
.cid-uquyvc1rw5 .mbr-section-btn {
  color: #000000;
}
.cid-uquyvc1rw5 .mbr-section-title {
  color: #231f59;
}
.cid-tRfrpZAZU0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tRfrpZAZU0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRfrpZAZU0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRfrpZAZU0 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tRfrpZAZU0 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrpZAZU0 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tRfrpZAZU0 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrpZAZU0 .container {
    padding: 0 12px;
  }
}
.cid-tRfrpZAZU0 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 22px;
  position: relative;
}
.cid-tRfrpZAZU0 .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #a53b28;
  border-radius: 10rem;
}
.cid-tRfrpZAZU0 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tRfrpZAZU0 .image-wrapper {
  margin-top: 100px;
  border: 10px solid #1d1d1f;
  transform: rotate(5deg);
  background-color: #1d1d1f;
  border-radius: 2rem;
}
.cid-tRfrpZAZU0 .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 1500px) {
  .cid-tRfrpZAZU0 .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrpZAZU0 .image-wrapper img {
    height: 250px;
  }
}
.cid-tRfrpZAZU0 .image-wrap {
  border: 10px solid #1d1d1f;
  transform: rotate(-20deg);
  background-color: #1d1d1f;
  border-radius: 2rem;
  margin-top: -120px;
}
@media (max-width: 992px) {
  .cid-tRfrpZAZU0 .image-wrap {
    margin-top: 0;
  }
}
.cid-tRfrpZAZU0 .image-wrap img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tRfrpZAZU0 .image-wrap img {
    height: 350px;
  }
}
.cid-tRfrpZAZU0 .mbr-section-title {
  color: #1D1D1F;
}
.cid-tRfrpZAZU0 .mbr-text {
  color: #1D1D1F;
}
.cid-tRfrpZAZU0 .mbr-section-title,
.cid-tRfrpZAZU0 .mbr-section-btn,
.cid-tRfrpZAZU0 .title-wrapper {
  color: #000000;
}
.cid-uquyfNswmX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a53b28;
}
.cid-uquyfNswmX .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uquyfNswmX .wrapper {
    padding: 3rem;
  }
}
.cid-uquyfNswmX .mbr-text {
  line-height: 1.72;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uquyfNswmX .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-uquyfNswmX .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-uquyfNswmX .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-tRfrnKnLrC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1d1d1f;
}
.cid-tRfrnKnLrC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRfrnKnLrC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRfrnKnLrC .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tRfrnKnLrC .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrnKnLrC .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tRfrnKnLrC .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrnKnLrC .container {
    padding: 0 12px;
  }
}
.cid-tRfrnKnLrC .row {
  justify-content: center;
}
.cid-tRfrnKnLrC .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-tRfrnKnLrC .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-tRfrnKnLrC .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-tRfrnKnLrC .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #a53b28;
  border-radius: 10rem;
}
.cid-tRfrnKnLrC .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 992px) {
  .cid-tRfrnKnLrC .items-wrapper {
    display: block;
  }
}
.cid-tRfrnKnLrC .items-wrapper .item {
  background-color: #a53b28;
  border-radius: 32px !important;
  padding: 64px;
}
@media (max-width: 1200px) {
  .cid-tRfrnKnLrC .items-wrapper .item {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tRfrnKnLrC .items-wrapper .item {
    margin-bottom: 1rem;
  }
}
.cid-tRfrnKnLrC .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-tRfrnKnLrC .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-tRfrnKnLrC .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-tRfrnKnLrC .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-tRfrnKnLrC .mbr-section-title {
  color: #ffffff;
}
.cid-tRfrnKnLrC .item-title {
  color: #ffffff;
}
.cid-tRfrnKnLrC .item-text {
  color: #ffffff;
}
.cid-tRfrnKnLrC .mbr-section-title,
.cid-tRfrnKnLrC .title-wrapper {
  text-align: center;
}
.cid-uquyjI19lE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uquyjI19lE {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uquyjI19lE {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uquyjI19lE .mbr-section-subtitle {
  text-align: left;
}
.cid-uquyjI19lE .mbr-section-title {
  text-align: left;
}
.cid-uquyjI19lE .mbr-text {
  text-align: left;
}
.cid-uqr04ySzvA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqr04ySzvA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqr04ySzvA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqr04ySzvA .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uqr04ySzvA .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uqr04ySzvA .container {
    padding: 0 26px;
  }
}
.cid-uqr04ySzvA .row {
  justify-content: center;
}
.cid-uqr04ySzvA .tabs-wrapper {
  text-align: center;
}
.cid-uqr04ySzvA .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uqr04ySzvA .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 40px;
  }
}
.cid-uqr04ySzvA .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 10px;
}
.cid-uqr04ySzvA .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 8px 20px;
  margin-bottom: 0;
  color: #a53b28;
  border: 1px solid #a53b28;
  border-radius: 5px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uqr04ySzvA .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #a53b28;
}
.cid-uqr04ySzvA .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #a53b28;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uqr04ySzvA .tab-content .tab-pane .content-wrap {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uqr04ySzvA .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uqr04ySzvA .tab-content .tab-pane .text-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uqr04ySzvA .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uqr04ySzvA .tab-content .tab-pane .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uqr04ySzvA .tab-content .tab-pane .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqr04ySzvA .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uqr04ySzvA .tab-content .tab-pane .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uqr04ySzvA .tab-content .tab-pane .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uqr04ySzvA .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uqr04ySzvA .item-title {
  color: #000000;
}
.cid-uqr04ySzvA .item-text {
  color: #ffffff;
}
.cid-uqr04ySzvA .item-title,
.cid-uqr04ySzvA .tabs-wrapper {
  color: #000000;
}
.cid-uquE7cAQkZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uquE7cAQkZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uquE7cAQkZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uquE7cAQkZ .content-wrapper {
  padding: 80px 90px;
  background-color: #a53b28;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uquE7cAQkZ .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uquE7cAQkZ .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uquE7cAQkZ .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uquE7cAQkZ .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uquE7cAQkZ .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uquE7cAQkZ .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uquE7cAQkZ .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uquE7cAQkZ .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #a53b28;
}
@media (max-width: 992px) {
  .cid-uquE7cAQkZ .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uquE7cAQkZ .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uquE7cAQkZ .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uquE7cAQkZ .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uquE7cAQkZ .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uquE7cAQkZ .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uquE7cAQkZ .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uquE7cAQkZ .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uquE7cAQkZ .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uquE7cAQkZ .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uquE7cAQkZ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uquE7cAQkZ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uquE7cAQkZ .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uquE7cAQkZ .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uquE7cAQkZ .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uquE7cAQkZ .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uquE7cAQkZ .mbr-section-title {
  color: #050f0f;
}
.cid-uquE7cAQkZ .mbr-text {
  color: #050f0f;
}
.cid-uquE7cAQkZ .panel-title-edit {
  color: #050f0f;
}
.cid-uquE7cAQkZ .panel-text {
  color: #050f0f;
}
.cid-uquE7cAQkZ .mbr-section-title,
.cid-uquE7cAQkZ .icon-wrapper {
  color: #ffffff;
}
.cid-uquykup78B {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uquykup78B {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uquykup78B {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uquykup78B .mbr-section-subtitle {
  text-align: left;
}
.cid-uquykup78B .mbr-section-title {
  text-align: left;
}
.cid-uquykup78B .mbr-text {
  text-align: left;
}
.cid-tRfrsHRGAv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tRfrsHRGAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRfrsHRGAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRfrsHRGAv .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tRfrsHRGAv .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrsHRGAv .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tRfrsHRGAv .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrsHRGAv .container {
    padding: 0 12px;
  }
}
.cid-tRfrsHRGAv .content-wrapper {
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #a53b28;
}
@media (max-width: 992px) {
  .cid-tRfrsHRGAv .content-wrapper {
    display: block;
  }
}
.cid-tRfrsHRGAv .content-wrapper .title-wrapper {
  width: 50%;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tRfrsHRGAv .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
  }
}
.cid-tRfrsHRGAv .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 22px;
}
.cid-tRfrsHRGAv .content-wrapper .title-wrapper .title-wrap .title {
  margin-bottom: 32px;
}
.cid-tRfrsHRGAv .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-tRfrsHRGAv .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #a53b28;
  border-radius: 10rem;
}
.cid-tRfrsHRGAv .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tRfrsHRGAv .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tRfrsHRGAv .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-tRfrsHRGAv .content-wrapper .image-wrapper img {
  min-height: 670px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tRfrsHRGAv .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-tRfrsHRGAv .mbr-section-title {
  color: #1D1D1F;
}
.cid-tRfrsHRGAv .mbr-text {
  color: #ffffff;
}
.cid-tRfrsHRGAv .mbr-section-title,
.cid-tRfrsHRGAv .mbr-section-btn,
.cid-tRfrsHRGAv .title {
  color: #ffffff;
}
.cid-uquylhNc1N {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uquylhNc1N {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uquylhNc1N {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uquylhNc1N .mbr-section-subtitle {
  text-align: left;
}
.cid-uquylhNc1N .mbr-section-title {
  text-align: left;
}
.cid-uquylhNc1N .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tRfrwDZGnz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #a53b28;
}
.cid-tRfrwDZGnz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRfrwDZGnz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRfrwDZGnz .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tRfrwDZGnz .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrwDZGnz .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tRfrwDZGnz .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrwDZGnz .container {
    padding: 0 12px;
  }
}
.cid-tRfrwDZGnz .row {
  justify-content: center;
}
.cid-tRfrwDZGnz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tRfrwDZGnz .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tRfrwDZGnz .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tRfrwDZGnz .list-wrapper .mbr-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-tRfrwDZGnz .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tRfrwDZGnz .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tRfrwDZGnz .list-wrapper .list .item-wrap:hover,
.cid-tRfrwDZGnz .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-tRfrwDZGnz .mbr-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #ffffff;
  text-align: right;
}
.cid-tRfrwDZGnz .mbr-section-title {
  color: #ffffff;
}
.cid-tRfrwDZGnz .mbr-list-title {
  color: #ffffff;
}
.cid-tRfrwDZGnz .list {
  color: #ffffff;
}
.cid-uquM4M2ajx {
  background-color: transparent;
}
.cid-uquM4M2ajx .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uquM4M2ajx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uquM4M2ajx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uquM4M2ajx .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uquM4M2ajx .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uquM4M2ajx .menu_box .navbar.opened,
  .cid-uquM4M2ajx .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uquM4M2ajx .navbar-dropdown {
  position: relative !important;
}
.cid-uquM4M2ajx .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uquM4M2ajx .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uquM4M2ajx .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uquM4M2ajx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uquM4M2ajx .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uquM4M2ajx .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f5f5f7;
  }
  .cid-uquM4M2ajx .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uquM4M2ajx .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uquM4M2ajx .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uquM4M2ajx .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uquM4M2ajx .offcanvas-body .mbr-text,
  .cid-uquM4M2ajx .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uquM4M2ajx .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uquM4M2ajx .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uquM4M2ajx .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1f;
  }
  .cid-uquM4M2ajx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uquM4M2ajx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uquM4M2ajx .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uquM4M2ajx .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uquM4M2ajx ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uquM4M2ajx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uquM4M2ajx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uquM4M2ajx .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uquM4M2ajx li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uquM4M2ajx .lg_brand {
    margin: 0 1rem;
  }
  .cid-uquM4M2ajx .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uquM4M2ajx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uquM4M2ajx .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uquM4M2ajx .nav-item {
    margin: 0 !important;
  }
}
.cid-uquM4M2ajx .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-uquM4M2ajx .nav-item .nav-link:hover,
.cid-uquM4M2ajx .nav-item .nav-link:focus {
  background-color: #f5f5f7 !important;
}
.cid-uquM4M2ajx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uquM4M2ajx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uquM4M2ajx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uquM4M2ajx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uquM4M2ajx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uquM4M2ajx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uquM4M2ajx .offcanvas_box {
    display: none;
  }
}
.cid-uquM4M2ajx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uquM4M2ajx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uquM4M2ajx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uquM4M2ajx .container {
  display: flex;
  margin: auto;
}
.cid-uquM4M2ajx .iconfont-wrapper {
  color: #1d1d1f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uquM4M2ajx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uquM4M2ajx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uquM4M2ajx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uquM4M2ajx .navbar-nav {
    margin: 0;
  }
}
.cid-uquM4M2ajx .dropdown-menu,
.cid-uquM4M2ajx .navbar.opened {
  background-color: false !important;
}
.cid-uquM4M2ajx .nav-item:focus,
.cid-uquM4M2ajx .nav-link:focus {
  outline: none;
}
.cid-uquM4M2ajx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uquM4M2ajx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uquM4M2ajx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uquM4M2ajx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uquM4M2ajx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uquM4M2ajx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uquM4M2ajx .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uquM4M2ajx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uquM4M2ajx .navbar.opened {
  transition: all 0.3s;
}
.cid-uquM4M2ajx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uquM4M2ajx .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uquM4M2ajx .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uquM4M2ajx .navbar.collapsed {
  justify-content: center;
}
.cid-uquM4M2ajx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uquM4M2ajx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uquM4M2ajx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uquM4M2ajx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uquM4M2ajx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uquM4M2ajx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uquM4M2ajx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uquM4M2ajx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uquM4M2ajx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uquM4M2ajx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uquM4M2ajx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uquM4M2ajx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uquM4M2ajx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uquM4M2ajx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uquM4M2ajx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uquM4M2ajx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uquM4M2ajx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uquM4M2ajx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uquM4M2ajx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uquM4M2ajx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uquM4M2ajx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uquM4M2ajx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uquM4M2ajx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uquM4M2ajx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uquM4M2ajx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uquM4M2ajx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uquM4M2ajx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uquM4M2ajx .dropdown-item.active,
.cid-uquM4M2ajx .dropdown-item:active {
  background-color: transparent;
}
.cid-uquM4M2ajx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uquM4M2ajx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uquM4M2ajx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uquM4M2ajx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uquM4M2ajx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uquM4M2ajx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uquM4M2ajx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #52f4aa;
}
.cid-uquM4M2ajx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1f;
}
.cid-uquM4M2ajx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uquM4M2ajx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uquM4M2ajx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uquM4M2ajx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uquM4M2ajx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uquM4M2ajx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uquM4M2ajx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uquM4M2ajx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uquM4M2ajx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uquM4M2ajx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uquM4M2ajx .navbar {
    height: 70px;
  }
  .cid-uquM4M2ajx .navbar.opened {
    height: auto;
  }
  .cid-uquM4M2ajx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uquM4M2ajx .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uquM4M2ajx .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uquM4M2ajx .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uquM4M2ajx .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uquM4M2ajx .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uquM4M2ajx .navbar-caption:hover {
  color: #4e0af5;
}
@media (min-width: 992px) {
  .cid-uquM4M2ajx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uquM4M2ajx .text_widget {
  margin-bottom: 32px;
}
.cid-uquM4M2ajx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uquM4M2ajx .text_widget a:hover,
.cid-uquM4M2ajx .text_widget a:focus {
  opacity: .8;
}
.cid-uquM4M2ajx .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-uquM4M2ajx .navbar-caption {
  color: #1D1D1F;
}
.cid-uquM4M2ajx .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uquM4M2ajx .mbr-section-subtitle,
.cid-uquM4M2ajx .text_widget,
.cid-uquM4M2ajx .mbr-section-btn {
  text-align: center;
}
.cid-uquM4M2ajx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uquM4NK4Fs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a53b28;
}
.cid-uquM4NK4Fs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uquM4NK4Fs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uquM4NK4Fs .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uquM4NK4Fs .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uquM4NK4Fs .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uquM4NK4Fs .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uquM4NK4Fs .container {
    padding: 0 12px;
  }
}
.cid-uquM4NK4Fs .row {
  justify-content: center;
}
.cid-uquM4NK4Fs .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uquM4NK4Fs .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
}
.cid-uquM4NK4Fs .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: .7;
  background-color: #a53b28;
  border-radius: 10rem;
}
.cid-uquM4NK4Fs .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uquM4NK4Fs .mbr-section-title {
  color: #ffffff;
}
.cid-uquM4NK4Fs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uquM4NK4Fs .mbr-section-title,
.cid-uquM4NK4Fs .mbr-section-btn,
.cid-uquM4NK4Fs .title-wrapper {
  text-align: center;
}
.cid-uquM4P0j2V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uquM4P0j2V .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uquM4P0j2V .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uquM4P0j2V .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #a53b28;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  border-radius: 0;
  content: "✓";
}
.cid-uquM4P0j2V .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uquM4P0j2V .mbr-text {
  color: #000000;
}
.cid-uquM4QlNd6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uquM4QlNd6 .svg-wrapper {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1964' height='920'%3E%3Cpolygon points='0,0 985,0 920,23 0,23' class='svg1' style='fill:%234e0af5'%3E%3C/polygon%3E%3Cpolygon points='985,0 1964,0 1941,23 920,23' class='svg2' style='fill:%23ffffff'%3E%3C/polygon%3E%3Cpolygon points='1964,0 1964,469.65 1941,525.5 1941,23' class='svg3' style='fill:%239fb9fa'%3E%3C/polygon%3E%3Cpolygon points='1964,469.65 1964,920 1941,920 1941,525.5' class='svg4' style='fill:%23ffcf61'%3E%3C/polygon%3E%3C/svg%3E");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position-x: right;
  width: 100%;
  max-height: 454px;
  height: 100%;
  position: absolute;
  top: -25px;
  right: 30px;
  bottom: 25px;
}
@media (max-width: 992px) {
  .cid-uquM4QlNd6 .svg-wrapper {
    top: -10px;
    right: 10px;
  }
}
.cid-uquM4QlNd6 .text-wrapper {
  padding: 70px 50px;
  margin: 0 auto;
  position: relative;
  display: flex;
  background-color: #ffffff;
  flex-direction: column;
}
.cid-uquM4QlNd6 .mbr-section-title,
.cid-uquM4QlNd6 .mbr-section-text,
.cid-uquM4QlNd6 .section-subtitle,
.cid-uquM4QlNd6 .mbr-section-btn {
  z-index: 0;
}
.cid-uquM4QlNd6 .section-subtitle {
  margin-bottom: 20.4px;
}
.cid-uquM4QlNd6 .section-subtitle,
.cid-uquM4QlNd6 .mbr-section-btn {
  color: #4c4c4c;
}
.cid-uquM4QlNd6 .mbr-section-text,
.cid-uquM4QlNd6 .mbr-section-btn {
  color: #000000;
}
.cid-uquM4QlNd6 .mbr-section-title {
  color: #231f59;
}
.cid-uquM4RHHsk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uquM4RHHsk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uquM4RHHsk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uquM4RHHsk .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uquM4RHHsk .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uquM4RHHsk .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uquM4RHHsk .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uquM4RHHsk .container {
    padding: 0 12px;
  }
}
.cid-uquM4RHHsk .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 22px;
  position: relative;
}
.cid-uquM4RHHsk .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #a53b28;
  border-radius: 10rem;
}
.cid-uquM4RHHsk .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uquM4RHHsk .image-wrapper {
  margin-top: 100px;
  border: 10px solid #1d1d1f;
  transform: rotate(5deg);
  background-color: #1d1d1f;
  border-radius: 2rem;
}
.cid-uquM4RHHsk .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 1500px) {
  .cid-uquM4RHHsk .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .cid-uquM4RHHsk .image-wrapper img {
    height: 250px;
  }
}
.cid-uquM4RHHsk .image-wrap {
  border: 10px solid #1d1d1f;
  transform: rotate(-20deg);
  background-color: #1d1d1f;
  border-radius: 2rem;
  margin-top: -120px;
}
@media (max-width: 992px) {
  .cid-uquM4RHHsk .image-wrap {
    margin-top: 0;
  }
}
.cid-uquM4RHHsk .image-wrap img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uquM4RHHsk .image-wrap img {
    height: 350px;
  }
}
.cid-uquM4RHHsk .mbr-section-title {
  color: #1D1D1F;
}
.cid-uquM4RHHsk .mbr-text {
  color: #1D1D1F;
}
.cid-uquM4RHHsk .mbr-section-title,
.cid-uquM4RHHsk .mbr-section-btn,
.cid-uquM4RHHsk .title-wrapper {
  color: #000000;
}
.cid-uquM4T5SLD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a53b28;
}
.cid-uquM4T5SLD .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uquM4T5SLD .wrapper {
    padding: 3rem;
  }
}
.cid-uquM4T5SLD .mbr-text {
  line-height: 1.72;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uquM4T5SLD .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-uquM4T5SLD .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-uquM4T5SLD .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-uquM4UF9dL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1d1d1f;
}
.cid-uquM4UF9dL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uquM4UF9dL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uquM4UF9dL .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uquM4UF9dL .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uquM4UF9dL .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uquM4UF9dL .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uquM4UF9dL .container {
    padding: 0 12px;
  }
}
.cid-uquM4UF9dL .row {
  justify-content: center;
}
.cid-uquM4UF9dL .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uquM4UF9dL .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uquM4UF9dL .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-uquM4UF9dL .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #a53b28;
  border-radius: 10rem;
}
.cid-uquM4UF9dL .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 992px) {
  .cid-uquM4UF9dL .items-wrapper {
    display: block;
  }
}
.cid-uquM4UF9dL .items-wrapper .item {
  background-color: #a53b28;
  border-radius: 32px !important;
  padding: 64px;
}
@media (max-width: 1200px) {
  .cid-uquM4UF9dL .items-wrapper .item {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uquM4UF9dL .items-wrapper .item {
    margin-bottom: 1rem;
  }
}
.cid-uquM4UF9dL .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-uquM4UF9dL .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uquM4UF9dL .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-uquM4UF9dL .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uquM4UF9dL .mbr-section-title {
  color: #ffffff;
}
.cid-uquM4UF9dL .item-title {
  color: #ffffff;
}
.cid-uquM4UF9dL .item-text {
  color: #ffffff;
}
.cid-uquM4UF9dL .mbr-section-title,
.cid-uquM4UF9dL .title-wrapper {
  text-align: center;
}
.cid-uquM4XwdbJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uquM4XwdbJ {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uquM4XwdbJ {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uquM4XwdbJ .mbr-section-subtitle {
  text-align: left;
}
.cid-uquM4XwdbJ .mbr-section-title {
  text-align: left;
}
.cid-uquM4XwdbJ .mbr-text {
  text-align: left;
}
.cid-uquM4ZlwUw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uquM4ZlwUw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uquM4ZlwUw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uquM4ZlwUw .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uquM4ZlwUw .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uquM4ZlwUw .container {
    padding: 0 26px;
  }
}
.cid-uquM4ZlwUw .row {
  justify-content: center;
}
.cid-uquM4ZlwUw .tabs-wrapper {
  text-align: center;
}
.cid-uquM4ZlwUw .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uquM4ZlwUw .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 40px;
  }
}
.cid-uquM4ZlwUw .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 10px;
}
.cid-uquM4ZlwUw .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 8px 20px;
  margin-bottom: 0;
  color: #a53b28;
  border: 1px solid #a53b28;
  border-radius: 5px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uquM4ZlwUw .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #a53b28;
}
.cid-uquM4ZlwUw .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #a53b28;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uquM4ZlwUw .tab-content .tab-pane .content-wrap {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uquM4ZlwUw .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uquM4ZlwUw .tab-content .tab-pane .text-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uquM4ZlwUw .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uquM4ZlwUw .tab-content .tab-pane .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uquM4ZlwUw .tab-content .tab-pane .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uquM4ZlwUw .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uquM4ZlwUw .tab-content .tab-pane .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uquM4ZlwUw .tab-content .tab-pane .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uquM4ZlwUw .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uquM4ZlwUw .item-title {
  color: #000000;
}
.cid-uquM4ZlwUw .item-text {
  color: #ffffff;
}
.cid-uquM4ZlwUw .item-title,
.cid-uquM4ZlwUw .tabs-wrapper {
  color: #000000;
}
.cid-uquM51WYcq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uquM51WYcq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uquM51WYcq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uquM51WYcq .content-wrapper {
  padding: 80px 90px;
  background-color: #a53b28;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uquM51WYcq .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uquM51WYcq .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uquM51WYcq .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uquM51WYcq .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uquM51WYcq .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uquM51WYcq .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uquM51WYcq .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uquM51WYcq .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #a53b28;
}
@media (max-width: 992px) {
  .cid-uquM51WYcq .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uquM51WYcq .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uquM51WYcq .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uquM51WYcq .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uquM51WYcq .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uquM51WYcq .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uquM51WYcq .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uquM51WYcq .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uquM51WYcq .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uquM51WYcq .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uquM51WYcq .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uquM51WYcq .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uquM51WYcq .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uquM51WYcq .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uquM51WYcq .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uquM51WYcq .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uquM51WYcq .mbr-section-title {
  color: #050f0f;
}
.cid-uquM51WYcq .mbr-text {
  color: #050f0f;
}
.cid-uquM51WYcq .panel-title-edit {
  color: #050f0f;
}
.cid-uquM51WYcq .panel-text {
  color: #050f0f;
}
.cid-uquM51WYcq .mbr-section-title,
.cid-uquM51WYcq .icon-wrapper {
  color: #ffffff;
}
.cid-uquM54uLpO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uquM54uLpO {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uquM54uLpO {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uquM54uLpO .mbr-section-subtitle {
  text-align: left;
}
.cid-uquM54uLpO .mbr-section-title {
  text-align: left;
}
.cid-uquM54uLpO .mbr-text {
  text-align: left;
}
.cid-uquM55LSTk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uquM55LSTk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uquM55LSTk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uquM55LSTk .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uquM55LSTk .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uquM55LSTk .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uquM55LSTk .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uquM55LSTk .container {
    padding: 0 12px;
  }
}
.cid-uquM55LSTk .content-wrapper {
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #a53b28;
}
@media (max-width: 992px) {
  .cid-uquM55LSTk .content-wrapper {
    display: block;
  }
}
.cid-uquM55LSTk .content-wrapper .title-wrapper {
  width: 50%;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uquM55LSTk .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
  }
}
.cid-uquM55LSTk .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 22px;
}
.cid-uquM55LSTk .content-wrapper .title-wrapper .title-wrap .title {
  margin-bottom: 32px;
}
.cid-uquM55LSTk .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-uquM55LSTk .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #a53b28;
  border-radius: 10rem;
}
.cid-uquM55LSTk .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uquM55LSTk .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uquM55LSTk .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uquM55LSTk .content-wrapper .image-wrapper img {
  min-height: 670px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uquM55LSTk .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uquM55LSTk .mbr-section-title {
  color: #1D1D1F;
}
.cid-uquM55LSTk .mbr-text {
  color: #ffffff;
}
.cid-uquM55LSTk .mbr-section-title,
.cid-uquM55LSTk .mbr-section-btn,
.cid-uquM55LSTk .title {
  color: #ffffff;
}
.cid-uquM57l7xz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uquM57l7xz {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uquM57l7xz {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uquM57l7xz .mbr-section-subtitle {
  text-align: left;
}
.cid-uquM57l7xz .mbr-section-title {
  text-align: left;
}
.cid-uquM57l7xz .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uqwMryjtbX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqwMryjtbX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqwMryjtbX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqwMryjtbX .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uqwMryjtbX .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uqwMryjtbX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uqwMryjtbX .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uqwMryjtbX .container {
    padding: 0 16px;
  }
}
.cid-uqwMryjtbX .row {
  justify-content: center;
}
.cid-uqwMryjtbX .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uqwMryjtbX .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uqwMryjtbX .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uqwMryjtbX .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uqwMryjtbX .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uqwMryjtbX .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uqwMryjtbX .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uqwMryjtbX .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqwMryjtbX .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uqwMryjtbX .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uqwMryjtbX .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uqwMryjtbX .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uqwMryjtbX .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uqwMryjtbX .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uqwMryjtbX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uqwMryjtbX .panel-title {
  color: #000000;
}
.cid-uqwMryjtbX .panel-text {
  color: #000000;
}
.cid-uqv0yplq7r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqv0yplq7r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqv0yplq7r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqv0yplq7r .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uqv0yplq7r .content-wrapper {
    padding: 0;
  }
}
.cid-uqv0yplq7r .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uqv0yplq7r .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uqv0yplq7r .content-wrapper .google-map {
  border: 3px solid #a53b28;
  box-shadow: 4px 4px 0 0 #a53b28;
}
.cid-uqv0yplq7r .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uqv0yplq7r .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uqv0yplq7r .mbr-section-title {
  color: #050f0f;
}
.cid-uquM5aFOfn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #a53b28;
}
.cid-uquM5aFOfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uquM5aFOfn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uquM5aFOfn .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uquM5aFOfn .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uquM5aFOfn .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uquM5aFOfn .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uquM5aFOfn .container {
    padding: 0 12px;
  }
}
.cid-uquM5aFOfn .row {
  justify-content: center;
}
.cid-uquM5aFOfn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uquM5aFOfn .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uquM5aFOfn .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uquM5aFOfn .list-wrapper .mbr-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-uquM5aFOfn .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uquM5aFOfn .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uquM5aFOfn .list-wrapper .list .item-wrap:hover,
.cid-uquM5aFOfn .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-uquM5aFOfn .mbr-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #ffffff;
  text-align: right;
}
.cid-uquM5aFOfn .mbr-section-title {
  color: #ffffff;
}
.cid-uquM5aFOfn .mbr-list-title {
  color: #ffffff;
}
.cid-uquM5aFOfn .list {
  color: #ffffff;
}
.cid-uquV1LbXXN {
  background-color: transparent;
}
.cid-uquV1LbXXN .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uquV1LbXXN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uquV1LbXXN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uquV1LbXXN .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uquV1LbXXN .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uquV1LbXXN .menu_box .navbar.opened,
  .cid-uquV1LbXXN .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uquV1LbXXN .navbar-dropdown {
  position: relative !important;
}
.cid-uquV1LbXXN .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uquV1LbXXN .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uquV1LbXXN .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uquV1LbXXN .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uquV1LbXXN .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uquV1LbXXN .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f5f5f7;
  }
  .cid-uquV1LbXXN .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uquV1LbXXN .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uquV1LbXXN .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uquV1LbXXN .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uquV1LbXXN .offcanvas-body .mbr-text,
  .cid-uquV1LbXXN .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uquV1LbXXN .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uquV1LbXXN .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uquV1LbXXN .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1f;
  }
  .cid-uquV1LbXXN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uquV1LbXXN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uquV1LbXXN .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uquV1LbXXN .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uquV1LbXXN ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uquV1LbXXN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uquV1LbXXN .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uquV1LbXXN .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uquV1LbXXN li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uquV1LbXXN .lg_brand {
    margin: 0 1rem;
  }
  .cid-uquV1LbXXN .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uquV1LbXXN .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uquV1LbXXN .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uquV1LbXXN .nav-item {
    margin: 0 !important;
  }
}
.cid-uquV1LbXXN .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-uquV1LbXXN .nav-item .nav-link:hover,
.cid-uquV1LbXXN .nav-item .nav-link:focus {
  background-color: #f5f5f7 !important;
}
.cid-uquV1LbXXN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uquV1LbXXN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uquV1LbXXN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uquV1LbXXN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uquV1LbXXN .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uquV1LbXXN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uquV1LbXXN .offcanvas_box {
    display: none;
  }
}
.cid-uquV1LbXXN .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uquV1LbXXN .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uquV1LbXXN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uquV1LbXXN .container {
  display: flex;
  margin: auto;
}
.cid-uquV1LbXXN .iconfont-wrapper {
  color: #1d1d1f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uquV1LbXXN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uquV1LbXXN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uquV1LbXXN .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uquV1LbXXN .navbar-nav {
    margin: 0;
  }
}
.cid-uquV1LbXXN .dropdown-menu,
.cid-uquV1LbXXN .navbar.opened {
  background-color: false !important;
}
.cid-uquV1LbXXN .nav-item:focus,
.cid-uquV1LbXXN .nav-link:focus {
  outline: none;
}
.cid-uquV1LbXXN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uquV1LbXXN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uquV1LbXXN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uquV1LbXXN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uquV1LbXXN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uquV1LbXXN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uquV1LbXXN .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uquV1LbXXN .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uquV1LbXXN .navbar.opened {
  transition: all 0.3s;
}
.cid-uquV1LbXXN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uquV1LbXXN .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uquV1LbXXN .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uquV1LbXXN .navbar.collapsed {
  justify-content: center;
}
.cid-uquV1LbXXN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uquV1LbXXN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uquV1LbXXN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uquV1LbXXN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uquV1LbXXN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uquV1LbXXN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uquV1LbXXN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uquV1LbXXN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uquV1LbXXN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uquV1LbXXN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uquV1LbXXN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uquV1LbXXN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uquV1LbXXN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uquV1LbXXN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uquV1LbXXN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uquV1LbXXN .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uquV1LbXXN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uquV1LbXXN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uquV1LbXXN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uquV1LbXXN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uquV1LbXXN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uquV1LbXXN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uquV1LbXXN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uquV1LbXXN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uquV1LbXXN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uquV1LbXXN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uquV1LbXXN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uquV1LbXXN .dropdown-item.active,
.cid-uquV1LbXXN .dropdown-item:active {
  background-color: transparent;
}
.cid-uquV1LbXXN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uquV1LbXXN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uquV1LbXXN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uquV1LbXXN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uquV1LbXXN ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uquV1LbXXN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uquV1LbXXN button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #52f4aa;
}
.cid-uquV1LbXXN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1f;
}
.cid-uquV1LbXXN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uquV1LbXXN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uquV1LbXXN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uquV1LbXXN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uquV1LbXXN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uquV1LbXXN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uquV1LbXXN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uquV1LbXXN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uquV1LbXXN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uquV1LbXXN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uquV1LbXXN .navbar {
    height: 70px;
  }
  .cid-uquV1LbXXN .navbar.opened {
    height: auto;
  }
  .cid-uquV1LbXXN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uquV1LbXXN .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uquV1LbXXN .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uquV1LbXXN .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uquV1LbXXN .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uquV1LbXXN .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uquV1LbXXN .navbar-caption:hover {
  color: #4e0af5;
}
@media (min-width: 992px) {
  .cid-uquV1LbXXN .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uquV1LbXXN .text_widget {
  margin-bottom: 32px;
}
.cid-uquV1LbXXN .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uquV1LbXXN .text_widget a:hover,
.cid-uquV1LbXXN .text_widget a:focus {
  opacity: .8;
}
.cid-uquV1LbXXN .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-uquV1LbXXN .navbar-caption {
  color: #1D1D1F;
}
.cid-uquV1LbXXN .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uquV1LbXXN .mbr-section-subtitle,
.cid-uquV1LbXXN .text_widget,
.cid-uquV1LbXXN .mbr-section-btn {
  text-align: center;
}
.cid-uquV1LbXXN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uquV1Nh92j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a53b28;
}
.cid-uquV1Nh92j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uquV1Nh92j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uquV1Nh92j .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uquV1Nh92j .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uquV1Nh92j .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uquV1Nh92j .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uquV1Nh92j .container {
    padding: 0 12px;
  }
}
.cid-uquV1Nh92j .row {
  justify-content: center;
}
.cid-uquV1Nh92j .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uquV1Nh92j .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
}
.cid-uquV1Nh92j .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: .7;
  background-color: #a53b28;
  border-radius: 10rem;
}
.cid-uquV1Nh92j .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uquV1Nh92j .mbr-section-title {
  color: #ffffff;
}
.cid-uquV1Nh92j .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uquV1Nh92j .mbr-section-title,
.cid-uquV1Nh92j .mbr-section-btn,
.cid-uquV1Nh92j .title-wrapper {
  text-align: center;
}
.cid-uquV1OPrcq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uquV1OPrcq .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uquV1OPrcq .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uquV1OPrcq .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #a53b28;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  border-radius: 0;
  content: "✓";
}
.cid-uquV1OPrcq .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uquV1OPrcq .mbr-text {
  color: #000000;
}
.cid-uquV1Q8oXJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uquV1Q8oXJ .svg-wrapper {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1964' height='920'%3E%3Cpolygon points='0,0 985,0 920,23 0,23' class='svg1' style='fill:%234e0af5'%3E%3C/polygon%3E%3Cpolygon points='985,0 1964,0 1941,23 920,23' class='svg2' style='fill:%23ffffff'%3E%3C/polygon%3E%3Cpolygon points='1964,0 1964,469.65 1941,525.5 1941,23' class='svg3' style='fill:%239fb9fa'%3E%3C/polygon%3E%3Cpolygon points='1964,469.65 1964,920 1941,920 1941,525.5' class='svg4' style='fill:%23ffcf61'%3E%3C/polygon%3E%3C/svg%3E");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position-x: right;
  width: 100%;
  max-height: 454px;
  height: 100%;
  position: absolute;
  top: -25px;
  right: 30px;
  bottom: 25px;
}
@media (max-width: 992px) {
  .cid-uquV1Q8oXJ .svg-wrapper {
    top: -10px;
    right: 10px;
  }
}
.cid-uquV1Q8oXJ .text-wrapper {
  padding: 70px 50px;
  margin: 0 auto;
  position: relative;
  display: flex;
  background-color: #ffffff;
  flex-direction: column;
}
.cid-uquV1Q8oXJ .mbr-section-title,
.cid-uquV1Q8oXJ .mbr-section-text,
.cid-uquV1Q8oXJ .section-subtitle,
.cid-uquV1Q8oXJ .mbr-section-btn {
  z-index: 0;
}
.cid-uquV1Q8oXJ .section-subtitle {
  margin-bottom: 20.4px;
}
.cid-uquV1Q8oXJ .section-subtitle,
.cid-uquV1Q8oXJ .mbr-section-btn {
  color: #4c4c4c;
}
.cid-uquV1Q8oXJ .mbr-section-text,
.cid-uquV1Q8oXJ .mbr-section-btn {
  color: #000000;
}
.cid-uquV1Q8oXJ .mbr-section-title {
  color: #231f59;
}
.cid-uquV1REQTI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uquV1REQTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uquV1REQTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uquV1REQTI .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uquV1REQTI .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uquV1REQTI .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uquV1REQTI .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uquV1REQTI .container {
    padding: 0 12px;
  }
}
.cid-uquV1REQTI .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 22px;
  position: relative;
}
.cid-uquV1REQTI .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #a53b28;
  border-radius: 10rem;
}
.cid-uquV1REQTI .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uquV1REQTI .image-wrapper {
  margin-top: 100px;
  border: 10px solid #1d1d1f;
  transform: rotate(5deg);
  background-color: #1d1d1f;
  border-radius: 2rem;
}
.cid-uquV1REQTI .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 1500px) {
  .cid-uquV1REQTI .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .cid-uquV1REQTI .image-wrapper img {
    height: 250px;
  }
}
.cid-uquV1REQTI .image-wrap {
  border: 10px solid #1d1d1f;
  transform: rotate(-20deg);
  background-color: #1d1d1f;
  border-radius: 2rem;
  margin-top: -120px;
}
@media (max-width: 992px) {
  .cid-uquV1REQTI .image-wrap {
    margin-top: 0;
  }
}
.cid-uquV1REQTI .image-wrap img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uquV1REQTI .image-wrap img {
    height: 350px;
  }
}
.cid-uquV1REQTI .mbr-section-title {
  color: #1D1D1F;
}
.cid-uquV1REQTI .mbr-text {
  color: #1D1D1F;
}
.cid-uquV1REQTI .mbr-section-title,
.cid-uquV1REQTI .mbr-section-btn,
.cid-uquV1REQTI .title-wrapper {
  color: #000000;
}
.cid-uquV1Th28U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a53b28;
}
.cid-uquV1Th28U .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uquV1Th28U .wrapper {
    padding: 3rem;
  }
}
.cid-uquV1Th28U .mbr-text {
  line-height: 1.72;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uquV1Th28U .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-uquV1Th28U .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-uquV1Th28U .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-uquV1UByqP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1d1d1f;
}
.cid-uquV1UByqP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uquV1UByqP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uquV1UByqP .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uquV1UByqP .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uquV1UByqP .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uquV1UByqP .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uquV1UByqP .container {
    padding: 0 12px;
  }
}
.cid-uquV1UByqP .row {
  justify-content: center;
}
.cid-uquV1UByqP .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uquV1UByqP .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uquV1UByqP .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-uquV1UByqP .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #a53b28;
  border-radius: 10rem;
}
.cid-uquV1UByqP .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 992px) {
  .cid-uquV1UByqP .items-wrapper {
    display: block;
  }
}
.cid-uquV1UByqP .items-wrapper .item {
  background-color: #a53b28;
  border-radius: 32px !important;
  padding: 64px;
}
@media (max-width: 1200px) {
  .cid-uquV1UByqP .items-wrapper .item {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uquV1UByqP .items-wrapper .item {
    margin-bottom: 1rem;
  }
}
.cid-uquV1UByqP .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-uquV1UByqP .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uquV1UByqP .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-uquV1UByqP .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uquV1UByqP .mbr-section-title {
  color: #ffffff;
}
.cid-uquV1UByqP .item-title {
  color: #ffffff;
}
.cid-uquV1UByqP .item-text {
  color: #ffffff;
}
.cid-uquV1UByqP .mbr-section-title,
.cid-uquV1UByqP .title-wrapper {
  text-align: center;
}
.cid-uquV1WqvCW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uquV1WqvCW {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uquV1WqvCW {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uquV1WqvCW .mbr-section-subtitle {
  text-align: left;
}
.cid-uquV1WqvCW .mbr-section-title {
  text-align: left;
}
.cid-uquV1WqvCW .mbr-text {
  text-align: left;
}
.cid-uquV1XYlVI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uquV1XYlVI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uquV1XYlVI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uquV1XYlVI .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uquV1XYlVI .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uquV1XYlVI .container {
    padding: 0 26px;
  }
}
.cid-uquV1XYlVI .row {
  justify-content: center;
}
.cid-uquV1XYlVI .tabs-wrapper {
  text-align: center;
}
.cid-uquV1XYlVI .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uquV1XYlVI .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 40px;
  }
}
.cid-uquV1XYlVI .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 10px;
}
.cid-uquV1XYlVI .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 8px 20px;
  margin-bottom: 0;
  color: #a53b28;
  border: 1px solid #a53b28;
  border-radius: 5px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uquV1XYlVI .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #a53b28;
}
.cid-uquV1XYlVI .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #a53b28;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uquV1XYlVI .tab-content .tab-pane .content-wrap {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uquV1XYlVI .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uquV1XYlVI .tab-content .tab-pane .text-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uquV1XYlVI .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uquV1XYlVI .tab-content .tab-pane .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uquV1XYlVI .tab-content .tab-pane .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uquV1XYlVI .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uquV1XYlVI .tab-content .tab-pane .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uquV1XYlVI .tab-content .tab-pane .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uquV1XYlVI .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uquV1XYlVI .item-title {
  color: #000000;
}
.cid-uquV1XYlVI .item-text {
  color: #ffffff;
}
.cid-uquV1XYlVI .item-title,
.cid-uquV1XYlVI .tabs-wrapper {
  color: #000000;
}
.cid-uquV20b8hd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uquV20b8hd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uquV20b8hd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uquV20b8hd .content-wrapper {
  padding: 80px 90px;
  background-color: #a53b28;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uquV20b8hd .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uquV20b8hd .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uquV20b8hd .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uquV20b8hd .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uquV20b8hd .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uquV20b8hd .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uquV20b8hd .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uquV20b8hd .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #a53b28;
}
@media (max-width: 992px) {
  .cid-uquV20b8hd .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uquV20b8hd .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uquV20b8hd .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uquV20b8hd .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uquV20b8hd .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uquV20b8hd .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uquV20b8hd .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uquV20b8hd .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uquV20b8hd .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uquV20b8hd .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uquV20b8hd .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uquV20b8hd .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uquV20b8hd .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uquV20b8hd .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uquV20b8hd .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uquV20b8hd .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uquV20b8hd .mbr-section-title {
  color: #050f0f;
}
.cid-uquV20b8hd .mbr-text {
  color: #050f0f;
}
.cid-uquV20b8hd .panel-title-edit {
  color: #050f0f;
}
.cid-uquV20b8hd .panel-text {
  color: #050f0f;
}
.cid-uquV20b8hd .mbr-section-title,
.cid-uquV20b8hd .icon-wrapper {
  color: #ffffff;
}
.cid-uquV2251DF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uquV2251DF {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uquV2251DF {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uquV2251DF .mbr-section-subtitle {
  text-align: left;
}
.cid-uquV2251DF .mbr-section-title {
  text-align: left;
}
.cid-uquV2251DF .mbr-text {
  text-align: left;
}
.cid-uquV23CDpq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uquV23CDpq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uquV23CDpq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uquV23CDpq .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uquV23CDpq .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uquV23CDpq .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uquV23CDpq .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uquV23CDpq .container {
    padding: 0 12px;
  }
}
.cid-uquV23CDpq .content-wrapper {
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #a53b28;
}
@media (max-width: 992px) {
  .cid-uquV23CDpq .content-wrapper {
    display: block;
  }
}
.cid-uquV23CDpq .content-wrapper .title-wrapper {
  width: 50%;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uquV23CDpq .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
  }
}
.cid-uquV23CDpq .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 22px;
}
.cid-uquV23CDpq .content-wrapper .title-wrapper .title-wrap .title {
  margin-bottom: 32px;
}
.cid-uquV23CDpq .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-uquV23CDpq .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #a53b28;
  border-radius: 10rem;
}
.cid-uquV23CDpq .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uquV23CDpq .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uquV23CDpq .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uquV23CDpq .content-wrapper .image-wrapper img {
  min-height: 670px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uquV23CDpq .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uquV23CDpq .mbr-section-title {
  color: #1D1D1F;
}
.cid-uquV23CDpq .mbr-text {
  color: #ffffff;
}
.cid-uquV23CDpq .mbr-section-title,
.cid-uquV23CDpq .mbr-section-btn,
.cid-uquV23CDpq .title {
  color: #ffffff;
}
.cid-uquV25hISA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uquV25hISA {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uquV25hISA {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uquV25hISA .mbr-section-subtitle {
  text-align: left;
}
.cid-uquV25hISA .mbr-section-title {
  text-align: left;
}
.cid-uquV25hISA .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uqwNLRtFvx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqwNLRtFvx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqwNLRtFvx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqwNLRtFvx .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uqwNLRtFvx .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uqwNLRtFvx .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uqwNLRtFvx .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uqwNLRtFvx .container {
    padding: 0 16px;
  }
}
.cid-uqwNLRtFvx .row {
  justify-content: center;
}
.cid-uqwNLRtFvx .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uqwNLRtFvx .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uqwNLRtFvx .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uqwNLRtFvx .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uqwNLRtFvx .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uqwNLRtFvx .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uqwNLRtFvx .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uqwNLRtFvx .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqwNLRtFvx .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uqwNLRtFvx .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uqwNLRtFvx .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uqwNLRtFvx .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uqwNLRtFvx .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uqwNLRtFvx .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uqwNLRtFvx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uqwNLRtFvx .panel-title {
  color: #000000;
}
.cid-uqwNLRtFvx .panel-text {
  color: #000000;
}
.cid-uqv0iXZ9O4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a53b28;
}
.cid-uqv0iXZ9O4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqv0iXZ9O4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqv0iXZ9O4 .video-wrapper iframe {
  width: 100%;
}
.cid-uqv0iXZ9O4 .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #ffffff;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uqv0iXZ9O4 .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uqv0iXZ9O4 .video-block {
  position: relative;
  z-index: 1;
}
.cid-uqv0iXZ9O4 .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uqv0iXZ9O4 .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uqv0iXZ9O4 .video-block .image-absolute {
    display: none;
  }
}
.cid-uquV29hxmh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #a53b28;
}
.cid-uquV29hxmh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uquV29hxmh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uquV29hxmh .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uquV29hxmh .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uquV29hxmh .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uquV29hxmh .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uquV29hxmh .container {
    padding: 0 12px;
  }
}
.cid-uquV29hxmh .row {
  justify-content: center;
}
.cid-uquV29hxmh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uquV29hxmh .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uquV29hxmh .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uquV29hxmh .list-wrapper .mbr-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-uquV29hxmh .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uquV29hxmh .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uquV29hxmh .list-wrapper .list .item-wrap:hover,
.cid-uquV29hxmh .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-uquV29hxmh .mbr-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #ffffff;
  text-align: right;
}
.cid-uquV29hxmh .mbr-section-title {
  color: #ffffff;
}
.cid-uquV29hxmh .mbr-list-title {
  color: #ffffff;
}
.cid-uquV29hxmh .list {
  color: #ffffff;
}
.cid-uquXHuS3WZ {
  background-color: transparent;
}
.cid-uquXHuS3WZ .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uquXHuS3WZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uquXHuS3WZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uquXHuS3WZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uquXHuS3WZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uquXHuS3WZ .menu_box .navbar.opened,
  .cid-uquXHuS3WZ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uquXHuS3WZ .navbar-dropdown {
  position: relative !important;
}
.cid-uquXHuS3WZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uquXHuS3WZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uquXHuS3WZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uquXHuS3WZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uquXHuS3WZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uquXHuS3WZ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f5f5f7;
  }
  .cid-uquXHuS3WZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uquXHuS3WZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uquXHuS3WZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uquXHuS3WZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uquXHuS3WZ .offcanvas-body .mbr-text,
  .cid-uquXHuS3WZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uquXHuS3WZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uquXHuS3WZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uquXHuS3WZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1f;
  }
  .cid-uquXHuS3WZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uquXHuS3WZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uquXHuS3WZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uquXHuS3WZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uquXHuS3WZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uquXHuS3WZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uquXHuS3WZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uquXHuS3WZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uquXHuS3WZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uquXHuS3WZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uquXHuS3WZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uquXHuS3WZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uquXHuS3WZ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uquXHuS3WZ .nav-item {
    margin: 0 !important;
  }
}
.cid-uquXHuS3WZ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-uquXHuS3WZ .nav-item .nav-link:hover,
.cid-uquXHuS3WZ .nav-item .nav-link:focus {
  background-color: #f5f5f7 !important;
}
.cid-uquXHuS3WZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uquXHuS3WZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uquXHuS3WZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uquXHuS3WZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uquXHuS3WZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uquXHuS3WZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uquXHuS3WZ .offcanvas_box {
    display: none;
  }
}
.cid-uquXHuS3WZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uquXHuS3WZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uquXHuS3WZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uquXHuS3WZ .container {
  display: flex;
  margin: auto;
}
.cid-uquXHuS3WZ .iconfont-wrapper {
  color: #1d1d1f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uquXHuS3WZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uquXHuS3WZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uquXHuS3WZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uquXHuS3WZ .navbar-nav {
    margin: 0;
  }
}
.cid-uquXHuS3WZ .dropdown-menu,
.cid-uquXHuS3WZ .navbar.opened {
  background-color: false !important;
}
.cid-uquXHuS3WZ .nav-item:focus,
.cid-uquXHuS3WZ .nav-link:focus {
  outline: none;
}
.cid-uquXHuS3WZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uquXHuS3WZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uquXHuS3WZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uquXHuS3WZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uquXHuS3WZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uquXHuS3WZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uquXHuS3WZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uquXHuS3WZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uquXHuS3WZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uquXHuS3WZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uquXHuS3WZ .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uquXHuS3WZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uquXHuS3WZ .navbar.collapsed {
  justify-content: center;
}
.cid-uquXHuS3WZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uquXHuS3WZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uquXHuS3WZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uquXHuS3WZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uquXHuS3WZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uquXHuS3WZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uquXHuS3WZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uquXHuS3WZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uquXHuS3WZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uquXHuS3WZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uquXHuS3WZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uquXHuS3WZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uquXHuS3WZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uquXHuS3WZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uquXHuS3WZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uquXHuS3WZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uquXHuS3WZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uquXHuS3WZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uquXHuS3WZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uquXHuS3WZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uquXHuS3WZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uquXHuS3WZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uquXHuS3WZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uquXHuS3WZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uquXHuS3WZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uquXHuS3WZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uquXHuS3WZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uquXHuS3WZ .dropdown-item.active,
.cid-uquXHuS3WZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uquXHuS3WZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uquXHuS3WZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uquXHuS3WZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uquXHuS3WZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uquXHuS3WZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uquXHuS3WZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uquXHuS3WZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #52f4aa;
}
.cid-uquXHuS3WZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1f;
}
.cid-uquXHuS3WZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uquXHuS3WZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uquXHuS3WZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uquXHuS3WZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uquXHuS3WZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uquXHuS3WZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uquXHuS3WZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uquXHuS3WZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uquXHuS3WZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uquXHuS3WZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uquXHuS3WZ .navbar {
    height: 70px;
  }
  .cid-uquXHuS3WZ .navbar.opened {
    height: auto;
  }
  .cid-uquXHuS3WZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uquXHuS3WZ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uquXHuS3WZ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uquXHuS3WZ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uquXHuS3WZ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uquXHuS3WZ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uquXHuS3WZ .navbar-caption:hover {
  color: #4e0af5;
}
@media (min-width: 992px) {
  .cid-uquXHuS3WZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uquXHuS3WZ .text_widget {
  margin-bottom: 32px;
}
.cid-uquXHuS3WZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uquXHuS3WZ .text_widget a:hover,
.cid-uquXHuS3WZ .text_widget a:focus {
  opacity: .8;
}
.cid-uquXHuS3WZ .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-uquXHuS3WZ .navbar-caption {
  color: #1D1D1F;
}
.cid-uquXHuS3WZ .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uquXHuS3WZ .mbr-section-subtitle,
.cid-uquXHuS3WZ .text_widget,
.cid-uquXHuS3WZ .mbr-section-btn {
  text-align: center;
}
.cid-uquXHuS3WZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uquXHx9NP2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a53b28;
}
.cid-uquXHx9NP2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uquXHx9NP2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uquXHx9NP2 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uquXHx9NP2 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uquXHx9NP2 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uquXHx9NP2 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uquXHx9NP2 .container {
    padding: 0 12px;
  }
}
.cid-uquXHx9NP2 .row {
  justify-content: center;
}
.cid-uquXHx9NP2 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uquXHx9NP2 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
}
.cid-uquXHx9NP2 .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: .7;
  background-color: #a53b28;
  border-radius: 10rem;
}
.cid-uquXHx9NP2 .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uquXHx9NP2 .mbr-section-title {
  color: #ffffff;
}
.cid-uquXHx9NP2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uquXHx9NP2 .mbr-section-title,
.cid-uquXHx9NP2 .mbr-section-btn,
.cid-uquXHx9NP2 .title-wrapper {
  text-align: center;
}
.cid-uquXHyNmBh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uquXHyNmBh .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uquXHyNmBh .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uquXHyNmBh .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #a53b28;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  border-radius: 0;
  content: "✓";
}
.cid-uquXHyNmBh .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uquXHyNmBh .mbr-text {
  color: #000000;
}
.cid-uquXHAfAee {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uquXHAfAee .svg-wrapper {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1964' height='920'%3E%3Cpolygon points='0,0 985,0 920,23 0,23' class='svg1' style='fill:%234e0af5'%3E%3C/polygon%3E%3Cpolygon points='985,0 1964,0 1941,23 920,23' class='svg2' style='fill:%23ffffff'%3E%3C/polygon%3E%3Cpolygon points='1964,0 1964,469.65 1941,525.5 1941,23' class='svg3' style='fill:%239fb9fa'%3E%3C/polygon%3E%3Cpolygon points='1964,469.65 1964,920 1941,920 1941,525.5' class='svg4' style='fill:%23ffcf61'%3E%3C/polygon%3E%3C/svg%3E");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position-x: right;
  width: 100%;
  max-height: 454px;
  height: 100%;
  position: absolute;
  top: -25px;
  right: 30px;
  bottom: 25px;
}
@media (max-width: 992px) {
  .cid-uquXHAfAee .svg-wrapper {
    top: -10px;
    right: 10px;
  }
}
.cid-uquXHAfAee .text-wrapper {
  padding: 70px 50px;
  margin: 0 auto;
  position: relative;
  display: flex;
  background-color: #ffffff;
  flex-direction: column;
}
.cid-uquXHAfAee .mbr-section-title,
.cid-uquXHAfAee .mbr-section-text,
.cid-uquXHAfAee .section-subtitle,
.cid-uquXHAfAee .mbr-section-btn {
  z-index: 0;
}
.cid-uquXHAfAee .section-subtitle {
  margin-bottom: 20.4px;
}
.cid-uquXHAfAee .section-subtitle,
.cid-uquXHAfAee .mbr-section-btn {
  color: #4c4c4c;
}
.cid-uquXHAfAee .mbr-section-text,
.cid-uquXHAfAee .mbr-section-btn {
  color: #000000;
}
.cid-uquXHAfAee .mbr-section-title {
  color: #231f59;
}
.cid-uquXHBXkwM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uquXHBXkwM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uquXHBXkwM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uquXHBXkwM .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uquXHBXkwM .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uquXHBXkwM .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uquXHBXkwM .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uquXHBXkwM .container {
    padding: 0 12px;
  }
}
.cid-uquXHBXkwM .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 22px;
  position: relative;
}
.cid-uquXHBXkwM .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #a53b28;
  border-radius: 10rem;
}
.cid-uquXHBXkwM .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uquXHBXkwM .image-wrapper {
  margin-top: 100px;
  border: 10px solid #1d1d1f;
  transform: rotate(5deg);
  background-color: #1d1d1f;
  border-radius: 2rem;
}
.cid-uquXHBXkwM .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 1500px) {
  .cid-uquXHBXkwM .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .cid-uquXHBXkwM .image-wrapper img {
    height: 250px;
  }
}
.cid-uquXHBXkwM .image-wrap {
  border: 10px solid #1d1d1f;
  transform: rotate(-20deg);
  background-color: #1d1d1f;
  border-radius: 2rem;
  margin-top: -120px;
}
@media (max-width: 992px) {
  .cid-uquXHBXkwM .image-wrap {
    margin-top: 0;
  }
}
.cid-uquXHBXkwM .image-wrap img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uquXHBXkwM .image-wrap img {
    height: 350px;
  }
}
.cid-uquXHBXkwM .mbr-section-title {
  color: #1D1D1F;
}
.cid-uquXHBXkwM .mbr-text {
  color: #1D1D1F;
}
.cid-uquXHBXkwM .mbr-section-title,
.cid-uquXHBXkwM .mbr-section-btn,
.cid-uquXHBXkwM .title-wrapper {
  color: #000000;
}
.cid-uquXHDntmO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a53b28;
}
.cid-uquXHDntmO .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uquXHDntmO .wrapper {
    padding: 3rem;
  }
}
.cid-uquXHDntmO .mbr-text {
  line-height: 1.72;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uquXHDntmO .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-uquXHDntmO .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-uquXHDntmO .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-uquXHFlbqs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1d1d1f;
}
.cid-uquXHFlbqs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uquXHFlbqs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uquXHFlbqs .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uquXHFlbqs .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uquXHFlbqs .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uquXHFlbqs .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uquXHFlbqs .container {
    padding: 0 12px;
  }
}
.cid-uquXHFlbqs .row {
  justify-content: center;
}
.cid-uquXHFlbqs .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uquXHFlbqs .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uquXHFlbqs .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-uquXHFlbqs .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #a53b28;
  border-radius: 10rem;
}
.cid-uquXHFlbqs .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 992px) {
  .cid-uquXHFlbqs .items-wrapper {
    display: block;
  }
}
.cid-uquXHFlbqs .items-wrapper .item {
  background-color: #a53b28;
  border-radius: 32px !important;
  padding: 64px;
}
@media (max-width: 1200px) {
  .cid-uquXHFlbqs .items-wrapper .item {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uquXHFlbqs .items-wrapper .item {
    margin-bottom: 1rem;
  }
}
.cid-uquXHFlbqs .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-uquXHFlbqs .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uquXHFlbqs .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-uquXHFlbqs .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uquXHFlbqs .mbr-section-title {
  color: #ffffff;
}
.cid-uquXHFlbqs .item-title {
  color: #ffffff;
}
.cid-uquXHFlbqs .item-text {
  color: #ffffff;
}
.cid-uquXHFlbqs .mbr-section-title,
.cid-uquXHFlbqs .title-wrapper {
  text-align: center;
}
.cid-uquXHOANpx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uquXHOANpx {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uquXHOANpx {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uquXHOANpx .mbr-section-subtitle {
  text-align: left;
}
.cid-uquXHOANpx .mbr-section-title {
  text-align: left;
}
.cid-uquXHOANpx .mbr-text {
  text-align: left;
}
.cid-uquXHQYCxc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uquXHQYCxc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uquXHQYCxc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uquXHQYCxc .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uquXHQYCxc .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uquXHQYCxc .container {
    padding: 0 26px;
  }
}
.cid-uquXHQYCxc .row {
  justify-content: center;
}
.cid-uquXHQYCxc .tabs-wrapper {
  text-align: center;
}
.cid-uquXHQYCxc .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uquXHQYCxc .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 40px;
  }
}
.cid-uquXHQYCxc .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 10px;
}
.cid-uquXHQYCxc .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 8px 20px;
  margin-bottom: 0;
  color: #a53b28;
  border: 1px solid #a53b28;
  border-radius: 5px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uquXHQYCxc .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #a53b28;
}
.cid-uquXHQYCxc .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #a53b28;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uquXHQYCxc .tab-content .tab-pane .content-wrap {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uquXHQYCxc .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uquXHQYCxc .tab-content .tab-pane .text-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uquXHQYCxc .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uquXHQYCxc .tab-content .tab-pane .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uquXHQYCxc .tab-content .tab-pane .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uquXHQYCxc .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uquXHQYCxc .tab-content .tab-pane .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uquXHQYCxc .tab-content .tab-pane .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uquXHQYCxc .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uquXHQYCxc .item-title {
  color: #000000;
}
.cid-uquXHQYCxc .item-text {
  color: #ffffff;
}
.cid-uquXHQYCxc .item-title,
.cid-uquXHQYCxc .tabs-wrapper {
  color: #000000;
}
.cid-uquXHTKsNm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uquXHTKsNm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uquXHTKsNm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uquXHTKsNm .content-wrapper {
  padding: 80px 90px;
  background-color: #a53b28;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uquXHTKsNm .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uquXHTKsNm .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uquXHTKsNm .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uquXHTKsNm .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uquXHTKsNm .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uquXHTKsNm .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uquXHTKsNm .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uquXHTKsNm .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #a53b28;
}
@media (max-width: 992px) {
  .cid-uquXHTKsNm .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uquXHTKsNm .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uquXHTKsNm .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uquXHTKsNm .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uquXHTKsNm .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uquXHTKsNm .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uquXHTKsNm .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uquXHTKsNm .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uquXHTKsNm .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uquXHTKsNm .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uquXHTKsNm .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uquXHTKsNm .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uquXHTKsNm .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uquXHTKsNm .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uquXHTKsNm .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uquXHTKsNm .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uquXHTKsNm .mbr-section-title {
  color: #050f0f;
}
.cid-uquXHTKsNm .mbr-text {
  color: #050f0f;
}
.cid-uquXHTKsNm .panel-title-edit {
  color: #050f0f;
}
.cid-uquXHTKsNm .panel-text {
  color: #050f0f;
}
.cid-uquXHTKsNm .mbr-section-title,
.cid-uquXHTKsNm .icon-wrapper {
  color: #ffffff;
}
.cid-uquXHWIO9Z {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uquXHWIO9Z {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uquXHWIO9Z {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uquXHWIO9Z .mbr-section-subtitle {
  text-align: left;
}
.cid-uquXHWIO9Z .mbr-section-title {
  text-align: left;
}
.cid-uquXHWIO9Z .mbr-text {
  text-align: left;
}
.cid-uquXHYUxLD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uquXHYUxLD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uquXHYUxLD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uquXHYUxLD .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uquXHYUxLD .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uquXHYUxLD .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uquXHYUxLD .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uquXHYUxLD .container {
    padding: 0 12px;
  }
}
.cid-uquXHYUxLD .content-wrapper {
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #a53b28;
}
@media (max-width: 992px) {
  .cid-uquXHYUxLD .content-wrapper {
    display: block;
  }
}
.cid-uquXHYUxLD .content-wrapper .title-wrapper {
  width: 50%;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uquXHYUxLD .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
  }
}
.cid-uquXHYUxLD .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 22px;
}
.cid-uquXHYUxLD .content-wrapper .title-wrapper .title-wrap .title {
  margin-bottom: 32px;
}
.cid-uquXHYUxLD .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-uquXHYUxLD .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #a53b28;
  border-radius: 10rem;
}
.cid-uquXHYUxLD .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uquXHYUxLD .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uquXHYUxLD .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uquXHYUxLD .content-wrapper .image-wrapper img {
  min-height: 670px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uquXHYUxLD .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uquXHYUxLD .mbr-section-title {
  color: #1D1D1F;
}
.cid-uquXHYUxLD .mbr-text {
  color: #ffffff;
}
.cid-uquXHYUxLD .mbr-section-title,
.cid-uquXHYUxLD .mbr-section-btn,
.cid-uquXHYUxLD .title {
  color: #ffffff;
}
.cid-uquXI1Pyte {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uquXI1Pyte {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uquXI1Pyte {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uquXI1Pyte .mbr-section-subtitle {
  text-align: left;
}
.cid-uquXI1Pyte .mbr-section-title {
  text-align: left;
}
.cid-uquXI1Pyte .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uqwNkQiJ8m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqwNkQiJ8m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqwNkQiJ8m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqwNkQiJ8m .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uqwNkQiJ8m .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uqwNkQiJ8m .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uqwNkQiJ8m .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uqwNkQiJ8m .container {
    padding: 0 16px;
  }
}
.cid-uqwNkQiJ8m .row {
  justify-content: center;
}
.cid-uqwNkQiJ8m .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uqwNkQiJ8m .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uqwNkQiJ8m .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uqwNkQiJ8m .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uqwNkQiJ8m .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uqwNkQiJ8m .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uqwNkQiJ8m .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uqwNkQiJ8m .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqwNkQiJ8m .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uqwNkQiJ8m .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uqwNkQiJ8m .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uqwNkQiJ8m .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uqwNkQiJ8m .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uqwNkQiJ8m .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uqwNkQiJ8m .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uqwNkQiJ8m .panel-title {
  color: #000000;
}
.cid-uqwNkQiJ8m .panel-text {
  color: #000000;
}
.cid-uquXIeh2Vb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #a53b28;
}
.cid-uquXIeh2Vb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uquXIeh2Vb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uquXIeh2Vb .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uquXIeh2Vb .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uquXIeh2Vb .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uquXIeh2Vb .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uquXIeh2Vb .container {
    padding: 0 12px;
  }
}
.cid-uquXIeh2Vb .row {
  justify-content: center;
}
.cid-uquXIeh2Vb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uquXIeh2Vb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uquXIeh2Vb .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uquXIeh2Vb .list-wrapper .mbr-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-uquXIeh2Vb .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uquXIeh2Vb .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uquXIeh2Vb .list-wrapper .list .item-wrap:hover,
.cid-uquXIeh2Vb .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-uquXIeh2Vb .mbr-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #ffffff;
  text-align: right;
}
.cid-uquXIeh2Vb .mbr-section-title {
  color: #ffffff;
}
.cid-uquXIeh2Vb .mbr-list-title {
  color: #ffffff;
}
.cid-uquXIeh2Vb .list {
  color: #ffffff;
}
.cid-uqv4Lu13e4 {
  background-color: transparent;
}
.cid-uqv4Lu13e4 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uqv4Lu13e4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uqv4Lu13e4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqv4Lu13e4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uqv4Lu13e4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uqv4Lu13e4 .menu_box .navbar.opened,
  .cid-uqv4Lu13e4 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uqv4Lu13e4 .navbar-dropdown {
  position: relative !important;
}
.cid-uqv4Lu13e4 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uqv4Lu13e4 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uqv4Lu13e4 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uqv4Lu13e4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uqv4Lu13e4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uqv4Lu13e4 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f5f5f7;
  }
  .cid-uqv4Lu13e4 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uqv4Lu13e4 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uqv4Lu13e4 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uqv4Lu13e4 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uqv4Lu13e4 .offcanvas-body .mbr-text,
  .cid-uqv4Lu13e4 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uqv4Lu13e4 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uqv4Lu13e4 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uqv4Lu13e4 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1f;
  }
  .cid-uqv4Lu13e4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uqv4Lu13e4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uqv4Lu13e4 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uqv4Lu13e4 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uqv4Lu13e4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uqv4Lu13e4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uqv4Lu13e4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uqv4Lu13e4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uqv4Lu13e4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uqv4Lu13e4 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uqv4Lu13e4 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uqv4Lu13e4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uqv4Lu13e4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uqv4Lu13e4 .nav-item {
    margin: 0 !important;
  }
}
.cid-uqv4Lu13e4 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-uqv4Lu13e4 .nav-item .nav-link:hover,
.cid-uqv4Lu13e4 .nav-item .nav-link:focus {
  background-color: #f5f5f7 !important;
}
.cid-uqv4Lu13e4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uqv4Lu13e4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uqv4Lu13e4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uqv4Lu13e4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uqv4Lu13e4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uqv4Lu13e4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uqv4Lu13e4 .offcanvas_box {
    display: none;
  }
}
.cid-uqv4Lu13e4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uqv4Lu13e4 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uqv4Lu13e4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uqv4Lu13e4 .container {
  display: flex;
  margin: auto;
}
.cid-uqv4Lu13e4 .iconfont-wrapper {
  color: #1d1d1f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uqv4Lu13e4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uqv4Lu13e4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uqv4Lu13e4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uqv4Lu13e4 .navbar-nav {
    margin: 0;
  }
}
.cid-uqv4Lu13e4 .dropdown-menu,
.cid-uqv4Lu13e4 .navbar.opened {
  background-color: false !important;
}
.cid-uqv4Lu13e4 .nav-item:focus,
.cid-uqv4Lu13e4 .nav-link:focus {
  outline: none;
}
.cid-uqv4Lu13e4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqv4Lu13e4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqv4Lu13e4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqv4Lu13e4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqv4Lu13e4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqv4Lu13e4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqv4Lu13e4 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uqv4Lu13e4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uqv4Lu13e4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uqv4Lu13e4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uqv4Lu13e4 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uqv4Lu13e4 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uqv4Lu13e4 .navbar.collapsed {
  justify-content: center;
}
.cid-uqv4Lu13e4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqv4Lu13e4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uqv4Lu13e4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqv4Lu13e4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqv4Lu13e4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqv4Lu13e4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uqv4Lu13e4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uqv4Lu13e4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uqv4Lu13e4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uqv4Lu13e4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqv4Lu13e4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqv4Lu13e4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uqv4Lu13e4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqv4Lu13e4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uqv4Lu13e4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqv4Lu13e4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uqv4Lu13e4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uqv4Lu13e4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uqv4Lu13e4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uqv4Lu13e4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqv4Lu13e4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uqv4Lu13e4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqv4Lu13e4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqv4Lu13e4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqv4Lu13e4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqv4Lu13e4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uqv4Lu13e4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqv4Lu13e4 .dropdown-item.active,
.cid-uqv4Lu13e4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqv4Lu13e4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uqv4Lu13e4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqv4Lu13e4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqv4Lu13e4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqv4Lu13e4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uqv4Lu13e4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqv4Lu13e4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #52f4aa;
}
.cid-uqv4Lu13e4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1f;
}
.cid-uqv4Lu13e4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqv4Lu13e4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqv4Lu13e4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqv4Lu13e4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqv4Lu13e4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqv4Lu13e4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqv4Lu13e4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqv4Lu13e4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqv4Lu13e4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uqv4Lu13e4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqv4Lu13e4 .navbar {
    height: 70px;
  }
  .cid-uqv4Lu13e4 .navbar.opened {
    height: auto;
  }
  .cid-uqv4Lu13e4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqv4Lu13e4 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uqv4Lu13e4 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uqv4Lu13e4 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uqv4Lu13e4 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uqv4Lu13e4 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uqv4Lu13e4 .navbar-caption:hover {
  color: #4e0af5;
}
@media (min-width: 992px) {
  .cid-uqv4Lu13e4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uqv4Lu13e4 .text_widget {
  margin-bottom: 32px;
}
.cid-uqv4Lu13e4 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uqv4Lu13e4 .text_widget a:hover,
.cid-uqv4Lu13e4 .text_widget a:focus {
  opacity: .8;
}
.cid-uqv4Lu13e4 .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-uqv4Lu13e4 .navbar-caption {
  color: #1D1D1F;
}
.cid-uqv4Lu13e4 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uqv4Lu13e4 .mbr-section-subtitle,
.cid-uqv4Lu13e4 .text_widget,
.cid-uqv4Lu13e4 .mbr-section-btn {
  text-align: center;
}
.cid-uqv4Lu13e4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uqv4LvBlzL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a53b28;
}
.cid-uqv4LvBlzL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqv4LvBlzL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqv4LvBlzL .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uqv4LvBlzL .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uqv4LvBlzL .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uqv4LvBlzL .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uqv4LvBlzL .container {
    padding: 0 12px;
  }
}
.cid-uqv4LvBlzL .row {
  justify-content: center;
}
.cid-uqv4LvBlzL .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uqv4LvBlzL .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
}
.cid-uqv4LvBlzL .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: .7;
  background-color: #a53b28;
  border-radius: 10rem;
}
.cid-uqv4LvBlzL .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uqv4LvBlzL .mbr-section-title {
  color: #ffffff;
}
.cid-uqv4LvBlzL .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uqv4LvBlzL .mbr-section-title,
.cid-uqv4LvBlzL .mbr-section-btn,
.cid-uqv4LvBlzL .title-wrapper {
  text-align: center;
}
.cid-uqv4LA9B2U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a53b28;
}
.cid-uqv4LA9B2U .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uqv4LA9B2U .wrapper {
    padding: 3rem;
  }
}
.cid-uqv4LA9B2U .mbr-text {
  line-height: 1.72;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uqv4LA9B2U .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-uqv4LA9B2U .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-uqv4LA9B2U .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-uqv4LQ16pB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #a53b28;
}
.cid-uqv4LQ16pB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqv4LQ16pB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqv4LQ16pB .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uqv4LQ16pB .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uqv4LQ16pB .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uqv4LQ16pB .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uqv4LQ16pB .container {
    padding: 0 12px;
  }
}
.cid-uqv4LQ16pB .row {
  justify-content: center;
}
.cid-uqv4LQ16pB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqv4LQ16pB .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uqv4LQ16pB .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uqv4LQ16pB .list-wrapper .mbr-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-uqv4LQ16pB .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uqv4LQ16pB .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uqv4LQ16pB .list-wrapper .list .item-wrap:hover,
.cid-uqv4LQ16pB .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-uqv4LQ16pB .mbr-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #ffffff;
  text-align: right;
}
.cid-uqv4LQ16pB .mbr-section-title {
  color: #ffffff;
}
.cid-uqv4LQ16pB .mbr-list-title {
  color: #ffffff;
}
.cid-uqv4LQ16pB .list {
  color: #ffffff;
}
.cid-uqv5hHFJ0Z {
  background-color: transparent;
}
.cid-uqv5hHFJ0Z .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uqv5hHFJ0Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uqv5hHFJ0Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqv5hHFJ0Z .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uqv5hHFJ0Z .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uqv5hHFJ0Z .menu_box .navbar.opened,
  .cid-uqv5hHFJ0Z .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uqv5hHFJ0Z .navbar-dropdown {
  position: relative !important;
}
.cid-uqv5hHFJ0Z .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uqv5hHFJ0Z .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uqv5hHFJ0Z .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uqv5hHFJ0Z .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uqv5hHFJ0Z .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uqv5hHFJ0Z .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f5f5f7;
  }
  .cid-uqv5hHFJ0Z .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uqv5hHFJ0Z .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uqv5hHFJ0Z .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uqv5hHFJ0Z .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uqv5hHFJ0Z .offcanvas-body .mbr-text,
  .cid-uqv5hHFJ0Z .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uqv5hHFJ0Z .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uqv5hHFJ0Z .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uqv5hHFJ0Z .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1f;
  }
  .cid-uqv5hHFJ0Z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uqv5hHFJ0Z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uqv5hHFJ0Z .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uqv5hHFJ0Z .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uqv5hHFJ0Z ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uqv5hHFJ0Z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uqv5hHFJ0Z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uqv5hHFJ0Z .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uqv5hHFJ0Z li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uqv5hHFJ0Z .lg_brand {
    margin: 0 1rem;
  }
  .cid-uqv5hHFJ0Z .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uqv5hHFJ0Z .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uqv5hHFJ0Z .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uqv5hHFJ0Z .nav-item {
    margin: 0 !important;
  }
}
.cid-uqv5hHFJ0Z .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-uqv5hHFJ0Z .nav-item .nav-link:hover,
.cid-uqv5hHFJ0Z .nav-item .nav-link:focus {
  background-color: #f5f5f7 !important;
}
.cid-uqv5hHFJ0Z .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uqv5hHFJ0Z .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uqv5hHFJ0Z .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uqv5hHFJ0Z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uqv5hHFJ0Z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uqv5hHFJ0Z .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uqv5hHFJ0Z .offcanvas_box {
    display: none;
  }
}
.cid-uqv5hHFJ0Z .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uqv5hHFJ0Z .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uqv5hHFJ0Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uqv5hHFJ0Z .container {
  display: flex;
  margin: auto;
}
.cid-uqv5hHFJ0Z .iconfont-wrapper {
  color: #1d1d1f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uqv5hHFJ0Z .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uqv5hHFJ0Z .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uqv5hHFJ0Z .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uqv5hHFJ0Z .navbar-nav {
    margin: 0;
  }
}
.cid-uqv5hHFJ0Z .dropdown-menu,
.cid-uqv5hHFJ0Z .navbar.opened {
  background-color: false !important;
}
.cid-uqv5hHFJ0Z .nav-item:focus,
.cid-uqv5hHFJ0Z .nav-link:focus {
  outline: none;
}
.cid-uqv5hHFJ0Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqv5hHFJ0Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqv5hHFJ0Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqv5hHFJ0Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqv5hHFJ0Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqv5hHFJ0Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqv5hHFJ0Z .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uqv5hHFJ0Z .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uqv5hHFJ0Z .navbar.opened {
  transition: all 0.3s;
}
.cid-uqv5hHFJ0Z .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uqv5hHFJ0Z .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uqv5hHFJ0Z .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uqv5hHFJ0Z .navbar.collapsed {
  justify-content: center;
}
.cid-uqv5hHFJ0Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqv5hHFJ0Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uqv5hHFJ0Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqv5hHFJ0Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqv5hHFJ0Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqv5hHFJ0Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uqv5hHFJ0Z .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uqv5hHFJ0Z .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uqv5hHFJ0Z .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uqv5hHFJ0Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqv5hHFJ0Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqv5hHFJ0Z .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uqv5hHFJ0Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqv5hHFJ0Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uqv5hHFJ0Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqv5hHFJ0Z .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uqv5hHFJ0Z .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uqv5hHFJ0Z .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uqv5hHFJ0Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uqv5hHFJ0Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqv5hHFJ0Z .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uqv5hHFJ0Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqv5hHFJ0Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqv5hHFJ0Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqv5hHFJ0Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqv5hHFJ0Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uqv5hHFJ0Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqv5hHFJ0Z .dropdown-item.active,
.cid-uqv5hHFJ0Z .dropdown-item:active {
  background-color: transparent;
}
.cid-uqv5hHFJ0Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uqv5hHFJ0Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqv5hHFJ0Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqv5hHFJ0Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqv5hHFJ0Z ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uqv5hHFJ0Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqv5hHFJ0Z button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #52f4aa;
}
.cid-uqv5hHFJ0Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1f;
}
.cid-uqv5hHFJ0Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqv5hHFJ0Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqv5hHFJ0Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqv5hHFJ0Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqv5hHFJ0Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqv5hHFJ0Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqv5hHFJ0Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqv5hHFJ0Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqv5hHFJ0Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uqv5hHFJ0Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqv5hHFJ0Z .navbar {
    height: 70px;
  }
  .cid-uqv5hHFJ0Z .navbar.opened {
    height: auto;
  }
  .cid-uqv5hHFJ0Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqv5hHFJ0Z .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uqv5hHFJ0Z .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uqv5hHFJ0Z .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uqv5hHFJ0Z .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uqv5hHFJ0Z .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uqv5hHFJ0Z .navbar-caption:hover {
  color: #4e0af5;
}
@media (min-width: 992px) {
  .cid-uqv5hHFJ0Z .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uqv5hHFJ0Z .text_widget {
  margin-bottom: 32px;
}
.cid-uqv5hHFJ0Z .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uqv5hHFJ0Z .text_widget a:hover,
.cid-uqv5hHFJ0Z .text_widget a:focus {
  opacity: .8;
}
.cid-uqv5hHFJ0Z .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-uqv5hHFJ0Z .navbar-caption {
  color: #1D1D1F;
}
.cid-uqv5hHFJ0Z .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uqv5hHFJ0Z .mbr-section-subtitle,
.cid-uqv5hHFJ0Z .text_widget,
.cid-uqv5hHFJ0Z .mbr-section-btn {
  text-align: center;
}
.cid-uqv5hHFJ0Z a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uqv5hKkMEP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a53b28;
}
.cid-uqv5hKkMEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqv5hKkMEP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqv5hKkMEP .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uqv5hKkMEP .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uqv5hKkMEP .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uqv5hKkMEP .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uqv5hKkMEP .container {
    padding: 0 12px;
  }
}
.cid-uqv5hKkMEP .row {
  justify-content: center;
}
.cid-uqv5hKkMEP .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uqv5hKkMEP .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
}
.cid-uqv5hKkMEP .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: .7;
  background-color: #a53b28;
  border-radius: 10rem;
}
.cid-uqv5hKkMEP .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uqv5hKkMEP .mbr-section-title {
  color: #ffffff;
}
.cid-uqv5hKkMEP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uqv5hKkMEP .mbr-section-title,
.cid-uqv5hKkMEP .mbr-section-btn,
.cid-uqv5hKkMEP .title-wrapper {
  text-align: center;
}
.cid-uqv5hMvezo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a53b28;
}
.cid-uqv5hMvezo .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uqv5hMvezo .wrapper {
    padding: 3rem;
  }
}
.cid-uqv5hMvezo .mbr-text {
  line-height: 1.72;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uqv5hMvezo .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-uqv5hMvezo .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-uqv5hMvezo .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-uqv5hNlt5K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #a53b28;
}
.cid-uqv5hNlt5K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqv5hNlt5K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqv5hNlt5K .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uqv5hNlt5K .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uqv5hNlt5K .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uqv5hNlt5K .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uqv5hNlt5K .container {
    padding: 0 12px;
  }
}
.cid-uqv5hNlt5K .row {
  justify-content: center;
}
.cid-uqv5hNlt5K .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqv5hNlt5K .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uqv5hNlt5K .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uqv5hNlt5K .list-wrapper .mbr-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-uqv5hNlt5K .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uqv5hNlt5K .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uqv5hNlt5K .list-wrapper .list .item-wrap:hover,
.cid-uqv5hNlt5K .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-uqv5hNlt5K .mbr-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #ffffff;
  text-align: right;
}
.cid-uqv5hNlt5K .mbr-section-title {
  color: #ffffff;
}
.cid-uqv5hNlt5K .mbr-list-title {
  color: #ffffff;
}
.cid-uqv5hNlt5K .list {
  color: #ffffff;
}
