body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 7rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 3rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.6rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.6rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.8 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn-success:hover {
  background: #29361a !important;
  border-color: #29361a !important;
}
.btn-secondary {
  color: black!important;
}
.btn-secondary:hover,
.btn-secondary:active {
  color: black!important;
  background: #f9ad05 !important;
  border-color: #f9ad05 !important;
}
.btn-primary {
  color: white!important;
}
.btn-primary:hover {
  background: #fbbe36 !important;
  border-color: #fbbe36 !important;
}
.btn-info {
  color: white!important;
}
.btn-success:hover {
  background: #29361a !important;
  border-color: #29361a !important;
}
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e7272d !important;
}
.bg-success {
  background-color: #89b758 !important;
}
.bg-info {
  background-color: #29361a !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e7272d !important;
  border-color: #e7272d !important;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #e7272d;
  border-color: #e7272d;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #e7272d !important;
  border-color: #e7272d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fbbe36 !important;
  border-color: #fbbe36 !important;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #fbbe36;
  border-color: #fbbe36;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #fbbe36 !important;
  border-color: #fbbe36 !important;
}
.btn-info,
.btn-info:active {
  background-color: #29361a !important;
  border-color: #29361a !important;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #29361a;
  border-color: #29361a;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #29361a !important;
  border-color: #29361a !important;
}
.btn-success,
.btn-success:active {
  background-color: #89b758 !important;
  border-color: #89b758 !important;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #89b758;
  border-color: #89b758;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background-color: #89b758 !important;
  border-color: #89b758 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #971115;
  color: #971115;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e7272d;
  border-color: #e7272d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e7272d !important;
  border-color: #e7272d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #c78b04;
  color: #c78b04;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #fbbe36;
  border-color: #fbbe36;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fbbe36 !important;
  border-color: #fbbe36 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #29361a;
  border-color: #29361a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #29361a !important;
  border-color: #29361a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #567633;
  color: #567633;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #89b758;
  border-color: #89b758;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #89b758 !important;
  border-color: #89b758 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e7272d !important;
}
.text-secondary {
  color: #fbbe36 !important;
}
.text-success {
  color: #89b758 !important;
}
.text-info {
  color: #29361a !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f18386 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #fdde9a !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #bbd69f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #5d7b3b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #29361a;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e7272d;
  border-color: #e7272d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e7272d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbdfe0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c8ddb1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9dbe78;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.6rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #e7272d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #e7272d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e7272d;
  border-bottom-color: #e7272d;
}
.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: #e7272d !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: #fbbe36 !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='%23e7272d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-taH5BF6za0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-taH5BF6za0 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-taH5BF6za0 .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-taH5BF6za0 .dropdown-item {
  color: #000000 !important;
}
.cid-taH5BF6za0 .dropdown-item:hover {
  color: #000000 !important;
}
.cid-taH5BF6za0 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-taH5BF6za0 .nav-link:hover {
  color: #89b758 !important;
}
.cid-taH5BF6za0 .nav-link:hover:before {
  opacity: 1;
}
.cid-taH5BF6za0 .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #89b758;
}
.cid-taH5BF6za0 .btn-white {
  color: #e7272d !important;
}
.cid-taH5BF6za0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taH5BF6za0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taH5BF6za0 .container {
  display: flex;
  margin: auto;
}
.cid-taH5BF6za0 .navbar-caption {
  padding-right: 3rem;
}
.cid-taH5BF6za0 .navbar.opened {
  background: #ffffff !important;
}
.cid-taH5BF6za0 .nav-item:focus,
.cid-taH5BF6za0 .nav-link:focus {
  outline: none;
}
.cid-taH5BF6za0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-taH5BF6za0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taH5BF6za0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-taH5BF6za0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-taH5BF6za0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taH5BF6za0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taH5BF6za0 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-taH5BF6za0 .navbar.opened {
  transition: all 0.3s;
}
.cid-taH5BF6za0 .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-taH5BF6za0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taH5BF6za0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taH5BF6za0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taH5BF6za0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-taH5BF6za0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taH5BF6za0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taH5BF6za0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-taH5BF6za0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taH5BF6za0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taH5BF6za0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taH5BF6za0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taH5BF6za0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taH5BF6za0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taH5BF6za0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taH5BF6za0 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-taH5BF6za0 .navbar .navbar-logo img {
    height: 1.8rem !important;
  }
  .cid-taH5BF6za0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taH5BF6za0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taH5BF6za0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taH5BF6za0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-taH5BF6za0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taH5BF6za0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-taH5BF6za0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-taH5BF6za0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-taH5BF6za0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-taH5BF6za0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taH5BF6za0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taH5BF6za0 .dropdown-item.active,
