@import url(https://fonts.googleapis.com/css?family=Arvo:400,400i,700,700i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:100,200,300,400,500,600,700,100i,200i,300i,400i,500i,600i,700i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Arvo', serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.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: 'Barlow', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.68rem;
}
/* ---- 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: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((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: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-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: #533d1a !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: #533d1a !important;
  border-color: #533d1a !important;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #533d1a;
  border-color: #533d1a;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff;
  background-color: #533d1a !important;
  border-color: #533d1a !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: #050402;
  color: #050402;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #533d1a;
  border-color: #533d1a;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #533d1a !important;
  border-color: #533d1a !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: #533d1a !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: #a17632 !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: #533d1a;
}
.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: #d6b37c;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.68rem;
}
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-sajmAdXn77 {
  background-image: url("../../../assets/images/caf-portada-1900x1268.jpg");
  background-position: right;
}
.cid-sajmAdXn77 .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sajmAdXn77 .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sajmAdXn77 .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sajmAdXn77 img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sajmAdXn77 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sajmAdXn77 .mbr-text,
.cid-sajmAdXn77 .mbr-section-btn {
  color: #e9dcc6;
  text-align: left;
}
.cid-sajmAdXn77 H1 {
  color: #ffffff;
}
.cid-sajfuSuihY .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-sajfuSuihY .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-sajfuSuihY .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-sajfuSuihY .dropdown-item {
  color: #fbbe36 !important;
}
.cid-sajfuSuihY .dropdown-item:hover {
  color: #fbbe36 !important;
}
.cid-sajfuSuihY .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-sajfuSuihY .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-sajfuSuihY .nav-link:hover:before {
  opacity: 1;
}
.cid-sajfuSuihY .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #fbbe36;
}
.cid-sajfuSuihY .btn-white {
  color: #e7272d !important;
}
.cid-sajfuSuihY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sajfuSuihY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sajfuSuihY .container {
  display: flex;
  margin: auto;
}
.cid-sajfuSuihY .navbar-caption {
  padding-right: 3rem;
}
.cid-sajfuSuihY .navbar.opened {
  background: #0e0e0e !important;
}
.cid-sajfuSuihY .nav-item:focus,
.cid-sajfuSuihY .nav-link:focus {
  outline: none;
}
.cid-sajfuSuihY .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-sajfuSuihY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sajfuSuihY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sajfuSuihY .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-sajfuSuihY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sajfuSuihY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sajfuSuihY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #0e0e0e;
}
.cid-sajfuSuihY .navbar.opened {
  transition: all .3s;
}
.cid-sajfuSuihY .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-sajfuSuihY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sajfuSuihY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sajfuSuihY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sajfuSuihY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sajfuSuihY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sajfuSuihY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sajfuSuihY .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-sajfuSuihY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sajfuSuihY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sajfuSuihY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sajfuSuihY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sajfuSuihY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sajfuSuihY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sajfuSuihY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sajfuSuihY .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-sajfuSuihY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sajfuSuihY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sajfuSuihY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sajfuSuihY .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-sajfuSuihY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sajfuSuihY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sajfuSuihY .navbar.navbar-short {
  background: #0e0e0e !important;
  min-height: 60px;
}
.cid-sajfuSuihY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sajfuSuihY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sajfuSuihY .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sajfuSuihY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sajfuSuihY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sajfuSuihY .dropdown-item.active,
.cid-sajfuSuihY .dropdown-item:active {
  background-color: transparent;
}
.cid-sajfuSuihY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sajfuSuihY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sajfuSuihY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sajfuSuihY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e0e0e;
}
.cid-sajfuSuihY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sajfuSuihY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sajfuSuihY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sajfuSuihY .navbar-buttons {
  text-align: center;
}
.cid-sajfuSuihY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sajfuSuihY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fbbe36;
}
.cid-sajfuSuihY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sajfuSuihY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sajfuSuihY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sajfuSuihY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sajfuSuihY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sajfuSuihY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sajfuSuihY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sajfuSuihY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sajfuSuihY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sajfuSuihY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sajfuSuihY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sajfuSuihY .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-sajfuSuihY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sajfuSuihY .navbar {
    height: 77px;
  }
  .cid-sajfuSuihY .navbar.opened {
    height: auto;
  }
  .cid-sajfuSuihY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sajmrcvofp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0e0e0e;
  background: linear-gradient(45deg, #0e0e0e, #0e0e0e);
}
.cid-sajmrcvofp H2 {
  color: #fbbe36;
}
.cid-sajmrcvofp .mbr-text,
.cid-sajmrcvofp .mbr-section-btn {
  color: #c7c7c7;
  text-align: left;
}
.cid-sajmrcvofp img {
  max-width: 500px;
  margin: auto;
}
.cid-sajmrcvofp H1 {
  color: #ffffff;
}
.cid-sajmNEg7he {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0dec1;
}
.cid-sajmNEg7he .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-sajmNEg7he .item-tag {
  background: #533d1a;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
  color: #ffffff;
}
.cid-sajmNEg7he .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #533d1a;
}
.cid-sajmNEg7he .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-sajmNEg7he .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-sajmNEg7he .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sajmNEg7he .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sajmNEg7he .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-sajmNEg7he .mbr-figure {
    width: 100%!important;
  }
  .cid-sajmNEg7he .menu-item {
    flex-direction: column;
  }
  .cid-sajmNEg7he img {
    margin: auto!important;
    margin-bottom: 0.5rem!important;
  }
  .cid-sajmNEg7he .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-sajmNEg7he .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-sajmNEg7he .special-label {
  color: #fff;
}
.cid-sajmNEg7he .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sajmNEg7he .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sajmNEg7he .menu-row {
  margin: 0;
}
.cid-sajmNEg7he .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-sajmNEg7he .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: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sajmNEg7he .group-title,
.cid-sajmNEg7he .align-wrap {
  text-align: left;
}
.cid-sajmNEg7he SPAN {
  color: #000000;
}
.cid-sajmNEg7he .item-title {
  color: #564831;
}
.cid-sajmNEg7he H4 {
  color: #fbbe36;
}
.cid-sajmNEg7he .mbr-section-title,
.cid-sajmNEg7he .ornament {
  color: #000000;
}
.cid-sajmOqSfWt {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #0e0e0e;
}
.cid-sajmOqSfWt .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-sajmOqSfWt .item-tag {
  background: #564831;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-sajmOqSfWt .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #564831;
}
.cid-sajmOqSfWt .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-sajmOqSfWt .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-sajmOqSfWt .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sajmOqSfWt .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sajmOqSfWt .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-sajmOqSfWt .mbr-figure {
    width: 100%!important;
  }
  .cid-sajmOqSfWt .menu-item {
    flex-direction: column;
  }
  .cid-sajmOqSfWt img {
    margin: auto!important;
    margin-bottom: 0.5rem!important;
  }
  .cid-sajmOqSfWt .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-sajmOqSfWt .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-sajmOqSfWt .special-label {
  color: #fff;
}
.cid-sajmOqSfWt .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sajmOqSfWt .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sajmOqSfWt .menu-row {
  margin: 0;
}
.cid-sajmOqSfWt .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #efefef;
}
.cid-sajmOqSfWt .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: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sajmOqSfWt .group-title,
.cid-sajmOqSfWt .align-wrap {
  text-align: left;
}
.cid-sajmOqSfWt SPAN {
  color: #d1a032;
}
.cid-sajmOqSfWt .item-title {
  color: #c7c7c7;
}
.cid-sajmOqSfWt H4 {
  color: #5b686b;
}
.cid-sajmOqSfWt .mbr-section-title,
.cid-sajmOqSfWt .ornament {
  color: #ffffff;
}
.cid-sajmsNZbP6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0dec1;
}
.cid-sajmsNZbP6 .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-sajmsNZbP6 .item-tag {
  background: #533d1a;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-sajmsNZbP6 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #533d1a;
}
.cid-sajmsNZbP6 .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-sajmsNZbP6 .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-sajmsNZbP6 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sajmsNZbP6 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sajmsNZbP6 .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-sajmsNZbP6 .mbr-figure {
    width: 100%!important;
  }
  .cid-sajmsNZbP6 .menu-item {
    flex-direction: column;
  }
  .cid-sajmsNZbP6 img {
    margin: auto!important;
    margin-bottom: 0.5rem!important;
  }
  .cid-sajmsNZbP6 .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-sajmsNZbP6 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-sajmsNZbP6 .special-label {
  color: #fff;
}
.cid-sajmsNZbP6 .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sajmsNZbP6 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sajmsNZbP6 .menu-row {
  margin: 0;
}
.cid-sajmsNZbP6 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-sajmsNZbP6 .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: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sajmsNZbP6 .group-title,
.cid-sajmsNZbP6 .align-wrap {
  text-align: left;
}
.cid-sajmsNZbP6 SPAN {
  color: #000000;
}
.cid-sajmsNZbP6 .item-title {
  color: #4f4943;
}
.cid-sajmsNZbP6 H4 {
  color: #89b758;
}
.cid-sajgsQUeOb {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sajgsQUeOb H2 {
  color: #000000;
}
.cid-saj99ROLKS {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-saj99ROLKS .mbr-shop {
  display: table;
  width: 100%;
}
.cid-saj99ROLKS .mbr-shop .row {
  margin: 0;
}
.cid-saj99ROLKS .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-saj99ROLKS .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-saj99ROLKS .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-saj99ROLKS .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-saj99ROLKS .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-saj99ROLKS .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-saj99ROLKS .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-saj99ROLKS .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-saj99ROLKS .mbr-shop .hide-modal {
  display: none;
}
.cid-saj99ROLKS .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-saj99ROLKS .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-saj99ROLKS .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-saj99ROLKS .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-saj99ROLKS .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-saj99ROLKS .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-saj99ROLKS .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-saj99ROLKS .mbr-shop .filter-by-pu,
.cid-saj99ROLKS .mbr-shop .filter-by-pd,
.cid-saj99ROLKS .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-saj99ROLKS .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-saj99ROLKS .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-saj99ROLKS .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-saj99ROLKS .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-saj99ROLKS .mbr-shop .galleryItem h4,
.cid-saj99ROLKS .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 10px;
  transition: color 0.5s;
}
.cid-saj99ROLKS .mbr-shop .galleryItem h5,
.cid-saj99ROLKS .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-saj99ROLKS .mbr-shop .galleryItem p,
.cid-saj99ROLKS .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-saj99ROLKS .mbr-shop .item-button {
  text-align: center;
}
.cid-saj99ROLKS .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-saj99ROLKS .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-saj99ROLKS .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-saj99ROLKS .mbr-shop .sidebar-block {
  position: relative;
}
.cid-saj99ROLKS .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-saj99ROLKS .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-saj99ROLKS .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-saj99ROLKS .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-saj99ROLKS .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-saj99ROLKS .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-saj99ROLKS .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-saj99ROLKS .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-saj99ROLKS .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-saj99ROLKS .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-saj99ROLKS .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-saj99ROLKS .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-saj99ROLKS .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #149dcc;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-saj99ROLKS .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-saj99ROLKS .mbr-shop .mbr-gallery-item__hided h4,
.cid-saj99ROLKS .mbr-shop .mbr-gallery-item__hided h5,
.cid-saj99ROLKS .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-saj99ROLKS .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-saj99ROLKS .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-saj99ROLKS .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-saj99ROLKS .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-saj99ROLKS .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-saj99ROLKS .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-saj99ROLKS .mbr-shop .mbr-gallery-filter ul li.active .btn {
  font-weight: bold;
}
.cid-saj99ROLKS .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-saj99ROLKS .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #e7272d;
}
.cid-saj99ROLKS .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-saj99ROLKS .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-saj99ROLKS .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #e7272d;
  font-weight: bold;
}
.cid-saj99ROLKS .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #e7272d;
  border-radius: 2px;
  font-size: 0;
}
.cid-saj99ROLKS .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #e7272d;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-saj99ROLKS .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #e7272d;
}
.cid-saj99ROLKS .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-saj99ROLKS .mbr-shop .range-controls {
  position: relative;
}
.cid-saj99ROLKS .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-saj99ROLKS .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #e7272d;
}
.cid-saj99ROLKS .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #e7272d;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #e7272d;
  cursor: pointer;
}
.cid-saj99ROLKS .mbr-shop .toggle:hover,
.cid-saj99ROLKS .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-saj99ROLKS .mbr-shop .min-toggle {
  left: 0;
}
.cid-saj99ROLKS .mbr-shop .max-toggle {
  right: 0;
}
.cid-saj99ROLKS .mbr-shop .hided-by-price {
  display: none;
}
.cid-saj99ROLKS .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-saj99ROLKS .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-saj99ROLKS .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-saj99ROLKS .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-saj99ROLKS .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 400;
  padding: 10px 0 20px 0;
}
.cid-saj99ROLKS .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-saj99ROLKS .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-saj99ROLKS .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-saj99ROLKS .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-saj99ROLKS .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-saj99ROLKS .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-saj99ROLKS .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-saj99ROLKS .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-saj99ROLKS .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-saj99ROLKS .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-saj99ROLKS .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-saj99ROLKS .mbr-shop .shop-items .onsale,
.cid-saj99ROLKS .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-saj99ROLKS .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-saj99ROLKS .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-saj99ROLKS .mbr-shop .price-range {
  display: inline-block;
}
.cid-saj99ROLKS .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-saj99ROLKS .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-saj99ROLKS .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-saj99ROLKS .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-saj99ROLKS .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-saj99ROLKS .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-saj99ROLKS .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-saj99ROLKS .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-saj99ROLKS .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-saj99ROLKS .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-saj99ROLKS .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-saj99ROLKS .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-saj99ROLKS .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-saj99ROLKS .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-saj99ROLKS .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-saj99ROLKS .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-saj99ROLKS .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-saj99ROLKS .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-saj99ROLKS .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-saj99ROLKS .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-saj99ROLKS .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-saj99ROLKS .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-saj99ROLKS .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-saj99ROLKS .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-saj99ROLKS .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-saj99ROLKS .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-saj99ROLKS .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-saj99ROLKS .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-saj99ROLKS .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-saj99ROLKS .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-saj99ROLKS .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-saj99ROLKS .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-saj99ROLKS .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-saj99ROLKS .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-saj99ROLKS .oldprice {
  padding-left: .8rem !important;
  text-decoration: line-through;
}
.cid-saj99ROLKS .item-title {
  color: #000000;
}
.cid-saj99ROLKS .mbr-gallery-item .galleryItem {
  border-radius: 8px;
  overflow: hidden;
}
.cid-saj99ROLKS .mbr-gallery-item .sidebar_wraper {
  background-color: rgba(255, 255, 255, 0.8);
  padding: .5rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #29361a;
}
.cid-saj99ROLKS .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: right;
}
.cid-saj99ROLKS .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: right;
}
.cid-saj99ROLKS .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: right;
}
.cid-saj99ROLKS .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: right;
}
.cid-saj99ROLKS .mbr-gallery-item:hover .style_overlay {
  background: #fbbe36;
  opacity: 0.3;
  transition: all .5s;
}
.cid-saj99ROLKS .mbr-gallery-item:hover .img_wraper img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: none;
}
.cid-saj99ROLKS .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-saj99ROLKS .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-saj99ROLKS LI {
  color: #e7272d;
}
.cid-saj99ROLKS .sidebar-title {
  color: #e7272d;
}
@media (max-width: 576px) {
  .cid-saj99ROLKS .mbr-shop .mbr-gallery-item,
  .cid-saj99ROLKS .wrapper-shop-items,
  .cid-saj99ROLKS .sidebar-block,
  .cid-saj99ROLKS .sidebar-title,
  .cid-saj99ROLKS .sidebar,
  .cid-saj99ROLKS .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-saj99ROLKS .filter-cost {
    max-width: 100%!important;
  }
  .cid-saj99ROLKS .range-slider,
  .cid-saj99ROLKS .categories,
  .cid-saj99ROLKS .bestseller-block {
    text-align: center;
  }
}
.cid-saj99ROLKS .card-description {
  color: #000000;
}
.cid-saj99ROLKS .shop-item-price,
.cid-saj99ROLKS .price-block {
  color: #533d1a;
}
.cid-saj9vRPkpY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/cefe-en-mesa-1280x854.jpg");
}
.cid-saj9vRPkpY .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-saj9vRPkpY .content-panel {
  padding: 3rem;
  background-color: #624417;
}
@media (min-width: 767px) {
  .cid-saj9vRPkpY .text-block {
    padding-right: 0;
    padding-left: 0;
  }
}
.cid-saj9vRPkpY .google-map {
  width: 100%;
  height: 30rem;
}
.cid-saj9vRPkpY .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-saj9vRPkpY .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-saj9vRPkpY .google-map .place-card {
  margin-left: 40px !important;
}
.cid-saj9QLMqtX {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #0e0e0e;
}
.cid-saj9QLMqtX .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-saj9QLMqtX .row {
  border-bottom: 1px solid #808080;
}
.cid-saj9QLMqtX H2 {
  color: #e7272d;
}
.cid-saj9QLMqtX .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-saj9QLMqtX .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-saj9QLMqtX .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-saj9QLMqtX .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-saj9QLMqtX .col-lg-12 {
  overflow: hidden;
}
.cid-saj9QLMqtX H4 {
  color: #d49327;
}
.cid-saj9QLMqtX .mbr-text,
.cid-saj9QLMqtX .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-saj9QLMqtX .logo-wrap:before {
    content: none;
  }
  .cid-saj9QLMqtX .logo-wrap:after {
    content: none;
  }
}
.cid-sak4oXaCQN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #0e0e0e;
}
.cid-sak4oXaCQN a:link {
  text-decoration: none;
}
.cid-sak4oXaCQN .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sak4oXaCQN .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sak4oXaCQN .inner-text {
  line-height: 3em;
}
.cid-sak4oXaCQN .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sak4oXaCQN .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sak4oXaCQN .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sak4oXaCQN .content-text,
.cid-sak4oXaCQN .inner-text {
  color: #cccccc;
}
.cid-saj9yr0OwV.popup-builder {
  background-color: #ffffff;
}
.cid-saj9yr0OwV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-saj9yr0OwV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-saj9yr0OwV .modal-content,
.cid-saj9yr0OwV .modal-dialog {
  height: auto;
}
.cid-saj9yr0OwV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-saj9yr0OwV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-saj9yr0OwV .form-wrapper .mbr-form .form-group,
  .cid-saj9yr0OwV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-saj9yr0OwV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-saj9yr0OwV .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-saj9yr0OwV .mbr-text {
  text-align: center;
}
.cid-saj9yr0OwV .pt-0 {
  padding-top: 0 !important;
}
.cid-saj9yr0OwV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-saj9yr0OwV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-saj9yr0OwV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-saj9yr0OwV .modal-open {
  overflow: hidden;
}
.cid-saj9yr0OwV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-saj9yr0OwV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-saj9yr0OwV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-saj9yr0OwV .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-saj9yr0OwV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-saj9yr0OwV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-saj9yr0OwV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-saj9yr0OwV .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-saj9yr0OwV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-saj9yr0OwV .modal-backdrop.fade {
  opacity: 0;
}
.cid-saj9yr0OwV .modal-backdrop.show {
  opacity: .5;
}
.cid-saj9yr0OwV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-saj9yr0OwV .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-saj9yr0OwV .modal-header .close:hover {
  opacity: 1;
}
.cid-saj9yr0OwV .modal-header .close:focus {
  outline: none;
}
.cid-saj9yr0OwV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-saj9yr0OwV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-saj9yr0OwV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-saj9yr0OwV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-saj9yr0OwV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-saj9yr0OwV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-saj9yr0OwV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-saj9yr0OwV .modal-sm {
    max-width: 300px;
  }
  .cid-saj9yr0OwV .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-saj9yr0OwV .modal-lg,
  .cid-saj9yr0OwV .modal-xl {
    max-width: 800px;
  }
  .cid-saj9yr0OwV .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-saj9yr0OwV .modal-xl {
    max-width: 1140px;
  }
  .cid-saj9yr0OwV .container {
    max-width: 1140px;
  }
}
.cid-saj9yr0OwV .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-saj9yr0OwV .container {
    max-width: 720px;
  }
}
.cid-saj9yr0OwV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-saj9yr0OwV .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-saj9yr0OwV .form-group {
  margin-bottom: 1rem;
}
.cid-saj9yr0OwV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-saj9yr0OwV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-saj9yr0OwV .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sajfuSuihY .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-sajfuSuihY .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-sajfuSuihY .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-sajfuSuihY .dropdown-item {
  color: #fbbe36 !important;
}
.cid-sajfuSuihY .dropdown-item:hover {
  color: #fbbe36 !important;
}
.cid-sajfuSuihY .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-sajfuSuihY .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-sajfuSuihY .nav-link:hover:before {
  opacity: 1;
}
.cid-sajfuSuihY .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #fbbe36;
}
.cid-sajfuSuihY .btn-white {
  color: #e7272d !important;
}
.cid-sajfuSuihY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sajfuSuihY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sajfuSuihY .container {
  display: flex;
  margin: auto;
}
.cid-sajfuSuihY .navbar-caption {
  padding-right: 3rem;
}
.cid-sajfuSuihY .navbar.opened {
  background: #0e0e0e !important;
}
.cid-sajfuSuihY .nav-item:focus,
.cid-sajfuSuihY .nav-link:focus {
  outline: none;
}
.cid-sajfuSuihY .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-sajfuSuihY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sajfuSuihY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sajfuSuihY .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-sajfuSuihY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sajfuSuihY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sajfuSuihY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #0e0e0e;
}
.cid-sajfuSuihY .navbar.opened {
  transition: all .3s;
}
.cid-sajfuSuihY .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-sajfuSuihY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sajfuSuihY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sajfuSuihY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sajfuSuihY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sajfuSuihY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sajfuSuihY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sajfuSuihY .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-sajfuSuihY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sajfuSuihY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sajfuSuihY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sajfuSuihY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sajfuSuihY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sajfuSuihY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sajfuSuihY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sajfuSuihY .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-sajfuSuihY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sajfuSuihY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sajfuSuihY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sajfuSuihY .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-sajfuSuihY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sajfuSuihY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sajfuSuihY .navbar.navbar-short {
  background: #0e0e0e !important;
  min-height: 60px;
}
.cid-sajfuSuihY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sajfuSuihY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sajfuSuihY .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sajfuSuihY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sajfuSuihY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sajfuSuihY .dropdown-item.active,
.cid-sajfuSuihY .dropdown-item:active {
  background-color: transparent;
}
.cid-sajfuSuihY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sajfuSuihY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sajfuSuihY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sajfuSuihY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e0e0e;
}
.cid-sajfuSuihY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sajfuSuihY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sajfuSuihY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sajfuSuihY .navbar-buttons {
  text-align: center;
}
.cid-sajfuSuihY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sajfuSuihY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fbbe36;
}
.cid-sajfuSuihY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sajfuSuihY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sajfuSuihY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sajfuSuihY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sajfuSuihY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sajfuSuihY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sajfuSuihY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sajfuSuihY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sajfuSuihY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sajfuSuihY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sajfuSuihY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sajfuSuihY .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-sajfuSuihY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sajfuSuihY .navbar {
    height: 77px;
  }
  .cid-sajfuSuihY .navbar.opened {
    height: auto;
  }
  .cid-sajfuSuihY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sajigsO8QM {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sajigsO8QM H2 {
  color: #e7272d;
}
.cid-sajigsO8QM .mbr-text,
.cid-sajigsO8QM .mbr-section-btn {
  color: #808080;
}
.cid-sajigsO8QM img {
  max-width: 500px;
  margin: auto;
}
.cid-sajiEEGSSx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/cefe-en-mesa-1280x854.jpg");
}
.cid-sajiEEGSSx .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-sajiEEGSSx .content-panel {
  padding: 3rem;
  background-color: #624417;
}
@media (min-width: 767px) {
  .cid-sajiEEGSSx .text-block {
    padding-right: 0;
    padding-left: 0;
  }
}
.cid-sajiEEGSSx .google-map {
  width: 100%;
  height: 30rem;
}
.cid-sajiEEGSSx .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-sajiEEGSSx .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-sajiEEGSSx .google-map .place-card {
  margin-left: 40px !important;
}
.cid-saj9QLMqtX {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #0e0e0e;
}
.cid-saj9QLMqtX .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-saj9QLMqtX .row {
  border-bottom: 1px solid #808080;
}
.cid-saj9QLMqtX H2 {
  color: #e7272d;
}
.cid-saj9QLMqtX .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-saj9QLMqtX .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-saj9QLMqtX .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-saj9QLMqtX .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-saj9QLMqtX .col-lg-12 {
  overflow: hidden;
}
.cid-saj9QLMqtX H4 {
  color: #d49327;
}
.cid-saj9QLMqtX .mbr-text,
.cid-saj9QLMqtX .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-saj9QLMqtX .logo-wrap:before {
    content: none;
  }
  .cid-saj9QLMqtX .logo-wrap:after {
    content: none;
  }
}
.cid-sajfuSuihY .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-sajfuSuihY .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-sajfuSuihY .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-sajfuSuihY .dropdown-item {
  color: #fbbe36 !important;
}
.cid-sajfuSuihY .dropdown-item:hover {
  color: #fbbe36 !important;
}
.cid-sajfuSuihY .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-sajfuSuihY .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-sajfuSuihY .nav-link:hover:before {
  opacity: 1;
}
.cid-sajfuSuihY .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #fbbe36;
}
.cid-sajfuSuihY .btn-white {
  color: #e7272d !important;
}
.cid-sajfuSuihY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sajfuSuihY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sajfuSuihY .container {
  display: flex;
  margin: auto;
}
.cid-sajfuSuihY .navbar-caption {
  padding-right: 3rem;
}
.cid-sajfuSuihY .navbar.opened {
  background: #0e0e0e !important;
}
.cid-sajfuSuihY .nav-item:focus,
.cid-sajfuSuihY .nav-link:focus {
  outline: none;
}
.cid-sajfuSuihY .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-sajfuSuihY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sajfuSuihY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sajfuSuihY .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-sajfuSuihY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sajfuSuihY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sajfuSuihY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #0e0e0e;
}
.cid-sajfuSuihY .navbar.opened {
  transition: all .3s;
}
.cid-sajfuSuihY .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-sajfuSuihY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sajfuSuihY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sajfuSuihY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sajfuSuihY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sajfuSuihY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sajfuSuihY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sajfuSuihY .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-sajfuSuihY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sajfuSuihY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sajfuSuihY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sajfuSuihY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sajfuSuihY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sajfuSuihY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sajfuSuihY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sajfuSuihY .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-sajfuSuihY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sajfuSuihY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sajfuSuihY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sajfuSuihY .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-sajfuSuihY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sajfuSuihY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sajfuSuihY .navbar.navbar-short {
  background: #0e0e0e !important;
  min-height: 60px;
}
.cid-sajfuSuihY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sajfuSuihY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sajfuSuihY .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sajfuSuihY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sajfuSuihY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sajfuSuihY .dropdown-item.active,
.cid-sajfuSuihY .dropdown-item:active {
  background-color: transparent;
}
.cid-sajfuSuihY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sajfuSuihY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sajfuSuihY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sajfuSuihY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e0e0e;
}
.cid-sajfuSuihY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sajfuSuihY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sajfuSuihY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sajfuSuihY .navbar-buttons {
  text-align: center;
}
.cid-sajfuSuihY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sajfuSuihY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fbbe36;
}
.cid-sajfuSuihY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sajfuSuihY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sajfuSuihY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sajfuSuihY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sajfuSuihY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sajfuSuihY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sajfuSuihY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sajfuSuihY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sajfuSuihY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sajfuSuihY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sajfuSuihY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sajfuSuihY .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-sajfuSuihY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sajfuSuihY .navbar {
    height: 77px;
  }
  .cid-sajfuSuihY .navbar.opened {
    height: auto;
  }
  .cid-sajfuSuihY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sajqVwgkLJ {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #533d1a;
}
.cid-sajqVwgkLJ h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-sajqVwgkLJ .mbr-section-subtitle {
  color: #767676;
}
.cid-sajqVwgkLJ .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-sajqVwgkLJ .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-sajqVwgkLJ .mbr-text-right {
  color: #fff4e2;
}
.cid-sajqVwgkLJ .mbr-text-left {
  color: #fff4e2;
}
.cid-sajqVwgkLJ .article-counter-left {
  color: #ffffff;
}
.cid-sajqVwgkLJ H2 {
  color: #fbbe36;
}
.cid-sajqVwgkLJ .article-counter-right {
  color: #ffffff;
}
.cid-sajqVwgkLJ .article-title-left {
  color: #fbbe36;
}
.cid-sajqVwgkLJ .article-title-right {
  color: #fbbe36;
}
.cid-sajqWmClY6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff4e2;
}
.cid-sajqWmClY6 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #e7272d;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-sajqWmClY6 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sajqWmClY6 .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-sajqWmClY6 .main-title.display-2 {
  line-height: 1.375;
}
.cid-sajqWmClY6 .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sajqWmClY6 .mbr-text {
  color: #606060;
}
.cid-sajqWmClY6 .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sajqWmClY6 .mbr-section-btn {
  margin-top: 24px;
}
.cid-sajqWmClY6 .mbr-section-btn .btn {
  margin-left: 0;
  padding: 18px 26px;
}
.cid-sajqWmClY6 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sajqWmClY6 .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sajqWmClY6 .mbr-text,
.cid-sajqWmClY6 .mbr-section-btn {
  color: #808080;
}
.cid-sajqWmClY6 .main-title,
.cid-sajqWmClY6 .mbr-section-btn {
  color: #533d1a;
  text-align: center;
}
.cid-saj9QLMqtX {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #0e0e0e;
}
.cid-saj9QLMqtX .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-saj9QLMqtX .row {
  border-bottom: 1px solid #808080;
}
.cid-saj9QLMqtX H2 {
  color: #e7272d;
}
.cid-saj9QLMqtX .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-saj9QLMqtX .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-saj9QLMqtX .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-saj9QLMqtX .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-saj9QLMqtX .col-lg-12 {
  overflow: hidden;
}
.cid-saj9QLMqtX H4 {
  color: #d49327;
}
.cid-saj9QLMqtX .mbr-text,
.cid-saj9QLMqtX .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-saj9QLMqtX .logo-wrap:before {
    content: none;
  }
  .cid-saj9QLMqtX .logo-wrap:after {
    content: none;
  }
}
