body {
  font-family: Spartan;
}
.display-1 {
  font-family: 'Spartan', sans-serif;
  font-size: 3.75rem;
  line-height: 1.25;
  letter-spacing: -0.07em;
}
.display-1 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-2 {
  font-family: 'Spartan', sans-serif;
  font-size: 3.3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.125rem;
}
.display-4 {
  font-family: 'Spartan', sans-serif;
  font-size: 0.875rem;
  letter-spacing: -0.04em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.09375rem;
}
.display-5 {
  font-family: 'Spartan', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: -0.05em;
}
.display-5 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-7 {
  font-family: 'Work Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 3rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.625rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.64rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #ffa41d !important;
}
.bg-success {
  background-color: #3af55c !important;
}
.bg-info {
  background-color: #016386 !important;
}
.bg-warning {
  background-color: #daa048 !important;
}
.bg-danger {
  background-color: #247642 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffa41d !important;
  border-color: #ffa41d !important;
  color: #ffffff !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: #c57600 !important;
  border-color: #c57600 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c57600 !important;
  border-color: #c57600 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fe3a03 !important;
  border-color: #fe3a03 !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: #aa2601 !important;
  border-color: #aa2601 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #aa2601 !important;
  border-color: #aa2601 !important;
}
.btn-info,
.btn-info:active {
  background-color: #016386 !important;
  border-color: #016386 !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: #002330 !important;
  border-color: #002330 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #002330 !important;
  border-color: #002330 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3af55c !important;
  border-color: #3af55c !important;
  color: #022e0a !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: #0ace2e !important;
  border-color: #0ace2e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #022e0a !important;
  background-color: #0ace2e !important;
  border-color: #0ace2e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #daa048 !important;
  border-color: #daa048 !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: #a97422 !important;
  border-color: #a97422 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a97422 !important;
  border-color: #a97422 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #247642 !important;
  border-color: #247642 !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: #10341d !important;
  border-color: #10341d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #10341d !important;
  border-color: #10341d !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;
  border-color: transparent;
  color: #ffa41d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c57600 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa41d !important;
  border-color: #ffa41d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fe3a03;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #aa2601 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fe3a03 !important;
  border-color: #fe3a03 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #016386;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #002330 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #016386 !important;
  border-color: #016386 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3af55c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0ace2e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #022e0a !important;
  background-color: #3af55c !important;
  border-color: #3af55c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #daa048;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a97422 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #daa048 !important;
  border-color: #daa048 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #247642;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #10341d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #247642 !important;
  border-color: #247642 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffa41d !important;
}
.text-secondary {
  color: #fe3a03 !important;
}
.text-success {
  color: #3af55c !important;
}
.text-info {
  color: #016386 !important;
}
.text-warning {
  color: #daa048 !important;
}
.text-danger {
  color: #247642 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b66d00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #9a2201 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0abf2b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #001821 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #9c6b20 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0c2816 !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: #ffa41d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #016386;
}
.alert-warning {
  background-color: #daa048;
}
.alert-danger {
  background-color: #247642;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffa41d;
  border-color: #ffa41d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffa41d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff6e9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fcfffd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #09bdfd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fcf8f2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #50ca7c;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Spartan', sans-serif;
  font-size: 0.875rem;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.09375rem;
}
.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: #ffa41d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Spartan', sans-serif;
  font-size: 0.875rem;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.09375rem;
}
blockquote {
  border-color: #ffa41d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffa41d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffa41d;
}
.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: #ffa41d;
  border-bottom-color: #ffa41d;
}
.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: #ffa41d !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: #fe3a03 !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='%23ffa41d' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vfgEaAZm6h {
  z-index: 1000;
  width: 100%;
}
.cid-vfgEaAZm6h .container-fluid {
  padding: 0 1rem;
}
.cid-vfgEaAZm6h .navbar-dropdown {
  background: rgba(249, 249, 252, 0) !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-vfgEaAZm6h .menu_box .navbar.opened,
  .cid-vfgEaAZm6h .menu_box .navbar-collapse {
    background-color: true !important;
    transition: all 0s ease 0s;
  }
}
.cid-vfgEaAZm6h nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vfgEaAZm6h .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 208px;
}
@media (max-width: 991px) {
  .cid-vfgEaAZm6h .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vfgEaAZm6h .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vfgEaAZm6h .btn {
  height: 120px;
  min-width: 120px;
  box-shadow: none;
  margin-top: 0;
}
.cid-vfgEaAZm6h .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vfgEaAZm6h .offcanvas {
    padding: 55px 35px 40px;
    width: 480px;
    background-color: #f0f0f5;
  }
  .cid-vfgEaAZm6h .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vfgEaAZm6h .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vfgEaAZm6h .offcanvas-header .btn-close {
    position: absolute;
    top: 44px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vfgEaAZm6h .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .cid-vfgEaAZm6h .offcanvas-body .mbr-text,
  .cid-vfgEaAZm6h .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vfgEaAZm6h .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vfgEaAZm6h .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vfgEaAZm6h .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #20232a;
  }
  .cid-vfgEaAZm6h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vfgEaAZm6h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vfgEaAZm6h .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vfgEaAZm6h .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vfgEaAZm6h ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vfgEaAZm6h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vfgEaAZm6h .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vfgEaAZm6h .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vfgEaAZm6h li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-vfgEaAZm6h li.nav-item::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #20232a;
    margin-top: 3px;
    transition: all .4s ease;
  }
  .cid-vfgEaAZm6h .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vfgEaAZm6h .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vfgEaAZm6h .nav-item {
    margin: 4px 15px;
  }
}
@media (max-width: 991px) {
  .cid-vfgEaAZm6h .nav-item {
    margin: 0 !important;
  }
}
.cid-vfgEaAZm6h .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vfgEaAZm6h .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-vfgEaAZm6h .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vfgEaAZm6h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vfgEaAZm6h .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vfgEaAZm6h .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vfgEaAZm6h .offcanvas_box {
    display: none;
  }
}
.cid-vfgEaAZm6h .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vfgEaAZm6h .dropdown-item:hover {
  color: #ffa41d;
}
.cid-vfgEaAZm6h .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vfgEaAZm6h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfgEaAZm6h .nav-link {
  position: relative;
  color: #20232a;
}
.cid-vfgEaAZm6h .container {
  display: flex;
  margin: auto;
}
.cid-vfgEaAZm6h .iconfont-wrapper {
  width: 42px;
  margin: 5px;
  color: #20232a;
  font-size: 21px;
  transition: all 0.2s ease-in-out;
}
.cid-vfgEaAZm6h .iconfont-wrapper:hover {
  color: #ffa41d;
}
.cid-vfgEaAZm6h .navbar-caption {
  color: #20232a;
}
.cid-vfgEaAZm6h .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-vfgEaAZm6h .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-vfgEaAZm6h .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vfgEaAZm6h .dropdown-menu,
.cid-vfgEaAZm6h .navbar.opened {
  background: #f9f9fc !important;
}
.cid-vfgEaAZm6h .nav-item:focus,
.cid-vfgEaAZm6h .nav-link:focus {
  outline: none;
}
.cid-vfgEaAZm6h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfgEaAZm6h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfgEaAZm6h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfgEaAZm6h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfgEaAZm6h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfgEaAZm6h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfgEaAZm6h .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-vfgEaAZm6h .navbar.opened {
  transition: all 0.3s;
}
.cid-vfgEaAZm6h .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vfgEaAZm6h .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-vfgEaAZm6h .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vfgEaAZm6h .navbar.collapsed {
  justify-content: center;
}
.cid-vfgEaAZm6h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfgEaAZm6h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vfgEaAZm6h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfgEaAZm6h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfgEaAZm6h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfgEaAZm6h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vfgEaAZm6h .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vfgEaAZm6h .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vfgEaAZm6h .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vfgEaAZm6h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfgEaAZm6h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfgEaAZm6h .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vfgEaAZm6h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfgEaAZm6h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfgEaAZm6h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfgEaAZm6h .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vfgEaAZm6h .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vfgEaAZm6h .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vfgEaAZm6h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfgEaAZm6h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfgEaAZm6h .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vfgEaAZm6h .navbar.navbar-short {
  min-height: 60px;
}
.cid-vfgEaAZm6h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vfgEaAZm6h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vfgEaAZm6h .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfgEaAZm6h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfgEaAZm6h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfgEaAZm6h .dropdown-item.active,
.cid-vfgEaAZm6h .dropdown-item:active {
  background-color: transparent;
}
.cid-vfgEaAZm6h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfgEaAZm6h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfgEaAZm6h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfgEaAZm6h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9fc;
}
.cid-vfgEaAZm6h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfgEaAZm6h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfgEaAZm6h ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vfgEaAZm6h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vfgEaAZm6h button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f9f9fc;
  background: #f9f9fc;
}
.cid-vfgEaAZm6h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #20232a;
}
.cid-vfgEaAZm6h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfgEaAZm6h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfgEaAZm6h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfgEaAZm6h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfgEaAZm6h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfgEaAZm6h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfgEaAZm6h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfgEaAZm6h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfgEaAZm6h a.nav-link {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.cid-vfgEaAZm6h .nav-item:hover::after {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vfgEaAZm6h .nav-item:hover {
    width: 0;
  }
}
.cid-vfgEaAZm6h .icons-menu {
  margin-bottom: 35px;
}
.cid-vfgEaAZm6h .icons-menu .iconfont-wrapper {
  margin-bottom: 25px;
  display: block;
}
.cid-vfgEaAZm6h .icons-menu .iconfont-wrapper span {
  margin-right: 14px;
}
.cid-vfgEaAZm6h .icons-menu .iconfont-wrapper .mbr-text {
  margin: 0;
  display: inline-block;
}
.cid-vfgEaAZm6h .icons-menu .iconfont-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfgEaAZm6h .navbar {
    height: 70px;
  }
  .cid-vfgEaAZm6h .navbar.opened {
    height: auto;
  }
  .cid-vfgEaAZm6h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfgEaAZm6h .navbar-caption:hover {
  color: #ffa41d;
}
.cid-vfgEaAZm6h .nav-link:hover {
  color: #ffa41d;
}
.cid-vfgEaAZm6h .mbr-iconfont {
  font-size: 21px;
}
.cid-vfgEaAZm6h .mbr-section-subtitle {
  color: #20232a;
  text-align: left;
}
.cid-vfgEaAZm6h .mbr-text,
.cid-vfgEaAZm6h .iconfont-wrapper {
  color: #20232a;
  text-align: left;
}
.cid-vfgEaAZm6h .text_widget a:hover {
  color: #ffa41d;
}
.cid-vfgEaAZm6h a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vfgEX9A858 {
  background-image: url("../../../assets/images/2018-anigami-mapa-parc-definitiu-nou-2-1920x1899.webp");
}
.cid-vfgEX9A858 .text {
  display: flex;
  align-items: center;
}
.cid-vfgEX9A858 .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-vfgEX9A858 .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-vfgEX9A858 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-vfgEX9A858 .btn:hover {
  box-shadow: none;
}
.cid-vfgEX9A858 .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vfgEX9A858 .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-vfgEX9A858 .image-wrapper img {
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vfgEX9A858 .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-vfgEX9A858 .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-vfgEX9A858 .image-wrapper .image-absolute {
  position: absolute;
  top: 20px;
  right: 23%;
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vfgEX9A858 .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-vfgEX9A858 .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-vfgEX9A858 .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-vfgEX9A858 .row:hover img {
  transform: rotate(0deg);
}
.cid-vfgEX9A858 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfgEX9A858 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfkHB3Ahms {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #247642;
}
.cid-vfkHB3Ahms .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-vfkHB3Ahms .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-vfkHB3Ahms .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vfkHB3Ahms .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-vfkHB3Ahms .btn:hover {
  box-shadow: none;
}
.cid-vfkHB3Ahms .mbr-section-title,
.cid-vfkHB3Ahms .mbr-section-btn {
  text-align: center;
}
.cid-vfkKiPWvbV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #247642;
}
.cid-vfkKiPWvbV .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-vfkKiPWvbV .mbr-section-title {
  max-width: 1200px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-vfkKiPWvbV .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vfkKiPWvbV .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-vfkKiPWvbV .btn:hover {
  box-shadow: none;
}
.cid-vfkKiPWvbV .mbr-section-title,
.cid-vfkKiPWvbV .mbr-section-btn {
  text-align: center;
}
.cid-vfgLGpbfEV {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/5-1024x555.webp");
}
.cid-vfgLGpbfEV .row {
  justify-content: center;
}
.cid-vfgLGpbfEV .card {
  padding: 0 15px;
  height: 453px;
  position: relative;
  margin-bottom: 30px;
}
.cid-vfgLGpbfEV .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0 15px;
}
.cid-vfgLGpbfEV .item-wrapper {
  height: 100%;
}
.cid-vfgLGpbfEV .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-vfgLGpbfEV .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.3em;
  transition: all .4s ease;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-vfgLGpbfEV .card-wrapper {
    padding: 1.8em;
  }
}
.cid-vfgLGpbfEV .mbr-number {
  margin: 0;
  opacity: 0;
  transition: all .4s ease;
  transform: translate(0, -30%);
  pointer-events: visible;
  color: #fff;
}
.cid-vfgLGpbfEV .mbr-title {
  margin-bottom: 1rem;
  pointer-events: visible;
  color: #ffffff;
}
.cid-vfgLGpbfEV .mbr-text {
  margin: 0;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: visible;
  color: #EAEAEA;
}
.cid-vfgLGpbfEV .card-text {
  transform: translate(0, 50%);
  transition: all .4s ease;
}
.cid-vfgLGpbfEV .card:hover .mbr-number {
  opacity: 1;
  transform: translate(0, 0);
}
.cid-vfgLGpbfEV .card:hover .mbr-text {
  opacity: .7;
}
.cid-vfgLGpbfEV .card:hover .card-text {
  transform: translate(0, 0);
}
.cid-vfgLGpbfEV .card:hover .card-wrapper {
  background: #4dbdf7;
}
.cid-vfhDHFp6ZT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/1-1024x555.webp");
}
.cid-vfhDHFp6ZT .text-wrapper {
  padding: 1rem;
}
.cid-vfhDHFp6ZT .row {
  margin: 0;
}
.cid-vfhDHFp6ZT .mbr-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfhDHFp6ZT .icon {
  margin: -10.5rem auto 0;
  width: 102px;
  height: 102px;
  background: #fafafa;
  padding: 0;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vfhDHFp6ZT .icon {
    width: 70px;
    height: 70px;
    margin: -25rem auto 0;
  }
}
@media (max-width: 576px) {
  .cid-vfhDHFp6ZT .icon {
    margin: -47.3rem auto 0;
  }
}
.cid-vfhDHFp6ZT .icon span {
  color: #84858a;
  font-size: 25px;
}
.cid-vfhDHFp6ZT .image {
  padding: 0;
  position: relative;
}
.cid-vfhDHFp6ZT .image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #20232a;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-vfhDHFp6ZT .image:hover .image-overlay {
  opacity: .2;
}
.cid-vfhDHFp6ZT .image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  pointer-events: visible;
}
.cid-vfgEaBZ4rw {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #247642;
}
.cid-vfgEaBZ4rw .mbr-section-subtitle {
  margin-bottom: 23px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 992px) {
  .cid-vfgEaBZ4rw .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-vfgEaBZ4rw .mbr-section-title {
  margin-bottom: 0;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .cid-vfgEaBZ4rw .mbr-section-title {
    margin-bottom: 17px;
  }
}
.cid-vfgEaBZ4rw .mbr-text {
  margin-bottom: 0;
  color: #adaeb1;
}
.cid-vfgEaBZ4rw .cards {
  margin: 75px 0 0 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfgEaBZ4rw .cards {
    margin: 70px 0 0 0;
    flex-direction: column;
    align-items: center;
  }
}
.cid-vfgEaBZ4rw .cards .image-card {
  width: 423px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vfgEaBZ4rw .cards .image-card {
    margin: 0 0 30px 0;
  }
}
.cid-vfgEaBZ4rw .cards .image-card img {
  width: 350px;
  height: 350px;
  object-fit: cover;
}
.cid-vfgEaBZ4rw .cards .image-card .image-card-text {
  width: 58%;
}
.cid-vfgEaBZ4rw .cards .image-card .image-card-text .mbr-image-text {
  margin: 40px 0 0 0;
}
@media (max-width: 992px) {
  .cid-vfgEaBZ4rw .cards .image-card .image-card-text .mbr-image-text {
    margin: 23px 0 0 0;
  }
}
.cid-vfgEaBZ4rw .cards .image-card:not(:first-child) {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-vfgEaBZ4rw .cards .image-card:not(:first-child) {
    margin-left: 0;
  }
}
.cid-vfgEaBZ4rw .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-vfqWLf5bmu {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vfqWLf5bmu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vfqWLf5bmu textarea {
  min-height: 150px;
}
.cid-vfqWLf5bmu .mbr-section-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-vfqWLf5bmu .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ff6c42;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vfqWLf5bmu .form-control,
.cid-vfqWLf5bmu .field-input {
  padding: 0.5rem 1.2rem;
  background-color: #ffffff;
  border: 3px solid #ebeced;
  color: #000000;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
}
.cid-vfqWLf5bmu .form-control:hover,
.cid-vfqWLf5bmu .field-input:hover,
.cid-vfqWLf5bmu .form-control:focus,
.cid-vfqWLf5bmu .field-input:focus {
  background-color: #ffffff;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}
.cid-vfqWLf5bmu input::-webkit-input-placeholder,
.cid-vfqWLf5bmu textarea::-webkit-input-placeholder {
  color: #1f242e;
}
.cid-vfqWLf5bmu input:-moz-placeholder,
.cid-vfqWLf5bmu textarea:-moz-placeholder {
  color: #1f242e;
}
.cid-vfqWLf5bmu .jq-selectbox li,
.cid-vfqWLf5bmu .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vfqWLf5bmu .jq-selectbox li:hover,
.cid-vfqWLf5bmu .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-vfqWLf5bmu .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-vfqWLf5bmu .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-vfqWLf5bmu H2 {
  color: #36404c;
}
.cid-vfqWLf5bmu .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
}
.cid-vfqWLf5bmu .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfqWLf5bmu .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-vfqWLf5bmu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfqWLf5bmu .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-vfqWLf5bmu .md-pb {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqWLf5bmu .col-auto {
    margin: auto;
  }
}
.cid-vfqWLf5bmu .mbr-section-title {
  color: #ffffff;
}
.cid-vfgEaCPC76 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #060606;
}
.cid-vfgEaCPC76 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfgEaCPC76 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfgEaCPC76 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vfgEaCPC76 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfgEaCPC76 .row {
    text-align: center;
  }
  .cid-vfgEaCPC76 .row > div {
    margin: auto;
  }
  .cid-vfgEaCPC76 .social-row {
    justify-content: center;
  }
}
.cid-vfgEaCPC76 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfgEaCPC76 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vfgEaCPC76 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfgEaCPC76 .list {
    margin-bottom: 0rem;
  }
}
.cid-vfgEaCPC76 .mbr-text {
  color: #bbbbbb;
}
.cid-vfgEaCPC76 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vfgEaCPC76 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vfgEaCPC76 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vfhOtk1G5y {
  z-index: 1000;
  width: 100%;
}
.cid-vfhOtk1G5y .container-fluid {
  padding: 0 1rem;
}
.cid-vfhOtk1G5y .navbar-dropdown {
  background: rgba(249, 249, 252, 0) !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-vfhOtk1G5y .menu_box .navbar.opened,
  .cid-vfhOtk1G5y .menu_box .navbar-collapse {
    background-color: true !important;
    transition: all 0s ease 0s;
  }
}
.cid-vfhOtk1G5y nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vfhOtk1G5y .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 208px;
}
@media (max-width: 991px) {
  .cid-vfhOtk1G5y .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vfhOtk1G5y .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vfhOtk1G5y .btn {
  height: 120px;
  min-width: 120px;
  box-shadow: none;
  margin-top: 0;
}
.cid-vfhOtk1G5y .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vfhOtk1G5y .offcanvas {
    padding: 55px 35px 40px;
    width: 480px;
    background-color: #f0f0f5;
  }
  .cid-vfhOtk1G5y .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vfhOtk1G5y .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vfhOtk1G5y .offcanvas-header .btn-close {
    position: absolute;
    top: 44px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vfhOtk1G5y .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .cid-vfhOtk1G5y .offcanvas-body .mbr-text,
  .cid-vfhOtk1G5y .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vfhOtk1G5y .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vfhOtk1G5y .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vfhOtk1G5y .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #20232a;
  }
  .cid-vfhOtk1G5y .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vfhOtk1G5y .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vfhOtk1G5y .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vfhOtk1G5y .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vfhOtk1G5y ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vfhOtk1G5y .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vfhOtk1G5y .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vfhOtk1G5y .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vfhOtk1G5y li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-vfhOtk1G5y li.nav-item::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #20232a;
    margin-top: 3px;
    transition: all .4s ease;
  }
  .cid-vfhOtk1G5y .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vfhOtk1G5y .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vfhOtk1G5y .nav-item {
    margin: 4px 15px;
  }
}
@media (max-width: 991px) {
  .cid-vfhOtk1G5y .nav-item {
    margin: 0 !important;
  }
}
.cid-vfhOtk1G5y .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vfhOtk1G5y .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-vfhOtk1G5y .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vfhOtk1G5y .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vfhOtk1G5y .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vfhOtk1G5y .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vfhOtk1G5y .offcanvas_box {
    display: none;
  }
}
.cid-vfhOtk1G5y .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vfhOtk1G5y .dropdown-item:hover {
  color: #ffa41d;
}
.cid-vfhOtk1G5y .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vfhOtk1G5y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfhOtk1G5y .nav-link {
  position: relative;
  color: #20232a;
}
.cid-vfhOtk1G5y .container {
  display: flex;
  margin: auto;
}
.cid-vfhOtk1G5y .iconfont-wrapper {
  width: 42px;
  margin: 5px;
  color: #20232a;
  font-size: 21px;
  transition: all 0.2s ease-in-out;
}
.cid-vfhOtk1G5y .iconfont-wrapper:hover {
  color: #ffa41d;
}
.cid-vfhOtk1G5y .navbar-caption {
  color: #20232a;
}
.cid-vfhOtk1G5y .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-vfhOtk1G5y .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-vfhOtk1G5y .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vfhOtk1G5y .dropdown-menu,
.cid-vfhOtk1G5y .navbar.opened {
  background: #f9f9fc !important;
}
.cid-vfhOtk1G5y .nav-item:focus,
.cid-vfhOtk1G5y .nav-link:focus {
  outline: none;
}
.cid-vfhOtk1G5y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfhOtk1G5y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfhOtk1G5y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfhOtk1G5y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfhOtk1G5y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfhOtk1G5y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfhOtk1G5y .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-vfhOtk1G5y .navbar.opened {
  transition: all 0.3s;
}
.cid-vfhOtk1G5y .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vfhOtk1G5y .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-vfhOtk1G5y .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vfhOtk1G5y .navbar.collapsed {
  justify-content: center;
}
.cid-vfhOtk1G5y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfhOtk1G5y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vfhOtk1G5y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfhOtk1G5y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfhOtk1G5y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfhOtk1G5y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vfhOtk1G5y .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vfhOtk1G5y .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vfhOtk1G5y .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vfhOtk1G5y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfhOtk1G5y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfhOtk1G5y .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vfhOtk1G5y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfhOtk1G5y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfhOtk1G5y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfhOtk1G5y .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vfhOtk1G5y .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vfhOtk1G5y .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vfhOtk1G5y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfhOtk1G5y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfhOtk1G5y .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vfhOtk1G5y .navbar.navbar-short {
  min-height: 60px;
}
.cid-vfhOtk1G5y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vfhOtk1G5y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vfhOtk1G5y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfhOtk1G5y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfhOtk1G5y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfhOtk1G5y .dropdown-item.active,
.cid-vfhOtk1G5y .dropdown-item:active {
  background-color: transparent;
}
.cid-vfhOtk1G5y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfhOtk1G5y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfhOtk1G5y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfhOtk1G5y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9fc;
}
.cid-vfhOtk1G5y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfhOtk1G5y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfhOtk1G5y ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vfhOtk1G5y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vfhOtk1G5y button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f9f9fc;
  background: #f9f9fc;
}
.cid-vfhOtk1G5y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #20232a;
}
.cid-vfhOtk1G5y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfhOtk1G5y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhOtk1G5y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhOtk1G5y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfhOtk1G5y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhOtk1G5y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfhOtk1G5y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfhOtk1G5y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhOtk1G5y a.nav-link {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.cid-vfhOtk1G5y .nav-item:hover::after {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vfhOtk1G5y .nav-item:hover {
    width: 0;
  }
}
.cid-vfhOtk1G5y .icons-menu {
  margin-bottom: 35px;
}
.cid-vfhOtk1G5y .icons-menu .iconfont-wrapper {
  margin-bottom: 25px;
  display: block;
}
.cid-vfhOtk1G5y .icons-menu .iconfont-wrapper span {
  margin-right: 14px;
}
.cid-vfhOtk1G5y .icons-menu .iconfont-wrapper .mbr-text {
  margin: 0;
  display: inline-block;
}
.cid-vfhOtk1G5y .icons-menu .iconfont-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfhOtk1G5y .navbar {
    height: 70px;
  }
  .cid-vfhOtk1G5y .navbar.opened {
    height: auto;
  }
  .cid-vfhOtk1G5y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfhOtk1G5y .navbar-caption:hover {
  color: #ffa41d;
}
.cid-vfhOtk1G5y .nav-link:hover {
  color: #ffa41d;
}
.cid-vfhOtk1G5y .mbr-iconfont {
  font-size: 21px;
}
.cid-vfhOtk1G5y .mbr-section-subtitle {
  color: #20232a;
  text-align: left;
}
.cid-vfhOtk1G5y .mbr-text,
.cid-vfhOtk1G5y .iconfont-wrapper {
  color: #20232a;
  text-align: left;
}
.cid-vfhOtk1G5y .text_widget a:hover {
  color: #ffa41d;
}
.cid-vfhOtk1G5y a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vfhOtkxciD {
  background-image: url("../../../assets/images/captura20de20pantalla202026-03-2920a20les2021.34.02-1448x1158.webp");
}
.cid-vfhOtkxciD .text {
  display: flex;
  align-items: center;
}
.cid-vfhOtkxciD .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-vfhOtkxciD .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-vfhOtkxciD .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-vfhOtkxciD .btn:hover {
  box-shadow: none;
}
.cid-vfhOtkxciD .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vfhOtkxciD .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-vfhOtkxciD .image-wrapper img {
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vfhOtkxciD .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-vfhOtkxciD .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-vfhOtkxciD .image-wrapper .image-absolute {
  position: absolute;
  top: 20px;
  right: 23%;
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vfhOtkxciD .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-vfhOtkxciD .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-vfhOtkxciD .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-vfhOtkxciD .row:hover img {
  transform: rotate(0deg);
}
.cid-vfhOtkxciD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhOtkxciD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfl1H0L5U9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #daa048;
}
.cid-vfl1H0L5U9 .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-vfl1H0L5U9 .mbr-section-title {
  max-width: 1200px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-vfl1H0L5U9 .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vfl1H0L5U9 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-vfl1H0L5U9 .btn:hover {
  box-shadow: none;
}
.cid-vfl1H0L5U9 .mbr-section-title,
.cid-vfl1H0L5U9 .mbr-section-btn {
  text-align: center;
}
.cid-vfhR843hqU {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #171a21;
}
.cid-vfhR843hqU .text-wrapper {
  padding: 1rem;
}
.cid-vfhR843hqU .row {
  margin: 0;
}
.cid-vfhR843hqU .mbr-link {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.cid-vfhR843hqU .icon {
  margin: 8.5px 0 33.5px 0;
  border-radius: 50%;
  z-index: 1;
}
.cid-vfhR843hqU .icon span {
  font-size: 16px;
  margin-right: 7px;
}
.cid-vfhR843hqU .icon .mbr-text {
  display: inline;
  margin: 0;
}
.cid-vfhR843hqU .image {
  position: relative;
  margin-bottom: 30px;
}
.cid-vfhR843hqU .image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #20232a;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-vfhR843hqU .image:hover .image-overlay {
  opacity: .2;
}
.cid-vfhR843hqU .image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  pointer-events: visible;
}
@media (max-width: 1200px) {
  .cid-vfhR843hqU .image img {
    height: 158px;
  }
}
.cid-vfhR843hqU .mbr-link:hover .mbr-iconfont {
  color: #0cf036;
}
.cid-vfhR843hqU .mbr-text,
.cid-vfhR843hqU .mbr-iconfont {
  color: #fafafa;
}
.cid-vfhR843hqU .mbr-text,
.cid-vfhR843hqU .mbr-iconfont,
.cid-vfhR843hqU .mbr-link {
  color: #ffffff;
}
.cid-vfi0qBD3d3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #daa048;
}
.cid-vfi0qBD3d3 .row {
  justify-content: center;
}
.cid-vfi0qBD3d3 .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-vfi0qBD3d3 .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
}
.cid-vfi0qBD3d3 .card {
  padding: 0 15px;
}
.cid-vfi0qBD3d3 .item-wrapper {
  height: 100%;
}
.cid-vfi0qBD3d3 .card-wrapper {
  margin-bottom: 30px;
  border-radius: 0;
}
.cid-vfi0qBD3d3 .card-wrapper .card-image {
  height: 306px;
  overflow: hidden;
  margin-bottom: 22px;
}
.cid-vfi0qBD3d3 .card-wrapper .card-image img {
  height: 306px;
  object-fit: cover;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-vfi0qBD3d3 .card-wrapper .card-text {
  margin: 0 0 26px 0;
  display: flex;
}
.cid-vfi0qBD3d3 .card-wrapper .card-text .mbr-card-title {
  margin-bottom: 0;
}
.cid-vfi0qBD3d3 .card-wrapper .card-text p {
  margin-right: 13px;
}
.cid-vfi0qBD3d3 .card-wrapper .card-border {
  height: 1px;
  background: #000000;
  opacity: .3;
  transition: all 1s linear;
}
.cid-vfi0qBD3d3 .mbr-section-btn {
  margin-top: 33px;
}
.cid-vfi0qBD3d3 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-vfi0qBD3d3 .btn:hover {
  box-shadow: none;
}
.cid-vfi0qBD3d3 .card:hover img {
  transform: scale(1.1, 1.1);
}
.cid-vfi0qBD3d3 .card:hover .card-border {
  opacity: 1;
}
.cid-vfi0qBD3d3 .mbr-section-title,
.cid-vfi0qBD3d3 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vfi0qBD3d3 .mbr-card-title {
  color: #ffffff;
}
.cid-vfi2B6Z9zW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #daa048;
}
.cid-vfi2B6Z9zW .row {
  justify-content: center;
}
.cid-vfi2B6Z9zW .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-vfi2B6Z9zW .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
}
.cid-vfi2B6Z9zW .card {
  padding: 0 15px;
}
.cid-vfi2B6Z9zW .item-wrapper {
  height: 100%;
}
.cid-vfi2B6Z9zW .card-wrapper {
  margin-bottom: 30px;
  border-radius: 0;
}
.cid-vfi2B6Z9zW .card-wrapper .card-image {
  height: 306px;
  overflow: hidden;
  margin-bottom: 22px;
}
.cid-vfi2B6Z9zW .card-wrapper .card-image img {
  height: 306px;
  object-fit: cover;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-vfi2B6Z9zW .card-wrapper .card-text {
  margin: 0 0 26px 0;
  display: flex;
}
.cid-vfi2B6Z9zW .card-wrapper .card-text .mbr-card-title {
  margin-bottom: 0;
}
.cid-vfi2B6Z9zW .card-wrapper .card-text p {
  margin-right: 13px;
}
.cid-vfi2B6Z9zW .card-wrapper .card-border {
  height: 1px;
  background: #000000;
  opacity: .3;
  transition: all 1s linear;
}
.cid-vfi2B6Z9zW .mbr-section-btn {
  margin-top: 33px;
}
.cid-vfi2B6Z9zW .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-vfi2B6Z9zW .btn:hover {
  box-shadow: none;
}
.cid-vfi2B6Z9zW .card:hover img {
  transform: scale(1.1, 1.1);
}
.cid-vfi2B6Z9zW .card:hover .card-border {
  opacity: 1;
}
.cid-vfi2B6Z9zW .mbr-section-title,
.cid-vfi2B6Z9zW .mbr-section-btn {
  text-align: center;
}
.cid-vfi2B6Z9zW .mbr-card-title {
  color: #ffffff;
}
.cid-vfmh3EDjQJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #daa048;
}
.cid-vfmh3EDjQJ .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-vfmh3EDjQJ .mbr-section-title {
  max-width: 1200px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-vfmh3EDjQJ .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vfmh3EDjQJ .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-vfmh3EDjQJ .btn:hover {
  box-shadow: none;
}
.cid-vfmh3EDjQJ .mbr-section-title,
.cid-vfmh3EDjQJ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vfi6CYkjE0 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-vfi6CYkjE0 .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #daa048;
  text-align: center;
}
.cid-vfi6CYkjE0 .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-vfi6CYkjE0 .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vfi6CYkjE0 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-vfi6CYkjE0 .btn:hover {
  box-shadow: none;
}
.cid-vfi6CYkjE0 .mbr-section-title,
.cid-vfi6CYkjE0 .mbr-section-btn {
  text-align: center;
}
.cid-vfhOtm6xYi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/1-1024x555.webp");
}
.cid-vfhOtm6xYi .text-wrapper {
  padding: 1rem;
}
.cid-vfhOtm6xYi .row {
  margin: 0;
}
.cid-vfhOtm6xYi .mbr-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfhOtm6xYi .icon {
  margin: -10.5rem auto 0;
  width: 102px;
  height: 102px;
  background: #fafafa;
  padding: 0;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vfhOtm6xYi .icon {
    width: 70px;
    height: 70px;
    margin: -25rem auto 0;
  }
}
@media (max-width: 576px) {
  .cid-vfhOtm6xYi .icon {
    margin: -47.3rem auto 0;
  }
}
.cid-vfhOtm6xYi .icon span {
  color: #84858a;
  font-size: 25px;
}
.cid-vfhOtm6xYi .image {
  padding: 0;
  position: relative;
}
.cid-vfhOtm6xYi .image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #20232a;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-vfhOtm6xYi .image:hover .image-overlay {
  opacity: .2;
}
.cid-vfhOtm6xYi .image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  pointer-events: visible;
}
.cid-vfqXcun6ou {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vfqXcun6ou .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-vfqXcun6ou .mbr-section-title {
  max-width: 1200px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-vfqXcun6ou .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vfqXcun6ou .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-vfqXcun6ou .btn:hover {
  box-shadow: none;
}
.cid-vfqXcun6ou .mbr-section-title,
.cid-vfqXcun6ou .mbr-section-btn {
  text-align: center;
}
.cid-vfqZq6vEGa {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vfqZq6vEGa .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vfqZq6vEGa textarea {
  min-height: 150px;
}
.cid-vfqZq6vEGa .mbr-section-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-vfqZq6vEGa .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ff6c42;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vfqZq6vEGa .form-control,
.cid-vfqZq6vEGa .field-input {
  padding: 0.5rem 1.2rem;
  background-color: #ffffff;
  border: 3px solid #ebeced;
  color: #000000;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
}
.cid-vfqZq6vEGa .form-control:hover,
.cid-vfqZq6vEGa .field-input:hover,
.cid-vfqZq6vEGa .form-control:focus,
.cid-vfqZq6vEGa .field-input:focus {
  background-color: #ffffff;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}
.cid-vfqZq6vEGa input::-webkit-input-placeholder,
.cid-vfqZq6vEGa textarea::-webkit-input-placeholder {
  color: #1f242e;
}
.cid-vfqZq6vEGa input:-moz-placeholder,
.cid-vfqZq6vEGa textarea:-moz-placeholder {
  color: #1f242e;
}
.cid-vfqZq6vEGa .jq-selectbox li,
.cid-vfqZq6vEGa .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vfqZq6vEGa .jq-selectbox li:hover,
.cid-vfqZq6vEGa .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-vfqZq6vEGa .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-vfqZq6vEGa .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-vfqZq6vEGa H2 {
  color: #36404c;
}
.cid-vfqZq6vEGa .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
}
.cid-vfqZq6vEGa .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfqZq6vEGa .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-vfqZq6vEGa .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfqZq6vEGa .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-vfqZq6vEGa .md-pb {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqZq6vEGa .col-auto {
    margin: auto;
  }
}
.cid-vfqZq6vEGa .mbr-section-title {
  color: #ffffff;
}
.cid-vfhOtmspLQ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #060606;
}
.cid-vfhOtmspLQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhOtmspLQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhOtmspLQ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vfhOtmspLQ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfhOtmspLQ .row {
    text-align: center;
  }
  .cid-vfhOtmspLQ .row > div {
    margin: auto;
  }
  .cid-vfhOtmspLQ .social-row {
    justify-content: center;
  }
}
.cid-vfhOtmspLQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfhOtmspLQ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vfhOtmspLQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfhOtmspLQ .list {
    margin-bottom: 0rem;
  }
}
.cid-vfhOtmspLQ .mbr-text {
  color: #bbbbbb;
}
.cid-vfhOtmspLQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vfhOtmspLQ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vfhOtmspLQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vfl4kL75r4 {
  z-index: 1000;
  width: 100%;
}
.cid-vfl4kL75r4 .container-fluid {
  padding: 0 1rem;
}
.cid-vfl4kL75r4 .navbar-dropdown {
  background: rgba(249, 249, 252, 0) !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-vfl4kL75r4 .menu_box .navbar.opened,
  .cid-vfl4kL75r4 .menu_box .navbar-collapse {
    background-color: true !important;
    transition: all 0s ease 0s;
  }
}
.cid-vfl4kL75r4 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vfl4kL75r4 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 208px;
}
@media (max-width: 991px) {
  .cid-vfl4kL75r4 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vfl4kL75r4 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vfl4kL75r4 .btn {
  height: 120px;
  min-width: 120px;
  box-shadow: none;
  margin-top: 0;
}
.cid-vfl4kL75r4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vfl4kL75r4 .offcanvas {
    padding: 55px 35px 40px;
    width: 480px;
    background-color: #f0f0f5;
  }
  .cid-vfl4kL75r4 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vfl4kL75r4 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vfl4kL75r4 .offcanvas-header .btn-close {
    position: absolute;
    top: 44px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vfl4kL75r4 .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .cid-vfl4kL75r4 .offcanvas-body .mbr-text,
  .cid-vfl4kL75r4 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vfl4kL75r4 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vfl4kL75r4 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vfl4kL75r4 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #20232a;
  }
  .cid-vfl4kL75r4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vfl4kL75r4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vfl4kL75r4 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vfl4kL75r4 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vfl4kL75r4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vfl4kL75r4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vfl4kL75r4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vfl4kL75r4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vfl4kL75r4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-vfl4kL75r4 li.nav-item::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #20232a;
    margin-top: 3px;
    transition: all .4s ease;
  }
  .cid-vfl4kL75r4 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vfl4kL75r4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vfl4kL75r4 .nav-item {
    margin: 4px 15px;
  }
}
@media (max-width: 991px) {
  .cid-vfl4kL75r4 .nav-item {
    margin: 0 !important;
  }
}
.cid-vfl4kL75r4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vfl4kL75r4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-vfl4kL75r4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vfl4kL75r4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vfl4kL75r4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vfl4kL75r4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vfl4kL75r4 .offcanvas_box {
    display: none;
  }
}
.cid-vfl4kL75r4 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vfl4kL75r4 .dropdown-item:hover {
  color: #ffa41d;
}
.cid-vfl4kL75r4 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vfl4kL75r4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfl4kL75r4 .nav-link {
  position: relative;
  color: #20232a;
}
.cid-vfl4kL75r4 .container {
  display: flex;
  margin: auto;
}
.cid-vfl4kL75r4 .iconfont-wrapper {
  width: 42px;
  margin: 5px;
  color: #20232a;
  font-size: 21px;
  transition: all 0.2s ease-in-out;
}
.cid-vfl4kL75r4 .iconfont-wrapper:hover {
  color: #ffa41d;
}
.cid-vfl4kL75r4 .navbar-caption {
  color: #20232a;
}
.cid-vfl4kL75r4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-vfl4kL75r4 .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-vfl4kL75r4 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vfl4kL75r4 .dropdown-menu,
.cid-vfl4kL75r4 .navbar.opened {
  background: #f9f9fc !important;
}
.cid-vfl4kL75r4 .nav-item:focus,
.cid-vfl4kL75r4 .nav-link:focus {
  outline: none;
}
.cid-vfl4kL75r4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfl4kL75r4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfl4kL75r4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfl4kL75r4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfl4kL75r4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfl4kL75r4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfl4kL75r4 .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-vfl4kL75r4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfl4kL75r4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vfl4kL75r4 .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-vfl4kL75r4 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vfl4kL75r4 .navbar.collapsed {
  justify-content: center;
}
.cid-vfl4kL75r4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfl4kL75r4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vfl4kL75r4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfl4kL75r4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfl4kL75r4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfl4kL75r4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vfl4kL75r4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vfl4kL75r4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vfl4kL75r4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vfl4kL75r4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfl4kL75r4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfl4kL75r4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vfl4kL75r4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfl4kL75r4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfl4kL75r4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfl4kL75r4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vfl4kL75r4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vfl4kL75r4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vfl4kL75r4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfl4kL75r4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfl4kL75r4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vfl4kL75r4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vfl4kL75r4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vfl4kL75r4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vfl4kL75r4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfl4kL75r4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfl4kL75r4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfl4kL75r4 .dropdown-item.active,
.cid-vfl4kL75r4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfl4kL75r4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfl4kL75r4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfl4kL75r4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfl4kL75r4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9fc;
}
.cid-vfl4kL75r4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfl4kL75r4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfl4kL75r4 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vfl4kL75r4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vfl4kL75r4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f9f9fc;
  background: #f9f9fc;
}
.cid-vfl4kL75r4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #20232a;
}
.cid-vfl4kL75r4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfl4kL75r4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfl4kL75r4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfl4kL75r4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfl4kL75r4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfl4kL75r4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfl4kL75r4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfl4kL75r4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfl4kL75r4 a.nav-link {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.cid-vfl4kL75r4 .nav-item:hover::after {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vfl4kL75r4 .nav-item:hover {
    width: 0;
  }
}
.cid-vfl4kL75r4 .icons-menu {
  margin-bottom: 35px;
}
.cid-vfl4kL75r4 .icons-menu .iconfont-wrapper {
  margin-bottom: 25px;
  display: block;
}
.cid-vfl4kL75r4 .icons-menu .iconfont-wrapper span {
  margin-right: 14px;
}
.cid-vfl4kL75r4 .icons-menu .iconfont-wrapper .mbr-text {
  margin: 0;
  display: inline-block;
}
.cid-vfl4kL75r4 .icons-menu .iconfont-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfl4kL75r4 .navbar {
    height: 70px;
  }
  .cid-vfl4kL75r4 .navbar.opened {
    height: auto;
  }
  .cid-vfl4kL75r4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfl4kL75r4 .navbar-caption:hover {
  color: #ffa41d;
}
.cid-vfl4kL75r4 .nav-link:hover {
  color: #ffa41d;
}
.cid-vfl4kL75r4 .mbr-iconfont {
  font-size: 21px;
}
.cid-vfl4kL75r4 .mbr-section-subtitle {
  color: #20232a;
  text-align: left;
}
.cid-vfl4kL75r4 .mbr-text,
.cid-vfl4kL75r4 .iconfont-wrapper {
  color: #20232a;
  text-align: left;
}
.cid-vfl4kL75r4 .text_widget a:hover {
  color: #ffa41d;
}
.cid-vfl4kL75r4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vfl4kLNaTu {
  background-image: url("../../../assets/images/humoramarillo-s-12-2000x1335.webp");
}
.cid-vfl4kLNaTu .text {
  display: flex;
  align-items: center;
}
.cid-vfl4kLNaTu .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-vfl4kLNaTu .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-vfl4kLNaTu .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-vfl4kLNaTu .btn:hover {
  box-shadow: none;
}
.cid-vfl4kLNaTu .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vfl4kLNaTu .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-vfl4kLNaTu .image-wrapper img {
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vfl4kLNaTu .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-vfl4kLNaTu .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-vfl4kLNaTu .image-wrapper .image-absolute {
  position: absolute;
  top: 20px;
  right: 23%;
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vfl4kLNaTu .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-vfl4kLNaTu .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-vfl4kLNaTu .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-vfl4kLNaTu .row:hover img {
  transform: rotate(0deg);
}
.cid-vfl4kLNaTu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfl4kLNaTu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfl4kM0Cjc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #016386;
}
.cid-vfl4kM0Cjc .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-vfl4kM0Cjc .mbr-section-title {
  max-width: 1300px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-vfl4kM0Cjc .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vfl4kM0Cjc .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-vfl4kM0Cjc .btn:hover {
  box-shadow: none;
}
.cid-vfl4kM0Cjc .mbr-section-title,
.cid-vfl4kM0Cjc .mbr-section-btn {
  text-align: center;
}
.cid-vfr0aOO4a1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1f242e;
}
.cid-vfr0aOO4a1 .row {
  justify-content: center;
}
.cid-vfr0aOO4a1 .card {
  padding: 0 15px;
  height: 453px;
  position: relative;
  margin-bottom: 30px;
}
.cid-vfr0aOO4a1 .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0 15px;
}
.cid-vfr0aOO4a1 .item-wrapper {
  height: 100%;
}
.cid-vfr0aOO4a1 .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-vfr0aOO4a1 .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.3em;
  transition: all .4s ease;
}
@media (max-width: 768px) {
  .cid-vfr0aOO4a1 .card-wrapper {
    padding: 1.8em;
  }
}
.cid-vfr0aOO4a1 .mbr-number {
  margin: 0;
  opacity: 0;
  transition: all .4s ease;
  transform: translate(0, -30%);
  pointer-events: visible;
  color: #fff;
}
.cid-vfr0aOO4a1 .mbr-title {
  margin-bottom: 1rem;
  pointer-events: visible;
  color: #fff;
}
.cid-vfr0aOO4a1 .mbr-text {
  margin: 0;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: visible;
  color: #EAEAEA;
}
.cid-vfr0aOO4a1 .card-text {
  transform: translate(0, 50%);
  transition: all .4s ease;
}
.cid-vfr0aOO4a1 .card:hover .mbr-number {
  opacity: 1;
  transform: translate(0, 0);
}
.cid-vfr0aOO4a1 .card:hover .mbr-text {
  opacity: .7;
}
.cid-vfr0aOO4a1 .card:hover .card-text {
  transform: translate(0, 0);
}
.cid-vfr0aOO4a1 .card:hover .card-wrapper {
  background: #fe3a03;
}
.cid-vfr0aOO4a1 P {
  color: #ffffff;
}
.cid-vfr3jc5YIX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1f242e;
}
.cid-vfr3jc5YIX .row {
  justify-content: center;
}
.cid-vfr3jc5YIX .card {
  padding: 0 15px;
  height: 453px;
  position: relative;
  margin-bottom: 30px;
}
.cid-vfr3jc5YIX .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0 15px;
}
.cid-vfr3jc5YIX .item-wrapper {
  height: 100%;
}
.cid-vfr3jc5YIX .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-vfr3jc5YIX .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.3em;
  transition: all .4s ease;
}
@media (max-width: 768px) {
  .cid-vfr3jc5YIX .card-wrapper {
    padding: 1.8em;
  }
}
.cid-vfr3jc5YIX .mbr-number {
  margin: 0;
  opacity: 0;
  transition: all .4s ease;
  transform: translate(0, -30%);
  pointer-events: visible;
  color: #fff;
}
.cid-vfr3jc5YIX .mbr-title {
  margin-bottom: 1rem;
  pointer-events: visible;
  color: #fff;
}
.cid-vfr3jc5YIX .mbr-text {
  margin: 0;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: visible;
  color: #EAEAEA;
}
.cid-vfr3jc5YIX .card-text {
  transform: translate(0, 50%);
  transition: all .4s ease;
}
.cid-vfr3jc5YIX .card:hover .mbr-number {
  opacity: 1;
  transform: translate(0, 0);
}
.cid-vfr3jc5YIX .card:hover .mbr-text {
  opacity: .7;
}
.cid-vfr3jc5YIX .card:hover .card-text {
  transform: translate(0, 0);
}
.cid-vfr3jc5YIX .card:hover .card-wrapper {
  background: #fe3a03;
}
.cid-vfl4kNAdjn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-vfl4kNAdjn .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-vfl4kNAdjn .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-vfl4kNAdjn .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vfl4kNAdjn .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-vfl4kNAdjn .btn:hover {
  box-shadow: none;
}
.cid-vfl4kNAdjn .mbr-section-title,
.cid-vfl4kNAdjn .mbr-section-btn {
  text-align: center;
}
.cid-vfl4kNLh6q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/1-1024x555.webp");
}
.cid-vfl4kNLh6q .text-wrapper {
  padding: 1rem;
}
.cid-vfl4kNLh6q .row {
  margin: 0;
}
.cid-vfl4kNLh6q .mbr-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfl4kNLh6q .icon {
  margin: -10.5rem auto 0;
  width: 102px;
  height: 102px;
  background: #fafafa;
  padding: 0;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vfl4kNLh6q .icon {
    width: 70px;
    height: 70px;
    margin: -25rem auto 0;
  }
}
@media (max-width: 576px) {
  .cid-vfl4kNLh6q .icon {
    margin: -47.3rem auto 0;
  }
}
.cid-vfl4kNLh6q .icon span {
  color: #84858a;
  font-size: 25px;
}
.cid-vfl4kNLh6q .image {
  padding: 0;
  position: relative;
}
.cid-vfl4kNLh6q .image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #20232a;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-vfl4kNLh6q .image:hover .image-overlay {
  opacity: .2;
}
.cid-vfl4kNLh6q .image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  pointer-events: visible;
}
.cid-vflQzGB922 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #080813;
  overflow: hidden;
}
.cid-vflQzGB922 .mbr-section-title {
  margin-bottom: 32px;
  opacity: .5;
  color: #ffffff;
  text-align: justify;
}
@media (max-width: 992px) {
  .cid-vflQzGB922 .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vflQzGB922 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-vflQzGB922 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vflQzGB922 .embla__slide .slide-content {
  width: 100%;
}
.cid-vflQzGB922 .embla__slide .slide-content .item-wrapper .item-img {
  background-color: #daa048;
}
.cid-vflQzGB922 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-vflQzGB922 .embla__button--next,
.cid-vflQzGB922 .embla__button--prev {
  display: flex;
}
.cid-vflQzGB922 .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: #bcfe1e !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vflQzGB922 .embla__button:hover {
  opacity: .5 !important;
}
.cid-vflQzGB922 .embla__button.embla__button--prev {
  right: 48px;
}
.cid-vflQzGB922 .embla__button.embla__button--next {
  right: 0;
}
.cid-vflQzGB922 .embla {
  position: relative;
  width: 100%;
}
.cid-vflQzGB922 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-vflQzGB922 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vflQzGB922 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vflQzGB922 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfsijgzTNm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vfsijgzTNm .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-vfsijgzTNm .mbr-section-title {
  max-width: 1200px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-vfsijgzTNm .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vfsijgzTNm .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-vfsijgzTNm .btn:hover {
  box-shadow: none;
}
.cid-vfsijgzTNm .mbr-section-title,
.cid-vfsijgzTNm .mbr-section-btn {
  text-align: center;
}
.cid-vfqZy4toKu {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vfqZy4toKu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vfqZy4toKu textarea {
  min-height: 150px;
}
.cid-vfqZy4toKu .mbr-section-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-vfqZy4toKu .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ff6c42;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vfqZy4toKu .form-control,
.cid-vfqZy4toKu .field-input {
  padding: 0.5rem 1.2rem;
  background-color: #ffffff;
  border: 3px solid #ebeced;
  color: #000000;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
}
.cid-vfqZy4toKu .form-control:hover,
.cid-vfqZy4toKu .field-input:hover,
.cid-vfqZy4toKu .form-control:focus,
.cid-vfqZy4toKu .field-input:focus {
  background-color: #ffffff;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}
.cid-vfqZy4toKu input::-webkit-input-placeholder,
.cid-vfqZy4toKu textarea::-webkit-input-placeholder {
  color: #1f242e;
}
.cid-vfqZy4toKu input:-moz-placeholder,
.cid-vfqZy4toKu textarea:-moz-placeholder {
  color: #1f242e;
}
.cid-vfqZy4toKu .jq-selectbox li,
.cid-vfqZy4toKu .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vfqZy4toKu .jq-selectbox li:hover,
.cid-vfqZy4toKu .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-vfqZy4toKu .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-vfqZy4toKu .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-vfqZy4toKu H2 {
  color: #36404c;
}
.cid-vfqZy4toKu .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
}
.cid-vfqZy4toKu .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfqZy4toKu .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-vfqZy4toKu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfqZy4toKu .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-vfqZy4toKu .md-pb {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vfqZy4toKu .col-auto {
    margin: auto;
  }
}
.cid-vfqZy4toKu .mbr-section-title {
  color: #ffffff;
}
.cid-vfl4kOgnt9 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #060606;
}
.cid-vfl4kOgnt9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfl4kOgnt9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfl4kOgnt9 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vfl4kOgnt9 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfl4kOgnt9 .row {
    text-align: center;
  }
  .cid-vfl4kOgnt9 .row > div {
    margin: auto;
  }
  .cid-vfl4kOgnt9 .social-row {
    justify-content: center;
  }
}
.cid-vfl4kOgnt9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfl4kOgnt9 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vfl4kOgnt9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfl4kOgnt9 .list {
    margin-bottom: 0rem;
  }
}
.cid-vfl4kOgnt9 .mbr-text {
  color: #bbbbbb;
}
.cid-vfl4kOgnt9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vfl4kOgnt9 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vfl4kOgnt9 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vflXf7APTF {
  z-index: 1000;
  width: 100%;
}
.cid-vflXf7APTF .container-fluid {
  padding: 0 1rem;
}
.cid-vflXf7APTF .navbar-dropdown {
  background: rgba(249, 249, 252, 0) !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-vflXf7APTF .menu_box .navbar.opened,
  .cid-vflXf7APTF .menu_box .navbar-collapse {
    background-color: true !important;
    transition: all 0s ease 0s;
  }
}
.cid-vflXf7APTF nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vflXf7APTF .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 208px;
}
@media (max-width: 991px) {
  .cid-vflXf7APTF .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vflXf7APTF .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vflXf7APTF .btn {
  height: 120px;
  min-width: 120px;
  box-shadow: none;
  margin-top: 0;
}
.cid-vflXf7APTF .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vflXf7APTF .offcanvas {
    padding: 55px 35px 40px;
    width: 480px;
    background-color: #f0f0f5;
  }
  .cid-vflXf7APTF .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vflXf7APTF .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vflXf7APTF .offcanvas-header .btn-close {
    position: absolute;
    top: 44px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vflXf7APTF .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .cid-vflXf7APTF .offcanvas-body .mbr-text,
  .cid-vflXf7APTF .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vflXf7APTF .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vflXf7APTF .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vflXf7APTF .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #20232a;
  }
  .cid-vflXf7APTF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vflXf7APTF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vflXf7APTF .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vflXf7APTF .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vflXf7APTF ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vflXf7APTF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vflXf7APTF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vflXf7APTF .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vflXf7APTF li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-vflXf7APTF li.nav-item::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #20232a;
    margin-top: 3px;
    transition: all .4s ease;
  }
  .cid-vflXf7APTF .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vflXf7APTF .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vflXf7APTF .nav-item {
    margin: 4px 15px;
  }
}
@media (max-width: 991px) {
  .cid-vflXf7APTF .nav-item {
    margin: 0 !important;
  }
}
.cid-vflXf7APTF .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vflXf7APTF .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-vflXf7APTF .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vflXf7APTF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vflXf7APTF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vflXf7APTF .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vflXf7APTF .offcanvas_box {
    display: none;
  }
}
.cid-vflXf7APTF .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vflXf7APTF .dropdown-item:hover {
  color: #ffa41d;
}
.cid-vflXf7APTF .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vflXf7APTF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vflXf7APTF .nav-link {
  position: relative;
  color: #20232a;
}
.cid-vflXf7APTF .container {
  display: flex;
  margin: auto;
}
.cid-vflXf7APTF .iconfont-wrapper {
  width: 42px;
  margin: 5px;
  color: #20232a;
  font-size: 21px;
  transition: all 0.2s ease-in-out;
}
.cid-vflXf7APTF .iconfont-wrapper:hover {
  color: #ffa41d;
}
.cid-vflXf7APTF .navbar-caption {
  color: #20232a;
}
.cid-vflXf7APTF .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-vflXf7APTF .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-vflXf7APTF .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vflXf7APTF .dropdown-menu,
.cid-vflXf7APTF .navbar.opened {
  background: #f9f9fc !important;
}
.cid-vflXf7APTF .nav-item:focus,
.cid-vflXf7APTF .nav-link:focus {
  outline: none;
}
.cid-vflXf7APTF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vflXf7APTF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vflXf7APTF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vflXf7APTF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vflXf7APTF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vflXf7APTF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vflXf7APTF .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-vflXf7APTF .navbar.opened {
  transition: all 0.3s;
}
.cid-vflXf7APTF .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vflXf7APTF .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-vflXf7APTF .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vflXf7APTF .navbar.collapsed {
  justify-content: center;
}
.cid-vflXf7APTF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vflXf7APTF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vflXf7APTF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vflXf7APTF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vflXf7APTF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vflXf7APTF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vflXf7APTF .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vflXf7APTF .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vflXf7APTF .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vflXf7APTF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vflXf7APTF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vflXf7APTF .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vflXf7APTF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vflXf7APTF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vflXf7APTF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vflXf7APTF .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vflXf7APTF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vflXf7APTF .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vflXf7APTF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vflXf7APTF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vflXf7APTF .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vflXf7APTF .navbar.navbar-short {
  min-height: 60px;
}
.cid-vflXf7APTF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vflXf7APTF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vflXf7APTF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vflXf7APTF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vflXf7APTF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vflXf7APTF .dropdown-item.active,
.cid-vflXf7APTF .dropdown-item:active {
  background-color: transparent;
}
.cid-vflXf7APTF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vflXf7APTF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vflXf7APTF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vflXf7APTF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9fc;
}
.cid-vflXf7APTF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vflXf7APTF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vflXf7APTF ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vflXf7APTF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vflXf7APTF button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f9f9fc;
  background: #f9f9fc;
}
.cid-vflXf7APTF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #20232a;
}
.cid-vflXf7APTF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vflXf7APTF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vflXf7APTF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vflXf7APTF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vflXf7APTF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vflXf7APTF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vflXf7APTF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vflXf7APTF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vflXf7APTF a.nav-link {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.cid-vflXf7APTF .nav-item:hover::after {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vflXf7APTF .nav-item:hover {
    width: 0;
  }
}
.cid-vflXf7APTF .icons-menu {
  margin-bottom: 35px;
}
.cid-vflXf7APTF .icons-menu .iconfont-wrapper {
  margin-bottom: 25px;
  display: block;
}
.cid-vflXf7APTF .icons-menu .iconfont-wrapper span {
  margin-right: 14px;
}
.cid-vflXf7APTF .icons-menu .iconfont-wrapper .mbr-text {
  margin: 0;
  display: inline-block;
}
.cid-vflXf7APTF .icons-menu .iconfont-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vflXf7APTF .navbar {
    height: 70px;
  }
  .cid-vflXf7APTF .navbar.opened {
    height: auto;
  }
  .cid-vflXf7APTF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vflXf7APTF .navbar-caption:hover {
  color: #ffa41d;
}
.cid-vflXf7APTF .nav-link:hover {
  color: #ffa41d;
}
.cid-vflXf7APTF .mbr-iconfont {
  font-size: 21px;
}
.cid-vflXf7APTF .mbr-section-subtitle {
  color: #20232a;
  text-align: left;
}
.cid-vflXf7APTF .mbr-text,
.cid-vflXf7APTF .iconfont-wrapper {
  color: #20232a;
  text-align: left;
}
.cid-vflXf7APTF .text_widget a:hover {
  color: #ffa41d;
}
.cid-vflXf7APTF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vflXf8dRl1 {
  background-image: url("../../../assets/images/carn20a20la20brasa003-2000x1335.webp");
}
.cid-vflXf8dRl1 .text {
  display: flex;
  align-items: center;
}
.cid-vflXf8dRl1 .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-vflXf8dRl1 .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-vflXf8dRl1 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-vflXf8dRl1 .btn:hover {
  box-shadow: none;
}
.cid-vflXf8dRl1 .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vflXf8dRl1 .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-vflXf8dRl1 .image-wrapper img {
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vflXf8dRl1 .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-vflXf8dRl1 .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-vflXf8dRl1 .image-wrapper .image-absolute {
  position: absolute;
  top: 20px;
  right: 23%;
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vflXf8dRl1 .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-vflXf8dRl1 .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-vflXf8dRl1 .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-vflXf8dRl1 .row:hover img {
  transform: rotate(0deg);
}
.cid-vflXf8dRl1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflXf8dRl1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflXf8pcss {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1f242e;
}
.cid-vflXf8pcss .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-vflXf8pcss .mbr-section-title {
  max-width: 1300px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-vflXf8pcss .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vflXf8pcss .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-vflXf8pcss .btn:hover {
  box-shadow: none;
}
.cid-vflXf8pcss .mbr-section-title,
.cid-vflXf8pcss .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vfm6eNqXel {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1280x1920.webp");
}
.cid-vfm6eNqXel .row {
  justify-content: center;
}
.cid-vfm6eNqXel .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-vfm6eNqXel .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
}
.cid-vfm6eNqXel .card {
  padding: 0 15px;
}
.cid-vfm6eNqXel .item-wrapper {
  height: 100%;
}
.cid-vfm6eNqXel .card-wrapper {
  margin-bottom: 30px;
  border-radius: 0;
}
.cid-vfm6eNqXel .card-wrapper .card-image {
  height: 306px;
  overflow: hidden;
  margin-bottom: 22px;
}
.cid-vfm6eNqXel .card-wrapper .card-image img {
  height: 306px;
  object-fit: cover;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-vfm6eNqXel .card-wrapper .card-text {
  margin: 0 0 26px 0;
  display: flex;
}
.cid-vfm6eNqXel .card-wrapper .card-text .mbr-card-title {
  margin-bottom: 0;
}
.cid-vfm6eNqXel .card-wrapper .card-text p {
  margin-right: 13px;
}
.cid-vfm6eNqXel .card-wrapper .card-border {
  height: 1px;
  background: #20232a;
  opacity: .3;
  transition: all 1s linear;
}
.cid-vfm6eNqXel .mbr-section-btn {
  margin-top: 33px;
}
.cid-vfm6eNqXel .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-vfm6eNqXel .btn:hover {
  box-shadow: none;
}
.cid-vfm6eNqXel .card:hover img {
  transform: scale(1.1, 1.1);
}
.cid-vfm6eNqXel .card:hover .card-border {
  opacity: 1;
}
.cid-vfm6eNqXel .mbr-section-title,
.cid-vfm6eNqXel .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vfm6eNqXel .mbr-card-title {
  color: #ffffff;
}
.cid-vflXf9uKl9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/1-1024x555.webp");
}
.cid-vflXf9uKl9 .text-wrapper {
  padding: 1rem;
}
.cid-vflXf9uKl9 .row {
  margin: 0;
}
.cid-vflXf9uKl9 .mbr-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vflXf9uKl9 .icon {
  margin: -10.5rem auto 0;
  width: 102px;
  height: 102px;
  background: #fafafa;
  padding: 0;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vflXf9uKl9 .icon {
    width: 70px;
    height: 70px;
    margin: -25rem auto 0;
  }
}
@media (max-width: 576px) {
  .cid-vflXf9uKl9 .icon {
    margin: -47.3rem auto 0;
  }
}
.cid-vflXf9uKl9 .icon span {
  color: #84858a;
  font-size: 25px;
}
.cid-vflXf9uKl9 .image {
  padding: 0;
  position: relative;
}
.cid-vflXf9uKl9 .image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #20232a;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-vflXf9uKl9 .image:hover .image-overlay {
  opacity: .2;
}
.cid-vflXf9uKl9 .image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  pointer-events: visible;
}
.cid-vfmsHbZhtv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/1-1024x555.webp");
}
.cid-vfmsHbZhtv .text-wrapper {
  padding: 1rem;
}
.cid-vfmsHbZhtv .row {
  margin: 0;
}
.cid-vfmsHbZhtv .mbr-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfmsHbZhtv .icon {
  margin: -10.5rem auto 0;
  width: 102px;
  height: 102px;
  background: #fafafa;
  padding: 0;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vfmsHbZhtv .icon {
    width: 70px;
    height: 70px;
    margin: -25rem auto 0;
  }
}
@media (max-width: 576px) {
  .cid-vfmsHbZhtv .icon {
    margin: -47.3rem auto 0;
  }
}
.cid-vfmsHbZhtv .icon span {
  color: #84858a;
  font-size: 25px;
}
.cid-vfmsHbZhtv .image {
  padding: 0;
  position: relative;
}
.cid-vfmsHbZhtv .image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #20232a;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-vfmsHbZhtv .image:hover .image-overlay {
  opacity: .2;
}
.cid-vfmsHbZhtv .image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  pointer-events: visible;
}
.cid-vfsjqf1A8s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vfsjqf1A8s .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-vfsjqf1A8s .mbr-section-title {
  max-width: 1200px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-vfsjqf1A8s .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vfsjqf1A8s .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-vfsjqf1A8s .btn:hover {
  box-shadow: none;
}
.cid-vfsjqf1A8s .mbr-section-title,
.cid-vfsjqf1A8s .mbr-section-btn {
  text-align: center;
}
.cid-vfsNiqSUos {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vfsNiqSUos .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vfsNiqSUos textarea {
  min-height: 150px;
}
.cid-vfsNiqSUos .mbr-section-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-vfsNiqSUos .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ff6c42;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vfsNiqSUos .form-control,
.cid-vfsNiqSUos .field-input {
  padding: 0.5rem 1.2rem;
  background-color: #ffffff;
  border: 3px solid #ebeced;
  color: #000000;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
}
.cid-vfsNiqSUos .form-control:hover,
.cid-vfsNiqSUos .field-input:hover,
.cid-vfsNiqSUos .form-control:focus,
.cid-vfsNiqSUos .field-input:focus {
  background-color: #ffffff;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}
.cid-vfsNiqSUos input::-webkit-input-placeholder,
.cid-vfsNiqSUos textarea::-webkit-input-placeholder {
  color: #1f242e;
}
.cid-vfsNiqSUos input:-moz-placeholder,
.cid-vfsNiqSUos textarea:-moz-placeholder {
  color: #1f242e;
}
.cid-vfsNiqSUos .jq-selectbox li,
.cid-vfsNiqSUos .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vfsNiqSUos .jq-selectbox li:hover,
.cid-vfsNiqSUos .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-vfsNiqSUos .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-vfsNiqSUos .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-vfsNiqSUos H2 {
  color: #36404c;
}
.cid-vfsNiqSUos .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
}
.cid-vfsNiqSUos .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfsNiqSUos .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-vfsNiqSUos .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfsNiqSUos .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-vfsNiqSUos .md-pb {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vfsNiqSUos .col-auto {
    margin: auto;
  }
}
.cid-vfsNiqSUos .mbr-section-title {
  color: #ffffff;
}
.cid-vflXfb1dEI {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #060606;
}
.cid-vflXfb1dEI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflXfb1dEI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflXfb1dEI .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vflXfb1dEI .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vflXfb1dEI .row {
    text-align: center;
  }
  .cid-vflXfb1dEI .row > div {
    margin: auto;
  }
  .cid-vflXfb1dEI .social-row {
    justify-content: center;
  }
}
.cid-vflXfb1dEI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vflXfb1dEI .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vflXfb1dEI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vflXfb1dEI .list {
    margin-bottom: 0rem;
  }
}
.cid-vflXfb1dEI .mbr-text {
  color: #bbbbbb;
}
.cid-vflXfb1dEI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vflXfb1dEI .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vflXfb1dEI div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vfmvFu3ts5 {
  z-index: 1000;
  width: 100%;
}
.cid-vfmvFu3ts5 .container-fluid {
  padding: 0 1rem;
}
.cid-vfmvFu3ts5 .navbar-dropdown {
  background: rgba(249, 249, 252, 0) !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-vfmvFu3ts5 .menu_box .navbar.opened,
  .cid-vfmvFu3ts5 .menu_box .navbar-collapse {
    background-color: true !important;
    transition: all 0s ease 0s;
  }
}
.cid-vfmvFu3ts5 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vfmvFu3ts5 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 208px;
}
@media (max-width: 991px) {
  .cid-vfmvFu3ts5 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vfmvFu3ts5 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vfmvFu3ts5 .btn {
  height: 120px;
  min-width: 120px;
  box-shadow: none;
  margin-top: 0;
}
.cid-vfmvFu3ts5 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vfmvFu3ts5 .offcanvas {
    padding: 55px 35px 40px;
    width: 480px;
    background-color: #f0f0f5;
  }
  .cid-vfmvFu3ts5 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vfmvFu3ts5 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vfmvFu3ts5 .offcanvas-header .btn-close {
    position: absolute;
    top: 44px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vfmvFu3ts5 .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .cid-vfmvFu3ts5 .offcanvas-body .mbr-text,
  .cid-vfmvFu3ts5 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vfmvFu3ts5 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vfmvFu3ts5 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vfmvFu3ts5 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #20232a;
  }
  .cid-vfmvFu3ts5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vfmvFu3ts5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vfmvFu3ts5 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vfmvFu3ts5 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vfmvFu3ts5 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vfmvFu3ts5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vfmvFu3ts5 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vfmvFu3ts5 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vfmvFu3ts5 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-vfmvFu3ts5 li.nav-item::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #20232a;
    margin-top: 3px;
    transition: all .4s ease;
  }
  .cid-vfmvFu3ts5 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vfmvFu3ts5 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vfmvFu3ts5 .nav-item {
    margin: 4px 15px;
  }
}
@media (max-width: 991px) {
  .cid-vfmvFu3ts5 .nav-item {
    margin: 0 !important;
  }
}
.cid-vfmvFu3ts5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vfmvFu3ts5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-vfmvFu3ts5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vfmvFu3ts5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vfmvFu3ts5 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vfmvFu3ts5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vfmvFu3ts5 .offcanvas_box {
    display: none;
  }
}
.cid-vfmvFu3ts5 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vfmvFu3ts5 .dropdown-item:hover {
  color: #ffa41d;
}
.cid-vfmvFu3ts5 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vfmvFu3ts5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfmvFu3ts5 .nav-link {
  position: relative;
  color: #20232a;
}
.cid-vfmvFu3ts5 .container {
  display: flex;
  margin: auto;
}
.cid-vfmvFu3ts5 .iconfont-wrapper {
  width: 42px;
  margin: 5px;
  color: #20232a;
  font-size: 21px;
  transition: all 0.2s ease-in-out;
}
.cid-vfmvFu3ts5 .iconfont-wrapper:hover {
  color: #ffa41d;
}
.cid-vfmvFu3ts5 .navbar-caption {
  color: #20232a;
}
.cid-vfmvFu3ts5 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-vfmvFu3ts5 .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-vfmvFu3ts5 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vfmvFu3ts5 .dropdown-menu,
.cid-vfmvFu3ts5 .navbar.opened {
  background: #f9f9fc !important;
}
.cid-vfmvFu3ts5 .nav-item:focus,
.cid-vfmvFu3ts5 .nav-link:focus {
  outline: none;
}
.cid-vfmvFu3ts5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfmvFu3ts5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfmvFu3ts5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfmvFu3ts5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfmvFu3ts5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfmvFu3ts5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfmvFu3ts5 .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-vfmvFu3ts5 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfmvFu3ts5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vfmvFu3ts5 .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-vfmvFu3ts5 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vfmvFu3ts5 .navbar.collapsed {
  justify-content: center;
}
.cid-vfmvFu3ts5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfmvFu3ts5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vfmvFu3ts5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfmvFu3ts5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfmvFu3ts5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfmvFu3ts5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vfmvFu3ts5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vfmvFu3ts5 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vfmvFu3ts5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vfmvFu3ts5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfmvFu3ts5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfmvFu3ts5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vfmvFu3ts5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfmvFu3ts5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfmvFu3ts5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfmvFu3ts5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vfmvFu3ts5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vfmvFu3ts5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vfmvFu3ts5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfmvFu3ts5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfmvFu3ts5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vfmvFu3ts5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vfmvFu3ts5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vfmvFu3ts5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vfmvFu3ts5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfmvFu3ts5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfmvFu3ts5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfmvFu3ts5 .dropdown-item.active,
.cid-vfmvFu3ts5 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfmvFu3ts5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfmvFu3ts5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfmvFu3ts5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfmvFu3ts5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9fc;
}
.cid-vfmvFu3ts5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfmvFu3ts5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfmvFu3ts5 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vfmvFu3ts5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vfmvFu3ts5 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f9f9fc;
  background: #f9f9fc;
}
.cid-vfmvFu3ts5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #20232a;
}
.cid-vfmvFu3ts5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfmvFu3ts5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfmvFu3ts5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfmvFu3ts5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfmvFu3ts5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfmvFu3ts5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfmvFu3ts5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfmvFu3ts5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfmvFu3ts5 a.nav-link {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.cid-vfmvFu3ts5 .nav-item:hover::after {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vfmvFu3ts5 .nav-item:hover {
    width: 0;
  }
}
.cid-vfmvFu3ts5 .icons-menu {
  margin-bottom: 35px;
}
.cid-vfmvFu3ts5 .icons-menu .iconfont-wrapper {
  margin-bottom: 25px;
  display: block;
}
.cid-vfmvFu3ts5 .icons-menu .iconfont-wrapper span {
  margin-right: 14px;
}
.cid-vfmvFu3ts5 .icons-menu .iconfont-wrapper .mbr-text {
  margin: 0;
  display: inline-block;
}
.cid-vfmvFu3ts5 .icons-menu .iconfont-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfmvFu3ts5 .navbar {
    height: 70px;
  }
  .cid-vfmvFu3ts5 .navbar.opened {
    height: auto;
  }
  .cid-vfmvFu3ts5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfmvFu3ts5 .navbar-caption:hover {
  color: #ffa41d;
}
.cid-vfmvFu3ts5 .nav-link:hover {
  color: #ffa41d;
}
.cid-vfmvFu3ts5 .mbr-iconfont {
  font-size: 21px;
}
.cid-vfmvFu3ts5 .mbr-section-subtitle {
  color: #20232a;
  text-align: left;
}
.cid-vfmvFu3ts5 .mbr-text,
.cid-vfmvFu3ts5 .iconfont-wrapper {
  color: #20232a;
  text-align: left;
}
.cid-vfmvFu3ts5 .text_widget a:hover {
  color: #ffa41d;
}
.cid-vfmvFu3ts5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vfmvFuIwEb {
  background-image: url("../../../assets/images/erika2020adric3a1n-556-2000x1333.webp");
}
.cid-vfmvFuIwEb .text {
  display: flex;
  align-items: center;
}
.cid-vfmvFuIwEb .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-vfmvFuIwEb .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-vfmvFuIwEb .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-vfmvFuIwEb .btn:hover {
  box-shadow: none;
}
.cid-vfmvFuIwEb .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vfmvFuIwEb .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-vfmvFuIwEb .image-wrapper img {
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vfmvFuIwEb .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-vfmvFuIwEb .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-vfmvFuIwEb .image-wrapper .image-absolute {
  position: absolute;
  top: 20px;
  right: 23%;
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vfmvFuIwEb .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-vfmvFuIwEb .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-vfmvFuIwEb .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-vfmvFuIwEb .row:hover img {
  transform: rotate(0deg);
}
.cid-vfmvFuIwEb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfmvFuIwEb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfmYQ0YrKl {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/espai-carpa-en-banquet-scaled-1801x1200.webp");
}
.cid-vfmYQ0YrKl .mbr-section-subtitle {
  margin-bottom: 23px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 992px) {
  .cid-vfmYQ0YrKl .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-vfmYQ0YrKl .mbr-section-title {
  margin-bottom: 0;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .cid-vfmYQ0YrKl .mbr-section-title {
    margin-bottom: 17px;
  }
}
.cid-vfmYQ0YrKl .mbr-text {
  margin-bottom: 0;
  color: #adaeb1;
}
.cid-vfmYQ0YrKl .cards {
  margin: 70px 0 0 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfmYQ0YrKl .cards {
    margin: 70px 0 0 0;
    flex-direction: column;
    align-items: center;
  }
}
.cid-vfmYQ0YrKl .cards .image-card {
  width: 423px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vfmYQ0YrKl .cards .image-card {
    margin: 0 0 30px 0;
  }
}
.cid-vfmYQ0YrKl .cards .image-card img {
  width: 350px;
  height: 350px;
  object-fit: cover;
}
.cid-vfmYQ0YrKl .cards .image-card .image-card-text {
  width: 58%;
}
.cid-vfmYQ0YrKl .cards .image-card .image-card-text .mbr-image-text {
  margin: 46px 0 0 0;
}
@media (max-width: 992px) {
  .cid-vfmYQ0YrKl .cards .image-card .image-card-text .mbr-image-text {
    margin: 23px 0 0 0;
  }
}
.cid-vfmYQ0YrKl .cards .image-card:not(:first-child) {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-vfmYQ0YrKl .cards .image-card:not(:first-child) {
    margin-left: 0;
  }
}
.cid-vfmYQ0YrKl .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-vfmvFvjPb7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/1-1024x555.webp");
}
.cid-vfmvFvjPb7 .text-wrapper {
  padding: 1rem;
}
.cid-vfmvFvjPb7 .row {
  margin: 0;
}
.cid-vfmvFvjPb7 .mbr-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfmvFvjPb7 .icon {
  margin: -10.5rem auto 0;
  width: 102px;
  height: 102px;
  background: #fafafa;
  padding: 0;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vfmvFvjPb7 .icon {
    width: 70px;
    height: 70px;
    margin: -25rem auto 0;
  }
}
@media (max-width: 576px) {
  .cid-vfmvFvjPb7 .icon {
    margin: -47.3rem auto 0;
  }
}
.cid-vfmvFvjPb7 .icon span {
  color: #84858a;
  font-size: 25px;
}
.cid-vfmvFvjPb7 .image {
  padding: 0;
  position: relative;
}
.cid-vfmvFvjPb7 .image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #20232a;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-vfmvFvjPb7 .image:hover .image-overlay {
  opacity: .2;
}
.cid-vfmvFvjPb7 .image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  pointer-events: visible;
}
.cid-vfmvFvuNVk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/1-1024x555.webp");
}
.cid-vfmvFvuNVk .text-wrapper {
  padding: 1rem;
}
.cid-vfmvFvuNVk .row {
  margin: 0;
}
.cid-vfmvFvuNVk .mbr-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfmvFvuNVk .icon {
  margin: -10.5rem auto 0;
  width: 102px;
  height: 102px;
  background: #fafafa;
  padding: 0;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vfmvFvuNVk .icon {
    width: 70px;
    height: 70px;
    margin: -25rem auto 0;
  }
}
@media (max-width: 576px) {
  .cid-vfmvFvuNVk .icon {
    margin: -47.3rem auto 0;
  }
}
.cid-vfmvFvuNVk .icon span {
  color: #84858a;
  font-size: 25px;
}
.cid-vfmvFvuNVk .image {
  padding: 0;
  position: relative;
}
.cid-vfmvFvuNVk .image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #20232a;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-vfmvFvuNVk .image:hover .image-overlay {
  opacity: .2;
}
.cid-vfmvFvuNVk .image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  pointer-events: visible;
}
.cid-vfsNpPQysp {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vfsNpPQysp .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vfsNpPQysp textarea {
  min-height: 150px;
}
.cid-vfsNpPQysp .mbr-section-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-vfsNpPQysp .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ff6c42;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vfsNpPQysp .form-control,
.cid-vfsNpPQysp .field-input {
  padding: 0.5rem 1.2rem;
  background-color: #ffffff;
  border: 3px solid #ebeced;
  color: #000000;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
}
.cid-vfsNpPQysp .form-control:hover,
.cid-vfsNpPQysp .field-input:hover,
.cid-vfsNpPQysp .form-control:focus,
.cid-vfsNpPQysp .field-input:focus {
  background-color: #ffffff;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}
.cid-vfsNpPQysp input::-webkit-input-placeholder,
.cid-vfsNpPQysp textarea::-webkit-input-placeholder {
  color: #1f242e;
}
.cid-vfsNpPQysp input:-moz-placeholder,
.cid-vfsNpPQysp textarea:-moz-placeholder {
  color: #1f242e;
}
.cid-vfsNpPQysp .jq-selectbox li,
.cid-vfsNpPQysp .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vfsNpPQysp .jq-selectbox li:hover,
.cid-vfsNpPQysp .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-vfsNpPQysp .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-vfsNpPQysp .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-vfsNpPQysp H2 {
  color: #36404c;
}
.cid-vfsNpPQysp .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
}
.cid-vfsNpPQysp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfsNpPQysp .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-vfsNpPQysp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfsNpPQysp .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-vfsNpPQysp .md-pb {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vfsNpPQysp .col-auto {
    margin: auto;
  }
}
.cid-vfsNpPQysp .mbr-section-title {
  color: #ffffff;
}
.cid-vfmvFvIT2p {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #060606;
}
.cid-vfmvFvIT2p .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfmvFvIT2p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfmvFvIT2p .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vfmvFvIT2p .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfmvFvIT2p .row {
    text-align: center;
  }
  .cid-vfmvFvIT2p .row > div {
    margin: auto;
  }
  .cid-vfmvFvIT2p .social-row {
    justify-content: center;
  }
}
.cid-vfmvFvIT2p .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfmvFvIT2p .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vfmvFvIT2p .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfmvFvIT2p .list {
    margin-bottom: 0rem;
  }
}
.cid-vfmvFvIT2p .mbr-text {
  color: #bbbbbb;
}
.cid-vfmvFvIT2p .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vfmvFvIT2p .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vfmvFvIT2p div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vfn34ZiOqQ {
  z-index: 1000;
  width: 100%;
}
.cid-vfn34ZiOqQ .container-fluid {
  padding: 0 1rem;
}
.cid-vfn34ZiOqQ .navbar-dropdown {
  background: rgba(249, 249, 252, 0) !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-vfn34ZiOqQ .menu_box .navbar.opened,
  .cid-vfn34ZiOqQ .menu_box .navbar-collapse {
    background-color: true !important;
    transition: all 0s ease 0s;
  }
}
.cid-vfn34ZiOqQ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vfn34ZiOqQ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 208px;
}
@media (max-width: 991px) {
  .cid-vfn34ZiOqQ .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vfn34ZiOqQ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vfn34ZiOqQ .btn {
  height: 120px;
  min-width: 120px;
  box-shadow: none;
  margin-top: 0;
}
.cid-vfn34ZiOqQ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vfn34ZiOqQ .offcanvas {
    padding: 55px 35px 40px;
    width: 480px;
    background-color: #f0f0f5;
  }
  .cid-vfn34ZiOqQ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vfn34ZiOqQ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vfn34ZiOqQ .offcanvas-header .btn-close {
    position: absolute;
    top: 44px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vfn34ZiOqQ .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .cid-vfn34ZiOqQ .offcanvas-body .mbr-text,
  .cid-vfn34ZiOqQ .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vfn34ZiOqQ .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vfn34ZiOqQ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vfn34ZiOqQ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #20232a;
  }
  .cid-vfn34ZiOqQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vfn34ZiOqQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vfn34ZiOqQ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vfn34ZiOqQ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vfn34ZiOqQ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vfn34ZiOqQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vfn34ZiOqQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vfn34ZiOqQ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vfn34ZiOqQ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-vfn34ZiOqQ li.nav-item::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #20232a;
    margin-top: 3px;
    transition: all .4s ease;
  }
  .cid-vfn34ZiOqQ .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vfn34ZiOqQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vfn34ZiOqQ .nav-item {
    margin: 4px 15px;
  }
}
@media (max-width: 991px) {
  .cid-vfn34ZiOqQ .nav-item {
    margin: 0 !important;
  }
}
.cid-vfn34ZiOqQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vfn34ZiOqQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-vfn34ZiOqQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vfn34ZiOqQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vfn34ZiOqQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vfn34ZiOqQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vfn34ZiOqQ .offcanvas_box {
    display: none;
  }
}
.cid-vfn34ZiOqQ .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vfn34ZiOqQ .dropdown-item:hover {
  color: #ffa41d;
}
.cid-vfn34ZiOqQ .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vfn34ZiOqQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfn34ZiOqQ .nav-link {
  position: relative;
  color: #20232a;
}
.cid-vfn34ZiOqQ .container {
  display: flex;
  margin: auto;
}
.cid-vfn34ZiOqQ .iconfont-wrapper {
  width: 42px;
  margin: 5px;
  color: #20232a;
  font-size: 21px;
  transition: all 0.2s ease-in-out;
}
.cid-vfn34ZiOqQ .iconfont-wrapper:hover {
  color: #ffa41d;
}
.cid-vfn34ZiOqQ .navbar-caption {
  color: #20232a;
}
.cid-vfn34ZiOqQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-vfn34ZiOqQ .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-vfn34ZiOqQ .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vfn34ZiOqQ .dropdown-menu,
.cid-vfn34ZiOqQ .navbar.opened {
  background: #f9f9fc !important;
}
.cid-vfn34ZiOqQ .nav-item:focus,
.cid-vfn34ZiOqQ .nav-link:focus {
  outline: none;
}
.cid-vfn34ZiOqQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfn34ZiOqQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfn34ZiOqQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfn34ZiOqQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfn34ZiOqQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfn34ZiOqQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfn34ZiOqQ .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-vfn34ZiOqQ .navbar.opened {
  transition: all 0.3s;
}
.cid-vfn34ZiOqQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vfn34ZiOqQ .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-vfn34ZiOqQ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vfn34ZiOqQ .navbar.collapsed {
  justify-content: center;
}
.cid-vfn34ZiOqQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfn34ZiOqQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vfn34ZiOqQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfn34ZiOqQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfn34ZiOqQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfn34ZiOqQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vfn34ZiOqQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vfn34ZiOqQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vfn34ZiOqQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vfn34ZiOqQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfn34ZiOqQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfn34ZiOqQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vfn34ZiOqQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfn34ZiOqQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfn34ZiOqQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfn34ZiOqQ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vfn34ZiOqQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vfn34ZiOqQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vfn34ZiOqQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfn34ZiOqQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfn34ZiOqQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vfn34ZiOqQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vfn34ZiOqQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vfn34ZiOqQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vfn34ZiOqQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfn34ZiOqQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfn34ZiOqQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfn34ZiOqQ .dropdown-item.active,
.cid-vfn34ZiOqQ .dropdown-item:active {
  background-color: transparent;
}
.cid-vfn34ZiOqQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfn34ZiOqQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfn34ZiOqQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfn34ZiOqQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9fc;
}
.cid-vfn34ZiOqQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfn34ZiOqQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfn34ZiOqQ ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vfn34ZiOqQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vfn34ZiOqQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f9f9fc;
  background: #f9f9fc;
}
.cid-vfn34ZiOqQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #20232a;
}
.cid-vfn34ZiOqQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfn34ZiOqQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfn34ZiOqQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfn34ZiOqQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfn34ZiOqQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfn34ZiOqQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfn34ZiOqQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfn34ZiOqQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfn34ZiOqQ a.nav-link {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.cid-vfn34ZiOqQ .nav-item:hover::after {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vfn34ZiOqQ .nav-item:hover {
    width: 0;
  }
}
.cid-vfn34ZiOqQ .icons-menu {
  margin-bottom: 35px;
}
.cid-vfn34ZiOqQ .icons-menu .iconfont-wrapper {
  margin-bottom: 25px;
  display: block;
}
.cid-vfn34ZiOqQ .icons-menu .iconfont-wrapper span {
  margin-right: 14px;
}
.cid-vfn34ZiOqQ .icons-menu .iconfont-wrapper .mbr-text {
  margin: 0;
  display: inline-block;
}
.cid-vfn34ZiOqQ .icons-menu .iconfont-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfn34ZiOqQ .navbar {
    height: 70px;
  }
  .cid-vfn34ZiOqQ .navbar.opened {
    height: auto;
  }
  .cid-vfn34ZiOqQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfn34ZiOqQ .navbar-caption:hover {
  color: #ffa41d;
}
.cid-vfn34ZiOqQ .nav-link:hover {
  color: #ffa41d;
}
.cid-vfn34ZiOqQ .mbr-iconfont {
  font-size: 21px;
}
.cid-vfn34ZiOqQ .mbr-section-subtitle {
  color: #20232a;
  text-align: left;
}
.cid-vfn34ZiOqQ .mbr-text,
.cid-vfn34ZiOqQ .iconfont-wrapper {
  color: #20232a;
  text-align: left;
}
.cid-vfn34ZiOqQ .text_widget a:hover {
  color: #ffa41d;
}
.cid-vfn34ZiOqQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vfn3500wD0 {
  background-image: url("../../../assets/images/whatsapp20image202026-03-2920at2021.32.08-2000x1500.webp");
}
.cid-vfn3500wD0 .text {
  display: flex;
  align-items: center;
}
.cid-vfn3500wD0 .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-vfn3500wD0 .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-vfn3500wD0 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-vfn3500wD0 .btn:hover {
  box-shadow: none;
}
.cid-vfn3500wD0 .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vfn3500wD0 .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-vfn3500wD0 .image-wrapper img {
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vfn3500wD0 .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-vfn3500wD0 .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-vfn3500wD0 .image-wrapper .image-absolute {
  position: absolute;
  top: 20px;
  right: 23%;
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vfn3500wD0 .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-vfn3500wD0 .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-vfn3500wD0 .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-vfn3500wD0 .row:hover img {
  transform: rotate(0deg);
}
.cid-vfn3500wD0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfn3500wD0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnEDaViQ6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #080813;
}
.cid-vfnEDaViQ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfnEDaViQ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnEDaViQ6 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vfnEDaViQ6 .content-wrapper .mbr-section-title span {
  color: #fec52e;
}
.cid-vfnEDaViQ6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vfnEDaViQ6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vfnEDaViQ6 .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-vfnEDaViQ6 .border-wrap {
    margin-top: 32px;
  }
}
.cid-vfnEDaViQ6 .mbr-section-title {
  color: #ffffff;
}
.cid-vfnEDaViQ6 .mbr-text,
.cid-vfnEDaViQ6 .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-vfnEDaViQ6 .mbr-section-title,
.cid-vfnEDaViQ6 .mbr-section-btn {
  text-align: justify;
}
.cid-vfnGiChZPF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #080813;
}
.cid-vfnGiChZPF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfnGiChZPF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnGiChZPF .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vfnGiChZPF .content-wrapper .mbr-section-title span {
  color: #fec52e;
}
.cid-vfnGiChZPF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vfnGiChZPF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vfnGiChZPF .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-vfnGiChZPF .border-wrap {
    margin-top: 32px;
  }
}
.cid-vfnGiChZPF .mbr-section-title {
  color: #ffffff;
}
.cid-vfnGiChZPF .mbr-text,
.cid-vfnGiChZPF .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-vfnGiChZPF .mbr-section-title,
.cid-vfnGiChZPF .mbr-section-btn {
  text-align: justify;
}
.cid-vfsllYyyKf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #080813;
}
.cid-vfsllYyyKf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfsllYyyKf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfsllYyyKf .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vfsllYyyKf .content-wrapper .mbr-section-title span {
  color: #fec52e;
}
.cid-vfsllYyyKf .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vfsllYyyKf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vfsllYyyKf .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-vfsllYyyKf .border-wrap {
    margin-top: 32px;
  }
}
.cid-vfsllYyyKf .mbr-section-title {
  color: #ffffff;
}
.cid-vfsllYyyKf .mbr-text,
.cid-vfsllYyyKf .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-vfsllYyyKf .mbr-section-title,
.cid-vfsllYyyKf .mbr-section-btn {
  text-align: justify;
}
.cid-vfngjzH2gk {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vfngjzH2gk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vfngjzH2gk textarea {
  min-height: 150px;
}
.cid-vfngjzH2gk .mbr-section-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-vfngjzH2gk .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ff6c42;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vfngjzH2gk .form-control,
.cid-vfngjzH2gk .field-input {
  padding: 0.5rem 1.2rem;
  background-color: #ffffff;
  border: 3px solid #ebeced;
  color: #000000;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
}
.cid-vfngjzH2gk .form-control:hover,
.cid-vfngjzH2gk .field-input:hover,
.cid-vfngjzH2gk .form-control:focus,
.cid-vfngjzH2gk .field-input:focus {
  background-color: #ffffff;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}
.cid-vfngjzH2gk input::-webkit-input-placeholder,
.cid-vfngjzH2gk textarea::-webkit-input-placeholder {
  color: #1f242e;
}
.cid-vfngjzH2gk input:-moz-placeholder,
.cid-vfngjzH2gk textarea:-moz-placeholder {
  color: #1f242e;
}
.cid-vfngjzH2gk .jq-selectbox li,
.cid-vfngjzH2gk .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vfngjzH2gk .jq-selectbox li:hover,
.cid-vfngjzH2gk .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-vfngjzH2gk .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-vfngjzH2gk .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-vfngjzH2gk H2 {
  color: #36404c;
}
.cid-vfngjzH2gk .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
}
.cid-vfngjzH2gk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfngjzH2gk .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-vfngjzH2gk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfngjzH2gk .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-vfngjzH2gk .md-pb {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vfngjzH2gk .col-auto {
    margin: auto;
  }
}
.cid-vfn350KqlN {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #060606;
}
.cid-vfn350KqlN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfn350KqlN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfn350KqlN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vfn350KqlN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfn350KqlN .row {
    text-align: center;
  }
  .cid-vfn350KqlN .row > div {
    margin: auto;
  }
  .cid-vfn350KqlN .social-row {
    justify-content: center;
  }
}
.cid-vfn350KqlN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfn350KqlN .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vfn350KqlN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfn350KqlN .list {
    margin-bottom: 0rem;
  }
}
.cid-vfn350KqlN .mbr-text {
  color: #bbbbbb;
}
.cid-vfn350KqlN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vfn350KqlN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vfn350KqlN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t3PnPxxsOI {
  z-index: 1000;
  width: 100%;
}
.cid-t3PnPxxsOI .container-fluid {
  padding: 0 1rem;
}
.cid-t3PnPxxsOI .navbar-dropdown {
  background: rgba(249, 249, 252, 0) !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-t3PnPxxsOI .menu_box .navbar.opened,
  .cid-t3PnPxxsOI .menu_box .navbar-collapse {
    background-color: true !important;
    transition: all 0s ease 0s;
  }
}
.cid-t3PnPxxsOI nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-t3PnPxxsOI .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 208px;
}
@media (max-width: 991px) {
  .cid-t3PnPxxsOI .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t3PnPxxsOI .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-t3PnPxxsOI .btn {
  height: 120px;
  min-width: 120px;
  box-shadow: none;
  margin-top: 0;
}
.cid-t3PnPxxsOI .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-t3PnPxxsOI .offcanvas {
    padding: 55px 35px 40px;
    width: 480px;
    background-color: #f0f0f5;
  }
  .cid-t3PnPxxsOI .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-t3PnPxxsOI .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-t3PnPxxsOI .offcanvas-header .btn-close {
    position: absolute;
    top: 44px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-t3PnPxxsOI .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .cid-t3PnPxxsOI .offcanvas-body .mbr-text,
  .cid-t3PnPxxsOI .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-t3PnPxxsOI .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-t3PnPxxsOI .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-t3PnPxxsOI .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #20232a;
  }
  .cid-t3PnPxxsOI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-t3PnPxxsOI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-t3PnPxxsOI .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-t3PnPxxsOI .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-t3PnPxxsOI ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-t3PnPxxsOI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-t3PnPxxsOI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-t3PnPxxsOI .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-t3PnPxxsOI li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-t3PnPxxsOI li.nav-item::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #20232a;
    margin-top: 3px;
    transition: all .4s ease;
  }
  .cid-t3PnPxxsOI .lg_brand {
    margin: 0 1rem;
  }
}
.cid-t3PnPxxsOI .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-t3PnPxxsOI .nav-item {
    margin: 4px 15px;
  }
}
@media (max-width: 991px) {
  .cid-t3PnPxxsOI .nav-item {
    margin: 0 !important;
  }
}
.cid-t3PnPxxsOI .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-t3PnPxxsOI .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-t3PnPxxsOI .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-t3PnPxxsOI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-t3PnPxxsOI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-t3PnPxxsOI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-t3PnPxxsOI .offcanvas_box {
    display: none;
  }
}
.cid-t3PnPxxsOI .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-t3PnPxxsOI .dropdown-item:hover {
  color: #ffa41d;
}
.cid-t3PnPxxsOI .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-t3PnPxxsOI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3PnPxxsOI .nav-link {
  position: relative;
  color: #20232a;
}
.cid-t3PnPxxsOI .container {
  display: flex;
  margin: auto;
}
.cid-t3PnPxxsOI .iconfont-wrapper {
  width: 42px;
  margin: 5px;
  color: #20232a;
  font-size: 21px;
  transition: all 0.2s ease-in-out;
}
.cid-t3PnPxxsOI .iconfont-wrapper:hover {
  color: #ffa41d;
}
.cid-t3PnPxxsOI .navbar-caption {
  color: #20232a;
}
.cid-t3PnPxxsOI .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-t3PnPxxsOI .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-t3PnPxxsOI .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-t3PnPxxsOI .dropdown-menu,
.cid-t3PnPxxsOI .navbar.opened {
  background: #f9f9fc !important;
}
.cid-t3PnPxxsOI .nav-item:focus,
.cid-t3PnPxxsOI .nav-link:focus {
  outline: none;
}
.cid-t3PnPxxsOI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3PnPxxsOI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3PnPxxsOI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3PnPxxsOI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3PnPxxsOI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3PnPxxsOI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3PnPxxsOI .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-t3PnPxxsOI .navbar.opened {
  transition: all 0.3s;
}
.cid-t3PnPxxsOI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-t3PnPxxsOI .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-t3PnPxxsOI .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-t3PnPxxsOI .navbar.collapsed {
  justify-content: center;
}
.cid-t3PnPxxsOI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3PnPxxsOI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t3PnPxxsOI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3PnPxxsOI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3PnPxxsOI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3PnPxxsOI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-t3PnPxxsOI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t3PnPxxsOI .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-t3PnPxxsOI .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-t3PnPxxsOI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3PnPxxsOI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3PnPxxsOI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-t3PnPxxsOI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3PnPxxsOI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3PnPxxsOI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3PnPxxsOI .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-t3PnPxxsOI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-t3PnPxxsOI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-t3PnPxxsOI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3PnPxxsOI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3PnPxxsOI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-t3PnPxxsOI .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3PnPxxsOI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3PnPxxsOI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3PnPxxsOI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3PnPxxsOI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3PnPxxsOI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3PnPxxsOI .dropdown-item.active,
.cid-t3PnPxxsOI .dropdown-item:active {
  background-color: transparent;
}
.cid-t3PnPxxsOI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3PnPxxsOI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3PnPxxsOI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3PnPxxsOI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9fc;
}
.cid-t3PnPxxsOI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3PnPxxsOI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3PnPxxsOI ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-t3PnPxxsOI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3PnPxxsOI button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f9f9fc;
  background: #f9f9fc;
}
.cid-t3PnPxxsOI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #20232a;
}
.cid-t3PnPxxsOI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3PnPxxsOI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3PnPxxsOI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3PnPxxsOI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3PnPxxsOI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3PnPxxsOI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3PnPxxsOI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3PnPxxsOI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3PnPxxsOI a.nav-link {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.cid-t3PnPxxsOI .nav-item:hover::after {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-t3PnPxxsOI .nav-item:hover {
    width: 0;
  }
}
.cid-t3PnPxxsOI .icons-menu {
  margin-bottom: 35px;
}
.cid-t3PnPxxsOI .icons-menu .iconfont-wrapper {
  margin-bottom: 25px;
  display: block;
}
.cid-t3PnPxxsOI .icons-menu .iconfont-wrapper span {
  margin-right: 14px;
}
.cid-t3PnPxxsOI .icons-menu .iconfont-wrapper .mbr-text {
  margin: 0;
  display: inline-block;
}
.cid-t3PnPxxsOI .icons-menu .iconfont-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3PnPxxsOI .navbar {
    height: 70px;
  }
  .cid-t3PnPxxsOI .navbar.opened {
    height: auto;
  }
  .cid-t3PnPxxsOI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t3PnPxxsOI .navbar-caption:hover {
  color: #ffa41d;
}
.cid-t3PnPxxsOI .nav-link:hover {
  color: #ffa41d;
}
.cid-t3PnPxxsOI .mbr-iconfont {
  font-size: 21px;
}
.cid-t3PnPxxsOI .mbr-section-subtitle {
  color: #20232a;
  text-align: left;
}
.cid-t3PnPxxsOI .mbr-text,
.cid-t3PnPxxsOI .iconfont-wrapper {
  color: #20232a;
  text-align: left;
}
.cid-t3PnPxxsOI .text_widget a:hover {
  color: #ffa41d;
}
.cid-t3PnPxxsOI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-t3PnQc2nNj {
  background-image: url("../../../assets/images/pf8y181201-1024x681.webp");
}
.cid-t3PnQc2nNj .text {
  display: flex;
  align-items: center;
}
.cid-t3PnQc2nNj .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-t3PnQc2nNj .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-t3PnQc2nNj .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-t3PnQc2nNj .btn:hover {
  box-shadow: none;
}
.cid-t3PnQc2nNj .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-t3PnQc2nNj .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-t3PnQc2nNj .image-wrapper img {
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-t3PnQc2nNj .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-t3PnQc2nNj .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-t3PnQc2nNj .image-wrapper .image-absolute {
  position: absolute;
  top: 20px;
  right: 23%;
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-t3PnQc2nNj .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-t3PnQc2nNj .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-t3PnQc2nNj .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-t3PnQc2nNj .row:hover img {
  transform: rotate(0deg);
}
.cid-vfkV9gZ1w9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #daa048;
}
.cid-vfkV9gZ1w9 .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-vfkV9gZ1w9 .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-vfkV9gZ1w9 .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vfkV9gZ1w9 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-vfkV9gZ1w9 .btn:hover {
  box-shadow: none;
}
.cid-vfkV9gZ1w9 .mbr-section-title,
.cid-vfkV9gZ1w9 .mbr-section-btn {
  text-align: center;
}
.cid-vfkVsdAtY7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #daa048;
}
.cid-vfkVsdAtY7 .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-vfkVsdAtY7 .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-vfkVsdAtY7 .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vfkVsdAtY7 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-vfkVsdAtY7 .btn:hover {
  box-shadow: none;
}
.cid-vfkVsdAtY7 .mbr-section-title,
.cid-vfkVsdAtY7 .mbr-section-btn {
  text-align: center;
}
.cid-vfghCtNZgB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/genecc80rica-960x640.webp");
}
.cid-vfghCtNZgB .mbr-section-subtitle {
  margin-bottom: 23px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 992px) {
  .cid-vfghCtNZgB .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-vfghCtNZgB .mbr-section-title {
  margin-bottom: 0;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .cid-vfghCtNZgB .mbr-section-title {
    margin-bottom: 17px;
  }
}
.cid-vfghCtNZgB .mbr-text {
  margin-bottom: 0;
  color: #adaeb1;
}
.cid-vfghCtNZgB .cards {
  margin: 75px 0 0 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfghCtNZgB .cards {
    margin: 70px 0 0 0;
    flex-direction: column;
    align-items: center;
  }
}
.cid-vfghCtNZgB .cards .image-card {
  width: 423px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vfghCtNZgB .cards .image-card {
    margin: 0 0 30px 0;
  }
}
.cid-vfghCtNZgB .cards .image-card img {
  width: 350px;
  height: 350px;
  object-fit: cover;
}
.cid-vfghCtNZgB .cards .image-card .image-card-text {
  width: 58%;
}
.cid-vfghCtNZgB .cards .image-card .image-card-text .mbr-image-text {
  margin: 46px 0 0 0;
}
@media (max-width: 992px) {
  .cid-vfghCtNZgB .cards .image-card .image-card-text .mbr-image-text {
    margin: 23px 0 0 0;
  }
}
.cid-vfghCtNZgB .cards .image-card:not(:first-child) {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-vfghCtNZgB .cards .image-card:not(:first-child) {
    margin-left: 0;
  }
}
.cid-vfghCtNZgB .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-vfgCGUu3MO {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vfgCGUu3MO .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-vfgCGUu3MO .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-vfgCGUu3MO .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vfgCGUu3MO .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-vfgCGUu3MO .btn:hover {
  box-shadow: none;
}
.cid-vfgCGUu3MO .mbr-section-title,
.cid-vfgCGUu3MO .mbr-section-btn {
  text-align: center;
}
.cid-vfgqhCiTAb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vfgqhCiTAb .text-wrapper {
  padding: 1rem;
}
.cid-vfgqhCiTAb .row {
  margin: 0;
}
.cid-vfgqhCiTAb .mbr-link {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.cid-vfgqhCiTAb .icon {
  margin: 8.5px 0 33.5px 0;
  border-radius: 50%;
  z-index: 1;
}
.cid-vfgqhCiTAb .icon span {
  font-size: 16px;
  margin-right: 7px;
}
.cid-vfgqhCiTAb .icon .mbr-text {
  display: inline;
  margin: 0;
}
.cid-vfgqhCiTAb .image {
  position: relative;
  margin-bottom: 30px;
}
.cid-vfgqhCiTAb .image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000000;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-vfgqhCiTAb .image:hover .image-overlay {
  opacity: .2;
}
.cid-vfgqhCiTAb .image img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  pointer-events: visible;
}
@media (max-width: 1200px) {
  .cid-vfgqhCiTAb .image img {
    height: 158px;
  }
}
.cid-vfgqhCiTAb .mbr-link:hover .mbr-iconfont {
  color: #0cf036;
}
.cid-vfgqhCiTAb .mbr-text,
.cid-vfgqhCiTAb .mbr-iconfont {
  color: #fafafa;
}
.cid-vfgogN96Wm {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vfgogN96Wm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vfgogN96Wm textarea {
  min-height: 150px;
}
.cid-vfgogN96Wm .mbr-section-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-vfgogN96Wm .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ff6c42;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vfgogN96Wm .form-control,
.cid-vfgogN96Wm .field-input {
  padding: 0.5rem 1.2rem;
  background-color: #ffffff;
  border: 3px solid #ebeced;
  color: #000000;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
}
.cid-vfgogN96Wm .form-control:hover,
.cid-vfgogN96Wm .field-input:hover,
.cid-vfgogN96Wm .form-control:focus,
.cid-vfgogN96Wm .field-input:focus {
  background-color: #ffffff;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}
.cid-vfgogN96Wm input::-webkit-input-placeholder,
.cid-vfgogN96Wm textarea::-webkit-input-placeholder {
  color: #1f242e;
}
.cid-vfgogN96Wm input:-moz-placeholder,
.cid-vfgogN96Wm textarea:-moz-placeholder {
  color: #1f242e;
}
.cid-vfgogN96Wm .jq-selectbox li,
.cid-vfgogN96Wm .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vfgogN96Wm .jq-selectbox li:hover,
.cid-vfgogN96Wm .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-vfgogN96Wm .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-vfgogN96Wm .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-vfgogN96Wm H2 {
  color: #36404c;
}
.cid-vfgogN96Wm .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
}
.cid-vfgogN96Wm .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfgogN96Wm .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-vfgogN96Wm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfgogN96Wm .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-vfgogN96Wm .md-pb {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vfgogN96Wm .col-auto {
    margin: auto;
  }
}
.cid-vfgogN96Wm .mbr-section-title {
  color: #ffffff;
}
.cid-vfglXPWsRU {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #060606;
}
.cid-vfglXPWsRU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfglXPWsRU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfglXPWsRU .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vfglXPWsRU .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfglXPWsRU .row {
    text-align: center;
  }
  .cid-vfglXPWsRU .row > div {
    margin: auto;
  }
  .cid-vfglXPWsRU .social-row {
    justify-content: center;
  }
}
.cid-vfglXPWsRU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfglXPWsRU .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vfglXPWsRU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfglXPWsRU .list {
    margin-bottom: 0rem;
  }
}
.cid-vfglXPWsRU .mbr-text {
  color: #bbbbbb;
}
.cid-vfglXPWsRU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vfglXPWsRU .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vfglXPWsRU div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vfhN1rCg2g {
  z-index: 1000;
  width: 100%;
}
.cid-vfhN1rCg2g .container-fluid {
  padding: 0 1rem;
}
.cid-vfhN1rCg2g .navbar-dropdown {
  background: rgba(249, 249, 252, 0) !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-vfhN1rCg2g .menu_box .navbar.opened,
  .cid-vfhN1rCg2g .menu_box .navbar-collapse {
    background-color: true !important;
    transition: all 0s ease 0s;
  }
}
.cid-vfhN1rCg2g nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vfhN1rCg2g .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 208px;
}
@media (max-width: 991px) {
  .cid-vfhN1rCg2g .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vfhN1rCg2g .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vfhN1rCg2g .btn {
  height: 120px;
  min-width: 120px;
  box-shadow: none;
  margin-top: 0;
}
.cid-vfhN1rCg2g .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vfhN1rCg2g .offcanvas {
    padding: 55px 35px 40px;
    width: 480px;
    background-color: #f0f0f5;
  }
  .cid-vfhN1rCg2g .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vfhN1rCg2g .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vfhN1rCg2g .offcanvas-header .btn-close {
    position: absolute;
    top: 44px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vfhN1rCg2g .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .cid-vfhN1rCg2g .offcanvas-body .mbr-text,
  .cid-vfhN1rCg2g .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vfhN1rCg2g .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vfhN1rCg2g .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vfhN1rCg2g .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #20232a;
  }
  .cid-vfhN1rCg2g .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vfhN1rCg2g .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vfhN1rCg2g .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vfhN1rCg2g .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vfhN1rCg2g ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vfhN1rCg2g .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vfhN1rCg2g .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vfhN1rCg2g .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vfhN1rCg2g li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-vfhN1rCg2g li.nav-item::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #20232a;
    margin-top: 3px;
    transition: all .4s ease;
  }
  .cid-vfhN1rCg2g .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vfhN1rCg2g .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vfhN1rCg2g .nav-item {
    margin: 4px 15px;
  }
}
@media (max-width: 991px) {
  .cid-vfhN1rCg2g .nav-item {
    margin: 0 !important;
  }
}
.cid-vfhN1rCg2g .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vfhN1rCg2g .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-vfhN1rCg2g .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vfhN1rCg2g .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vfhN1rCg2g .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vfhN1rCg2g .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vfhN1rCg2g .offcanvas_box {
    display: none;
  }
}
.cid-vfhN1rCg2g .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vfhN1rCg2g .dropdown-item:hover {
  color: #ffa41d;
}
.cid-vfhN1rCg2g .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vfhN1rCg2g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfhN1rCg2g .nav-link {
  position: relative;
  color: #20232a;
}
.cid-vfhN1rCg2g .container {
  display: flex;
  margin: auto;
}
.cid-vfhN1rCg2g .iconfont-wrapper {
  width: 42px;
  margin: 5px;
  color: #20232a;
  font-size: 21px;
  transition: all 0.2s ease-in-out;
}
.cid-vfhN1rCg2g .iconfont-wrapper:hover {
  color: #ffa41d;
}
.cid-vfhN1rCg2g .navbar-caption {
  color: #20232a;
}
.cid-vfhN1rCg2g .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-vfhN1rCg2g .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-vfhN1rCg2g .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vfhN1rCg2g .dropdown-menu,
.cid-vfhN1rCg2g .navbar.opened {
  background: #f9f9fc !important;
}
.cid-vfhN1rCg2g .nav-item:focus,
.cid-vfhN1rCg2g .nav-link:focus {
  outline: none;
}
.cid-vfhN1rCg2g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfhN1rCg2g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfhN1rCg2g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfhN1rCg2g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfhN1rCg2g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfhN1rCg2g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfhN1rCg2g .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-vfhN1rCg2g .navbar.opened {
  transition: all 0.3s;
}
.cid-vfhN1rCg2g .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vfhN1rCg2g .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-vfhN1rCg2g .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vfhN1rCg2g .navbar.collapsed {
  justify-content: center;
}
.cid-vfhN1rCg2g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfhN1rCg2g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vfhN1rCg2g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfhN1rCg2g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfhN1rCg2g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfhN1rCg2g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vfhN1rCg2g .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vfhN1rCg2g .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vfhN1rCg2g .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vfhN1rCg2g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfhN1rCg2g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfhN1rCg2g .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vfhN1rCg2g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfhN1rCg2g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfhN1rCg2g .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfhN1rCg2g .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vfhN1rCg2g .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vfhN1rCg2g .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vfhN1rCg2g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfhN1rCg2g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfhN1rCg2g .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vfhN1rCg2g .navbar.navbar-short {
  min-height: 60px;
}
.cid-vfhN1rCg2g .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vfhN1rCg2g .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vfhN1rCg2g .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfhN1rCg2g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfhN1rCg2g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfhN1rCg2g .dropdown-item.active,
.cid-vfhN1rCg2g .dropdown-item:active {
  background-color: transparent;
}
.cid-vfhN1rCg2g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfhN1rCg2g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfhN1rCg2g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfhN1rCg2g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9fc;
}
.cid-vfhN1rCg2g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfhN1rCg2g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfhN1rCg2g ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vfhN1rCg2g .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vfhN1rCg2g button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f9f9fc;
  background: #f9f9fc;
}
.cid-vfhN1rCg2g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #20232a;
}
.cid-vfhN1rCg2g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfhN1rCg2g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhN1rCg2g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhN1rCg2g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfhN1rCg2g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhN1rCg2g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfhN1rCg2g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfhN1rCg2g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhN1rCg2g a.nav-link {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.cid-vfhN1rCg2g .nav-item:hover::after {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vfhN1rCg2g .nav-item:hover {
    width: 0;
  }
}
.cid-vfhN1rCg2g .icons-menu {
  margin-bottom: 35px;
}
.cid-vfhN1rCg2g .icons-menu .iconfont-wrapper {
  margin-bottom: 25px;
  display: block;
}
.cid-vfhN1rCg2g .icons-menu .iconfont-wrapper span {
  margin-right: 14px;
}
.cid-vfhN1rCg2g .icons-menu .iconfont-wrapper .mbr-text {
  margin: 0;
  display: inline-block;
}
.cid-vfhN1rCg2g .icons-menu .iconfont-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfhN1rCg2g .navbar {
    height: 70px;
  }
  .cid-vfhN1rCg2g .navbar.opened {
    height: auto;
  }
  .cid-vfhN1rCg2g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfhN1rCg2g .navbar-caption:hover {
  color: #ffa41d;
}
.cid-vfhN1rCg2g .nav-link:hover {
  color: #ffa41d;
}
.cid-vfhN1rCg2g .mbr-iconfont {
  font-size: 21px;
}
.cid-vfhN1rCg2g .mbr-section-subtitle {
  color: #20232a;
  text-align: left;
}
.cid-vfhN1rCg2g .mbr-text,
.cid-vfhN1rCg2g .iconfont-wrapper {
  color: #20232a;
  text-align: left;
}
.cid-vfhN1rCg2g .text_widget a:hover {
  color: #ffa41d;
}
.cid-vfhN1rCg2g a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vfhNdXB2WD {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #adaeb1;
}
.cid-vfhNdXB2WD .row {
  height: 100%;
  justify-content: center;
}
.cid-vfhNdXB2WD img {
  width: 160px;
  min-height: 80px;
  object-fit: cover;
  margin: 0 auto;
  opacity: 0.2;
  transition: all 0.3s;
}
@media (max-width: 1100px) {
  .cid-vfhNdXB2WD img {
    width: 130px;
  }
}
.cid-vfhNdXB2WD .card {
  height: fit-content;
  margin-bottom: 35px;
}
.cid-vfhNdXB2WD a {
  width: 100%;
  height: 100%;
}
.cid-vfhNdXB2WD a:hover img {
  opacity: 1;
}
.cid-vfhNdXB2WD .mbr-section-head {
  padding-right: 10%;
}
@media (max-width: 992px) {
  .cid-vfhNdXB2WD .mbr-section-head {
    padding: 0 12px;
    margin-bottom: 30px;
  }
}
.cid-vfhNdXB2WD .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 992px) {
  .cid-vfhNdXB2WD .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vfhNdXB2WD .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 992px) {
  .cid-vfhNdXB2WD .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-vfhNdXB2WD .mbr-text {
  margin: 13.5px 0 0 0;
  color: #84858a;
}
@media (max-width: 992px) {
  .cid-vfhNdXB2WD .mbr-text {
    margin: 10px 0 0 0;
  }
}
.cid-vfhNLi1KcH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #adaeb1;
}
.cid-vfhNLi1KcH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhNLi1KcH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhNLi1KcH .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #323046;
  background-color: #84858a;
}
@media (max-width: 992px) {
  .cid-vfhNLi1KcH .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-vfhNLi1KcH .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vfhNLi1KcH .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vfhNLi1KcH .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #323046;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vfhNLi1KcH .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-vfhNLi1KcH .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-vfhNLi1KcH .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vfhNLi1KcH .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vfhNLi1KcH .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #fec52e;
  border-radius: 100%;
}
.cid-vfhNLi1KcH .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #080813;
}
.cid-vfhNLi1KcH .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-vfhNLi1KcH .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vfhNLi1KcH .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-vfhNLi1KcH .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfhNLi1KcH .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-vfhNLi1KcH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vfhNLi1KcH .panel-title-edit {
  color: #ffffff;
}
.cid-vfhNLi1KcH .panel-text {
  color: #ffffff;
}
.cid-vfhN1tB79U {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #060606;
}
.cid-vfhN1tB79U .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhN1tB79U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhN1tB79U .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vfhN1tB79U .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfhN1tB79U .row {
    text-align: center;
  }
  .cid-vfhN1tB79U .row > div {
    margin: auto;
  }
  .cid-vfhN1tB79U .social-row {
    justify-content: center;
  }
}
.cid-vfhN1tB79U .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfhN1tB79U .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vfhN1tB79U .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfhN1tB79U .list {
    margin-bottom: 0rem;
  }
}
.cid-vfhN1tB79U .mbr-text {
  color: #bbbbbb;
}
.cid-vfhN1tB79U .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vfhN1tB79U .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vfhN1tB79U div > *:last-child {
    margin-top: 0 !important;
  }
}