.cid-taH5BF6za0 .dropdown-item:active {
  background-color: transparent;
}
.cid-taH5BF6za0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taH5BF6za0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taH5BF6za0 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taH5BF6za0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-taH5BF6za0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taH5BF6za0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taH5BF6za0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-taH5BF6za0 .navbar-buttons {
  text-align: center;
}
.cid-taH5BF6za0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-taH5BF6za0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-taH5BF6za0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taH5BF6za0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taH5BF6za0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taH5BF6za0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taH5BF6za0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taH5BF6za0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taH5BF6za0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taH5BF6za0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taH5BF6za0 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-taH5BF6za0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-taH5BF6za0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taH5BF6za0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-taH5BF6za0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-taH5BF6za0 .navbar {
    height: 77px;
  }
  .cid-taH5BF6za0 .navbar.opened {
    height: auto;
  }
  .cid-taH5BF6za0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWEEXjiwp1 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/h1-1920x1280.jpeg");
}
.cid-tWEEXjiwp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWEEXjiwp1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWEEXjiwp1 .container {
    padding: 0 20px;
  }
  .cid-tWEEXjiwp1 .container .row {
    padding: 0;
  }
}
.cid-tWEEXjiwp1 .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tWEEXjiwp1 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tWEEXjiwp1 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tWEEXjiwp1 .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tWEEXjiwp1 .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #fbbe36;
}
.cid-tWEEXjiwp1 .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tWEEXjiwp1 .mbr-text {
  color: #ffffff;
}
.cid-tWEEXjiwp1 .mbr-text,
.cid-tWEEXjiwp1 .mbr-section-btn {
  text-align: right;
}
.cid-tWEBkmU6OL {
  background-color: #463036;
}
.cid-tWEBkmU6OL .row {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}
.cid-tWEBkmU6OL .card {
  padding: 0;
  height: 422px;
  position: relative;
}
.cid-tWEBkmU6OL .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
}
.cid-tWEBkmU6OL .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-tWEBkmU6OL .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px 40px;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-tWEBkmU6OL .card-wrapper {
    padding: 34px 31px;
  }
}
@media (max-width: 425px) {
  .cid-tWEBkmU6OL .card-wrapper {
    padding: 31px;
  }
}
.cid-tWEBkmU6OL .mbr-number {
  margin: 0;
  opacity: 0;
  transition: all .4s ease;
  transform: translate(0, -30%);
  pointer-events: visible;
  color: #fff;
}
.cid-tWEBkmU6OL .mbr-title {
  margin-bottom: 0;
  pointer-events: visible;
}
@media (max-width: 768px) {
  .cid-tWEBkmU6OL .mbr-title {
    margin-bottom: .5rem;
  }
}
.cid-tWEBkmU6OL .mbr-text {
  margin: 0;
  pointer-events: visible;
}
.cid-tWEBkmU6OL span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #463036;
  border-radius: 50%;
  font-size: 24px;
  margin: 0;
  pointer-events: visible;
}
@media (max-width: 768px) {
  .cid-tWEBkmU6OL span {
    margin: 2px auto 0;
  }
}
.cid-tWEBkmU6OL .card-text-item {
  padding: 0 5px 0 0;
}
.cid-tWEBkmU6OL .card:hover .mbr-number {
  opacity: 1;
  transform: translate(0, 0);
}
.cid-tWEBkmU6OL .card:hover .card-link {
  background: #1f242e;
  opacity: .86;
}
.cid-tWEBkmU6OL .mbr-section-subtitle {
  margin-bottom: 22px;
  color: #FF4712;
  text-align: center;
}
.cid-tWEBkmU6OL .mbr-section-title {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-tWEBkmU6OL .mbr-section-head {
  margin-bottom: 45px;
}
.cid-tWEBkmU6OL .mbr-title,
.cid-tWEBkmU6OL .mbr-iconfont {
  color: #fff;
}
.cid-taH5b5YVRS {
  padding-top: 75px;
  padding-bottom: 225px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #463036);
}
.cid-taH5b5YVRS H2 {
  color: #e7272d;
}
@media (min-width: 992px) {
  .cid-taH5b5YVRS .row {
    position: relative;
  }
  .cid-taH5b5YVRS .row .mbr-figure {
    width: 450px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -150px;
  }
  .cid-taH5b5YVRS .row .mbr-figure img {
    max-width: 600px;
  }
}
.cid-taH5b5YVRS img {
  max-width: 500px;
  margin: auto;
}
.cid-taH57qfNz5 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #320c16;
  background: linear-gradient(45deg, #320c16, #463036);
}
.cid-taH57qfNz5 H2 {
  color: #89b758;
}
.cid-taH57qfNz5 .mbr-text,
.cid-taH57qfNz5 .mbr-section-btn {
  color: #808080;
}
.cid-taH57qfNz5 .mbr-section-btn {
  margin-bottom: -5.2rem;
}
.cid-taH57qfNz5 .center-card {
  background: white;
  padding: 3rem;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
}
.cid-taH57qfNz5 .mbr-figure {
  height: 100%;
}
.cid-taH57qfNz5 .card-img {
  height: 100%;
  padding: 0 2rem;
}
.cid-taH57qfNz5 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.cid-taH57qfNz5 H1 {
  color: #29361a;
}
@media (max-width: 992px) {
  .cid-taH57qfNz5 .mbr-section-btn {
    margin-bottom: 0rem;
  }
  .cid-taH57qfNz5 .card-img {
    padding: 0rem;
    padding-bottom: 2rem;
    max-height: 300px;
  }
  .cid-taH57qfNz5 .container {
    padding: 0 3rem;
  }
  .cid-taH57qfNz5 .center-card {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-taH57qfNz5 .container {
    padding: 0 2rem;
  }
  .cid-taH57qfNz5 .card-img {
    width: 100%;
  }
  .cid-taH57qfNz5 .center-card {
    padding: 1rem;
  }
}
.cid-tWFebXs41w {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tWFebXs41w .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-tWFebXs41w .item-tag {
  background: #89b758;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-tWFebXs41w .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #89b758;
}
.cid-tWFebXs41w .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-tWFebXs41w .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-tWFebXs41w .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tWFebXs41w .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tWFebXs41w .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-tWFebXs41w .mbr-figure {
    width: 100% !important;
  }
  .cid-tWFebXs41w .menu-item {
    flex-direction: column;
  }
  .cid-tWFebXs41w img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-tWFebXs41w .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-tWFebXs41w .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-tWFebXs41w .special-label {
  color: #fff;
}
.cid-tWFebXs41w .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tWFebXs41w .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tWFebXs41w .menu-row {
  margin: 0;
}
.cid-tWFebXs41w .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-tWFebXs41w .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-tWFebXs41w .group-title,
.cid-tWFebXs41w .align-wrap {
  text-align: left;
}
.cid-tWFebXs41w SPAN {
  color: #89b758;
}
.cid-tWFebXs41w .item-title {
  color: #808080;
}
.cid-tWFebXs41w H4 {
  color: #89b758;
}
.cid-tWFbH09xzm {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/h1-1-1920x1280.jpeg");
}
.cid-tWFbH09xzm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWFbH09xzm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWFbH09xzm .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-tWFbH09xzm .col {
    width: 40%;
  }
}
.cid-tWFbH09xzm .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tWFbH09xzm .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-tWFbH09xzm .card-wrapper h1,
.cid-tWFbH09xzm .card-wrapper h2,
.cid-tWFbH09xzm .card-wrapper p,
.cid-tWFbH09xzm .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-tWFbH09xzm .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ecede8;
  opacity: 1;
}
.cid-tWFbH09xzm .mbr-section-title {
  color: #491414;
}
.cid-tWFbH09xzm .mbr-section-subtitle {
  color: #491414;
}
.cid-tWFbH09xzm .mbr-text,
.cid-tWFbH09xzm .mbr-section-btn {
  color: #491414;
}
.cid-taH5hFqz3d {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #463036;
}
.cid-taH5hFqz3d .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-taH5hFqz3d input,
.cid-taH5hFqz3d textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 30px;
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .cid-taH5hFqz3d .img-col {
    order: 2;
    text-align: center;
  }
  .cid-taH5hFqz3d img {
    max-width: 200px;
    margin: auto;
  }
  .cid-taH5hFqz3d .form-row {
    flex-direction: column;
  }
  .cid-taH5hFqz3d .btn {
    width: 100%;
  }
}
.cid-taH5hFqz3d .btn {
  border-radius: 30px;
  margin: 0 !important;
  min-height: 4rem;
}
.cid-taH5jB4ZMv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #320c16;
}
.cid-taH5jB4ZMv .logo {
  max-width: 80px;
  width: 100%;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-taH5jB4ZMv .icon-wrap {
  display: flex;
  margin-bottom: 1rem;
}
.cid-taH5jB4ZMv .icon-wrap span {
  margin-right: 14px;
  margin-top: 4px;
  font-size: 1.2rem;
  color: #89b758;
}
.cid-taH5jB4ZMv .feedimg {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
@media (max-width: 767px) {
  .cid-taH5jB4ZMv .feedimg {
    width: 80px;
    height: 80px;
  }
}
.cid-taH5jB4ZMv .mbr-text,
.cid-taH5jB4ZMv .mbr-section-btn {
  color: #808080;
}
.cid-taH5jB4ZMv .location,
.cid-taH5jB4ZMv .icon-wrap {
  color: #808080;
}
.cid-taH5jB4ZMv H3 {
  color: #29361a;
}
.cid-tWFz5Sjtf7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #463036;
}
.cid-tWFz5Sjtf7 .row-links {
  width: 100%;
}
.cid-tWFz5Sjtf7 .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-tWFz5Sjtf7 .col-lg-6 {
  height: fit-content;
}
.cid-tWFz5Sjtf7 .soc-item {
  background: #e7272d;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tWFz5Sjtf7 .soc-item:hover {
  transform: scale(1.1);
}
.cid-tWFz5Sjtf7 .row {
  align-items: center;
}
.cid-tWFz5Sjtf7 .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-tWFz5Sjtf7 .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-tWFz5Sjtf7 .row .foot-menu li:hover {
  color: #e7272d;
}
.cid-tWFz5Sjtf7 .row .foot-menu li p {
  margin: 0;
}
.cid-tWFz5Sjtf7 .row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tWFz5Sjtf7 .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tWFz5Sjtf7 .row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tWFz5Sjtf7 .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tWFz5Sjtf7 .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tWFz5Sjtf7 .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tWFz5Sjtf7 .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tWFz5Sjtf7 .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tWFz5Sjtf7 .row-links {
    justify-content: center;
  }
  .cid-tWFz5Sjtf7 .foot-menu {
    justify-content: center;
  }
  .cid-tWFz5Sjtf7 .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-tWFz5Sjtf7 .social-row {
    justify-content: center;
  }
  .cid-tWFz5Sjtf7 .mbr-text {
    text-align: center;
  }
  .cid-tWFz5Sjtf7 li {
    padding-right: 1rem !important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWFz5Sjtf7 .foot-menu {
    flex-direction: column;
  }
}
.cid-tWFCV9nNzV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tWFCV9nNzV .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-tWFCV9nNzV .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-tWFCV9nNzV .dropdown-item {
  color: #000000 !important;
}
.cid-tWFCV9nNzV .dropdown-item:hover {
  color: #000000 !important;
}
.cid-tWFCV9nNzV .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-tWFCV9nNzV .nav-link:hover {
  color: #89b758 !important;
}
.cid-tWFCV9nNzV .nav-link:hover:before {
  opacity: 1;
}
.cid-tWFCV9nNzV .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #89b758;
}
.cid-tWFCV9nNzV .btn-white {
  color: #e7272d !important;
}
.cid-tWFCV9nNzV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWFCV9nNzV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWFCV9nNzV .container {
  display: flex;
  margin: auto;
}
.cid-tWFCV9nNzV .navbar-caption {
  padding-right: 3rem;
}
.cid-tWFCV9nNzV .navbar.opened {
  background: #ffffff !important;
}
.cid-tWFCV9nNzV .nav-item:focus,
.cid-tWFCV9nNzV .nav-link:focus {
  outline: none;
}
.cid-tWFCV9nNzV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tWFCV9nNzV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWFCV9nNzV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tWFCV9nNzV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tWFCV9nNzV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWFCV9nNzV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWFCV9nNzV .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tWFCV9nNzV .navbar.opened {
  transition: all 0.3s;
}
.cid-tWFCV9nNzV .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-tWFCV9nNzV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWFCV9nNzV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWFCV9nNzV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWFCV9nNzV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tWFCV9nNzV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWFCV9nNzV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWFCV9nNzV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tWFCV9nNzV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWFCV9nNzV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWFCV9nNzV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWFCV9nNzV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWFCV9nNzV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWFCV9nNzV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWFCV9nNzV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWFCV9nNzV .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tWFCV9nNzV .navbar .navbar-logo img {
    height: 1.8rem !important;
  }
  .cid-tWFCV9nNzV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWFCV9nNzV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWFCV9nNzV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWFCV9nNzV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tWFCV9nNzV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWFCV9nNzV .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tWFCV9nNzV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tWFCV9nNzV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tWFCV9nNzV .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWFCV9nNzV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWFCV9nNzV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWFCV9nNzV .dropdown-item.active,
