.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 {
  background-color: #fef7e8;
}
body {
  font-family: Source Serif 4;
}
.display-1 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 4.7rem;
  line-height: 1;
  letter-spacing: -4px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.875rem;
}
.display-2 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: -4px;
}
.display-2 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-4 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 2.2rem;
  line-height: 40px;
  letter-spacing: -2.3px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Source Serif 4', 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: 3.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.29rem;
    font-size: calc( 2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #621708 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #621708 !important;
  border-color: #621708 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #91220c !important;
  border-color: #91220c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #91220c !important;
  border-color: #91220c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #941b0c !important;
  border-color: #941b0c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #c32410 !important;
  border-color: #c32410 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c32410 !important;
  border-color: #c32410 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !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: #621708;
  color: #621708;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #120401 !important;
  background-color: transparent !important;
  border-color: #120401 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #621708 !important;
  border-color: #621708 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #941b0c;
  color: #941b0c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #440c05 !important;
  background-color: transparent !important;
  border-color: #440c05 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #941b0c !important;
  border-color: #941b0c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !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: #621708 !important;
}
.text-secondary {
  color: #941b0c !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #040100 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #360a04 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !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: #621708;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.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: #621708;
  border-color: #621708;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #621708;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d83312;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Source Serif 4', 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: #621708 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Source Serif 4', 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: #621708;
}
/* 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: #621708;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #621708;
}
.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: #621708;
  border-bottom-color: #621708;
}
.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: #621708 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #941b0c !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='%23621708' %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: 35px 100px;
  box-shadow: none;
  border-radius: 250px !important;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 30px 50px;
  }
}
.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;
}
.cid-uJbzZ8fB4h {
  background-color: transparent;
}
.cid-uJbzZ8fB4h .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  background-color: transparent !important;
}
.cid-uJbzZ8fB4h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background-color: transparent !important;
  background: #ffffff;
}
.cid-uJbzZ8fB4h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJbzZ8fB4h .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJbzZ8fB4h .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJbzZ8fB4h .menu_box .navbar.opened,
  .cid-uJbzZ8fB4h .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background-color: transparent !important;
  }
}
.cid-uJbzZ8fB4h .navbar-dropdown {
  position: relative !important;
}
.cid-uJbzZ8fB4h .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJbzZ8fB4h .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uJbzZ8fB4h ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uJbzZ8fB4h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJbzZ8fB4h .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uJbzZ8fB4h .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uJbzZ8fB4h 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-uJbzZ8fB4h .lg_brand {
    margin: 0 1rem;
  }
  .cid-uJbzZ8fB4h .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: #f6aa1c;
    border-radius: 25px;
  }
}
.cid-uJbzZ8fB4h .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uJbzZ8fB4h .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uJbzZ8fB4h .nav-item {
    margin: 0 !important;
  }
}
.cid-uJbzZ8fB4h .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
}
.cid-uJbzZ8fB4h .nav-item .nav-link:hover,
.cid-uJbzZ8fB4h .nav-item .nav-link:focus {
  color: #621708 !important;
  opacity: 1;
}
.cid-uJbzZ8fB4h .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJbzZ8fB4h .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJbzZ8fB4h .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJbzZ8fB4h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJbzZ8fB4h .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uJbzZ8fB4h .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJbzZ8fB4h .offcanvas_box {
    display: none;
  }
}
.cid-uJbzZ8fB4h .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJbzZ8fB4h .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJbzZ8fB4h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJbzZ8fB4h .container {
  display: flex;
  margin: auto;
}
.cid-uJbzZ8fB4h .iconfont-wrapper {
  color: #222222;
  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-uJbzZ8fB4h .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJbzZ8fB4h .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uJbzZ8fB4h .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJbzZ8fB4h .navbar-nav {
    margin: 0;
  }
}
.cid-uJbzZ8fB4h .dropdown-menu,
.cid-uJbzZ8fB4h .navbar.opened {
  background-color: false !important;
}
.cid-uJbzZ8fB4h .nav-item:focus,
.cid-uJbzZ8fB4h .nav-link:focus {
  outline: none;
}
.cid-uJbzZ8fB4h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJbzZ8fB4h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJbzZ8fB4h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJbzZ8fB4h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJbzZ8fB4h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJbzZ8fB4h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJbzZ8fB4h .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJbzZ8fB4h .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJbzZ8fB4h .navbar.opened {
  transition: all 0.3s;
}
.cid-uJbzZ8fB4h .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJbzZ8fB4h .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uJbzZ8fB4h .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uJbzZ8fB4h .navbar.collapsed {
  justify-content: center;
}
.cid-uJbzZ8fB4h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJbzZ8fB4h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJbzZ8fB4h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJbzZ8fB4h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJbzZ8fB4h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJbzZ8fB4h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJbzZ8fB4h .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJbzZ8fB4h .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uJbzZ8fB4h .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJbzZ8fB4h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJbzZ8fB4h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJbzZ8fB4h .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJbzZ8fB4h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJbzZ8fB4h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJbzZ8fB4h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJbzZ8fB4h .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJbzZ8fB4h .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJbzZ8fB4h .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJbzZ8fB4h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJbzZ8fB4h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJbzZ8fB4h .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJbzZ8fB4h .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJbzZ8fB4h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJbzZ8fB4h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJbzZ8fB4h .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-uJbzZ8fB4h .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uJbzZ8fB4h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJbzZ8fB4h .dropdown-item.active,
.cid-uJbzZ8fB4h .dropdown-item:active {
  background-color: transparent;
}
.cid-uJbzZ8fB4h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uJbzZ8fB4h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJbzZ8fB4h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJbzZ8fB4h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJbzZ8fB4h ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJbzZ8fB4h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJbzZ8fB4h 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: #fef7e8;
}
.cid-uJbzZ8fB4h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJbzZ8fB4h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJbzZ8fB4h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJbzZ8fB4h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJbzZ8fB4h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJbzZ8fB4h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJbzZ8fB4h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJbzZ8fB4h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJbzZ8fB4h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJbzZ8fB4h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJbzZ8fB4h .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-uJbzZ8fB4h .navbar {
    height: 70px;
  }
  .cid-uJbzZ8fB4h .navbar.opened {
    height: auto;
  }
  .cid-uJbzZ8fB4h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJbzZ8fB4h .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uJbzZ8fB4h .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uJbzZ8fB4h .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
  border-radius: 30px !important;
}
.cid-uJbzZ8fB4h .navbar-caption:hover {
  color: #621708;
}
@media (min-width: 992px) {
  .cid-uJbzZ8fB4h .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJbzZ8fB4h .text_widget {
  margin-bottom: 32px;
}
.cid-uJbzZ8fB4h .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJbzZ8fB4h .text_widget a:hover,
.cid-uJbzZ8fB4h .text_widget a:focus {
  opacity: 0.8;
}
@media (max-width: 1199px) {
  .cid-uJbzZ8fB4h .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: auto;
  }
}
.cid-uJbzZ8fB4h .icons-menu-main {
  display: flex;
}
.cid-uJbzZ8fB4h .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uJbzZ8fB4h .navbar-caption {
  color: #000000;
}
.cid-uJbzZ8fB4h .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJbzZ8fB4h .mbr-section-subtitle,
.cid-uJbzZ8fB4h .text_widget,
.cid-uJbzZ8fB4h .mbr-section-btn {
  text-align: center;
}
.cid-uJbzZ8fB4h a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJbzZ8fB4h .nav-link,
.cid-uJbzZ8fB4h .dropdown-item {
  color: #000000;
}
.cid-uJbzZ8hhtM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uJbzZ8hhtM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbzZ8hhtM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbzZ8hhtM .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uJbzZ8hhtM .container {
    padding: 10px 8px;
  }
}
.cid-uJbzZ8hhtM .row {
  border-radius: 25px;
  background-color: #621708;
  padding: 100px 40px 40px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
  box-shadow: inset -60px 0 30rem #fef7e8;
}
@media (max-width: 768px) {
  .cid-uJbzZ8hhtM .row {
    padding: 50px 10px 40px;
  }
}
.cid-uJbzZ8hhtM .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uJbzZ8hhtM .image-wrapper {
  position: relative;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uJbzZ8hhtM .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uJbzZ8hhtM .image-wrapper img {
  height: 650px;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJbzZ8hhtM .image-wrapper img {
    height: 350px;
  }
}
.cid-uJbzZ8hhtM .image-wrapper .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cid-uJbzZ8hhtM .image-wrapper .icon-wrapper .mbr-iconfont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #000000;
  background-color: #f6aa1c;
  transform: rotate(-20deg);
  pointer-events: visible;
}
.cid-uJbzZ8hhtM .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  left: auto;
  right: 0;
  background-color: #941b0c;
  transform: rotate(20deg);
  color: #ffffff;
}
.cid-uJbzZ8hhtM .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  top: auto;
  bottom: 0;
  background-color: #715edb;
  transform: rotate(-20deg);
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uJbzZ8hhtM .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}
.cid-uJbzZ8hhtM .content-wrapper .mbr-section-subtitle {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJbzZ8hhtM .content-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uJbzZ8hhtM .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJbzZ8hhtM .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJbzZ8hhtM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJbzZ8hhtM .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uJbzZ8hhtM .mbr-section-title {
  color: #ffffff;
}
.cid-uJbzZ8hhtM .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-uJbzZ8hhtM .mbr-text {
  color: #FFFFFF;
}
.cid-uJbzZ8hhtM .mbr-section-title,
.cid-uJbzZ8hhtM .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uJbzZ8GE76 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uJbzZ8GE76 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbzZ8GE76 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbzZ8GE76 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uJbzZ8GE76 .container {
    padding: 10px 8px;
  }
}
.cid-uJbzZ8GE76 .row {
  border-radius: 25px;
  background-color: #f6aa1c;
  box-shadow: inset 0 0 5rem #fef7e8;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uJbzZ8GE76 .row {
    padding: 50px 10px;
  }
}
.cid-uJbzZ8GE76 .row .card {
  padding: 0;
}
.cid-uJbzZ8GE76 .mbr-section-subtitle {
  margin-bottom: 40px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJbzZ8GE76 .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uJbzZ8GE76 .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
.cid-uJbzZ8kNgi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uJbzZ8kNgi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbzZ8kNgi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbzZ8kNgi .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uJbzZ8kNgi .container {
    padding: 10px 8px;
  }
}
.cid-uJbzZ8kNgi .row {
  border-radius: 25px;
  background-color: #f6aa1c;
  justify-content: center;
  padding: 100px 32px;
  margin: 0;
  overflow: hidden;
  box-shadow: inset 0 0 5rem #fef7e8;
}
@media (max-width: 768px) {
  .cid-uJbzZ8kNgi .row {
    padding: 50px 2px;
  }
}
.cid-uJbzZ8kNgi .row .card {
  padding: 0 8px;
  justify-content: center;
}
.cid-uJbzZ8kNgi .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJbzZ8kNgi .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uJbzZ8kNgi .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJbzZ8kNgi .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uJbzZ8kNgi .image-wrapper img {
  height: 100%;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJbzZ8kNgi .image-wrapper img {
    height: 300px;
  }
}
.cid-uJbzZ8kNgi .content-wrapper .panel-group {
  border-radius: 25px !important;
}
.cid-uJbzZ8kNgi .content-wrapper .panel-group .card {
  background-color: #fef7e8;
  border-radius: 17px !important;
  margin-bottom: 16px;
}
.cid-uJbzZ8kNgi .content-wrapper .panel-group .card:last-child {
  margin-bottom: 0;
}
.cid-uJbzZ8kNgi .content-wrapper .panel-group .card .card-header {
  padding: 20px;
  border: none;
  background-color: transparent;
}
.cid-uJbzZ8kNgi .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJbzZ8kNgi .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uJbzZ8kNgi .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uJbzZ8kNgi .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  margin-left: 10px;
  background-color: #f6aa1c;
}
.cid-uJbzZ8kNgi .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 20px 20px;
}
.cid-uJbzZ8kNgi .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-uJbzZ8kNgi .panel-title {
  color: #222222;
}
.cid-uJbzZ8kNgi .panel-text {
  color: #000000;
}
.cid-uJbzZ8kNgi .mbr-section-title,
.cid-uJbzZ8kNgi .mbr-section-btn {
  color: #000000;
}
.cid-uJbzZ8kNgi .panel-title-edit {
  color: #000000;
}
.cid-uJbzZ8wB4b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uJbzZ8wB4b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbzZ8wB4b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbzZ8wB4b .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uJbzZ8wB4b .container {
    padding: 10px 8px;
  }
}
.cid-uJbzZ8wB4b .row {
  border-radius: 25px;
  background-color: #941b0c;
  padding: 100px 32px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uJbzZ8wB4b .row {
    padding: 50px 2px;
  }
}
.cid-uJbzZ8wB4b .row .card {
  padding: 0 8px;
}
@media (max-width: 992px) {
  .cid-uJbzZ8wB4b .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uJbzZ8wB4b .desc-wrapper .mbr-desc {
  display: inline-flex;
  border: 1px solid #941b0c;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #f6aa1c;
  margin-bottom: 0;
}
.cid-uJbzZ8wB4b .mbr-section-title {
  margin-bottom: 0;
  padding-right: 80px;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .cid-uJbzZ8wB4b .mbr-section-title {
    margin-bottom: 30px;
    padding: 0;
  }
}
.cid-uJbzZ8wB4b .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uJbzZ8wB4b .text-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-uJbzZ8wB4b .text-wrapper .mbr-text span {
  opacity: 0.5;
}
.cid-uJbzZ8wB4b .text-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uJbzZ8wB4b .text-wrapper .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-uJbzZ8wB4b .text-wrapper .mbr-section-btn .btn {
    padding: 30px 50px;
  }
}
.cid-uJbzZ8wB4b .mbr-desc {
  color: #3283fb;
}
.cid-uJbzZ8wB4b .mbr-desc,
.cid-uJbzZ8wB4b .desc-wrapper {
  color: #000000;
}
.cid-uJbzZ8wB4b .mbr-text,
.cid-uJbzZ8wB4b .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uJbzZ8xZjI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uJbzZ8xZjI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbzZ8xZjI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbzZ8xZjI .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uJbzZ8xZjI .container {
    padding: 10px 8px;
  }
}
.cid-uJbzZ8xZjI .row {
  border-radius: 25px;
  background-color: #941b0c;
  justify-content: center;
  padding: 100px 32px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uJbzZ8xZjI .row {
    padding: 50px 2px;
  }
}
.cid-uJbzZ8xZjI .row .card {
  padding: 0 8px;
}
.cid-uJbzZ8xZjI .row .card:nth-child(2) {
  justify-content: center;
}
.cid-uJbzZ8xZjI .item {
  margin-bottom: 50px;
  margin-left: 15%;
}
.cid-uJbzZ8xZjI .item:nth-child(2n) {
  margin-left: 0;
  margin-right: 5%;
}
.cid-uJbzZ8xZjI .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uJbzZ8xZjI .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uJbzZ8xZjI .item:last-child {
  margin-bottom: 0;
}
.cid-uJbzZ8xZjI .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #fef7e8;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uJbzZ8xZjI .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uJbzZ8xZjI .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uJbzZ8xZjI .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uJbzZ8xZjI .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uJbzZ8xZjI .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJbzZ8xZjI .content-wrapper {
    margin: 50px 0;
  }
}
.cid-uJbzZ8xZjI .content-wrapper .desc-wrapper {
  margin-bottom: 30px;
}
.cid-uJbzZ8xZjI .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border: 1px solid #941b0c;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #f6aa1c;
  margin-bottom: 0;
}
.cid-uJbzZ8xZjI .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uJbzZ8xZjI .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uJbzZ8xZjI .content-wrapper .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uJbzZ8xZjI .content-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-uJbzZ8xZjI .content-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uJbzZ8xZjI .item-next {
  margin-bottom: 50px;
  margin-right: 15%;
  margin-left: 0;
}
.cid-uJbzZ8xZjI .item-next:nth-child(2n) {
  margin-right: 0;
  margin-left: 5%;
}
.cid-uJbzZ8xZjI .item-next .item-wrapper {
  border-radius: 25px !important;
  background-color: #fef7e8;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uJbzZ8xZjI .item-next .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uJbzZ8xZjI .item-next .item-wrapper .card-box .icon-wrapper {
  text-align: left;
  margin-bottom: 50px;
}
.cid-uJbzZ8xZjI .item-next .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uJbzZ8xZjI .item-next .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uJbzZ8xZjI .item-next .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uJbzZ8xZjI .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJbzZ8xZjI .mbr-desc,
.cid-uJbzZ8xZjI .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uJbzZ8xZjI .card-title {
  color: #000000;
}
.cid-uJbzZ8xZjI .card-text {
  color: #000000;
}
.cid-uJbzZ8ya0Z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-uJbzZ8ya0Z .item:focus,
.cid-uJbzZ8ya0Z span:focus {
  outline: none;
}
.cid-uJbzZ8ya0Z .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uJbzZ8ya0Z .content-head {
  max-width: 800px;
}
.cid-uJbzZ8ya0Z .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uJbzZ8ya0Z .item {
    min-height: 45px;
  }
}
.cid-uJbzZ8INbg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uJbzZ8INbg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbzZ8INbg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbzZ8INbg .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uJbzZ8INbg .container {
    padding: 10px 8px;
  }
}
.cid-uJbzZ8INbg .row {
  border-radius: 25px;
  background-color: #941b0c;
  margin: 0;
  overflow: hidden;
  padding: 100px 40px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uJbzZ8INbg .row {
    padding: 50px 10px;
  }
}
.cid-uJbzZ8INbg .item {
  margin-bottom: 16px;
}
.cid-uJbzZ8INbg .item:last-child {
  margin-bottom: 0;
}
.cid-uJbzZ8INbg .item .item-wrapper {
  position: relative;
  display: flex;
  border-radius: 33px !important;
  padding: 25px;
  overflow: hidden;
}
.cid-uJbzZ8INbg .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fef7e8;
  opacity: 0.4;
}
@media (max-width: 992px) {
  .cid-uJbzZ8INbg .item .item-wrapper {
    padding: 20px 15px;
    display: block;
  }
}
.cid-uJbzZ8INbg .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uJbzZ8INbg .item .item-wrapper .item-img {
    margin: 0 0 20px 0;
  }
}
.cid-uJbzZ8INbg .item .item-wrapper .item-img img {
  width: 260px;
  height: 100%;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uJbzZ8INbg .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uJbzZ8INbg .item .item-wrapper .item-img img {
    width: 100%;
    height: 140px;
  }
}
.cid-uJbzZ8INbg .item .item-wrapper .item-img a {
  height: 100%;
}
.cid-uJbzZ8INbg .item .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  font-size: 130px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJbzZ8INbg .item .item-wrapper .item-img .mbr-iconfont {
    font-size: 64px;
  }
}
.cid-uJbzZ8INbg .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  margin-right: 100px;
  padding: 30px 0;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uJbzZ8INbg .item .item-wrapper .item-content {
    margin-right: 0;
    padding: 0;
    width: 100%;
  }
}
.cid-uJbzZ8INbg .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJbzZ8INbg .item .item-wrapper .item-content .card-price {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .cid-uJbzZ8INbg .item .item-wrapper .item-content .card-price {
    line-height: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uJbzZ8INbg .item .item-wrapper .item-content .card-price {
    margin-bottom: 20px;
  }
}
.cid-uJbzZ8INbg .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uJbzZ8INbg .item .item-wrapper .tags-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uJbzZ8INbg .item .item-wrapper .tags-wrapper {
    margin-top: 20px;
    padding: 0;
    justify-content: flex-start;
  }
}
.cid-uJbzZ8INbg .item .item-wrapper .tags-wrapper .card-tag {
  border: 1px solid #f6aa1c;
  background-color: #f6aa1c;
  padding: 5px 25px;
  margin: 0 16px 16px 0;
  border-radius: 300px;
}
.cid-uJbzZ8INbg .mbr-section-title {
  margin-bottom: 80px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJbzZ8INbg .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uJbzZ8INbg .image-wrap {
  height: 100%;
}
.cid-uJbzZ8INbg .item-menu-overlay .btn-wrapper {
  margin-top: 15%;
}
.cid-uJbzZ8INbg .card-title {
  color: #000000;
}
.cid-uJbzZ8INbg .card-text {
  color: #000000;
}
.cid-uJbzZ8INbg .card-tag {
  color: #000000;
}
.cid-uJbzZ8INbg .card-price {
  color: #000000;
}
.cid-uJbzZ8R71p {
  background-image: url("../images/photo-1551014758-303fcfc6ee8e-h_m9ttwdsd.jpg");
}
.cid-uJbzZ8R71p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbzZ8R71p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbzZ8R8mN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uJbzZ8R8mN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbzZ8R8mN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbzZ8R8mN .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uJbzZ8R8mN .container {
    padding: 10px 8px;
  }
}
.cid-uJbzZ8R8mN .row {
  border-radius: 25px;
  background-color: #941b0c;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uJbzZ8R8mN .row {
    padding: 50px 10px;
  }
}
.cid-uJbzZ8R8mN .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uJbzZ8R8mN .mbr-section-title {
  margin-bottom: 80px;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJbzZ8R8mN .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uJbzZ8R8mN .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uJbzZ8R8mN .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uJbzZ8R8mN .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uJbzZ8R8mN .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uJbzZ8R8mN .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #fef7e8;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uJbzZ8R8mN .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uJbzZ8R8mN .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uJbzZ8R8mN .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uJbzZ8R8mN .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uJbzZ8R8mN .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uJbzZ8R8mN .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uJbzZ8R8mN .image-wrapper {
    margin: 0;
  }
}
.cid-uJbzZ8R8mN .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uJbzZ8R8mN .image-wrapper img {
    height: 300px;
  }
}
.cid-uJbzZ8R8mN .card-title {
  color: #000000;
}
.cid-uJbzZ8R8mN .card-text {
  color: #000000;
}
.cid-uJbzZ8ZdMk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uJbzZ8ZdMk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbzZ8ZdMk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbzZ8ZdMk .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uJbzZ8ZdMk .container {
    padding: 10px 8px;
  }
}
.cid-uJbzZ8ZdMk .row {
  margin: 0;
}
.cid-uJbzZ8ZdMk .row .card {
  padding: 0;
}
.cid-uJbzZ8ZdMk .row .card:nth-child(2n) .item-wrapper {
  margin-right: 0;
}
.cid-uJbzZ8ZdMk .item-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #941b0c;
  border-radius: 25px;
  margin-right: 16px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJbzZ8ZdMk .item-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-uJbzZ8ZdMk .item-wrapper {
    padding: 50px 10px;
  }
}
.cid-uJbzZ8ZdMk .item-wrapper .content-wrap {
  width: 100%;
}
.cid-uJbzZ8ZdMk .item-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJbzZ8ZdMk .item-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uJbzZ8ZdMk .item-wrapper .content-wrap .mbr-link {
  margin-bottom: 0;
}
.cid-uJbzZ8ZdMk .item-wrapper .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uJbzZ8ZdMk .item-wrapper .content-wrap .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uJbzZ8ZdMk .item-wrapper .content-wrap .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uJbzZ8ZdMk .mbr-section-title {
  color: #222222;
}
.cid-uJbzZ8ZdMk .mbr-section-title,
.cid-uJbzZ8ZdMk .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uJbzZ8ZdMk .mbr-desc {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJbzZ8ZdMk .mbr-link {
  text-align: center;
  color: #FFFFFF;
}
.cid-uJbzZ90tDp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uJbzZ90tDp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbzZ90tDp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbzZ90tDp .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uJbzZ90tDp .container {
    padding: 10px 8px;
  }
}
.cid-uJbzZ90tDp .row-main {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 40px 32px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uJbzZ90tDp .row-main {
    padding: 40px 2px;
  }
}
.cid-uJbzZ90tDp .row-main .card {
  padding: 0 8px;
}
.cid-uJbzZ90tDp .mbr-section-title {
  margin-bottom: 16px;
  color: #222222;
}
.cid-uJbzZ90tDp .mbr-desc {
  opacity: 0.5;
  margin-bottom: 16px;
  color: #222222;
}
.cid-uJbzZ90tDp .list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-uJbzZ90tDp .list-wrapper {
    display: block;
  }
}
.cid-uJbzZ90tDp .list-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-uJbzZ90tDp .list-wrapper .list .item-wrap {
  opacity: 0.5;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uJbzZ90tDp .list-wrapper .list .item-wrap:hover,
.cid-uJbzZ90tDp .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uJbzZ90tDp .social-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uJbzZ90tDp .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJbzZ90tDp .social-wrapper .soc-wrap .soc-item {
  margin-left: -0.5rem;
}
.cid-uJbzZ90tDp .social-wrapper .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uJbzZ90tDp .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uJbzZ90tDp .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJbzZ90tDp .social-wrapper .soc-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #3283fb;
  border: 1px solid #3283fb;
  color: #ffffff;
}
.cid-uJbzZ90tDp .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  transition: all 0.3s ease-in-out;
}
.cid-uJbzZ90tDp .contacts-wrapper {
  margin-bottom: 20px;
}
.cid-uJbzZ90tDp .contacts-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uJbzZ90tDp .contacts-wrapper a {
  display: block;
}
.cid-uJbzZ90tDp .contacts-wrapper a:hover .mbr-contact,
.cid-uJbzZ90tDp .contacts-wrapper a:focus .mbr-contact {
  opacity: 0.5;
}
.cid-uJbzZ90tDp .contacts-wrapper a .mbr-contact {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uJbzZ90tDp .contacts-wrapper .mbr-contact-desc {
  opacity: 0.5;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uJbzZ90tDp .mbr-section-btn .btn {
    padding: 35px 50px;
  }
}
.cid-uJbzZ90tDp .row-copy {
  background-color: transparent;
  border-radius: 0;
  padding: 40px 32px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uJbzZ90tDp .row-copy {
    padding: 40px 2px;
  }
}
.cid-uJbzZ90tDp .row-copy .card {
  padding: 0 8px;
}
.cid-uJbzZ90tDp .row-copy .card .mbr-copy {
  margin-bottom: 0;
}
.cid-uJbzZ90tDp .list {
  color: #222222;
}
.cid-uJbzZ90tDp .mbr-contact {
  color: #222222;
}
.cid-uJbzZ90tDp .mbr-contact-desc {
  color: #222222;
}
.cid-uJbzZ90tDp .mbr-copy {
  color: #000000;
  text-align: center;
}
