.btn {
  border-width: 2px;
}
body {
  font-family: Frank Ruhl Libre;
}
.display-1 {
  font-family: 'Tapestry', handwriting;
  font-size: 7.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.375rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.05;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6rem;
  }
  .display-2 {
    font-size: 2.4rem;
  }
  .display-5 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.25rem;
    font-size: calc( 1.9100000000000001rem + (7.5 - 1.9100000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.9100000000000001rem + (7.5 - 1.9100000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.1rem;
    font-size: calc( 1.28rem + (3 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.28rem + (3 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.025rem + (1.1 - 1.025) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.025rem + (1.1 - 1.025) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.15rem + (2 - 1.15) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.05 * (1.15rem + (2 - 1.15) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.125rem + (1.5 - 1.125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.125rem + (1.5 - 1.125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #dce020 !important;
}
.bg-success {
  background-color: #7f9c26 !important;
}
.bg-info {
  background-color: #bcbf38 !important;
}
.bg-warning {
  background-color: #0f2051 !important;
}
.bg-danger {
  background-color: #73091c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #dce020 !important;
  border-color: #dce020 !important;
  color: #010100 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #929515 !important;
  border-color: #929515 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #010100 !important;
  background-color: #929515 !important;
  border-color: #929515 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3c4e84 !important;
  border-color: #3c4e84 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #212b48 !important;
  border-color: #212b48 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #212b48 !important;
  border-color: #212b48 !important;
}
.btn-info,
.btn-info:active {
  background-color: #bcbf38 !important;
  border-color: #bcbf38 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #7a7c24 !important;
  border-color: #7a7c24 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #7a7c24 !important;
  border-color: #7a7c24 !important;
}
.btn-success,
.btn-success:active {
  background-color: #7f9c26 !important;
  border-color: #7f9c26 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #465615 !important;
  border-color: #465615 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #465615 !important;
  border-color: #465615 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0f2051 !important;
  border-color: #0f2051 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #010308 !important;
  border-color: #010308 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #010308 !important;
  border-color: #010308 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #73091c !important;
  border-color: #73091c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #230308 !important;
  border-color: #230308 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #230308 !important;
  border-color: #230308 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  color: #dce020;
  border-color: #dce020;
  color: #010100;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  box-shadow: none!important;
  border-color: #929515 !important;
  background-color: #929515 !important;
  color: #ffffff !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #010100 !important;
  background-color: #dce020 !important;
  border-color: #dce020 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  color: #3c4e84;
  border-color: #3c4e84;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  box-shadow: none!important;
  border-color: #212b48 !important;
  background-color: #212b48 !important;
  color: #ffffff !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3c4e84 !important;
  border-color: #3c4e84 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  color: #bcbf38;
  border-color: #bcbf38;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  box-shadow: none!important;
  border-color: #7a7c24 !important;
  background-color: #7a7c24 !important;
  color: #ffffff !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bcbf38 !important;
  border-color: #bcbf38 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  color: #7f9c26;
  border-color: #7f9c26;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  box-shadow: none!important;
  border-color: #465615 !important;
  background-color: #465615 !important;
  color: #ffffff !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7f9c26 !important;
  border-color: #7f9c26 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  color: #0f2051;
  border-color: #0f2051;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  box-shadow: none!important;
  border-color: #010308 !important;
  background-color: #010308 !important;
  color: #ffffff !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0f2051 !important;
  border-color: #0f2051 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  color: #73091c;
  border-color: #73091c;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  box-shadow: none!important;
  border-color: #230308 !important;
  background-color: #230308 !important;
  color: #ffffff !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #73091c !important;
  border-color: #73091c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  color: #232323;
  border-color: #232323;
  color: #ffffff;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  box-shadow: none!important;
  border-color: #000000 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  color: #fafafa;
  border-color: #fafafa;
  color: #7a7a7a;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  box-shadow: none!important;
  border-color: #cfcfcf !important;
  background-color: #cfcfcf !important;
  color: #4f4f4f !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #dce020 !important;
}
.text-secondary {
  color: #3c4e84 !important;
}
.text-success {
  color: #7f9c26 !important;
}
.text-info {
  color: #bcbf38 !important;
}
.text-warning {
  color: #0f2051 !important;
}
.text-danger {
  color: #73091c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #858713 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1c253e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3c4a12 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #6e7021 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #140205 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #dce020;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bcbf38;
}
.alert-warning {
  background-color: #0f2051;
}
.alert-danger {
  background-color: #73091c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #dce020;
  border-color: #dce020;
  color: #171703;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #dce020;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f8f9d3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #beda67;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dfe096;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #6384e2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e91239;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #dce020 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #dce020;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #dce020;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #dce020;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #dce020;
  border-bottom-color: #dce020;
}
.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: #000000 !important;
  background-color: #dce020 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3c4e84 !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='%23dce020' %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-duration: .2s;
}
a:hover {
  background-image: none !important;
}
.container,
.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1399px) {
  .container,
  .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 1199px) {
  .container,
  .container-fluid {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 1199px) {
  .container,
  .container-fluid {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 991px) {
  .container,
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .container,
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container {
  max-width: 1400px;
  margin: 0 auto;
}
.row {
  margin-left: -50px;
  margin-right: -50px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1399px) {
  .row {
    margin-left: -45px;
    margin-right: -45px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 1199px) {
  .row {
    margin-left: -36px;
    margin-right: -36px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 991px) {
  .row {
    margin-left: -40px;
    margin-right: -40px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .row {
    margin-left: -30px;
    margin-right: -30px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 50px;
  padding: 15px 33px;
  font-weight: 500;
  line-height: 1 !important;
  transition-duration: .2s;
  box-shadow: none !important;
  border-radius: 25px !important;
  overflow: hidden !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  transition: .5s all;
}
.mbr-section-btn .btn:hover .mbr-iconfont {
  transform: translateX(4px);
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    padding: 12px 24px;
    min-width: auto !important;
  }
}
.cid-te6eVEWIgs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-te6eVEWIgs nav.navbar {
  position: fixed;
}
.cid-te6eVEWIgs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-te6eVEWIgs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-te6eVEWIgs .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-te6eVEWIgs .dropdown-item:hover,
.cid-te6eVEWIgs .dropdown-item:focus {
  background: rgba(188, 191, 56, 0.5) !important;
  color: white !important;
}
.cid-te6eVEWIgs .dropdown-item:hover span {
  color: white;
}
.cid-te6eVEWIgs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-te6eVEWIgs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-te6eVEWIgs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-te6eVEWIgs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-te6eVEWIgs .nav-link {
  position: relative;
}
.cid-te6eVEWIgs .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-te6eVEWIgs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-te6eVEWIgs .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-te6eVEWIgs .iconfont-wrapper:hover .mbr-iconfont {
  color: #dce020;
}
.cid-te6eVEWIgs .dropdown-menu,
.cid-te6eVEWIgs .navbar.opened {
  background: #1a2229 !important;
}
.cid-te6eVEWIgs .nav-item:focus,
.cid-te6eVEWIgs .nav-link:focus {
  outline: none;
}
.cid-te6eVEWIgs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-te6eVEWIgs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-te6eVEWIgs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-te6eVEWIgs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-te6eVEWIgs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-te6eVEWIgs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-te6eVEWIgs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a2229;
  padding: 0 !important;
}
.cid-te6eVEWIgs .navbar.opened {
  transition: all 0.3s;
}
.cid-te6eVEWIgs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-te6eVEWIgs .navbar .navbar-logo img {
  width: auto;
}
.cid-te6eVEWIgs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-te6eVEWIgs .navbar.collapsed {
  justify-content: center;
}
.cid-te6eVEWIgs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-te6eVEWIgs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-te6eVEWIgs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-te6eVEWIgs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-te6eVEWIgs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-te6eVEWIgs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-te6eVEWIgs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-te6eVEWIgs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-te6eVEWIgs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-te6eVEWIgs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-te6eVEWIgs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-te6eVEWIgs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-te6eVEWIgs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-te6eVEWIgs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-te6eVEWIgs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-te6eVEWIgs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-te6eVEWIgs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-te6eVEWIgs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-te6eVEWIgs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-te6eVEWIgs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-te6eVEWIgs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-te6eVEWIgs .dropdown-item.active,
.cid-te6eVEWIgs .dropdown-item:active {
  background-color: transparent;
}
.cid-te6eVEWIgs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-te6eVEWIgs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-te6eVEWIgs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-te6eVEWIgs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-te6eVEWIgs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-te6eVEWIgs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-te6eVEWIgs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-te6eVEWIgs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-te6eVEWIgs button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-te6eVEWIgs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-te6eVEWIgs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-te6eVEWIgs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-te6eVEWIgs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-te6eVEWIgs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-te6eVEWIgs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-te6eVEWIgs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-te6eVEWIgs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-te6eVEWIgs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-te6eVEWIgs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-te6eVEWIgs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-te6eVEWIgs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-te6eVEWIgs .navbar {
    height: 70px;
  }
  .cid-te6eVEWIgs .navbar.opened {
    height: auto;
  }
  .cid-te6eVEWIgs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-te6eVEWIgs .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-te6eVEWIgs .navbar-toggler {
  margin-left: 10px;
}
.cid-te6eVEWIgs .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #73091c;
}
.cid-te6eVEWIgs .navbar-logo {
  margin-right: 0 !important;
}
.cid-te6eVEWIgs .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-te6eVEWIgs .mbr-text {
    display: none;
  }
}
.cid-te6eVEWIgs .navbar-collapse {
  padding-top: 40px !important;
}
.cid-te6eVEWIgs .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-te6eVEWIgs .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-v3y20FAui2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-v3y20FAui2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3y20FAui2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3y20FAui2 .row {
  justify-content: left;
}
.cid-v3y20FAui2 .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 4.5%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1199px) {
  .cid-v3y20FAui2 .content-container {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-v3y20FAui2 .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-v3y20FAui2 .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-v3y20FAui2 .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.cid-v3y20FAui2 .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-v3y20FAui2 .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-v3y20FAui2 .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.1);
}
.cid-v3y20FAui2 .point-frame-1 {
  top: 19px;
}
.cid-v3y20FAui2 .point-frame-2 {
  bottom: 19px;
}
.cid-v3y20FAui2 .title-container {
  width: 70%;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .cid-v3y20FAui2 .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-v3y20FAui2 .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-v3y20FAui2 .text-container {
  width: 30%;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .cid-v3y20FAui2 .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-v3y20FAui2 .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-v3y20FAui2 .item-container {
  width: 100%;
}
.cid-v3y20FAui2 .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-v3y20FAui2 .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-v3y20FAui2 .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-v3y20FAui2 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-v3xWvFtLyC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-v3xWvFtLyC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3xWvFtLyC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3xWvFtLyC .content-container {
  display: flex;
  justify-content: left;
  width: 100%;
}
.cid-v3xWvFtLyC .content-wrap {
  width: 50%;
  background-color: #1a2229;
  padding: 32px;
}
@media (max-width: 991px) {
  .cid-v3xWvFtLyC .content-wrap {
    width: 75%;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-v3xWvFtLyC .content-wrap {
    width: 100%;
  }
}
.cid-v3xWvFtLyC .img-container {
  width: 100%;
}
.cid-v3xWvFtLyC .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-v3xWvFtLyC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3xWvFtLyC .text-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  padding-top: 44px;
}
@media (max-width: 767px) {
  .cid-v3xWvFtLyC .text-container {
    padding-top: 32px;
    flex-wrap: wrap;
  }
}
.cid-v3xWvFtLyC .text-content {
  width: 60%;
  flex-grow: 1;
  padding-right: 12px;
}
@media (max-width: 991px) {
  .cid-v3xWvFtLyC .text-content {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .cid-v3xWvFtLyC .text-content {
    width: 100%;
    padding-right: 0;
  }
}
.cid-v3xWvFtLyC .mbr-section-title {
  width: 100%;
  color: #BF9341;
}
.cid-v3xWvFtLyC .mbr-text {
  width: 50%;
  color: #BF9341;
  margin-top: 56px;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-v3xWvFtLyC .mbr-text {
    width: 100%;
    margin-top: 32px;
  }
}
.cid-v3xWvFtLyC .btn-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 40%;
  flex-grow: 1;
  padding-left: 12px;
}
@media (max-width: 991px) {
  .cid-v3xWvFtLyC .btn-content {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .cid-v3xWvFtLyC .btn-content {
    width: 100%;
    padding-left: 0;
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .cid-v3xWvFtLyC .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uvTdBn3Olc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #530110;
}
.cid-uvTdBn3Olc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvTdBn3Olc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvTdBn3Olc .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 575px) {
  .cid-uvTdBn3Olc .content-container {
    flex-wrap: wrap;
  }
}
.cid-uvTdBn3Olc .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
}
@media (max-width: 575px) {
  .cid-uvTdBn3Olc .text-container {
    width: 100%;
  }
}
.cid-uvTdBn3Olc .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
@media (max-width: 575px) {
  .cid-uvTdBn3Olc .card-box {
    padding-top: 26%;
  }
}
.cid-uvTdBn3Olc .img-container {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .cid-uvTdBn3Olc .img-container {
    width: 100%;
  }
}
.cid-uvTdBn3Olc .image-wrapper {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.cid-uvTdBn3Olc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-uvTdBn3Olc .image-wrapper img {
    width: 55%;
  }
}
.cid-uvTdBn3Olc .card-title {
  width: 100%;
  color: #BF9341;
  padding: 80px 22% 80px 17%;
}
@media (max-width: 991px) {
  .cid-uvTdBn3Olc .card-title {
    padding: 70px 17.5% 70px 17.5%;
  }
}
@media (max-width: 767px) {
  .cid-uvTdBn3Olc .card-title {
    padding: 80% 7.5% 70px 7.5%;
  }
}
@media (max-width: 575px) {
  .cid-uvTdBn3Olc .card-title {
    padding: 0 45% 0 0;
  }
}
.cid-uvTdBn3Olc .mbr-text {
  color: #BF9341;
  padding: 56px 17% 0 41%;
}
@media (max-width: 991px) {
  .cid-uvTdBn3Olc .mbr-text {
    padding: 48px 17.5% 0 17.5%;
  }
}
@media (max-width: 767px) {
  .cid-uvTdBn3Olc .mbr-text {
    padding: 48px 7.5% 0 7.5%;
  }
}
@media (max-width: 575px) {
  .cid-uvTdBn3Olc .mbr-text {
    padding: 20% 0 0 26%;
  }
}
.cid-uvTdBn3Olc .btn-content {
  width: 100%;
  padding: 0 22% 0 17%;
}
@media (max-width: 991px) {
  .cid-uvTdBn3Olc .btn-content {
    padding: 0 17.5% 0 17.5%;
  }
}
@media (max-width: 767px) {
  .cid-uvTdBn3Olc .btn-content {
    padding: 0 7.5% 0 7.5%;
  }
}
@media (max-width: 575px) {
  .cid-uvTdBn3Olc .btn-content {
    padding: 0;
  }
}
.cid-uvTdBn3Olc .mbr-section-btn {
  margin-top: 30px;
}
.cid-tFL7Kd7dHs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/4-800x450.jpg");
}
.cid-tFL7Kd7dHs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFL7Kd7dHs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFL7Kd7dHs .content-container {
  display: flex;
  justify-content: left;
  width: 100%;
}
.cid-tFL7Kd7dHs .content-wrap {
  width: 50%;
  background-color: #1a2229;
  padding: 32px;
}
@media (max-width: 991px) {
  .cid-tFL7Kd7dHs .content-wrap {
    width: 75%;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tFL7Kd7dHs .content-wrap {
    width: 100%;
  }
}
.cid-tFL7Kd7dHs .img-container {
  width: 100%;
}
.cid-tFL7Kd7dHs .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-tFL7Kd7dHs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tFL7Kd7dHs .text-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-wrap: wrap;
  padding-top: 44px;
}
@media (max-width: 767px) {
  .cid-tFL7Kd7dHs .text-container {
    padding-top: 32px;
  }
}
.cid-tFL7Kd7dHs .text-content {
  width: 100%;
}
.cid-tFL7Kd7dHs .mbr-section-title {
  width: 100%;
  color: #bcbf38;
}
.cid-tFL7Kd7dHs .mbr-text {
  width: 60%;
  color: #BF9341;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-tFL7Kd7dHs .mbr-text {
    width: 100%;
    margin-top: 32px;
  }
}
.cid-tFL7Kd7dHs .btn-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
}
.cid-tFL7Kd7dHs .mbr-text,
.cid-tFL7Kd7dHs .mbr-section-btn {
  color: #bcbf38;
}
.cid-tFL8pqmV9m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-tFL8pqmV9m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFL8pqmV9m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFL8pqmV9m .row {
  justify-content: left;
}
.cid-tFL8pqmV9m .main-col {
  display: flex;
}
.cid-tFL8pqmV9m .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tFL8pqmV9m .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-tFL8pqmV9m .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-tFL8pqmV9m .mbr-text {
  color: #bcbf38;
  width: 100%;
  margin-top: 1rem;
}
.cid-tFL2PndZVF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tFL2PndZVF h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tFL2PndZVF p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tFL2PndZVF .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-tFL2PndZVF .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-tFL2PndZVF .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tFL2PndZVF .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-tFL2PndZVF .card-box {
    padding-left: 0;
  }
}
.cid-tFL2PndZVF .card-title,
.cid-tFL2PndZVF .card-img {
  color: #5b7509;
}
.cid-tFL2PndZVF P {
  color: #000000;
}
.cid-tFL2S00nGP {
  background-image: url("../../../assets/images/saizdeotero-2000x1060.png");
}
.cid-tFL5FxCcJs .main_wrapper {
  position: relative;
  height: 53rem;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-tFL5FxCcJs .main_wrapper .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-tFL5FxCcJs .main_wrapper .b_wrapper .block {
  height: 300px;
  background-color: #ffffff;
  pointer-events: fill;
}
.cid-tFL5FxCcJs .main_wrapper .b_wrapper .block .block_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tFL5FxCcJs .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-tFL5FxCcJs .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tFL5FxCcJs .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-tFL5FxCcJs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tFL5FxCcJs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-tFL5FxCcJs .main_wrapper .b_wrapper {
    display: block;
    height: unset;
  }
  .cid-tFL5FxCcJs .google-map {
    position: relative;
  }
  .cid-tFL5FxCcJs .container {
    max-width: 100%;
    padding: 0;
  }
}
.cid-tFL5HAhNQi {
  background-image: url("../../../assets/images/joseoto-2000x1060.png");
}
.cid-tFL5IiA07B .main_wrapper {
  position: relative;
  height: 50rem;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-tFL5IiA07B .main_wrapper .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-tFL5IiA07B .main_wrapper .b_wrapper .block {
  height: 300px;
  background-color: #ffffff;
  pointer-events: fill;
}
.cid-tFL5IiA07B .main_wrapper .b_wrapper .block .block_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tFL5IiA07B .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-tFL5IiA07B .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tFL5IiA07B .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-tFL5IiA07B .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tFL5IiA07B .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-tFL5IiA07B .main_wrapper .b_wrapper {
    display: block;
    height: unset;
  }
  .cid-tFL5IiA07B .google-map {
    position: relative;
  }
  .cid-tFL5IiA07B .container {
    max-width: 100%;
    padding: 0;
  }
}
.cid-te6kgYS8i7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-te6kgYS8i7 .container {
  max-width: 1600px;
}
.cid-te6kgYS8i7 .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-te6kgYS8i7 .media-container-row .mbr-text {
  color: #bcbf38;
}
.cid-tFLbEq1pnf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tFLbEq1pnf nav.navbar {
  position: fixed;
}
.cid-tFLbEq1pnf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFLbEq1pnf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tFLbEq1pnf .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tFLbEq1pnf .dropdown-item:hover,
.cid-tFLbEq1pnf .dropdown-item:focus {
  background: rgba(188, 191, 56, 0.5) !important;
  color: white !important;
}
.cid-tFLbEq1pnf .dropdown-item:hover span {
  color: white;
}
.cid-tFLbEq1pnf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tFLbEq1pnf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tFLbEq1pnf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tFLbEq1pnf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tFLbEq1pnf .nav-link {
  position: relative;
}
.cid-tFLbEq1pnf .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tFLbEq1pnf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tFLbEq1pnf .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tFLbEq1pnf .iconfont-wrapper:hover .mbr-iconfont {
  color: #dce020;
}
.cid-tFLbEq1pnf .dropdown-menu,
.cid-tFLbEq1pnf .navbar.opened {
  background: #1a2229 !important;
}
.cid-tFLbEq1pnf .nav-item:focus,
.cid-tFLbEq1pnf .nav-link:focus {
  outline: none;
}
.cid-tFLbEq1pnf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tFLbEq1pnf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFLbEq1pnf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tFLbEq1pnf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFLbEq1pnf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFLbEq1pnf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tFLbEq1pnf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a2229;
  padding: 0 !important;
}
.cid-tFLbEq1pnf .navbar.opened {
  transition: all 0.3s;
}
.cid-tFLbEq1pnf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tFLbEq1pnf .navbar .navbar-logo img {
  width: auto;
}
.cid-tFLbEq1pnf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFLbEq1pnf .navbar.collapsed {
  justify-content: center;
}
.cid-tFLbEq1pnf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFLbEq1pnf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tFLbEq1pnf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFLbEq1pnf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFLbEq1pnf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tFLbEq1pnf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFLbEq1pnf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tFLbEq1pnf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tFLbEq1pnf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFLbEq1pnf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFLbEq1pnf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFLbEq1pnf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFLbEq1pnf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tFLbEq1pnf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFLbEq1pnf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFLbEq1pnf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tFLbEq1pnf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tFLbEq1pnf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tFLbEq1pnf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tFLbEq1pnf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFLbEq1pnf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFLbEq1pnf .dropdown-item.active,
.cid-tFLbEq1pnf .dropdown-item:active {
  background-color: transparent;
}
.cid-tFLbEq1pnf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFLbEq1pnf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFLbEq1pnf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFLbEq1pnf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tFLbEq1pnf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFLbEq1pnf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFLbEq1pnf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tFLbEq1pnf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tFLbEq1pnf button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tFLbEq1pnf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tFLbEq1pnf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tFLbEq1pnf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFLbEq1pnf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFLbEq1pnf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tFLbEq1pnf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFLbEq1pnf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tFLbEq1pnf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tFLbEq1pnf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFLbEq1pnf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tFLbEq1pnf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tFLbEq1pnf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tFLbEq1pnf .navbar {
    height: 70px;
  }
  .cid-tFLbEq1pnf .navbar.opened {
    height: auto;
  }
  .cid-tFLbEq1pnf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFLbEq1pnf .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tFLbEq1pnf .navbar-toggler {
  margin-left: 10px;
}
.cid-tFLbEq1pnf .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #73091c;
}
.cid-tFLbEq1pnf .navbar-logo {
  margin-right: 0 !important;
}
.cid-tFLbEq1pnf .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tFLbEq1pnf .mbr-text {
    display: none;
  }
}
.cid-tFLbEq1pnf .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tFLbEq1pnf .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tFLbEq1pnf .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tFLdbk9bN1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/7-2000x1125.jpg");
}
.cid-tFLdbk9bN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFLdbk9bN1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFLdbk9bN1 .row {
  justify-content: left;
}
.cid-tFLdbk9bN1 .main-col {
  display: flex;
}
.cid-tFLdbk9bN1 .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tFLdbk9bN1 .mbr-section-title {
  color: #e2f5a7;
  width: 100%;
}
.cid-tFLdbk9bN1 .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-tFLdbk9bN1 .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
}
.cid-tFLdizXu48 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e2f5a7;
}
.cid-tFLdizXu48 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFLdizXu48 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFLdizXu48 .container {
  max-width: 1600px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tFLdizXu48 .container {
    max-width: 80%;
  }
}
.cid-tFLdizXu48 .content-container {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tFLdizXu48 .content-container {
    flex-wrap: wrap;
  }
}
.cid-tFLdizXu48 .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 30%;
}
@media (max-width: 991px) {
  .cid-tFLdizXu48 .text-container {
    width: 100%;
  }
}
.cid-tFLdizXu48 .card-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tFLdizXu48 .card-box {
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .cid-tFLdizXu48 .card-box {
    margin-bottom: 40px;
  }
}
.cid-tFLdizXu48 .card-title {
  width: 100%;
  color: #192732;
}
.cid-tFLdizXu48 .mbr-text {
  color: #192732;
  padding: 60px 0 0 23%;
}
@media (max-width: 991px) {
  .cid-tFLdizXu48 .mbr-text {
    padding: 44px 0 0 13%;
    max-width: 56%;
  }
}
@media (max-width: 575px) {
  .cid-tFLdizXu48 .mbr-text {
    max-width: 100%;
    padding-left: 0;
  }
}
.cid-tFLdizXu48 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-tFLdizXu48 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tFLdizXu48 .img-container {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tFLdizXu48 .img-container {
    width: 100%;
  }
}
.cid-tFLdizXu48 .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-tFLdizXu48 .image-wrapper img {
  object-fit: cover;
}
.cid-tFLdizXu48 .image-wrapper-1 {
  margin-bottom: 32px;
}
.cid-tFLdizXu48 .image-wrapper-1 img {
  width: 32%;
  margin-left: auto;
}
@media (min-width: 992px) {
  .cid-tFLdizXu48 .image-wrapper-1 img {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-tFLdizXu48 .image-wrapper-1 img {
    width: 41%;
  }
}
@media (max-width: 991px) {
  .cid-tFLdizXu48 .image-wrapper-1 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-tFLdizXu48 .image-wrapper-1 {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .cid-tFLdizXu48 .image-wrapper-1 {
    margin-bottom: 40px;
  }
}
.cid-tFLdizXu48 .image-wrapper-2 img {
  width: 83%;
  padding-left: 23.5%;
}
@media (min-width: 992px) {
  .cid-tFLdizXu48 .image-wrapper-2 img {
    padding-left: 0;
    padding-right: 23.5%;
  }
}
@media (max-width: 991px) {
  .cid-tFLdizXu48 .image-wrapper-2 img {
    width: 80%;
    padding-left: 0;
    margin-right: auto;
  }
}
.cid-tFLdeDuUTv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1a2229;
}
.cid-tFLdeDuUTv .container {
  max-width: 1600px;
}
.cid-tFLdeDuUTv .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 100px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-tFLdeDuUTv .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-tFLdeDuUTv .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-tFLdeDuUTv .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-tFLdeDuUTv .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-tFLdeDuUTv .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #1a2229;
  border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-tFLdeDuUTv .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-tFLdeDuUTv .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-tFLdeDuUTv .border-frame {
    width: 7%;
  }
}
.cid-tFLdeDuUTv .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 770px;
}
@media (max-width: 991px) {
  .cid-tFLdeDuUTv .content-container {
    min-height: auto;
  }
}
.cid-tFLdeDuUTv .img-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  max-width: 575px;
  z-index: 4;
  border: 1px dashed rgba(255, 255, 255, 0.1);
  padding: 22px;
  border-radius: 100rem;
}
@media (max-width: 991px) {
  .cid-tFLdeDuUTv .img-container {
    position: static;
    transform: translate(0, 0);
    max-width: 60%;
    margin: 0 auto 72px;
    padding: 3%;
  }
}
.cid-tFLdeDuUTv .image-wrapper {
  height: 100%;
  width: 100%;
  border-radius: 100rem;
  overflow: hidden;
  opacity: 0.3;
  background-image: url("../../../assets/images/tapa-de-asado.gif");
  background-size: cover;
}
@media (max-width: 991px) {
  .cid-tFLdeDuUTv .image-wrapper {
    padding: 70% 0;
    opacity: 1;
  }
}
.cid-tFLdeDuUTv .text-container {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 658px;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .cid-tFLdeDuUTv .text-container {
    max-width: 80%;
    padding: 0;
  }
}
.cid-tFLdeDuUTv .text-wrapper {
  width: 100%;
}
.cid-tFLdeDuUTv .mbr-text {
  color: #bcbf38;
  width: 100%;
  max-width: 422px;
  margin: 0 auto 118px;
}
@media (max-width: 991px) {
  .cid-tFLdeDuUTv .mbr-text {
    margin-bottom: 0;
    padding-bottom: 18%;
  }
}
.cid-tFLdeDuUTv .card-title {
  color: #BF9341;
  margin-bottom: 0;
}
.cid-tFLdkgN3eU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ded7cd;
}
.cid-tFLdkgN3eU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFLdkgN3eU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFLdkgN3eU .container {
  max-width: 900px;
}
.cid-tFLdkgN3eU .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-tFLdkgN3eU .content-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-tFLdkgN3eU .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-tFLdkgN3eU .card-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tFLdkgN3eU .card-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.cid-tFLdkgN3eU .card-box {
  width: 100%;
}
.cid-tFLdkgN3eU .card-title {
  width: 100%;
  color: #192732;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tFLdkgN3eU .card-title {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
.cid-tFLdkgN3eU .mbr-text {
  width: 100%;
  color: #192732;
}
@media (max-width: 767px) {
  .cid-tFLdkgN3eU .mbr-text {
    text-align: center !important;
  }
}
.cid-tFLdkgN3eU .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tFLdkgN3eU .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tFLdkgN3eU .img-container {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-tFLdkgN3eU .img-container {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tFLdkgN3eU .img-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tFLdkgN3eU .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-tFLdkgN3eU .image-wrapper img {
  object-fit: cover;
  max-height: 100vh;
}
.cid-tFLddd0Qy3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/img-4687-2000x1494.jpg");
}
.cid-tFLddd0Qy3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFLddd0Qy3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFLddd0Qy3 .content-container {
  display: flex;
  justify-content: left;
  width: 100%;
}
.cid-tFLddd0Qy3 .content-wrap {
  width: 50%;
  background-color: #1a2229;
  padding: 32px;
}
@media (max-width: 991px) {
  .cid-tFLddd0Qy3 .content-wrap {
    width: 75%;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tFLddd0Qy3 .content-wrap {
    width: 100%;
  }
}
.cid-tFLddd0Qy3 .img-container {
  width: 100%;
}
.cid-tFLddd0Qy3 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-tFLddd0Qy3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tFLddd0Qy3 .text-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  padding-top: 44px;
}
@media (max-width: 767px) {
  .cid-tFLddd0Qy3 .text-container {
    padding-top: 32px;
    flex-wrap: wrap;
  }
}
.cid-tFLddd0Qy3 .text-content {
  width: 60%;
  flex-grow: 1;
  padding-right: 12px;
}
@media (max-width: 991px) {
  .cid-tFLddd0Qy3 .text-content {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .cid-tFLddd0Qy3 .text-content {
    width: 100%;
    padding-right: 0;
  }
}
.cid-tFLddd0Qy3 .mbr-section-title {
  width: 100%;
  color: #BF9341;
}
.cid-tFLddd0Qy3 .mbr-text {
  width: 50%;
  color: #BF9341;
  margin-top: 56px;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-tFLddd0Qy3 .mbr-text {
    width: 100%;
    margin-top: 32px;
  }
}
.cid-tFLddd0Qy3 .btn-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 40%;
  flex-grow: 1;
  padding-left: 12px;
}
@media (max-width: 991px) {
  .cid-tFLddd0Qy3 .btn-content {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .cid-tFLddd0Qy3 .btn-content {
    width: 100%;
    padding-left: 0;
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tFLddd0Qy3 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tFLgC5qBuS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-tFLgC5qBuS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFLgC5qBuS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFLgC5qBuS .row {
  justify-content: left;
}
.cid-tFLgC5qBuS .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 10%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-tFLgC5qBuS .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-tFLgC5qBuS .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-tFLgC5qBuS .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.cid-tFLgC5qBuS .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-tFLgC5qBuS .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-tFLgC5qBuS .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.1);
}
.cid-tFLgC5qBuS .point-frame-1 {
  top: 19px;
}
.cid-tFLgC5qBuS .point-frame-2 {
  bottom: 19px;
}
.cid-tFLgC5qBuS .title-container {
  width: 60%;
  padding: 0 80px 0 0;
}
@media (max-width: 991px) {
  .cid-tFLgC5qBuS .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tFLgC5qBuS .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tFLgC5qBuS .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 40%;
  padding: 0 0 0 80px;
}
@media (max-width: 991px) {
  .cid-tFLgC5qBuS .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-tFLgC5qBuS .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-tFLgC5qBuS .item-container {
  width: 100%;
}
.cid-tFLgC5qBuS .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-tFLgC5qBuS .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tFLgC5qBuS .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-tFLgC5qBuS .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tFLgAVsASx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #530110;
  position: relative;
  overflow: hidden;
}
.cid-tFLgAVsASx .container {
  max-width: 920px;
}
.cid-tFLgAVsASx .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #ffffff;
  border: 1px solid rgba(26, 34, 41, 0.2);
}
@media (max-width: 991px) {
  .cid-tFLgAVsASx .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-tFLgAVsASx .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-tFLgAVsASx .border-container {
    padding: 9% 7%;
  }
}
.cid-tFLgAVsASx .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-tFLgAVsASx .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-tFLgAVsASx .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-tFLgAVsASx .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-tFLgAVsASx .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #530110;
  border-color: rgba(26, 34, 41, 0.2);
}
@media (max-width: 991px) {
  .cid-tFLgAVsASx .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-tFLgAVsASx .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-tFLgAVsASx .border-frame {
    width: 7%;
  }
}
.cid-tFLgAVsASx .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tFLgAVsASx .content-container {
    min-height: auto;
  }
}
.cid-tFLgAVsASx .text-container {
  width: 100%;
}
.cid-tFLgAVsASx .text-wrapper {
  width: 100%;
}
.cid-tFLgAVsASx .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-tFLgAVsASx .card-title {
  color: #1a2229;
  width: 100%;
  margin-bottom: 28px !important;
}
.cid-tFLgAVsASx .mbr-section-btn {
  margin-top: 28px;
}
.cid-tFLgAVsASx .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(26, 34, 41, 0.2);
}
.cid-tFLgAVsASx .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-tFLgAVsASx .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-tFLgAVsASx .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-tFLgAVsASx .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-tFLgAVsASx .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-tFLbEA6YnI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-tFLbEA6YnI .container {
  max-width: 1600px;
}
.cid-tFLbEA6YnI .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tFLbEA6YnI .media-container-row .mbr-text {
  color: #bcbf38;
}
.cid-tFUIP7zUwy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tFUIP7zUwy nav.navbar {
  position: fixed;
}
.cid-tFUIP7zUwy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFUIP7zUwy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tFUIP7zUwy .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tFUIP7zUwy .dropdown-item:hover,
.cid-tFUIP7zUwy .dropdown-item:focus {
  background: rgba(188, 191, 56, 0.5) !important;
  color: white !important;
}
.cid-tFUIP7zUwy .dropdown-item:hover span {
  color: white;
}
.cid-tFUIP7zUwy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tFUIP7zUwy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tFUIP7zUwy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tFUIP7zUwy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tFUIP7zUwy .nav-link {
  position: relative;
}
.cid-tFUIP7zUwy .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tFUIP7zUwy .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tFUIP7zUwy .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tFUIP7zUwy .iconfont-wrapper:hover .mbr-iconfont {
  color: #dce020;
}
.cid-tFUIP7zUwy .dropdown-menu,
.cid-tFUIP7zUwy .navbar.opened {
  background: #1a2229 !important;
}
.cid-tFUIP7zUwy .nav-item:focus,
.cid-tFUIP7zUwy .nav-link:focus {
  outline: none;
}
.cid-tFUIP7zUwy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tFUIP7zUwy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFUIP7zUwy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tFUIP7zUwy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFUIP7zUwy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFUIP7zUwy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tFUIP7zUwy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a2229;
  padding: 0 !important;
}
.cid-tFUIP7zUwy .navbar.opened {
  transition: all 0.3s;
}
.cid-tFUIP7zUwy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tFUIP7zUwy .navbar .navbar-logo img {
  width: auto;
}
.cid-tFUIP7zUwy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFUIP7zUwy .navbar.collapsed {
  justify-content: center;
}
.cid-tFUIP7zUwy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFUIP7zUwy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tFUIP7zUwy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFUIP7zUwy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFUIP7zUwy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tFUIP7zUwy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFUIP7zUwy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tFUIP7zUwy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tFUIP7zUwy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFUIP7zUwy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFUIP7zUwy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFUIP7zUwy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFUIP7zUwy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tFUIP7zUwy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFUIP7zUwy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFUIP7zUwy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tFUIP7zUwy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tFUIP7zUwy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tFUIP7zUwy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tFUIP7zUwy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFUIP7zUwy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFUIP7zUwy .dropdown-item.active,
.cid-tFUIP7zUwy .dropdown-item:active {
  background-color: transparent;
}
.cid-tFUIP7zUwy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFUIP7zUwy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFUIP7zUwy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFUIP7zUwy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tFUIP7zUwy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFUIP7zUwy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFUIP7zUwy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tFUIP7zUwy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tFUIP7zUwy button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tFUIP7zUwy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tFUIP7zUwy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tFUIP7zUwy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFUIP7zUwy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFUIP7zUwy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tFUIP7zUwy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFUIP7zUwy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tFUIP7zUwy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tFUIP7zUwy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFUIP7zUwy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tFUIP7zUwy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tFUIP7zUwy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tFUIP7zUwy .navbar {
    height: 70px;
  }
  .cid-tFUIP7zUwy .navbar.opened {
    height: auto;
  }
  .cid-tFUIP7zUwy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFUIP7zUwy .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tFUIP7zUwy .navbar-toggler {
  margin-left: 10px;
}
.cid-tFUIP7zUwy .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #73091c;
}
.cid-tFUIP7zUwy .navbar-logo {
  margin-right: 0 !important;
}
.cid-tFUIP7zUwy .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tFUIP7zUwy .mbr-text {
    display: none;
  }
}
.cid-tFUIP7zUwy .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tFUIP7zUwy .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tFUIP7zUwy .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tFUIP8kSF6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/hamburguesa-1920x1280.jpeg");
}
.cid-tFUIP8kSF6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFUIP8kSF6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFUIP8kSF6 .row {
  justify-content: left;
}
.cid-tFUIP8kSF6 .main-col {
  display: flex;
}
.cid-tFUIP8kSF6 .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tFUIP8kSF6 .mbr-section-title {
  color: #e2f5a7;
  width: 100%;
}
.cid-tFUIP8kSF6 .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-tFUIP8kSF6 .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
}
.cid-tFUSb11O0R {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #171e25;
}
.cid-tFUSb11O0R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFUSb11O0R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFUSb11O0R .row {
  justify-content: left;
}
.cid-tFUSb11O0R .main-col {
  display: flex;
}
.cid-tFUSb11O0R .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tFUSb11O0R .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-tFUSb11O0R .mbr-section-subtitle {
  color: #e2f5a7;
  width: 100%;
  margin-top: 20px;
}
.cid-tFUSb11O0R .mbr-text {
  color: #dce020;
  width: 100%;
  margin-top: 1rem;
}
.cid-tFURoYCGBV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/13-el-mortero-alegre-2000x1531.jpg");
}
.cid-tFURoYCGBV h2 {
  text-align: center;
}
.cid-tFURoYCGBV h3 {
  text-align: center;
  font-weight: 300;
}
.cid-tFURoYCGBV p {
  color: #767676;
}
.cid-tFURoYCGBV img {
  object-fit: cover;
}
.cid-tFURoYCGBV .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tFURoYCGBV .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tFURoYCGBV .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tFURoYCGBV .mbr-section-subtitle {
  color: #f7e6ac;
}
.cid-tFURoYCGBV .card-title {
  font-weight: 500;
}
.cid-tFURoYCGBV .card-img {
  text-align: inherit;
}
.cid-tFURoYCGBV .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tFURoYCGBV .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tFURoYCGBV .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tFURoYCGBV .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-tFURoYCGBV .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-tFURoYCGBV .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-tFURoYCGBV .mbr-section-title {
  color: #e4d295;
}
.cid-tFURoYCGBV .mbr-crt-title {
  color: #f7ed4a;
}
.cid-tFURoYCGBV .mbr-section-text {
  color: #ffffff;
}
.cid-tFURoYCGBV .mbr-crt-title B {
  color: #f7ed4a;
}
.cid-tFUTicsajC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c49e4b;
}
.cid-tFUTicsajC .container {
  max-width: 1600px;
}
.cid-tFUTicsajC .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 10%;
  border: 1px solid rgba(25, 39, 50, 0.1);
}
@media (max-width: 1199px) {
  .cid-tFUTicsajC .border-container {
    padding: 20px 8%;
  }
}
@media (max-width: 991px) {
  .cid-tFUTicsajC .border-container {
    padding: 0;
    border: none !important;
  }
}
.cid-tFUTicsajC .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-tFUTicsajC .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-tFUTicsajC .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-tFUTicsajC .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-tFUTicsajC .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #c49e4b;
  border-color: rgba(25, 39, 50, 0.1);
}
@media (max-width: 991px) {
  .cid-tFUTicsajC .border-frame {
    display: none;
  }
}
.cid-tFUTicsajC .content-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tFUTicsajC .card {
  display: flex;
  width: 50%;
  overflow: hidden;
  padding: 20px 6%;
  opacity: 0.25;
  transition: .6s all;
}
@media (max-width: 991px) {
  .cid-tFUTicsajC .card {
    padding: 20px 3%;
  }
}
@media (max-width: 767px) {
  .cid-tFUTicsajC .card {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    opacity: 1;
  }
}
@media (max-width: 575px) {
  .cid-tFUTicsajC .card {
    padding: 20px 0;
  }
}
.cid-tFUTicsajC .card:hover {
  opacity: 1;
}
.cid-tFUTicsajC .card:hover img {
  transform: translateY(0);
}
.cid-tFUTicsajC .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  position: relative;
}
.cid-tFUTicsajC .card-img {
  width: 100%;
  height: 404px;
  border-bottom: 2px dashed;
  overflow: hidden;
  border-color: rgba(25, 39, 50, 0.2);
}
@media (max-width: 767px) {
  .cid-tFUTicsajC .card-img {
    height: auto;
  }
}
.cid-tFUTicsajC .card-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .6s all;
  transform: translateY(20%);
}
@media (max-width: 767px) {
  .cid-tFUTicsajC .card-img img {
    transform: translateY(0);
  }
}
.cid-tFUTicsajC .card-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  width: 100%;
  margin-top: 1rem;
}
.cid-tFUTicsajC .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #192732;
}
.cid-tFUTicsajC .card-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #192732;
  margin-top: 0.5rem;
}
.cid-tFUTicsajC .card-text {
  width: 100%;
  color: #192732;
  margin-top: 12px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tFUTicsajC .card-text {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tFUTicsajC .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tFUTicsajC .btn-primary-outline {
  color: #192732;
}
.cid-tFURrRCJUF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c49e4b;
}
.cid-tFURrRCJUF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tFURpMxw7A {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-tFURpMxw7A h2 {
  text-align: left;
}
.cid-tFURpMxw7A h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tFURpMxw7A p {
  color: #767676;
  text-align: left;
}
.cid-tFURpMxw7A .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tFURpMxw7A .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tFURpMxw7A .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFURpMxw7A .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tFURpMxw7A .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tFURpMxw7A .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tFURpMxw7A .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tFURpMxw7A .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tFURpMxw7A .card-img span {
    font-size: 40px !important;
  }
}
.cid-tFURpMxw7A H2 {
  color: #efefef;
}
.cid-tFURpMxw7A .mbr-text {
  color: #cccccc;
}
.cid-tFURpMxw7A H4 {
  color: #efefef;
}
.cid-tFURpMxw7A P {
  color: #cccccc;
}
.cid-tG03jeyoTu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7e6ac;
}
.cid-tG03jeyoTu P {
  color: #767676;
}
.cid-tG03jeyoTu .mbr-text,
.cid-tG03jeyoTu .mbr-section-btn {
  color: #000000;
}
.cid-tFUIPbnhrg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-tFUIPbnhrg .container {
  max-width: 1600px;
}
.cid-tFUIPbnhrg .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tFUIPbnhrg .media-container-row .mbr-text {
  color: #bcbf38;
}
.cid-tFVmoXiery {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tFVmoXiery nav.navbar {
  position: fixed;
}
.cid-tFVmoXiery .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFVmoXiery .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tFVmoXiery .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tFVmoXiery .dropdown-item:hover,
.cid-tFVmoXiery .dropdown-item:focus {
  background: rgba(188, 191, 56, 0.5) !important;
  color: white !important;
}
.cid-tFVmoXiery .dropdown-item:hover span {
  color: white;
}
.cid-tFVmoXiery .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tFVmoXiery .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tFVmoXiery .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tFVmoXiery .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tFVmoXiery .nav-link {
  position: relative;
}
.cid-tFVmoXiery .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tFVmoXiery .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tFVmoXiery .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tFVmoXiery .iconfont-wrapper:hover .mbr-iconfont {
  color: #dce020;
}
.cid-tFVmoXiery .dropdown-menu,
.cid-tFVmoXiery .navbar.opened {
  background: #1a2229 !important;
}
.cid-tFVmoXiery .nav-item:focus,
.cid-tFVmoXiery .nav-link:focus {
  outline: none;
}
.cid-tFVmoXiery .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tFVmoXiery .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFVmoXiery .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tFVmoXiery .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFVmoXiery .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFVmoXiery .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tFVmoXiery .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a2229;
  padding: 0 !important;
}
.cid-tFVmoXiery .navbar.opened {
  transition: all 0.3s;
}
.cid-tFVmoXiery .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tFVmoXiery .navbar .navbar-logo img {
  width: auto;
}
.cid-tFVmoXiery .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFVmoXiery .navbar.collapsed {
  justify-content: center;
}
.cid-tFVmoXiery .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFVmoXiery .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tFVmoXiery .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFVmoXiery .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFVmoXiery .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tFVmoXiery .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFVmoXiery .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tFVmoXiery .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tFVmoXiery .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFVmoXiery .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFVmoXiery .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFVmoXiery .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFVmoXiery .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tFVmoXiery .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFVmoXiery .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFVmoXiery .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tFVmoXiery .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tFVmoXiery .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tFVmoXiery .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tFVmoXiery .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFVmoXiery .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFVmoXiery .dropdown-item.active,
.cid-tFVmoXiery .dropdown-item:active {
  background-color: transparent;
}
.cid-tFVmoXiery .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFVmoXiery .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFVmoXiery .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFVmoXiery .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tFVmoXiery .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFVmoXiery .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFVmoXiery ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tFVmoXiery .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tFVmoXiery button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tFVmoXiery button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tFVmoXiery button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tFVmoXiery button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFVmoXiery button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFVmoXiery button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tFVmoXiery nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFVmoXiery nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tFVmoXiery nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tFVmoXiery nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFVmoXiery .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tFVmoXiery a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tFVmoXiery .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tFVmoXiery .navbar {
    height: 70px;
  }
  .cid-tFVmoXiery .navbar.opened {
    height: auto;
  }
  .cid-tFVmoXiery .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFVmoXiery .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tFVmoXiery .navbar-toggler {
  margin-left: 10px;
}
.cid-tFVmoXiery .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #73091c;
}
.cid-tFVmoXiery .navbar-logo {
  margin-right: 0 !important;
}
.cid-tFVmoXiery .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tFVmoXiery .mbr-text {
    display: none;
  }
}
.cid-tFVmoXiery .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tFVmoXiery .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tFVmoXiery .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tFVmoYRIXx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/cachopo-relleno-foie-jamon-iberico-1600x600.jpg");
}
.cid-tFVmoYRIXx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFVmoYRIXx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFVmoYRIXx .row {
  justify-content: left;
}
.cid-tFVmoYRIXx .main-col {
  display: flex;
}
.cid-tFVmoYRIXx .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tFVmoYRIXx .mbr-section-title {
  color: #e2f5a7;
  width: 100%;
}
.cid-tFVmoYRIXx .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-tFVmoYRIXx .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
}
.cid-tFVmoZDr5A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #171e25;
}
.cid-tFVmoZDr5A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFVmoZDr5A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFVmoZDr5A .row {
  justify-content: left;
}
.cid-tFVmoZDr5A .main-col {
  display: flex;
}
.cid-tFVmoZDr5A .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tFVmoZDr5A .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-tFVmoZDr5A .mbr-section-subtitle {
  color: #e2f5a7;
  width: 100%;
  margin-top: 20px;
}
.cid-tFVmoZDr5A .mbr-text {
  color: #dce020;
  width: 100%;
  margin-top: 1rem;
}
.cid-tFZXbG7RGL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ded7cd;
}
.cid-tFZXbG7RGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFZXbG7RGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFZXbG7RGL .container {
  max-width: 900px;
}
.cid-tFZXbG7RGL .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.cid-tFZXbG7RGL .item-container {
  width: 100%;
}
.cid-tFZXbG7RGL .mbr-section-title {
  color: #192732;
}
@media (max-width: 991px) {
  .cid-tFZXbG7RGL .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tFZXbG7RGL .mbr-text {
  color: #BF9341;
  margin-top: 8px;
}
@media (max-width: 991px) {
  .cid-tFZXbG7RGL .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-tFZXbG7RGL .item-container-2 {
  padding-left: 56px;
}
@media (max-width: 991px) {
  .cid-tFZXbG7RGL .item-container-2 {
    padding-left: 0;
  }
}
.cid-tFZXbG7RGL .mbr-section-title-2 {
  text-align: center;
}
.cid-tFZXbG7RGL .mbr-section-title-4 {
  text-align: center;
}
.cid-tFZWsAFsde {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/cachopoento-1060x682.jpg");
}
.cid-tFZWsAFsde .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFZWsAFsde .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFZWsAFsde .content-container {
  display: flex;
  justify-content: left;
  width: 100%;
}
.cid-tFZWsAFsde .content-wrap {
  width: 50%;
  background-color: #1a2229;
  padding: 32px;
}
@media (max-width: 991px) {
  .cid-tFZWsAFsde .content-wrap {
    width: 75%;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tFZWsAFsde .content-wrap {
    width: 100%;
  }
}
.cid-tFZWsAFsde .img-container {
  width: 100%;
}
.cid-tFZWsAFsde .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-tFZWsAFsde .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tFZWsAFsde .text-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-wrap: wrap;
  padding-top: 44px;
}
@media (max-width: 767px) {
  .cid-tFZWsAFsde .text-container {
    padding-top: 32px;
  }
}
.cid-tFZWsAFsde .text-content {
  width: 100%;
}
.cid-tFZWsAFsde .mbr-section-title {
  width: 100%;
  color: #BF9341;
}
.cid-tFZWsAFsde .mbr-text {
  width: 60%;
  color: #BF9341;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-tFZWsAFsde .mbr-text {
    width: 100%;
    margin-top: 32px;
  }
}
.cid-tFZWsAFsde .btn-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
}
.cid-tFVmp24Qnu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ecca7f;
}
.cid-tFVmp24Qnu .mbr-section-subtitle {
  color: #000000;
}
.cid-tFVmp3qMOD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-tFVmp3qMOD .container {
  max-width: 1600px;
}
.cid-tFVmp3qMOD .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tFVmp3qMOD .media-container-row .mbr-text {
  color: #bcbf38;
}
.cid-tFVx88iMlU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tFVx88iMlU nav.navbar {
  position: fixed;
}
.cid-tFVx88iMlU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFVx88iMlU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tFVx88iMlU .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tFVx88iMlU .dropdown-item:hover,
.cid-tFVx88iMlU .dropdown-item:focus {
  background: rgba(188, 191, 56, 0.5) !important;
  color: white !important;
}
.cid-tFVx88iMlU .dropdown-item:hover span {
  color: white;
}
.cid-tFVx88iMlU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tFVx88iMlU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tFVx88iMlU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tFVx88iMlU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tFVx88iMlU .nav-link {
  position: relative;
}
.cid-tFVx88iMlU .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tFVx88iMlU .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tFVx88iMlU .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tFVx88iMlU .iconfont-wrapper:hover .mbr-iconfont {
  color: #dce020;
}
.cid-tFVx88iMlU .dropdown-menu,
.cid-tFVx88iMlU .navbar.opened {
  background: #1a2229 !important;
}
.cid-tFVx88iMlU .nav-item:focus,
.cid-tFVx88iMlU .nav-link:focus {
  outline: none;
}
.cid-tFVx88iMlU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tFVx88iMlU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFVx88iMlU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tFVx88iMlU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFVx88iMlU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFVx88iMlU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tFVx88iMlU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a2229;
  padding: 0 !important;
}
.cid-tFVx88iMlU .navbar.opened {
  transition: all 0.3s;
}
.cid-tFVx88iMlU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tFVx88iMlU .navbar .navbar-logo img {
  width: auto;
}
.cid-tFVx88iMlU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFVx88iMlU .navbar.collapsed {
  justify-content: center;
}
.cid-tFVx88iMlU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFVx88iMlU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tFVx88iMlU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFVx88iMlU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFVx88iMlU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tFVx88iMlU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFVx88iMlU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tFVx88iMlU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tFVx88iMlU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFVx88iMlU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFVx88iMlU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFVx88iMlU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFVx88iMlU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tFVx88iMlU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFVx88iMlU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFVx88iMlU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tFVx88iMlU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tFVx88iMlU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tFVx88iMlU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tFVx88iMlU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFVx88iMlU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFVx88iMlU .dropdown-item.active,
.cid-tFVx88iMlU .dropdown-item:active {
  background-color: transparent;
}
.cid-tFVx88iMlU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFVx88iMlU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFVx88iMlU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFVx88iMlU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tFVx88iMlU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFVx88iMlU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFVx88iMlU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tFVx88iMlU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tFVx88iMlU button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tFVx88iMlU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tFVx88iMlU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tFVx88iMlU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFVx88iMlU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFVx88iMlU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tFVx88iMlU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFVx88iMlU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tFVx88iMlU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tFVx88iMlU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFVx88iMlU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tFVx88iMlU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tFVx88iMlU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tFVx88iMlU .navbar {
    height: 70px;
  }
  .cid-tFVx88iMlU .navbar.opened {
    height: auto;
  }
  .cid-tFVx88iMlU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFVx88iMlU .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tFVx88iMlU .navbar-toggler {
  margin-left: 10px;
}
.cid-tFVx88iMlU .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #73091c;
}
.cid-tFVx88iMlU .navbar-logo {
  margin-right: 0 !important;
}
.cid-tFVx88iMlU .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tFVx88iMlU .mbr-text {
    display: none;
  }
}
.cid-tFVx88iMlU .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tFVx88iMlU .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tFVx88iMlU .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tFVx898x6z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/arroces-2000x1500.jpg");
}
.cid-tFVx898x6z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFVx898x6z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFVx898x6z .row {
  justify-content: left;
}
.cid-tFVx898x6z .main-col {
  display: flex;
}
.cid-tFVx898x6z .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tFVx898x6z .mbr-section-title {
  color: #e2f5a7;
  width: 100%;
}
.cid-tFVx898x6z .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-tFVx898x6z .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
}
.cid-tFVy9G4Jp7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-tFVy9G4Jp7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFVy9G4Jp7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFVy9G4Jp7 .row {
  justify-content: left;
}
.cid-tFVy9G4Jp7 .main-col {
  display: flex;
}
.cid-tFVy9G4Jp7 .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tFVy9G4Jp7 .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-tFVy9G4Jp7 .mbr-section-subtitle {
  color: #e2f5a7;
  width: 100%;
  margin-top: 20px;
}
.cid-tFVy9G4Jp7 .mbr-text {
  color: #bcbf38;
  width: 100%;
  margin-top: 1rem;
}
.cid-tFVzj53PN0 {
  background-image: url("../../../assets/images/vitrina-999x400.png");
}
.cid-tFVzj53PN0 .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-tFVzhLIXv6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-tFVzhLIXv6 .card-box {
  padding: 0 2rem;
}
.cid-tFVzhLIXv6 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tFVzhLIXv6 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tFVzhLIXv6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tFVzhLIXv6 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tFVzhLIXv6 .mbr-text {
  color: #767676;
}
.cid-tFVzhLIXv6 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tFVzhLIXv6 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tFVzhLIXv6 .card-title {
  text-align: left;
}
.cid-uvYm18E5nX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ded7cd;
}
.cid-uvYm18E5nX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYm18E5nX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYm18E5nX .container {
  max-width: 900px;
}
.cid-uvYm18E5nX .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-uvYm18E5nX .content-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-uvYm18E5nX .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-uvYm18E5nX .card-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-uvYm18E5nX .card-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.cid-uvYm18E5nX .card-box {
  width: 100%;
}
.cid-uvYm18E5nX .card-title {
  width: 100%;
  color: #192732;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uvYm18E5nX .card-title {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
.cid-uvYm18E5nX .mbr-text {
  width: 100%;
  color: #192732;
}
@media (max-width: 767px) {
  .cid-uvYm18E5nX .mbr-text {
    text-align: center !important;
  }
}
.cid-uvYm18E5nX .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uvYm18E5nX .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uvYm18E5nX .img-container {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-uvYm18E5nX .img-container {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-uvYm18E5nX .img-container {
    width: 100%;
    padding: 0;
  }
}
.cid-uvYm18E5nX .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uvYm18E5nX .image-wrapper img {
  object-fit: cover;
  max-height: 100vh;
}
.cid-tG03RvgfSn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tG03RvgfSn P {
  color: #767676;
}
.cid-tG03RvgfSn .mbr-text,
.cid-tG03RvgfSn .mbr-section-btn {
  color: #000000;
}
.cid-tG03DUhk5E {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/celebracionmortero-1382x795.jpg");
}
.cid-tG03DUhk5E h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-tG03DUhk5E p {
  color: #ffffff;
}
.cid-tG03DUhk5E .card {
  margin-bottom: 2rem;
}
.cid-tG03DUhk5E .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #a12746;
}
.cid-tG03DUhk5E .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-tG03DUhk5E .card-box {
  padding-bottom: 2rem;
  background-color: #a12746;
  background: linear-gradient(#a12746, transparent);
}
.cid-tG03DUhk5E .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-tG03DUhk5E .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-tG03DUhk5E .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tG03DUhk5E .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tFVzgzYYax {
  background-image: url("../../../assets/images/mbr-1920x1152.jpg");
}
.cid-tFVzgzYYax .form-control,
.cid-tFVzgzYYax .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-tFVzgzYYax .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-tFVzgzYYax textarea.form-control {
  min-height: 188px;
}
.cid-tFVzgzYYax .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-tFVzgzYYax .content-container {
    padding-right: 5rem;
  }
}
.cid-tFVx8avntj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-tFVx8avntj .container {
  max-width: 1600px;
}
.cid-tFVx8avntj .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tFVx8avntj .media-container-row .mbr-text {
  color: #bcbf38;
}
.cid-tFVHcdvrsX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tFVHcdvrsX nav.navbar {
  position: fixed;
}
.cid-tFVHcdvrsX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFVHcdvrsX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tFVHcdvrsX .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tFVHcdvrsX .dropdown-item:hover,
.cid-tFVHcdvrsX .dropdown-item:focus {
  background: rgba(188, 191, 56, 0.5) !important;
  color: white !important;
}
.cid-tFVHcdvrsX .dropdown-item:hover span {
  color: white;
}
.cid-tFVHcdvrsX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tFVHcdvrsX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tFVHcdvrsX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tFVHcdvrsX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tFVHcdvrsX .nav-link {
  position: relative;
}
.cid-tFVHcdvrsX .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tFVHcdvrsX .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tFVHcdvrsX .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tFVHcdvrsX .iconfont-wrapper:hover .mbr-iconfont {
  color: #dce020;
}
.cid-tFVHcdvrsX .dropdown-menu,
.cid-tFVHcdvrsX .navbar.opened {
  background: #1a2229 !important;
}
.cid-tFVHcdvrsX .nav-item:focus,
.cid-tFVHcdvrsX .nav-link:focus {
  outline: none;
}
.cid-tFVHcdvrsX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tFVHcdvrsX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFVHcdvrsX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tFVHcdvrsX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFVHcdvrsX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFVHcdvrsX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tFVHcdvrsX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a2229;
  padding: 0 !important;
}
.cid-tFVHcdvrsX .navbar.opened {
  transition: all 0.3s;
}
.cid-tFVHcdvrsX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tFVHcdvrsX .navbar .navbar-logo img {
  width: auto;
}
.cid-tFVHcdvrsX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFVHcdvrsX .navbar.collapsed {
  justify-content: center;
}
.cid-tFVHcdvrsX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFVHcdvrsX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tFVHcdvrsX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFVHcdvrsX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFVHcdvrsX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tFVHcdvrsX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFVHcdvrsX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tFVHcdvrsX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tFVHcdvrsX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFVHcdvrsX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFVHcdvrsX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFVHcdvrsX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFVHcdvrsX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tFVHcdvrsX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFVHcdvrsX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFVHcdvrsX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tFVHcdvrsX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tFVHcdvrsX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tFVHcdvrsX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tFVHcdvrsX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFVHcdvrsX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFVHcdvrsX .dropdown-item.active,
.cid-tFVHcdvrsX .dropdown-item:active {
  background-color: transparent;
}
.cid-tFVHcdvrsX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFVHcdvrsX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFVHcdvrsX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFVHcdvrsX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tFVHcdvrsX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFVHcdvrsX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFVHcdvrsX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tFVHcdvrsX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tFVHcdvrsX button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tFVHcdvrsX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tFVHcdvrsX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tFVHcdvrsX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFVHcdvrsX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFVHcdvrsX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tFVHcdvrsX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFVHcdvrsX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tFVHcdvrsX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tFVHcdvrsX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFVHcdvrsX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tFVHcdvrsX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tFVHcdvrsX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tFVHcdvrsX .navbar {
    height: 70px;
  }
  .cid-tFVHcdvrsX .navbar.opened {
    height: auto;
  }
  .cid-tFVHcdvrsX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFVHcdvrsX .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tFVHcdvrsX .navbar-toggler {
  margin-left: 10px;
}
.cid-tFVHcdvrsX .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #73091c;
}
.cid-tFVHcdvrsX .navbar-logo {
  margin-right: 0 !important;
}
.cid-tFVHcdvrsX .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tFVHcdvrsX .mbr-text {
    display: none;
  }
}
.cid-tFVHcdvrsX .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tFVHcdvrsX .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tFVHcdvrsX .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tFVHcemCzq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/img-4693-811x606.jpg");
}
.cid-tFVHcemCzq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFVHcemCzq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFVHcemCzq .row {
  justify-content: left;
}
.cid-tFVHcemCzq .main-col {
  display: flex;
}
.cid-tFVHcemCzq .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tFVHcemCzq .mbr-section-title {
  color: #e2f5a7;
  width: 100%;
}
.cid-tFVHcemCzq .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-tFVHcemCzq .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
}
.cid-tFVHceYaur {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-tFVHceYaur .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFVHceYaur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFVHceYaur .row {
  justify-content: left;
}
.cid-tFVHceYaur .main-col {
  display: flex;
}
.cid-tFVHceYaur .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tFVHceYaur .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-tFVHceYaur .mbr-section-subtitle {
  color: #e2f5a7;
  width: 100%;
  margin-top: 20px;
}
.cid-tFVHceYaur .mbr-text {
  color: #bcbf38;
  width: 100%;
  margin-top: 1rem;
}
.cid-tFVHcg19CH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-tFVHcg19CH .card-box {
  padding: 0 2rem;
}
.cid-tFVHcg19CH .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tFVHcg19CH .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tFVHcg19CH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tFVHcg19CH p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tFVHcg19CH .mbr-text {
  color: #767676;
}
.cid-tFVHcg19CH .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tFVHcg19CH .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tFVHcg19CH .card-title {
  text-align: left;
}
.cid-tFVHchEJIR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-tFVHchEJIR .container {
  max-width: 1600px;
}
.cid-tFVHchEJIR .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tFVHchEJIR .media-container-row .mbr-text {
  color: #bcbf38;
}
.cid-tG0byvNYzP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tG0byvNYzP nav.navbar {
  position: fixed;
}
.cid-tG0byvNYzP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tG0byvNYzP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tG0byvNYzP .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tG0byvNYzP .dropdown-item:hover,
.cid-tG0byvNYzP .dropdown-item:focus {
  background: rgba(188, 191, 56, 0.5) !important;
  color: white !important;
}
.cid-tG0byvNYzP .dropdown-item:hover span {
  color: white;
}
.cid-tG0byvNYzP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tG0byvNYzP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tG0byvNYzP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tG0byvNYzP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tG0byvNYzP .nav-link {
  position: relative;
}
.cid-tG0byvNYzP .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tG0byvNYzP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tG0byvNYzP .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tG0byvNYzP .iconfont-wrapper:hover .mbr-iconfont {
  color: #dce020;
}
.cid-tG0byvNYzP .dropdown-menu,
.cid-tG0byvNYzP .navbar.opened {
  background: #1a2229 !important;
}
.cid-tG0byvNYzP .nav-item:focus,
.cid-tG0byvNYzP .nav-link:focus {
  outline: none;
}
.cid-tG0byvNYzP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tG0byvNYzP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG0byvNYzP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tG0byvNYzP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tG0byvNYzP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tG0byvNYzP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tG0byvNYzP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a2229;
  padding: 0 !important;
}
.cid-tG0byvNYzP .navbar.opened {
  transition: all 0.3s;
}
.cid-tG0byvNYzP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tG0byvNYzP .navbar .navbar-logo img {
  width: auto;
}
.cid-tG0byvNYzP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tG0byvNYzP .navbar.collapsed {
  justify-content: center;
}
.cid-tG0byvNYzP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tG0byvNYzP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tG0byvNYzP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tG0byvNYzP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tG0byvNYzP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tG0byvNYzP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tG0byvNYzP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tG0byvNYzP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tG0byvNYzP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tG0byvNYzP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tG0byvNYzP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tG0byvNYzP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tG0byvNYzP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tG0byvNYzP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tG0byvNYzP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tG0byvNYzP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tG0byvNYzP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tG0byvNYzP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tG0byvNYzP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tG0byvNYzP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tG0byvNYzP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tG0byvNYzP .dropdown-item.active,
.cid-tG0byvNYzP .dropdown-item:active {
  background-color: transparent;
}
.cid-tG0byvNYzP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tG0byvNYzP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tG0byvNYzP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tG0byvNYzP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tG0byvNYzP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tG0byvNYzP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tG0byvNYzP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tG0byvNYzP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tG0byvNYzP button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tG0byvNYzP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tG0byvNYzP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tG0byvNYzP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG0byvNYzP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG0byvNYzP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tG0byvNYzP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG0byvNYzP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tG0byvNYzP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tG0byvNYzP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG0byvNYzP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tG0byvNYzP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG0byvNYzP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tG0byvNYzP .navbar {
    height: 70px;
  }
  .cid-tG0byvNYzP .navbar.opened {
    height: auto;
  }
  .cid-tG0byvNYzP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tG0byvNYzP .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tG0byvNYzP .navbar-toggler {
  margin-left: 10px;
}
.cid-tG0byvNYzP .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #73091c;
}
.cid-tG0byvNYzP .navbar-logo {
  margin-right: 0 !important;
}
.cid-tG0byvNYzP .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tG0byvNYzP .mbr-text {
    display: none;
  }
}
.cid-tG0byvNYzP .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tG0byvNYzP .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tG0byvNYzP .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tG0bywClLY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/ensalada-676x419.jpg");
}
.cid-tG0bywClLY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG0bywClLY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG0bywClLY .row {
  justify-content: left;
}
.cid-tG0bywClLY .main-col {
  display: flex;
}
.cid-tG0bywClLY .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tG0bywClLY .mbr-section-title {
  color: #e2f5a7;
  width: 100%;
}
.cid-tG0bywClLY .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-tG0bywClLY .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
}
.cid-tG0byx1WAw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-tG0byx1WAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG0byx1WAw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG0byx1WAw .row {
  justify-content: left;
}
.cid-tG0byx1WAw .main-col {
  display: flex;
}
.cid-tG0byx1WAw .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tG0byx1WAw .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-tG0byx1WAw .mbr-section-subtitle {
  color: #e2f5a7;
  width: 100%;
  margin-top: 20px;
}
.cid-tG0byx1WAw .mbr-text {
  color: #bcbf38;
  width: 100%;
  margin-top: 1rem;
}
.cid-tG0cjJuaQ5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-tG0cjJuaQ5 h2 {
  text-align: left;
}
.cid-tG0cjJuaQ5 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tG0cjJuaQ5 p {
  color: #767676;
  text-align: left;
}
.cid-tG0cjJuaQ5 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tG0cjJuaQ5 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tG0cjJuaQ5 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tG0cjJuaQ5 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tG0cjJuaQ5 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tG0cjJuaQ5 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tG0cjJuaQ5 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tG0cjJuaQ5 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tG0cjJuaQ5 .card-img span {
    font-size: 40px !important;
  }
}
.cid-tG0cjJuaQ5 H2 {
  color: #efefef;
}
.cid-tG0cjJuaQ5 .mbr-text {
  color: #cccccc;
}
.cid-tG0cjJuaQ5 H4 {
  color: #efefef;
}
.cid-tG0cjJuaQ5 P {
  color: #cccccc;
}
.cid-tG0byycVXj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-tG0byycVXj .container {
  max-width: 1600px;
}
.cid-tG0byycVXj .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tG0byycVXj .media-container-row .mbr-text {
  color: #bcbf38;
}
.cid-tFLhMbdFCD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tFLhMbdFCD nav.navbar {
  position: fixed;
}
.cid-tFLhMbdFCD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFLhMbdFCD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tFLhMbdFCD .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tFLhMbdFCD .dropdown-item:hover,
.cid-tFLhMbdFCD .dropdown-item:focus {
  background: rgba(188, 191, 56, 0.5) !important;
  color: white !important;
}
.cid-tFLhMbdFCD .dropdown-item:hover span {
  color: white;
}
.cid-tFLhMbdFCD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tFLhMbdFCD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tFLhMbdFCD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tFLhMbdFCD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tFLhMbdFCD .nav-link {
  position: relative;
}
.cid-tFLhMbdFCD .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tFLhMbdFCD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tFLhMbdFCD .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tFLhMbdFCD .iconfont-wrapper:hover .mbr-iconfont {
  color: #dce020;
}
.cid-tFLhMbdFCD .dropdown-menu,
.cid-tFLhMbdFCD .navbar.opened {
  background: #1a2229 !important;
}
.cid-tFLhMbdFCD .nav-item:focus,
.cid-tFLhMbdFCD .nav-link:focus {
  outline: none;
}
.cid-tFLhMbdFCD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tFLhMbdFCD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFLhMbdFCD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tFLhMbdFCD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFLhMbdFCD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFLhMbdFCD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tFLhMbdFCD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a2229;
  padding: 0 !important;
}
.cid-tFLhMbdFCD .navbar.opened {
  transition: all 0.3s;
}
.cid-tFLhMbdFCD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tFLhMbdFCD .navbar .navbar-logo img {
  width: auto;
}
.cid-tFLhMbdFCD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFLhMbdFCD .navbar.collapsed {
  justify-content: center;
}
.cid-tFLhMbdFCD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFLhMbdFCD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tFLhMbdFCD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFLhMbdFCD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFLhMbdFCD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tFLhMbdFCD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFLhMbdFCD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tFLhMbdFCD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tFLhMbdFCD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFLhMbdFCD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFLhMbdFCD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFLhMbdFCD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFLhMbdFCD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tFLhMbdFCD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFLhMbdFCD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFLhMbdFCD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tFLhMbdFCD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tFLhMbdFCD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tFLhMbdFCD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tFLhMbdFCD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFLhMbdFCD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFLhMbdFCD .dropdown-item.active,
.cid-tFLhMbdFCD .dropdown-item:active {
  background-color: transparent;
}
.cid-tFLhMbdFCD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFLhMbdFCD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFLhMbdFCD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFLhMbdFCD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tFLhMbdFCD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFLhMbdFCD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFLhMbdFCD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tFLhMbdFCD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tFLhMbdFCD button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tFLhMbdFCD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tFLhMbdFCD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tFLhMbdFCD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFLhMbdFCD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFLhMbdFCD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tFLhMbdFCD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFLhMbdFCD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tFLhMbdFCD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tFLhMbdFCD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFLhMbdFCD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tFLhMbdFCD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tFLhMbdFCD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tFLhMbdFCD .navbar {
    height: 70px;
  }
  .cid-tFLhMbdFCD .navbar.opened {
    height: auto;
  }
  .cid-tFLhMbdFCD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFLhMbdFCD .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tFLhMbdFCD .navbar-toggler {
  margin-left: 10px;
}
.cid-tFLhMbdFCD .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #73091c;
}
.cid-tFLhMbdFCD .navbar-logo {
  margin-right: 0 !important;
}
.cid-tFLhMbdFCD .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tFLhMbdFCD .mbr-text {
    display: none;
  }
}
.cid-tFLhMbdFCD .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tFLhMbdFCD .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tFLhMbdFCD .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tFLigmM3CS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1038.jpg");
}
.cid-tFLigmM3CS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFLigmM3CS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFLigmM3CS .row {
  justify-content: left;
}
.cid-tFLigmM3CS .main-col {
  display: flex;
}
.cid-tFLigmM3CS .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tFLigmM3CS .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-tFLigmM3CS .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-tFLigmM3CS .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
}
.cid-tFUKFd7s4j {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-tFUKFd7s4j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFUKFd7s4j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFUKFd7s4j .row {
  justify-content: left;
}
.cid-tFUKFd7s4j .main-col {
  display: flex;
}
.cid-tFUKFd7s4j .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tFUKFd7s4j .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-tFUKFd7s4j .mbr-section-subtitle {
  color: #bcbf38;
  width: 100%;
  margin-top: 20px;
}
.cid-tFUKFd7s4j .mbr-text {
  color: #dce020;
  width: 100%;
  margin-top: 1rem;
}
.cid-tFLiUZjqnF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ded7cd;
}
.cid-tFLiUZjqnF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFLiUZjqnF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFLiUZjqnF .container {
  max-width: 900px;
}
.cid-tFLiUZjqnF .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-tFLiUZjqnF .content-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-tFLiUZjqnF .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-tFLiUZjqnF .card-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tFLiUZjqnF .card-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.cid-tFLiUZjqnF .card-box {
  width: 100%;
}
.cid-tFLiUZjqnF .card-title {
  width: 100%;
  color: #192732;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tFLiUZjqnF .card-title {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
.cid-tFLiUZjqnF .mbr-text {
  width: 100%;
  color: #192732;
}
@media (max-width: 767px) {
  .cid-tFLiUZjqnF .mbr-text {
    text-align: center !important;
  }
}
.cid-tFLiUZjqnF .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tFLiUZjqnF .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tFLiUZjqnF .img-container {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-tFLiUZjqnF .img-container {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tFLiUZjqnF .img-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tFLiUZjqnF .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-tFLiUZjqnF .image-wrapper img {
  object-fit: cover;
  max-height: 100vh;
}
.cid-tFLiXj8Ulj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tFLiXj8Ulj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFLiXj8Ulj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFLiXj8Ulj .container {
  max-width: 900px;
}
.cid-tFLiXj8Ulj .content-container {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tFLiXj8Ulj .content-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-tFLiXj8Ulj .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-tFLiXj8Ulj .card-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tFLiXj8Ulj .card-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.cid-tFLiXj8Ulj .card-box {
  width: 100%;
}
.cid-tFLiXj8Ulj .card-title {
  width: 100%;
  color: #192732;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tFLiXj8Ulj .card-title {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
.cid-tFLiXj8Ulj .mbr-text {
  width: 100%;
  color: #192732;
}
@media (max-width: 767px) {
  .cid-tFLiXj8Ulj .mbr-text {
    text-align: center !important;
  }
}
.cid-tFLiXj8Ulj .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tFLiXj8Ulj .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tFLiXj8Ulj .img-container {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-tFLiXj8Ulj .img-container {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tFLiXj8Ulj .img-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tFLiXj8Ulj .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-tFLiXj8Ulj .image-wrapper img {
  object-fit: cover;
  max-height: 100vh;
}
.cid-tFLiZ2VGrc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ded7cd;
}
.cid-tFLiZ2VGrc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFLiZ2VGrc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFLiZ2VGrc .container {
  max-width: 900px;
}
.cid-tFLiZ2VGrc .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-tFLiZ2VGrc .content-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-tFLiZ2VGrc .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-tFLiZ2VGrc .card-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tFLiZ2VGrc .card-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.cid-tFLiZ2VGrc .card-box {
  width: 100%;
}
.cid-tFLiZ2VGrc .card-title {
  width: 100%;
  color: #192732;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tFLiZ2VGrc .card-title {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
.cid-tFLiZ2VGrc .mbr-text {
  width: 100%;
  color: #192732;
}
@media (max-width: 767px) {
  .cid-tFLiZ2VGrc .mbr-text {
    text-align: center !important;
  }
}
.cid-tFLiZ2VGrc .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tFLiZ2VGrc .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tFLiZ2VGrc .img-container {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-tFLiZ2VGrc .img-container {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tFLiZ2VGrc .img-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tFLiZ2VGrc .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-tFLiZ2VGrc .image-wrapper img {
  object-fit: cover;
  max-height: 100vh;
}
.cid-tFLiZvPIsx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tFLiZvPIsx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFLiZvPIsx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFLiZvPIsx .container {
  max-width: 900px;
}
.cid-tFLiZvPIsx .content-container {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tFLiZvPIsx .content-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-tFLiZvPIsx .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-tFLiZvPIsx .card-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tFLiZvPIsx .card-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.cid-tFLiZvPIsx .card-box {
  width: 100%;
}
.cid-tFLiZvPIsx .card-title {
  width: 100%;
  color: #192732;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tFLiZvPIsx .card-title {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
.cid-tFLiZvPIsx .mbr-text {
  width: 100%;
  color: #192732;
}
@media (max-width: 767px) {
  .cid-tFLiZvPIsx .mbr-text {
    text-align: center !important;
  }
}
.cid-tFLiZvPIsx .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tFLiZvPIsx .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tFLiZvPIsx .img-container {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-tFLiZvPIsx .img-container {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tFLiZvPIsx .img-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tFLiZvPIsx .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-tFLiZvPIsx .image-wrapper img {
  object-fit: cover;
  max-height: 100vh;
}
.cid-tFLiYu3PEt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ded7cd;
}
.cid-tFLiYu3PEt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFLiYu3PEt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFLiYu3PEt .container {
  max-width: 900px;
}
.cid-tFLiYu3PEt .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-tFLiYu3PEt .content-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-tFLiYu3PEt .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-tFLiYu3PEt .card-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tFLiYu3PEt .card-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.cid-tFLiYu3PEt .card-box {
  width: 100%;
}
.cid-tFLiYu3PEt .card-title {
  width: 100%;
  color: #192732;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tFLiYu3PEt .card-title {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
.cid-tFLiYu3PEt .mbr-text {
  width: 100%;
  color: #192732;
}
@media (max-width: 767px) {
  .cid-tFLiYu3PEt .mbr-text {
    text-align: center !important;
  }
}
.cid-tFLiYu3PEt .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tFLiYu3PEt .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tFLiYu3PEt .img-container {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-tFLiYu3PEt .img-container {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tFLiYu3PEt .img-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tFLiYu3PEt .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-tFLiYu3PEt .image-wrapper img {
  object-fit: cover;
  max-height: 100vh;
}
.cid-tUOo5jg7Rc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUOo5jg7Rc nav.navbar {
  position: fixed;
}
.cid-tUOo5jg7Rc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUOo5jg7Rc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUOo5jg7Rc .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tUOo5jg7Rc .dropdown-item:hover,
.cid-tUOo5jg7Rc .dropdown-item:focus {
  background: rgba(188, 191, 56, 0.5) !important;
  color: white !important;
}
.cid-tUOo5jg7Rc .dropdown-item:hover span {
  color: white;
}
.cid-tUOo5jg7Rc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUOo5jg7Rc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUOo5jg7Rc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUOo5jg7Rc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUOo5jg7Rc .nav-link {
  position: relative;
}
.cid-tUOo5jg7Rc .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tUOo5jg7Rc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tUOo5jg7Rc .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tUOo5jg7Rc .iconfont-wrapper:hover .mbr-iconfont {
  color: #dce020;
}
.cid-tUOo5jg7Rc .dropdown-menu,
.cid-tUOo5jg7Rc .navbar.opened {
  background: #1a2229 !important;
}
.cid-tUOo5jg7Rc .nav-item:focus,
.cid-tUOo5jg7Rc .nav-link:focus {
  outline: none;
}
.cid-tUOo5jg7Rc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUOo5jg7Rc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUOo5jg7Rc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUOo5jg7Rc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUOo5jg7Rc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUOo5jg7Rc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUOo5jg7Rc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a2229;
  padding: 0 !important;
}
.cid-tUOo5jg7Rc .navbar.opened {
  transition: all 0.3s;
}
.cid-tUOo5jg7Rc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUOo5jg7Rc .navbar .navbar-logo img {
  width: auto;
}
.cid-tUOo5jg7Rc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUOo5jg7Rc .navbar.collapsed {
  justify-content: center;
}
.cid-tUOo5jg7Rc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUOo5jg7Rc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tUOo5jg7Rc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUOo5jg7Rc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUOo5jg7Rc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tUOo5jg7Rc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUOo5jg7Rc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUOo5jg7Rc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUOo5jg7Rc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUOo5jg7Rc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUOo5jg7Rc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUOo5jg7Rc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUOo5jg7Rc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tUOo5jg7Rc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUOo5jg7Rc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUOo5jg7Rc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tUOo5jg7Rc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUOo5jg7Rc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tUOo5jg7Rc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tUOo5jg7Rc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUOo5jg7Rc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUOo5jg7Rc .dropdown-item.active,
.cid-tUOo5jg7Rc .dropdown-item:active {
  background-color: transparent;
}
.cid-tUOo5jg7Rc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUOo5jg7Rc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUOo5jg7Rc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUOo5jg7Rc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tUOo5jg7Rc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUOo5jg7Rc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUOo5jg7Rc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUOo5jg7Rc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUOo5jg7Rc button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUOo5jg7Rc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tUOo5jg7Rc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUOo5jg7Rc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUOo5jg7Rc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUOo5jg7Rc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUOo5jg7Rc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUOo5jg7Rc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUOo5jg7Rc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUOo5jg7Rc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUOo5jg7Rc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUOo5jg7Rc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUOo5jg7Rc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUOo5jg7Rc .navbar {
    height: 70px;
  }
  .cid-tUOo5jg7Rc .navbar.opened {
    height: auto;
  }
  .cid-tUOo5jg7Rc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUOo5jg7Rc .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tUOo5jg7Rc .navbar-toggler {
  margin-left: 10px;
}
.cid-tUOo5jg7Rc .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #73091c;
}
.cid-tUOo5jg7Rc .navbar-logo {
  margin-right: 0 !important;
}
.cid-tUOo5jg7Rc .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tUOo5jg7Rc .mbr-text {
    display: none;
  }
}
.cid-tUOo5jg7Rc .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tUOo5jg7Rc .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tUOo5jg7Rc .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tUOo5k05xg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/arroces-2000x1500.jpg");
}
.cid-tUOo5k05xg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUOo5k05xg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUOo5k05xg .row {
  justify-content: left;
}
.cid-tUOo5k05xg .main-col {
  display: flex;
}
.cid-tUOo5k05xg .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tUOo5k05xg .mbr-section-title {
  color: #e2f5a7;
  width: 100%;
}
.cid-tUOo5k05xg .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-tUOo5k05xg .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
}
.cid-tUOvV4wCjw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ded7cd;
}
.cid-tUOvV4wCjw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUOvV4wCjw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUOvV4wCjw .container {
  max-width: 1600px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tUOvV4wCjw .container {
    max-width: 80%;
  }
}
.cid-tUOvV4wCjw .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-tUOvV4wCjw .content-container {
    flex-wrap: wrap;
  }
}
.cid-tUOvV4wCjw .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 30%;
}
@media (max-width: 991px) {
  .cid-tUOvV4wCjw .text-container {
    width: 100%;
  }
}
.cid-tUOvV4wCjw .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tUOvV4wCjw .card-box {
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .cid-tUOvV4wCjw .card-box {
    margin-bottom: 40px;
  }
}
.cid-tUOvV4wCjw .card-title {
  width: 100%;
  color: #192732;
}
.cid-tUOvV4wCjw .mbr-text {
  color: #192732;
  padding: 60px 0 0 23%;
}
@media (max-width: 991px) {
  .cid-tUOvV4wCjw .mbr-text {
    padding: 44px 0 0 13%;
    max-width: 56%;
  }
}
@media (max-width: 575px) {
  .cid-tUOvV4wCjw .mbr-text {
    max-width: 100%;
    padding-left: 0;
  }
}
.cid-tUOvV4wCjw .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-tUOvV4wCjw .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tUOvV4wCjw .btn-primary-outline {
  color: #192732;
}
.cid-tUOvV4wCjw .img-container {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tUOvV4wCjw .img-container {
    width: 100%;
  }
}
.cid-tUOvV4wCjw .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-tUOvV4wCjw .image-wrapper img {
  object-fit: cover;
}
.cid-tUOvV4wCjw .image-wrapper-1 {
  margin-bottom: 32px;
}
.cid-tUOvV4wCjw .image-wrapper-1 img {
  width: 32%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tUOvV4wCjw .image-wrapper-1 img {
    width: 41%;
  }
}
@media (max-width: 991px) {
  .cid-tUOvV4wCjw .image-wrapper-1 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-tUOvV4wCjw .image-wrapper-1 {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .cid-tUOvV4wCjw .image-wrapper-1 {
    margin-bottom: 40px;
  }
}
.cid-tUOvV4wCjw .image-wrapper-2 img {
  width: 83%;
  padding-left: 23.5%;
}
@media (max-width: 991px) {
  .cid-tUOvV4wCjw .image-wrapper-2 img {
    width: 80%;
    padding-left: 0;
    margin-right: auto;
  }
}
.cid-tUOwzqBSxp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e6e6e6;
}
.cid-tUOwzqBSxp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUOwzqBSxp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUOwzqBSxp .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-tUOwzqBSxp .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-tUOwzqBSxp .container {
    padding: 0 6px;
  }
}
.cid-tUOwzqBSxp .row {
  margin: 0;
  background-color: #262626;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-tUOwzqBSxp .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-tUOwzqBSxp .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-tUOwzqBSxp .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tUOwzqBSxp .row {
    padding: 70px 30px;
  }
}
.cid-tUOwzqBSxp .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-tUOwzqBSxp .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tUOwzqBSxp .desc-wrapper {
    padding: 0;
  }
}
.cid-tUOwzqBSxp .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-tUOwzqBSxp .title-wrapper {
  margin-bottom: 64px;
}
.cid-tUOwzqBSxp .title-wrapper span {
  color: #009472;
}
.cid-tUOwzqBSxp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tUOwzqBSxp .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 24px;
}
@media (max-width: 992px) {
  .cid-tUOwzqBSxp .cards-wrapper {
    display: block;
  }
}
.cid-tUOwzqBSxp .cards-wrapper .item {
  position: relative;
  margin: 50px 0 40px 0;
}
@media (max-width: 992px) {
  .cid-tUOwzqBSxp .cards-wrapper .item {
    margin: 50px 0 100px 0;
  }
}
.cid-tUOwzqBSxp .cards-wrapper .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #009472;
  border-radius: 16px 16px 0 0;
  transition: all 0.3s ease-in-out;
}
.cid-tUOwzqBSxp .cards-wrapper .item .item-desc {
  position: absolute;
  width: 100%;
  top: -47px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tUOwzqBSxp .cards-wrapper .item .item-desc .card-desc {
  display: inline-block;
  min-width: 250px;
  padding: 15px 22px 30px;
  border-radius: 16px 16px 0 0;
  background-color: #009472;
}
@media (max-width: 992px) {
  .cid-tUOwzqBSxp .cards-wrapper .item .item-desc .card-desc {
    min-width: auto;
  }
}
.cid-tUOwzqBSxp .cards-wrapper .item:hover .item-wrapper .item-img img,
.cid-tUOwzqBSxp .cards-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-tUOwzqBSxp .cards-wrapper .item:hover::before,
.cid-tUOwzqBSxp .cards-wrapper .item:focus::before {
  top: -10px;
}
.cid-tUOwzqBSxp .cards-wrapper .item:hover .item-desc,
.cid-tUOwzqBSxp .cards-wrapper .item:focus .item-desc {
  top: -57px;
}
.cid-tUOwzqBSxp .cards-wrapper .item .item-wrapper {
  padding: 40px;
  border-radius: 16px !important;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tUOwzqBSxp .cards-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-tUOwzqBSxp .cards-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 32px;
}
.cid-tUOwzqBSxp .cards-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  height: 40px;
  width: 40px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6e6e6;
  color: #262626;
  border-radius: 100%;
}
.cid-tUOwzqBSxp .cards-wrapper .item .item-wrapper .item-content .card-title {
  margin-bottom: 22px;
}
.cid-tUOwzqBSxp .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tUOwzqBSxp .cards-wrapper .item .item-wrapper .item-img .mbr-section-btn {
  margin: 40px 0;
}
@media (max-width: 992px) {
  .cid-tUOwzqBSxp .cards-wrapper .item .item-wrapper .item-img .mbr-section-btn {
    margin: 22px 0;
  }
}
.cid-tUOwzqBSxp .cards-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
  border-radius: 10px;
}
.cid-tUOwzqBSxp .cards-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 160px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tUOwzqBSxp .mbr-desc {
  color: #ffffff;
}
.cid-tUOwzqBSxp .mbr-section-title {
  color: #ffffff;
}
.cid-tUOwzqBSxp .card-desc {
  color: #ffffff;
}
.cid-tUOwzqBSxp .card-title {
  color: #131313;
}
.cid-tUOwzqBSxp .card-text {
  color: #9a253a;
}
.cid-tUOo5lyjy0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-tUOo5lyjy0 .container {
  max-width: 1600px;
}
.cid-tUOo5lyjy0 .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tUOo5lyjy0 .media-container-row .mbr-text {
  color: #bcbf38;
}
.cid-tFLt5ojM8u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tFLt5ojM8u nav.navbar {
  position: fixed;
}
.cid-tFLt5ojM8u .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFLt5ojM8u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tFLt5ojM8u .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tFLt5ojM8u .dropdown-item:hover,
.cid-tFLt5ojM8u .dropdown-item:focus {
  background: rgba(188, 191, 56, 0.5) !important;
  color: white !important;
}
.cid-tFLt5ojM8u .dropdown-item:hover span {
  color: white;
}
.cid-tFLt5ojM8u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tFLt5ojM8u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tFLt5ojM8u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tFLt5ojM8u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tFLt5ojM8u .nav-link {
  position: relative;
}
.cid-tFLt5ojM8u .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tFLt5ojM8u .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tFLt5ojM8u .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tFLt5ojM8u .iconfont-wrapper:hover .mbr-iconfont {
  color: #dce020;
}
.cid-tFLt5ojM8u .dropdown-menu,
.cid-tFLt5ojM8u .navbar.opened {
  background: #1a2229 !important;
}
.cid-tFLt5ojM8u .nav-item:focus,
.cid-tFLt5ojM8u .nav-link:focus {
  outline: none;
}
.cid-tFLt5ojM8u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tFLt5ojM8u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFLt5ojM8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tFLt5ojM8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFLt5ojM8u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFLt5ojM8u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tFLt5ojM8u .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a2229;
  padding: 0 !important;
}
.cid-tFLt5ojM8u .navbar.opened {
  transition: all 0.3s;
}
.cid-tFLt5ojM8u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tFLt5ojM8u .navbar .navbar-logo img {
  width: auto;
}
.cid-tFLt5ojM8u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFLt5ojM8u .navbar.collapsed {
  justify-content: center;
}
.cid-tFLt5ojM8u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFLt5ojM8u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tFLt5ojM8u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFLt5ojM8u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFLt5ojM8u .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tFLt5ojM8u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFLt5ojM8u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tFLt5ojM8u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tFLt5ojM8u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFLt5ojM8u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFLt5ojM8u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFLt5ojM8u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFLt5ojM8u .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tFLt5ojM8u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFLt5ojM8u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFLt5ojM8u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tFLt5ojM8u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tFLt5ojM8u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tFLt5ojM8u .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tFLt5ojM8u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFLt5ojM8u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFLt5ojM8u .dropdown-item.active,
.cid-tFLt5ojM8u .dropdown-item:active {
  background-color: transparent;
}
.cid-tFLt5ojM8u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFLt5ojM8u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFLt5ojM8u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFLt5ojM8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tFLt5ojM8u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFLt5ojM8u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFLt5ojM8u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tFLt5ojM8u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tFLt5ojM8u button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tFLt5ojM8u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tFLt5ojM8u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tFLt5ojM8u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFLt5ojM8u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFLt5ojM8u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tFLt5ojM8u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFLt5ojM8u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tFLt5ojM8u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tFLt5ojM8u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFLt5ojM8u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tFLt5ojM8u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tFLt5ojM8u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tFLt5ojM8u .navbar {
    height: 70px;
  }
  .cid-tFLt5ojM8u .navbar.opened {
    height: auto;
  }
  .cid-tFLt5ojM8u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFLt5ojM8u .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tFLt5ojM8u .navbar-toggler {
  margin-left: 10px;
}
.cid-tFLt5ojM8u .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #73091c;
}
.cid-tFLt5ojM8u .navbar-logo {
  margin-right: 0 !important;
}
.cid-tFLt5ojM8u .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tFLt5ojM8u .mbr-text {
    display: none;
  }
}
.cid-tFLt5ojM8u .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tFLt5ojM8u .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tFLt5ojM8u .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tFLt5q4aew {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1440x1920.jpg");
}
.cid-tFLt5q4aew .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFLt5q4aew .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFLt5q4aew .row {
  justify-content: left;
}
.cid-tFLt5q4aew .main-col {
  display: flex;
}
.cid-tFLt5q4aew .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tFLt5q4aew .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-tFLt5q4aew .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-tFLt5q4aew .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
}
.cid-tFULItoh9o {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-tFULItoh9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFULItoh9o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFULItoh9o .row {
  justify-content: left;
}
.cid-tFULItoh9o .main-col {
  display: flex;
}
.cid-tFULItoh9o .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tFULItoh9o .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-tFULItoh9o .mbr-section-subtitle {
  color: #e2f5a7;
  width: 100%;
  margin-top: 20px;
}
.cid-tFULItoh9o .mbr-text {
  color: #dce020;
  width: 100%;
  margin-top: 1rem;
}
.cid-tFLt5roaOB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ded7cd;
}
.cid-tFLt5roaOB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFLt5roaOB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFLt5roaOB .container {
  max-width: 900px;
}
.cid-tFLt5roaOB .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-tFLt5roaOB .content-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-tFLt5roaOB .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-tFLt5roaOB .card-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tFLt5roaOB .card-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.cid-tFLt5roaOB .card-box {
  width: 100%;
}
.cid-tFLt5roaOB .card-title {
  width: 100%;
  color: #192732;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tFLt5roaOB .card-title {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
.cid-tFLt5roaOB .mbr-text {
  width: 100%;
  color: #192732;
}
@media (max-width: 767px) {
  .cid-tFLt5roaOB .mbr-text {
    text-align: center !important;
  }
}
.cid-tFLt5roaOB .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tFLt5roaOB .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tFLt5roaOB .img-container {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-tFLt5roaOB .img-container {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tFLt5roaOB .img-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tFLt5roaOB .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-tFLt5roaOB .image-wrapper img {
  object-fit: cover;
  max-height: 100vh;
}
.cid-tFLt5s2Rzu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tFLt5s2Rzu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFLt5s2Rzu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFLt5s2Rzu .container {
  max-width: 900px;
}
.cid-tFLt5s2Rzu .content-container {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tFLt5s2Rzu .content-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-tFLt5s2Rzu .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-tFLt5s2Rzu .card-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tFLt5s2Rzu .card-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.cid-tFLt5s2Rzu .card-box {
  width: 100%;
}
.cid-tFLt5s2Rzu .card-title {
  width: 100%;
  color: #192732;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tFLt5s2Rzu .card-title {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
.cid-tFLt5s2Rzu .mbr-text {
  width: 100%;
  color: #192732;
}
@media (max-width: 767px) {
  .cid-tFLt5s2Rzu .mbr-text {
    text-align: center !important;
  }
}
.cid-tFLt5s2Rzu .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tFLt5s2Rzu .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tFLt5s2Rzu .img-container {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-tFLt5s2Rzu .img-container {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tFLt5s2Rzu .img-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tFLt5s2Rzu .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-tFLt5s2Rzu .image-wrapper img {
  object-fit: cover;
  max-height: 100vh;
}
.cid-tFLt5sEFZS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ded7cd;
}
.cid-tFLt5sEFZS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFLt5sEFZS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFLt5sEFZS .container {
  max-width: 900px;
}
.cid-tFLt5sEFZS .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-tFLt5sEFZS .content-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-tFLt5sEFZS .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-tFLt5sEFZS .card-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tFLt5sEFZS .card-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.cid-tFLt5sEFZS .card-box {
  width: 100%;
}
.cid-tFLt5sEFZS .card-title {
  width: 100%;
  color: #192732;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tFLt5sEFZS .card-title {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
.cid-tFLt5sEFZS .mbr-text {
  width: 100%;
  color: #192732;
}
@media (max-width: 767px) {
  .cid-tFLt5sEFZS .mbr-text {
    text-align: center !important;
  }
}
.cid-tFLt5sEFZS .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tFLt5sEFZS .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tFLt5sEFZS .img-container {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-tFLt5sEFZS .img-container {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tFLt5sEFZS .img-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tFLt5sEFZS .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-tFLt5sEFZS .image-wrapper img {
  object-fit: cover;
  max-height: 100vh;
}
.cid-tFLt5t7byx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tFLt5t7byx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFLt5t7byx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFLt5t7byx .container {
  max-width: 900px;
}
.cid-tFLt5t7byx .content-container {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tFLt5t7byx .content-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-tFLt5t7byx .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-tFLt5t7byx .card-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tFLt5t7byx .card-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.cid-tFLt5t7byx .card-box {
  width: 100%;
}
.cid-tFLt5t7byx .card-title {
  width: 100%;
  color: #192732;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tFLt5t7byx .card-title {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
.cid-tFLt5t7byx .mbr-text {
  width: 100%;
  color: #192732;
}
@media (max-width: 767px) {
  .cid-tFLt5t7byx .mbr-text {
    text-align: center !important;
  }
}
.cid-tFLt5t7byx .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tFLt5t7byx .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tFLt5t7byx .img-container {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-tFLt5t7byx .img-container {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tFLt5t7byx .img-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tFLt5t7byx .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-tFLt5t7byx .image-wrapper img {
  object-fit: cover;
  max-height: 100vh;
}
.cid-tFLt5u8da1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-tFLt5u8da1 .container {
  max-width: 1600px;
}
.cid-tFLt5u8da1 .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tFLt5u8da1 .media-container-row .mbr-text {
  color: #bcbf38;
}
.cid-te6eVEWIgs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-te6eVEWIgs nav.navbar {
  position: fixed;
}
.cid-te6eVEWIgs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-te6eVEWIgs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-te6eVEWIgs .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-te6eVEWIgs .dropdown-item:hover,
.cid-te6eVEWIgs .dropdown-item:focus {
  background: rgba(188, 191, 56, 0.5) !important;
  color: white !important;
}
.cid-te6eVEWIgs .dropdown-item:hover span {
  color: white;
}
.cid-te6eVEWIgs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-te6eVEWIgs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-te6eVEWIgs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-te6eVEWIgs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-te6eVEWIgs .nav-link {
  position: relative;
}
.cid-te6eVEWIgs .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-te6eVEWIgs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-te6eVEWIgs .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-te6eVEWIgs .iconfont-wrapper:hover .mbr-iconfont {
  color: #dce020;
}
.cid-te6eVEWIgs .dropdown-menu,
.cid-te6eVEWIgs .navbar.opened {
  background: #1a2229 !important;
}
.cid-te6eVEWIgs .nav-item:focus,
.cid-te6eVEWIgs .nav-link:focus {
  outline: none;
}
.cid-te6eVEWIgs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-te6eVEWIgs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-te6eVEWIgs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-te6eVEWIgs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-te6eVEWIgs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-te6eVEWIgs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-te6eVEWIgs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a2229;
  padding: 0 !important;
}
.cid-te6eVEWIgs .navbar.opened {
  transition: all 0.3s;
}
.cid-te6eVEWIgs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-te6eVEWIgs .navbar .navbar-logo img {
  width: auto;
}
.cid-te6eVEWIgs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-te6eVEWIgs .navbar.collapsed {
  justify-content: center;
}
.cid-te6eVEWIgs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-te6eVEWIgs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-te6eVEWIgs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-te6eVEWIgs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-te6eVEWIgs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-te6eVEWIgs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-te6eVEWIgs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-te6eVEWIgs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-te6eVEWIgs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-te6eVEWIgs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-te6eVEWIgs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-te6eVEWIgs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-te6eVEWIgs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-te6eVEWIgs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-te6eVEWIgs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-te6eVEWIgs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-te6eVEWIgs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-te6eVEWIgs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-te6eVEWIgs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-te6eVEWIgs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-te6eVEWIgs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-te6eVEWIgs .dropdown-item.active,
.cid-te6eVEWIgs .dropdown-item:active {
  background-color: transparent;
}
.cid-te6eVEWIgs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-te6eVEWIgs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-te6eVEWIgs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-te6eVEWIgs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-te6eVEWIgs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-te6eVEWIgs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-te6eVEWIgs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-te6eVEWIgs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-te6eVEWIgs button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-te6eVEWIgs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-te6eVEWIgs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-te6eVEWIgs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-te6eVEWIgs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-te6eVEWIgs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-te6eVEWIgs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-te6eVEWIgs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-te6eVEWIgs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-te6eVEWIgs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-te6eVEWIgs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-te6eVEWIgs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-te6eVEWIgs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-te6eVEWIgs .navbar {
    height: 70px;
  }
  .cid-te6eVEWIgs .navbar.opened {
    height: auto;
  }
  .cid-te6eVEWIgs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-te6eVEWIgs .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-te6eVEWIgs .navbar-toggler {
  margin-left: 10px;
}
.cid-te6eVEWIgs .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #73091c;
}
.cid-te6eVEWIgs .navbar-logo {
  margin-right: 0 !important;
}
.cid-te6eVEWIgs .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-te6eVEWIgs .mbr-text {
    display: none;
  }
}
.cid-te6eVEWIgs .navbar-collapse {
  padding-top: 40px !important;
}
.cid-te6eVEWIgs .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-te6eVEWIgs .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-te6kgYS8i7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-te6kgYS8i7 .container {
  max-width: 1600px;
}
.cid-te6kgYS8i7 .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-te6kgYS8i7 .media-container-row .mbr-text {
  color: #bcbf38;
}
.cid-u137sM4wEs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-u137sM4wEs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u137sM4wEs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u137sM4wEs .row {
  justify-content: left;
}
.cid-u137sM4wEs .main-col {
  display: flex;
}
.cid-u137sM4wEs .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-u137sM4wEs .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-u137sM4wEs .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-u137sM4wEs .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
}