.cid-tWFCV9nNzV .dropdown-item:active {
  background-color: transparent;
}
.cid-tWFCV9nNzV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWFCV9nNzV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWFCV9nNzV .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWFCV9nNzV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWFCV9nNzV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWFCV9nNzV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWFCV9nNzV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tWFCV9nNzV .navbar-buttons {
  text-align: center;
}
.cid-tWFCV9nNzV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tWFCV9nNzV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWFCV9nNzV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWFCV9nNzV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWFCV9nNzV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWFCV9nNzV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWFCV9nNzV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWFCV9nNzV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWFCV9nNzV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWFCV9nNzV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWFCV9nNzV .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tWFCV9nNzV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWFCV9nNzV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWFCV9nNzV .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tWFCV9nNzV .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWFCV9nNzV .navbar {
    height: 77px;
  }
  .cid-tWFCV9nNzV .navbar.opened {
    height: auto;
  }
  .cid-tWFCV9nNzV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWFCV9UaZt {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #7f1933;
}
.cid-tWFCV9UaZt .btn {
  border-radius: 10px;
  padding: 1rem 2rem;
  margin: 0.5rem;
}
.cid-tWFCV9UaZt .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tWFCV9UaZt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWFCV9UaZt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWFDlKdVUc {
  padding-top: 8rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWFDlKdVUc .title__block {
  padding-bottom: 40px;
}
.cid-tWFDlKdVUc .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tWFDlKdVUc .mbr-section-title b,
.cid-tWFDlKdVUc .mbr-section-title strong {
  font-weight: 500;
}
.cid-tWFDlKdVUc .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-tWFDlKdVUc .mbr-text {
  margin-bottom: 43px;
}
.cid-tWFDlKdVUc .image__block {
  position: relative;
  z-index: 1;
  max-height: 620px;
}
.cid-tWFDlKdVUc .image__block:before {
  content: "";
  position: absolute;
  top: -28%;
  left: 120px;
  width: 100vw;
  height: calc(100% + 40px);
  background-color: #320c16;
}
.cid-tWFDlKdVUc .img__wrap {
  position: relative;
  max-height: 620px;
}
.cid-tWFDlKdVUc .img__wrap .image1 {
  display: block;
  position: relative;
  bottom: -52px;
  left: 0;
  transform: rotate(-11.7deg) translateX(24.6%);
  width: 41%;
}
.cid-tWFDlKdVUc .img__wrap .image1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 138%;
}
.cid-tWFDlKdVUc .img__wrap .image1 img {
  max-width: 341px;
  max-height: 472px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-tWFDlKdVUc .img__wrap .image2 {
  display: block;
  position: relative;
  bottom: 20px;
  left: 0;
  transform: rotate(9.96deg) translate(34%, -90%);
  width: 62%;
}
.cid-tWFDlKdVUc .img__wrap .image2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 120%;
}
.cid-tWFDlKdVUc .img__wrap .image2 img {
  max-width: 520px;
  max-height: 625px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tWFDlKdVUc .row {
    text-align: center;
  }
  .cid-tWFDlKdVUc .title__block {
    padding-bottom: 0;
  }
  .cid-tWFDlKdVUc .mbr-section-title {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .cid-tWFDlKdVUc .figure:before {
    content: none;
  }
  .cid-tWFDlKdVUc .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-tWFDlKdVUc .mbr-text {
    margin-bottom: 30px;
  }
  .cid-tWFDlKdVUc .image__block:before {
    top: 50px;
    left: 30px;
    height: calc(100% - 25px);
    min-height: 235px;
    max-height: 400px;
  }
  .cid-tWFDlKdVUc .img__wrap {
    max-height: 0;
    padding-bottom: 88%;
    margin-top: 22%;
  }
}
.cid-tWFDlKdVUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWFDlKdVUc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWFEJcFZr9 {
  background-color: #f5db6e;
  position: relative;
}
.cid-tWFEJcFZr9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWFEJcFZr9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWFEJcFZr9 .container,
.cid-tWFEJcFZr9 .container-fluid {
  position: static;
}
.cid-tWFEJcFZr9 .mbr-section-title {
  margin-bottom: 25px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWFEJcFZr9 .mbr-section-title {
    margin-bottom: 5px;
  }
}
.cid-tWFEJcFZr9 .mbr-section-subtitle {
  color: #131313;
}
.cid-tWFEJcFZr9 .mbr-text {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tWFEJcFZr9 .mbr-text {
    margin-top: 18px;
  }
}
.cid-tWFEJcFZr9 .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tWFEJcFZr9 .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-tWFEJcFZr9 .item-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 42%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  right: auto;
  left: 0;
}
.cid-tWFEJcFZr9 .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-tWFEJcFZr9 .item-img {
    display: none;
  }
}
.cid-tWFFIzVZGn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tWFFIzVZGn .card-subtitle {
  margin: 0;
}
.cid-tWFFIzVZGn .item {
  margin-bottom: 2rem;
}
.cid-tWFFIzVZGn .card1 {
  background: #fe7a15;
}
.cid-tWFFIzVZGn .card2 {
  background: #fbbe36;
}
.cid-tWFFIzVZGn .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  border-radius: 9px;
  cursor: pointer;
  display: flex;
  transition: all 0.6s;
  overflow: hidden;
  position: relative;
}
.cid-tWFFIzVZGn .item-wrapper:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-tWFFIzVZGn .item-wrapper:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-tWFFIzVZGn .item-wrapper:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-tWFFIzVZGn .item-wrapper:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-tWFFIzVZGn .item-wrapper img {
  width: 180px;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-tWFFIzVZGn .item-wrapper .card-box {
  padding: 1rem;
}
.cid-tWFFIzVZGn .item-wrapper .link {
  transition: all 0.3s;
  text-decoration: underline;
}
.cid-tWFFIzVZGn .item-wrapper .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-tWFFIzVZGn .item-wrapper .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-tWFFIzVZGn .item-wrapper .mbr-section-btn .btn {
  border: 0px;
}
.cid-tWFFIzVZGn .item-wrapper .mbr-section-btn .btn:hover {
  background: inherit !important;
  color: inherit !important;
}
.cid-tWFFIzVZGn .item-wrapper h4,
.cid-tWFFIzVZGn .item-wrapper h6,
.cid-tWFFIzVZGn .item-wrapper h5 {
  margin: 0;
}
.cid-tWFFIzVZGn .item-wrapper .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-tWFFIzVZGn .item-wrapper .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-tWFFIzVZGn .item-wrapper .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-tWFFIzVZGn .item-wrapper .card {
  cursor: pointer;
  margin-bottom: 2rem;
  height: fit-content;
}
.cid-tWFFIzVZGn .item-wrapper .card .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWFFIzVZGn .card-img {
  justify-content: center;
  align-items: center;
  display: flex;
}
.cid-tWFFIzVZGn .row {
  justify-content: center;
}
.cid-tWFFIzVZGn .location,
.cid-tWFFIzVZGn .icon-wrap {
  color: #e7272d;
}
.cid-tWFFIzVZGn .link,
.cid-tWFFIzVZGn .link-wrap,
.cid-tWFFIzVZGn .link-align {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tWFFIzVZGn .wrapper {
    flex-direction: column;
  }
  .cid-tWFFIzVZGn .icon-padding {
    padding-left: 0rem;
  }
  .cid-tWFFIzVZGn .card-box {
    padding: 0;
  }
}
.cid-tWFFIzVZGn H2 {
  color: #e7272d;
}
@media (max-width: 767px) {
  .cid-tWFFIzVZGn .item-wrapper {
    flex-direction: column;
  }
}
.cid-tWFFIzVZGn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWFFIzVZGn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWFCVajAl5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #463036;
}
.cid-tWFCVajAl5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tWFCVajAl5 input,
.cid-tWFCVajAl5 textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 30px;
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .cid-tWFCVajAl5 .img-col {
    order: 2;
    text-align: center;
  }
  .cid-tWFCVajAl5 img {
    max-width: 200px;
    margin: auto;
  }
  .cid-tWFCVajAl5 .form-row {
    flex-direction: column;
  }
  .cid-tWFCVajAl5 .btn {
    width: 100%;
  }
}
.cid-tWFCVajAl5 .btn {
  border-radius: 30px;
  margin: 0 !important;
  min-height: 4rem;
}
.cid-tWFCVaHiu5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #320c16;
}
.cid-tWFCVaHiu5 .logo {
  max-width: 80px;
  width: 100%;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tWFCVaHiu5 .icon-wrap {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tWFCVaHiu5 .icon-wrap span {
  margin-right: 14px;
  margin-top: 4px;
  font-size: 1.2rem;
  color: #89b758;
}
.cid-tWFCVaHiu5 .feedimg {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
@media (max-width: 767px) {
  .cid-tWFCVaHiu5 .feedimg {
    width: 80px;
    height: 80px;
  }
}
.cid-tWFCVaHiu5 .mbr-text,
.cid-tWFCVaHiu5 .mbr-section-btn {
  color: #808080;
}
.cid-tWFCVaHiu5 .location,
.cid-tWFCVaHiu5 .icon-wrap {
  color: #808080;
}
.cid-tWFCVaHiu5 H3 {
  color: #29361a;
}
.cid-tWFCVbb0vh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #463036;
}
.cid-tWFCVbb0vh .row-links {
  width: 100%;
}
.cid-tWFCVbb0vh .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-tWFCVbb0vh .col-lg-6 {
  height: fit-content;
}
.cid-tWFCVbb0vh .soc-item {
  background: #e7272d;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tWFCVbb0vh .soc-item:hover {
  transform: scale(1.1);
}
.cid-tWFCVbb0vh .row {
  align-items: center;
}
.cid-tWFCVbb0vh .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-tWFCVbb0vh .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-tWFCVbb0vh .row .foot-menu li:hover {
  color: #e7272d;
}
.cid-tWFCVbb0vh .row .foot-menu li p {
  margin: 0;
}
.cid-tWFCVbb0vh .row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tWFCVbb0vh .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tWFCVbb0vh .row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tWFCVbb0vh .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tWFCVbb0vh .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tWFCVbb0vh .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tWFCVbb0vh .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tWFCVbb0vh .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tWFCVbb0vh .row-links {
    justify-content: center;
  }
  .cid-tWFCVbb0vh .foot-menu {
    justify-content: center;
  }
  .cid-tWFCVbb0vh .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-tWFCVbb0vh .social-row {
    justify-content: center;
  }
  .cid-tWFCVbb0vh .mbr-text {
    text-align: center;
  }
  .cid-tWFCVbb0vh li {
    padding-right: 1rem !important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWFCVbb0vh .foot-menu {
    flex-direction: column;
  }
}
.cid-tWFBG3ttM0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tWFBG3ttM0 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-tWFBG3ttM0 .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-tWFBG3ttM0 .dropdown-item {
  color: #000000 !important;
}
.cid-tWFBG3ttM0 .dropdown-item:hover {
  color: #000000 !important;
}
.cid-tWFBG3ttM0 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-tWFBG3ttM0 .nav-link:hover {
  color: #89b758 !important;
}
.cid-tWFBG3ttM0 .nav-link:hover:before {
  opacity: 1;
}
.cid-tWFBG3ttM0 .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #89b758;
}
.cid-tWFBG3ttM0 .btn-white {
  color: #e7272d !important;
}
.cid-tWFBG3ttM0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWFBG3ttM0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWFBG3ttM0 .container {
  display: flex;
  margin: auto;
}
.cid-tWFBG3ttM0 .navbar-caption {
  padding-right: 3rem;
}
.cid-tWFBG3ttM0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tWFBG3ttM0 .nav-item:focus,
.cid-tWFBG3ttM0 .nav-link:focus {
  outline: none;
}
.cid-tWFBG3ttM0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tWFBG3ttM0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWFBG3ttM0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tWFBG3ttM0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tWFBG3ttM0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWFBG3ttM0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWFBG3ttM0 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tWFBG3ttM0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tWFBG3ttM0 .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-tWFBG3ttM0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWFBG3ttM0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWFBG3ttM0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWFBG3ttM0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tWFBG3ttM0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWFBG3ttM0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWFBG3ttM0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tWFBG3ttM0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWFBG3ttM0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWFBG3ttM0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWFBG3ttM0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWFBG3ttM0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWFBG3ttM0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWFBG3ttM0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWFBG3ttM0 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tWFBG3ttM0 .navbar .navbar-logo img {
    height: 1.8rem !important;
  }
  .cid-tWFBG3ttM0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWFBG3ttM0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWFBG3ttM0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWFBG3ttM0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tWFBG3ttM0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWFBG3ttM0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tWFBG3ttM0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tWFBG3ttM0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tWFBG3ttM0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWFBG3ttM0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWFBG3ttM0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWFBG3ttM0 .dropdown-item.active,
.cid-tWFBG3ttM0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tWFBG3ttM0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWFBG3ttM0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWFBG3ttM0 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWFBG3ttM0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWFBG3ttM0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWFBG3ttM0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWFBG3ttM0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tWFBG3ttM0 .navbar-buttons {
  text-align: center;
}
.cid-tWFBG3ttM0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tWFBG3ttM0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWFBG3ttM0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWFBG3ttM0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWFBG3ttM0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWFBG3ttM0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWFBG3ttM0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWFBG3ttM0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWFBG3ttM0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWFBG3ttM0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWFBG3ttM0 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tWFBG3ttM0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWFBG3ttM0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWFBG3ttM0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tWFBG3ttM0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWFBG3ttM0 .navbar {
    height: 77px;
  }
  .cid-tWFBG3ttM0 .navbar.opened {
    height: auto;
  }
  .cid-tWFBG3ttM0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWFCrXOebr {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #7f1933;
}
.cid-tWFCrXOebr .btn {
  border-radius: 10px;
  padding: 1rem 2rem;
  margin: 0.5rem;
}
.cid-tWFCrXOebr .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tWFCrXOebr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWFCrXOebr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWFK7wXaCB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tWFK7wXaCB .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-tWFK7wXaCB .item-tag {
  background: #89b758;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-tWFK7wXaCB .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #89b758;
}
.cid-tWFK7wXaCB .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-tWFK7wXaCB .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-tWFK7wXaCB .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tWFK7wXaCB .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tWFK7wXaCB .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-tWFK7wXaCB .mbr-figure {
    width: 100% !important;
  }
  .cid-tWFK7wXaCB .menu-item {
    flex-direction: column;
  }
  .cid-tWFK7wXaCB img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-tWFK7wXaCB .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-tWFK7wXaCB .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-tWFK7wXaCB .special-label {
  color: #fff;
}
.cid-tWFK7wXaCB .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tWFK7wXaCB .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tWFK7wXaCB .menu-row {
  margin: 0;
}
.cid-tWFK7wXaCB .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-tWFK7wXaCB .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-tWFK7wXaCB .group-title,
.cid-tWFK7wXaCB .align-wrap {
  text-align: left;
}
.cid-tWFK7wXaCB SPAN {
  color: #89b758;
}
.cid-tWFK7wXaCB .item-title {
  color: #808080;
}
.cid-tWFK7wXaCB H4 {
  color: #89b758;
}
.cid-tWFKa6myXI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tWFKa6myXI .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-tWFKa6myXI .item-tag {
  background: #89b758;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-tWFKa6myXI .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #89b758;
}
.cid-tWFKa6myXI .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-tWFKa6myXI .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-tWFKa6myXI .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tWFKa6myXI .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tWFKa6myXI .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-tWFKa6myXI .mbr-figure {
    width: 100% !important;
  }
  .cid-tWFKa6myXI .menu-item {
    flex-direction: column;
  }
  .cid-tWFKa6myXI img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-tWFKa6myXI .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-tWFKa6myXI .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-tWFKa6myXI .special-label {
  color: #fff;
}
.cid-tWFKa6myXI .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tWFKa6myXI .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tWFKa6myXI .menu-row {
  margin: 0;
}
.cid-tWFKa6myXI .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-tWFKa6myXI .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-tWFKa6myXI .group-title,
.cid-tWFKa6myXI .align-wrap {
  text-align: left;
}
.cid-tWFKa6myXI SPAN {
  color: #89b758;
}
.cid-tWFKa6myXI .item-title {
  color: #808080;
}
.cid-tWFKa6myXI H4 {
  color: #89b758;
}
.cid-tWFI3x6Vd0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tWFI3x6Vd0 .card-subtitle {
  margin: 0;
}
.cid-tWFI3x6Vd0 .card1 {
  background: #e7272d;
}
.cid-tWFI3x6Vd0 .card2 {
  background: #232323;
}
.cid-tWFI3x6Vd0 .card3 {
  background: #fe7a15;
}
.cid-tWFI3x6Vd0 .item {
  margin-bottom: 2rem;
}
.cid-tWFI3x6Vd0 .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  border-radius: 9px;
  cursor: pointer;
  display: flex;
  transition: all 0.6s;
  overflow: hidden;
  position: relative;
}
.cid-tWFI3x6Vd0 .item-wrapper:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-tWFI3x6Vd0 .item-wrapper:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-tWFI3x6Vd0 .item-wrapper:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-tWFI3x6Vd0 .item-wrapper:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-tWFI3x6Vd0 .item-wrapper img {
  width: 130px;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-tWFI3x6Vd0 .item-wrapper .card-box {
  padding: 1rem;
}
.cid-tWFI3x6Vd0 .item-wrapper .link {
  transition: all 0.3s;
  text-decoration: underline;
}
.cid-tWFI3x6Vd0 .item-wrapper .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-tWFI3x6Vd0 .item-wrapper .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-tWFI3x6Vd0 .item-wrapper .mbr-section-btn .btn {
  border: 0px;
}
.cid-tWFI3x6Vd0 .item-wrapper .mbr-section-btn .btn:hover {
  background: inherit !important;
  color: inherit !important;
}
.cid-tWFI3x6Vd0 .item-wrapper h4,
.cid-tWFI3x6Vd0 .item-wrapper h6,
.cid-tWFI3x6Vd0 .item-wrapper h5 {
  margin: 0;
}
.cid-tWFI3x6Vd0 .item-wrapper .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-tWFI3x6Vd0 .item-wrapper .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-tWFI3x6Vd0 .item-wrapper .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-tWFI3x6Vd0 .item-wrapper .card {
  cursor: pointer;
  height: fit-content;
}
.cid-tWFI3x6Vd0 .item-wrapper .card .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWFI3x6Vd0 .card-img {
  justify-content: center;
  align-items: center;
  display: flex;
}
.cid-tWFI3x6Vd0 .row {
  justify-content: center;
}
.cid-tWFI3x6Vd0 .location,
.cid-tWFI3x6Vd0 .icon-wrap {
  color: #e7272d;
}
.cid-tWFI3x6Vd0 .link,
.cid-tWFI3x6Vd0 .link-wrap,
.cid-tWFI3x6Vd0 .link-align {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tWFI3x6Vd0 .wrapper {
    flex-direction: column;
  }
  .cid-tWFI3x6Vd0 .icon-padding {
    padding-left: 0rem;
  }
  .cid-tWFI3x6Vd0 .card-box {
    padding: 0;
  }
}
.cid-tWFI3x6Vd0 H2 {
  color: #e7272d;
}
@media (max-width: 767px) {
  .cid-tWFI3x6Vd0 .item-wrapper {
    flex-direction: column;
  }
}
.cid-tWFI3x6Vd0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWFI3x6Vd0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWFBG6DmF2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #463036;
}
.cid-tWFBG6DmF2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tWFBG6DmF2 input,
.cid-tWFBG6DmF2 textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 30px;
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .cid-tWFBG6DmF2 .img-col {
    order: 2;
    text-align: center;
  }
  .cid-tWFBG6DmF2 img {
    max-width: 200px;
    margin: auto;
  }
  .cid-tWFBG6DmF2 .form-row {
    flex-direction: column;
  }
  .cid-tWFBG6DmF2 .btn {
    width: 100%;
  }
}
.cid-tWFBG6DmF2 .btn {
  border-radius: 30px;
  margin: 0 !important;
  min-height: 4rem;
}
.cid-tWFBG7rSCX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #320c16;
}
.cid-tWFBG7rSCX .logo {
  max-width: 80px;
  width: 100%;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tWFBG7rSCX .icon-wrap {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tWFBG7rSCX .icon-wrap span {
  margin-right: 14px;
  margin-top: 4px;
  font-size: 1.2rem;
  color: #89b758;
}
.cid-tWFBG7rSCX .feedimg {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
@media (max-width: 767px) {
  .cid-tWFBG7rSCX .feedimg {
    width: 80px;
    height: 80px;
  }
}
.cid-tWFBG7rSCX .mbr-text,
.cid-tWFBG7rSCX .mbr-section-btn {
  color: #808080;
}
.cid-tWFBG7rSCX .location,
.cid-tWFBG7rSCX .icon-wrap {
  color: #808080;
}
.cid-tWFBG7rSCX H3 {
  color: #29361a;
}
.cid-tWFBG7TuS3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #463036;
}
.cid-tWFBG7TuS3 .row-links {
  width: 100%;
}
.cid-tWFBG7TuS3 .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-tWFBG7TuS3 .col-lg-6 {
  height: fit-content;
}
.cid-tWFBG7TuS3 .soc-item {
  background: #e7272d;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tWFBG7TuS3 .soc-item:hover {
  transform: scale(1.1);
}
.cid-tWFBG7TuS3 .row {
  align-items: center;
}
.cid-tWFBG7TuS3 .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-tWFBG7TuS3 .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-tWFBG7TuS3 .row .foot-menu li:hover {
  color: #e7272d;
}
.cid-tWFBG7TuS3 .row .foot-menu li p {
  margin: 0;
}
.cid-tWFBG7TuS3 .row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tWFBG7TuS3 .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tWFBG7TuS3 .row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tWFBG7TuS3 .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tWFBG7TuS3 .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tWFBG7TuS3 .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tWFBG7TuS3 .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tWFBG7TuS3 .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tWFBG7TuS3 .row-links {
    justify-content: center;
  }
  .cid-tWFBG7TuS3 .foot-menu {
    justify-content: center;
  }
  .cid-tWFBG7TuS3 .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-tWFBG7TuS3 .social-row {
    justify-content: center;
  }
  .cid-tWFBG7TuS3 .mbr-text {
    text-align: center;
  }
  .cid-tWFBG7TuS3 li {
    padding-right: 1rem !important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWFBG7TuS3 .foot-menu {
    flex-direction: column;
  }
}
.cid-tWFPhTZRax .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tWFPhTZRax .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-tWFPhTZRax .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-tWFPhTZRax .dropdown-item {
  color: #000000 !important;
}
.cid-tWFPhTZRax .dropdown-item:hover {
  color: #000000 !important;
}
.cid-tWFPhTZRax .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-tWFPhTZRax .nav-link:hover {
  color: #89b758 !important;
}
.cid-tWFPhTZRax .nav-link:hover:before {
  opacity: 1;
}
.cid-tWFPhTZRax .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #89b758;
}
.cid-tWFPhTZRax .btn-white {
  color: #e7272d !important;
}
.cid-tWFPhTZRax .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWFPhTZRax .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWFPhTZRax .container {
  display: flex;
  margin: auto;
}
.cid-tWFPhTZRax .navbar-caption {
  padding-right: 3rem;
}
.cid-tWFPhTZRax .navbar.opened {
  background: #ffffff !important;
}
.cid-tWFPhTZRax .nav-item:focus,
.cid-tWFPhTZRax .nav-link:focus {
  outline: none;
}
.cid-tWFPhTZRax .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tWFPhTZRax .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWFPhTZRax .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tWFPhTZRax .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tWFPhTZRax .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWFPhTZRax .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWFPhTZRax .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tWFPhTZRax .navbar.opened {
  transition: all 0.3s;
}
.cid-tWFPhTZRax .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-tWFPhTZRax .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWFPhTZRax .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWFPhTZRax .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWFPhTZRax .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tWFPhTZRax .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWFPhTZRax .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWFPhTZRax .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tWFPhTZRax .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWFPhTZRax .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWFPhTZRax .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWFPhTZRax .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWFPhTZRax .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWFPhTZRax .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWFPhTZRax .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWFPhTZRax .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tWFPhTZRax .navbar .navbar-logo img {
    height: 1.8rem !important;
  }
  .cid-tWFPhTZRax .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWFPhTZRax .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWFPhTZRax .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWFPhTZRax .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tWFPhTZRax .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWFPhTZRax .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tWFPhTZRax .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tWFPhTZRax .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tWFPhTZRax .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWFPhTZRax .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWFPhTZRax .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWFPhTZRax .dropdown-item.active,
.cid-tWFPhTZRax .dropdown-item:active {
  background-color: transparent;
}
.cid-tWFPhTZRax .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWFPhTZRax .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWFPhTZRax .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWFPhTZRax .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWFPhTZRax .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWFPhTZRax .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWFPhTZRax ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tWFPhTZRax .navbar-buttons {
  text-align: center;
}
.cid-tWFPhTZRax button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tWFPhTZRax button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWFPhTZRax button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWFPhTZRax button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWFPhTZRax button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWFPhTZRax button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWFPhTZRax nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWFPhTZRax nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWFPhTZRax nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWFPhTZRax nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWFPhTZRax .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tWFPhTZRax a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWFPhTZRax .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWFPhTZRax .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tWFPhTZRax .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWFPhTZRax .navbar {
    height: 77px;
  }
  .cid-tWFPhTZRax .navbar.opened {
    height: auto;
  }
  .cid-tWFPhTZRax .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWFPhUuc2P {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #7f1933;
}
.cid-tWFPhUuc2P .btn {
  border-radius: 10px;
  padding: 1rem 2rem;
  margin: 0.5rem;
}
.cid-tWFPhUuc2P .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tWFPhUuc2P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWFPhUuc2P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWFPxa8fbw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tWFPxa8fbw .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-tWFPxa8fbw input,
.cid-tWFPxa8fbw textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-tWFPxa8fbw .form-control:hover,
.cid-tWFPxa8fbw .form-control:focus {
  color: #808080 !important;
}
.cid-tWFPxa8fbw .btn-success {
  color: white !important;
}
.cid-tWFPxa8fbw img {
  width: 90%;
  border-radius: 8px;
}
.cid-tWFPxa8fbw .btn {
  border-radius: 30px;
}
.cid-tWFPxa8fbw textarea {
  min-height: 160px !important;
}
.cid-tWFPxa8fbw .form-control,
.cid-tWFPxa8fbw .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tWFPxa8fbw .form-control:hover,
.cid-tWFPxa8fbw .field-input:hover,
.cid-tWFPxa8fbw .form-control:focus,
.cid-tWFPxa8fbw .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tWFPxa8fbw input::-webkit-input-placeholder,
.cid-tWFPxa8fbw textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-tWFPxa8fbw input:-moz-placeholder,
.cid-tWFPxa8fbw textarea:-moz-placeholder {
  color: #808080;
}
.cid-tWFPxa8fbw .jq-selectbox li,
.cid-tWFPxa8fbw .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tWFPxa8fbw .jq-selectbox li:hover,
.cid-tWFPxa8fbw .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tWFPxa8fbw .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tWFPxa8fbw .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tWFPxa8fbw H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-tWFPxa8fbw img {
    width: 100%;
  }
  .cid-tWFPxa8fbw .google-map {
    margin-bottom: 2rem;
  }
}
.cid-tWFPxa8fbw .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-tWFPxa8fbw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tWFPxa8fbw .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tWFPxa8fbw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWFPxa8fbw .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-tWFPxa8fbw .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-tWFPhWlUDo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #320c16;
}
.cid-tWFPhWlUDo .logo {
  max-width: 80px;
  width: 100%;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tWFPhWlUDo .icon-wrap {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tWFPhWlUDo .icon-wrap span {
  margin-right: 14px;
  margin-top: 4px;
  font-size: 1.2rem;
  color: #89b758;
}
.cid-tWFPhWlUDo .feedimg {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
@media (max-width: 767px) {
  .cid-tWFPhWlUDo .feedimg {
    width: 80px;
    height: 80px;
  }
}
.cid-tWFPhWlUDo .mbr-text,
.cid-tWFPhWlUDo .mbr-section-btn {
  color: #808080;
}
.cid-tWFPhWlUDo .location,
.cid-tWFPhWlUDo .icon-wrap {
  color: #808080;
}
.cid-tWFPhWlUDo H3 {
  color: #29361a;
}
.cid-tWFPhWNcu4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #463036;
}
.cid-tWFPhWNcu4 .row-links {
  width: 100%;
}
.cid-tWFPhWNcu4 .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-tWFPhWNcu4 .col-lg-6 {
  height: fit-content;
}
.cid-tWFPhWNcu4 .soc-item {
  background: #e7272d;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tWFPhWNcu4 .soc-item:hover {
  transform: scale(1.1);
}
.cid-tWFPhWNcu4 .row {
  align-items: center;
}
.cid-tWFPhWNcu4 .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-tWFPhWNcu4 .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-tWFPhWNcu4 .row .foot-menu li:hover {
  color: #e7272d;
}
.cid-tWFPhWNcu4 .row .foot-menu li p {
  margin: 0;
}
.cid-tWFPhWNcu4 .row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tWFPhWNcu4 .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tWFPhWNcu4 .row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tWFPhWNcu4 .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tWFPhWNcu4 .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tWFPhWNcu4 .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tWFPhWNcu4 .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tWFPhWNcu4 .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tWFPhWNcu4 .row-links {
    justify-content: center;
  }
  .cid-tWFPhWNcu4 .foot-menu {
    justify-content: center;
  }
  .cid-tWFPhWNcu4 .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-tWFPhWNcu4 .social-row {
    justify-content: center;
  }
  .cid-tWFPhWNcu4 .mbr-text {
    text-align: center;
  }
  .cid-tWFPhWNcu4 li {
    padding-right: 1rem !important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWFPhWNcu4 .foot-menu {
    flex-direction: column;
  }
}
.cid-tWFQEk6H4V .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tWFQEk6H4V .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-tWFQEk6H4V .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-tWFQEk6H4V .dropdown-item {
  color: #000000 !important;
}
.cid-tWFQEk6H4V .dropdown-item:hover {
  color: #000000 !important;
}
.cid-tWFQEk6H4V .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-tWFQEk6H4V .nav-link:hover {
  color: #89b758 !important;
}
.cid-tWFQEk6H4V .nav-link:hover:before {
  opacity: 1;
}
.cid-tWFQEk6H4V .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #89b758;
}
.cid-tWFQEk6H4V .btn-white {
  color: #e7272d !important;
}
.cid-tWFQEk6H4V .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWFQEk6H4V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWFQEk6H4V .container {
  display: flex;
  margin: auto;
}
.cid-tWFQEk6H4V .navbar-caption {
  padding-right: 3rem;
}
.cid-tWFQEk6H4V .navbar.opened {
  background: #ffffff !important;
}
.cid-tWFQEk6H4V .nav-item:focus,
.cid-tWFQEk6H4V .nav-link:focus {
  outline: none;
}
.cid-tWFQEk6H4V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tWFQEk6H4V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWFQEk6H4V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tWFQEk6H4V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tWFQEk6H4V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWFQEk6H4V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWFQEk6H4V .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tWFQEk6H4V .navbar.opened {
  transition: all 0.3s;
}
.cid-tWFQEk6H4V .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-tWFQEk6H4V .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWFQEk6H4V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWFQEk6H4V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWFQEk6H4V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tWFQEk6H4V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWFQEk6H4V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWFQEk6H4V .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tWFQEk6H4V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWFQEk6H4V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWFQEk6H4V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWFQEk6H4V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWFQEk6H4V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWFQEk6H4V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWFQEk6H4V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWFQEk6H4V .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tWFQEk6H4V .navbar .navbar-logo img {
    height: 1.8rem !important;
  }
  .cid-tWFQEk6H4V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWFQEk6H4V .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWFQEk6H4V .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWFQEk6H4V .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tWFQEk6H4V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWFQEk6H4V .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tWFQEk6H4V .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tWFQEk6H4V .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tWFQEk6H4V .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWFQEk6H4V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWFQEk6H4V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWFQEk6H4V .dropdown-item.active,
.cid-tWFQEk6H4V .dropdown-item:active {
  background-color: transparent;
}
.cid-tWFQEk6H4V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWFQEk6H4V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWFQEk6H4V .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWFQEk6H4V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWFQEk6H4V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWFQEk6H4V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWFQEk6H4V ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tWFQEk6H4V .navbar-buttons {
  text-align: center;
}
.cid-tWFQEk6H4V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tWFQEk6H4V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWFQEk6H4V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWFQEk6H4V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWFQEk6H4V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWFQEk6H4V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWFQEk6H4V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWFQEk6H4V nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWFQEk6H4V nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWFQEk6H4V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWFQEk6H4V .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tWFQEk6H4V a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWFQEk6H4V .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWFQEk6H4V .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tWFQEk6H4V .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWFQEk6H4V .navbar {
    height: 77px;
  }
  .cid-tWFQEk6H4V .navbar.opened {
    height: auto;
  }
  .cid-tWFQEk6H4V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWFQEl27ya {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #7f1933;
}
.cid-tWFQEl27ya .btn {
  border-radius: 10px;
  padding: 1rem 2rem;
  margin: 0.5rem;
}
.cid-tWFQEl27ya .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tWFQEl27ya .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWFQEl27ya .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWFTMo8pgX {
  background-color: #173d33;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cid-tWFTMo8pgX .container,
.cid-tWFTMo8pgX .container-fluid {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-tWFTMo8pgX .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-tWFTMo8pgX .bg-frame-container {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 80px;
}
.cid-tWFTMo8pgX .bg-frame {
  position: absolute;
  bottom: -12%;
  right: 0;
  opacity: 0.9;
  width: 40vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-tWFTMo8pgX .bg-frame {
    width: 80vw;
  }
}
.cid-tWFTMo8pgX .img-bg-container {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  padding: 100px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tWFTMo8pgX .img-bg-container {
    padding: 80px;
  }
}
@media (max-width: 767px) {
  .cid-tWFTMo8pgX .img-bg-container {
    padding: 80px 30px;
    align-items: flex-end;
  }
}
.cid-tWFTMo8pgX .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/pexels-timur-saglambilek-66639-1280x853.jpeg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cid-tWFTMo8pgX .img-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #021c15;
  opacity: 0.5;
}
.cid-tWFTMo8pgX .item-img {
  position: absolute;
  right: 100px;
  top: -80px;
  max-width: 180px;
  width: 180px;
}
@media (max-width: 991px) {
  .cid-tWFTMo8pgX .item-img {
    max-width: 120px;
    width: 120px;
    top: -40px;
    right: 80px;
  }
}
@media (max-width: 767px) {
  .cid-tWFTMo8pgX .item-img {
    max-width: 120px;
    width: 120px;
    top: -40px;
    right: auto;
    left: 10%;
  }
}
.cid-tWFTMo8pgX .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(312deg);
}
.cid-tWFTMo8pgX .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-tWFTMo8pgX .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 40px;
}
.cid-tWFTMo8pgX .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .cid-tWFTMo8pgX .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tWFUhc8aNn {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/h1-1-1920x1280.jpeg");
}
.cid-tWFUhc8aNn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWFUhc8aNn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWFUhc8aNn .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-tWFUhc8aNn .col {
    width: 40%;
  }
}
.cid-tWFUhc8aNn .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tWFUhc8aNn .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-tWFUhc8aNn .card-wrapper h1,
.cid-tWFUhc8aNn .card-wrapper h2,
.cid-tWFUhc8aNn .card-wrapper p,
.cid-tWFUhc8aNn .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-tWFUhc8aNn .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ecede8;
  opacity: 1;
}
.cid-tWFUhc8aNn .mbr-section-title {
  color: #491414;
}
.cid-tWFUhc8aNn .mbr-section-subtitle {
  color: #491414;
}
.cid-tWFUhc8aNn .mbr-text,
.cid-tWFUhc8aNn .mbr-section-btn {
  color: #491414;
}
.cid-tWFQEnqK1I {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #320c16;
}
.cid-tWFQEnqK1I .logo {
  max-width: 80px;
  width: 100%;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tWFQEnqK1I .icon-wrap {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tWFQEnqK1I .icon-wrap span {
  margin-right: 14px;
  margin-top: 4px;
  font-size: 1.2rem;
  color: #89b758;
}
.cid-tWFQEnqK1I .feedimg {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
@media (max-width: 767px) {
  .cid-tWFQEnqK1I .feedimg {
    width: 80px;
    height: 80px;
  }
}
.cid-tWFQEnqK1I .mbr-text,
.cid-tWFQEnqK1I .mbr-section-btn {
  color: #808080;
}
.cid-tWFQEnqK1I .location,
.cid-tWFQEnqK1I .icon-wrap {
  color: #808080;
}
.cid-tWFQEnqK1I H3 {
  color: #29361a;
}
.cid-tWFQEnRZ8x {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #463036;
}
.cid-tWFQEnRZ8x .row-links {
  width: 100%;
}
.cid-tWFQEnRZ8x .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-tWFQEnRZ8x .col-lg-6 {
  height: fit-content;
}
.cid-tWFQEnRZ8x .soc-item {
  background: #e7272d;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tWFQEnRZ8x .soc-item:hover {
  transform: scale(1.1);
}
.cid-tWFQEnRZ8x .row {
  align-items: center;
}
.cid-tWFQEnRZ8x .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-tWFQEnRZ8x .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-tWFQEnRZ8x .row .foot-menu li:hover {
  color: #e7272d;
}
.cid-tWFQEnRZ8x .row .foot-menu li p {
  margin: 0;
}
.cid-tWFQEnRZ8x .row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tWFQEnRZ8x .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tWFQEnRZ8x .row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tWFQEnRZ8x .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tWFQEnRZ8x .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tWFQEnRZ8x .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tWFQEnRZ8x .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tWFQEnRZ8x .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tWFQEnRZ8x .row-links {
    justify-content: center;
  }
  .cid-tWFQEnRZ8x .foot-menu {
    justify-content: center;
  }
  .cid-tWFQEnRZ8x .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-tWFQEnRZ8x .social-row {
    justify-content: center;
  }
  .cid-tWFQEnRZ8x .mbr-text {
    text-align: center;
  }
  .cid-tWFQEnRZ8x li {
    padding-right: 1rem !important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWFQEnRZ8x .foot-menu {
    flex-direction: column;
  }
}
.cid-tWFVa3yJwM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tWFVa3yJwM .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-tWFVa3yJwM .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-tWFVa3yJwM .dropdown-item {
  color: #000000 !important;
}
.cid-tWFVa3yJwM .dropdown-item:hover {
  color: #000000 !important;
}
.cid-tWFVa3yJwM .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-tWFVa3yJwM .nav-link:hover {
  color: #89b758 !important;
}
.cid-tWFVa3yJwM .nav-link:hover:before {
  opacity: 1;
}
.cid-tWFVa3yJwM .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #89b758;
}
.cid-tWFVa3yJwM .btn-white {
  color: #e7272d !important;
}
.cid-tWFVa3yJwM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWFVa3yJwM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWFVa3yJwM .container {
  display: flex;
  margin: auto;
}
.cid-tWFVa3yJwM .navbar-caption {
  padding-right: 3rem;
}
.cid-tWFVa3yJwM .navbar.opened {
  background: #ffffff !important;
}
.cid-tWFVa3yJwM .nav-item:focus,
.cid-tWFVa3yJwM .nav-link:focus {
  outline: none;
}
.cid-tWFVa3yJwM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tWFVa3yJwM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWFVa3yJwM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tWFVa3yJwM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tWFVa3yJwM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWFVa3yJwM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWFVa3yJwM .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tWFVa3yJwM .navbar.opened {
  transition: all 0.3s;
}
.cid-tWFVa3yJwM .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-tWFVa3yJwM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWFVa3yJwM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWFVa3yJwM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWFVa3yJwM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tWFVa3yJwM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWFVa3yJwM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWFVa3yJwM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tWFVa3yJwM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWFVa3yJwM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWFVa3yJwM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWFVa3yJwM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWFVa3yJwM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWFVa3yJwM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWFVa3yJwM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWFVa3yJwM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tWFVa3yJwM .navbar .navbar-logo img {
    height: 1.8rem !important;
  }
  .cid-tWFVa3yJwM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWFVa3yJwM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWFVa3yJwM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWFVa3yJwM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tWFVa3yJwM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWFVa3yJwM .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tWFVa3yJwM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tWFVa3yJwM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tWFVa3yJwM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWFVa3yJwM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWFVa3yJwM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWFVa3yJwM .dropdown-item.active,
.cid-tWFVa3yJwM .dropdown-item:active {
  background-color: transparent;
}
.cid-tWFVa3yJwM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWFVa3yJwM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWFVa3yJwM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWFVa3yJwM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWFVa3yJwM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWFVa3yJwM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWFVa3yJwM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tWFVa3yJwM .navbar-buttons {
  text-align: center;
}
.cid-tWFVa3yJwM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tWFVa3yJwM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWFVa3yJwM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWFVa3yJwM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWFVa3yJwM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWFVa3yJwM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWFVa3yJwM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWFVa3yJwM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWFVa3yJwM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWFVa3yJwM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWFVa3yJwM .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tWFVa3yJwM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWFVa3yJwM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWFVa3yJwM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tWFVa3yJwM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWFVa3yJwM .navbar {
    height: 77px;
  }
  .cid-tWFVa3yJwM .navbar.opened {
    height: auto;
  }
  .cid-tWFVa3yJwM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWFVa42kwZ {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #7f1933;
}
.cid-tWFVa42kwZ .btn {
  border-radius: 10px;
  padding: 1rem 2rem;
  margin: 0.5rem;
}
.cid-tWFVa42kwZ .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tWFVa42kwZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWFVa42kwZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWFWShwU5b {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-tWFWShwU5b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWFWShwU5b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWFWShwU5b .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tWFWShwU5b .item {
    margin-bottom: 1rem;
  }
}
.cid-tWFWShwU5b .item-wrapper {
  position: relative;
}
.cid-tWFWShwU5b .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tWFWShwU5b .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tWFWShwU5b .carousel-control,
.cid-tWFWShwU5b .close {
  background: #1b1b1b;
}
.cid-tWFWShwU5b .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tWFWShwU5b .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tWFWShwU5b .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tWFWShwU5b .carousel-control-next span {
  margin-left: 5px;
}
.cid-tWFWShwU5b .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tWFWShwU5b .close::before {
  content: '\e91a';
}
.cid-tWFWShwU5b .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tWFWShwU5b .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tWFWShwU5b .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWFWShwU5b .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWFWShwU5b .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWFWShwU5b .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tWFWShwU5b .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tWFWShwU5b .carousel-indicators li.active,
.cid-tWFWShwU5b .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tWFWShwU5b .carousel-indicators li::after,
.cid-tWFWShwU5b .carousel-indicators li::before {
  content: none;
}
.cid-tWFWShwU5b .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tWFWShwU5b .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tWFWShwU5b .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tWFWShwU5b .carousel-indicators {
    display: none;
  }
}
.cid-tWFWShwU5b .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tWFWShwU5b .carousel-inner > .active {
  display: block;
}
.cid-tWFWShwU5b .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWFWShwU5b .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWFWShwU5b .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tWFWShwU5b .carousel-control,
  .cid-tWFWShwU5b .carousel-indicators,
  .cid-tWFWShwU5b .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tWFWShwU5b .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tWFWShwU5b .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tWFWShwU5b .carousel-indicators .active,
.cid-tWFWShwU5b .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tWFWShwU5b .carousel-indicators .active {
  background: #fff;
}
.cid-tWFWShwU5b .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tWFWShwU5b .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tWFWShwU5b .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tWFWShwU5b .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tWFWShwU5b .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tWFWShwU5b .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tWFWShwU5b .carousel {
  width: 100%;
}
.cid-tWFWShwU5b .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tWFWShwU5b .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tWFWShwU5b .modal.fade .modal-dialog,
.cid-tWFWShwU5b .modal.in .modal-dialog {
  transform: none;
}
.cid-tWFWShwU5b .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tWFWShwU5b .content-head {
  max-width: 800px;
}
.cid-tWFVa52ILe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #320c16;
}
.cid-tWFVa52ILe .logo {
  max-width: 80px;
  width: 100%;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tWFVa52ILe .icon-wrap {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tWFVa52ILe .icon-wrap span {
  margin-right: 14px;
  margin-top: 4px;
  font-size: 1.2rem;
  color: #89b758;
}
.cid-tWFVa52ILe .feedimg {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
@media (max-width: 767px) {
  .cid-tWFVa52ILe .feedimg {
    width: 80px;
    height: 80px;
  }
}
.cid-tWFVa52ILe .mbr-text,
.cid-tWFVa52ILe .mbr-section-btn {
  color: #808080;
}
.cid-tWFVa52ILe .location,
.cid-tWFVa52ILe .icon-wrap {
  color: #808080;
}
.cid-tWFVa52ILe H3 {
  color: #29361a;
}
.cid-tWFVa5rWoX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #463036;
}
.cid-tWFVa5rWoX .row-links {
  width: 100%;
}
.cid-tWFVa5rWoX .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-tWFVa5rWoX .col-lg-6 {
  height: fit-content;
}
.cid-tWFVa5rWoX .soc-item {
  background: #e7272d;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tWFVa5rWoX .soc-item:hover {
  transform: scale(1.1);
}
.cid-tWFVa5rWoX .row {
  align-items: center;
}
.cid-tWFVa5rWoX .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-tWFVa5rWoX .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-tWFVa5rWoX .row .foot-menu li:hover {
  color: #e7272d;
}
.cid-tWFVa5rWoX .row .foot-menu li p {
  margin: 0;
}
.cid-tWFVa5rWoX .row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tWFVa5rWoX .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tWFVa5rWoX .row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tWFVa5rWoX .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tWFVa5rWoX .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tWFVa5rWoX .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tWFVa5rWoX .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tWFVa5rWoX .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tWFVa5rWoX .row-links {
    justify-content: center;
  }
  .cid-tWFVa5rWoX .foot-menu {
    justify-content: center;
  }
  .cid-tWFVa5rWoX .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-tWFVa5rWoX .social-row {
    justify-content: center;
  }
  .cid-tWFVa5rWoX .mbr-text {
    text-align: center;
  }
  .cid-tWFVa5rWoX li {
    padding-right: 1rem !important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWFVa5rWoX .foot-menu {
    flex-direction: column;
  }
}
