.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Codec-Cold-Light - Copia';
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Codec-Cold-Light - Copia';
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Codec-Cold-Light - Copia';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Codec-Cold-Light - Copia';
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Codec-Cold-Light - Copia';
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f7f7f7 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #787878 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f7f7f7;
  color: #f7f7f7;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cccccc !important;
  background-color: transparent !important;
  border-color: #cccccc !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #787878 !important;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f7f7f7 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c4c4c4 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #f7f7f7;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #000000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  color: #848484;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f7f7f7;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Codec-Cold-Light - Copia';
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #f7f7f7 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Codec-Cold-Light - Copia';
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #f7f7f7;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f7f7f7;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f7f7f7;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f7f7f7;
  border-bottom-color: #f7f7f7;
}
.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: #f7f7f7 !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: #000000 !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='%23f7f7f7' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uHkEWoJUlh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uHkEWoJUlh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uHkEWoJUlh .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uHkEWoJUlh .btn {
  font-weight: 400;
}
.cid-uHkEWoJUlh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHkEWoJUlh .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uHkEWoJUlh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHkEWoJUlh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHkEWoJUlh .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uHkEWoJUlh .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uHkEWoJUlh .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uHkEWoJUlh .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uHkEWoJUlh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uHkEWoJUlh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uHkEWoJUlh .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uHkEWoJUlh .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uHkEWoJUlh .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uHkEWoJUlh .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uHkEWoJUlh .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uHkEWoJUlh .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uHkEWoJUlh .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uHkEWoJUlh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uHkEWoJUlh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uHkEWoJUlh .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uHkEWoJUlh .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHkEWoJUlh .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uHkEWoJUlh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHkEWoJUlh .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uHkEWoJUlh .nav-item:focus,
.cid-uHkEWoJUlh .nav-link:focus {
  outline: none;
}
.cid-uHkEWoJUlh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHkEWoJUlh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHkEWoJUlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHkEWoJUlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHkEWoJUlh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHkEWoJUlh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHkEWoJUlh .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uHkEWoJUlh .navbar.opened {
  transition: all 0.25s;
}
.cid-uHkEWoJUlh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHkEWoJUlh .navbar .navbar-logo img {
  width: auto;
}
.cid-uHkEWoJUlh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uHkEWoJUlh .navbar.collapsed {
  justify-content: center;
}
.cid-uHkEWoJUlh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHkEWoJUlh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHkEWoJUlh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uHkEWoJUlh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHkEWoJUlh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHkEWoJUlh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHkEWoJUlh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHkEWoJUlh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHkEWoJUlh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uHkEWoJUlh .navbar {
    min-height: 72px;
  }
  .cid-uHkEWoJUlh .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uHkEWoJUlh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHkEWoJUlh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHkEWoJUlh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHkEWoJUlh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHkEWoJUlh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHkEWoJUlh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHkEWoJUlh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uHkEWoJUlh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHkEWoJUlh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHkEWoJUlh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uHkEWoJUlh .dropdown-item.active,
.cid-uHkEWoJUlh .dropdown-item:active {
  background-color: transparent;
}
.cid-uHkEWoJUlh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHkEWoJUlh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHkEWoJUlh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHkEWoJUlh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHkEWoJUlh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uHkEWoJUlh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uHkEWoJUlh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHkEWoJUlh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uHkEWoJUlh .navbar-buttons {
    text-align: left;
  }
}
.cid-uHkEWoJUlh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHkEWoJUlh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e1d1c;
}
.cid-uHkEWoJUlh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHkEWoJUlh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHkEWoJUlh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHkEWoJUlh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHkEWoJUlh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHkEWoJUlh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHkEWoJUlh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHkEWoJUlh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHkEWoJUlh .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-uHkEWoJUlh .opacityScroll {
  background: #ffffff !important;
}
.cid-uHkEWoJUlh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHkEWoJUlh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHkEWoJUlh .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHkEWoJUlh .navbar {
    height: 70px;
  }
  .cid-uHkEWoJUlh .navbar.opened {
    height: auto;
  }
  .cid-uHkEWoJUlh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHkEWoJUlh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uHkEWoJUlh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uHkEWoJUlh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uHkEWoJUlh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uHkEWoJUlh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uHkEWoJUlh .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uHkEWoJUlh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uHkEWoJUlh .navbar-brand {
    margin-right: auto;
  }
  .cid-uHkEWoJUlh .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uHkEWoJUlh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uHkEWoJUlh .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uHkEWoJUlh .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uHkEWoJUlh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uHkEWoJUlh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uHkEWoJUlh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uHkEWoJUlh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uHkEWoJUlh .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uHkEWoJUlh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHkEWoJUlh .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uHkEWoJUlh .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uHkEWoJUlh .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uHkGuQa1BZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHkGuQa1BZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/modelo-sienna-poltrona-mg-7669.jpeg");
}
.cid-uHkGuQa1BZ .col-12 {
  position: relative;
}
.cid-uHkGuQa1BZ img {
  max-width: 500px;
  margin: auto;
}
.cid-uHkGuQa1BZ .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uHkGuQa1BZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHkGuQa1BZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uHkGuQa1BZ .image-wrapper {
    padding: 1rem;
  }
}
.cid-uHkGuQa1BZ .mbr-section-title {
  color: #000000;
}
.cid-uGFGPGzNdH {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGFGPGzNdH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGFGPGzNdH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHm02kCuHY {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uHm02kCuHY .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uGFBzHlxrH {
  padding-top: 345px;
  padding-bottom: 345px;
  background-image: url("../../../assets/images/contexto-img-7225.jpg");
}
@media (max-width: 992px) {
  .cid-uGFBzHlxrH {
    padding-top: 230px;
    padding-bottom: 230px;
  }
}
@media (max-width: 576px) {
  .cid-uGFBzHlxrH {
    padding-top: 161px;
    padding-bottom: 161px;
  }
}
.cid-uGFBzHlxrH .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-uGFBzHlxrH .icon-wrap span {
  padding-left: 8px;
}
.cid-uGFBzHlxrH .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-uGFBzHlxrH .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uGFBzHlxrH .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uGFBzHlxrH .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uGFBzHlxrH .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uGFBzHlxrH a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uGFBzHlxrH a.close:hover {
  color: #ffffff;
}
.cid-uGFBzHlxrH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGFBzHlxrH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGEKQnk3HC {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #ffffff;
}
.cid-uGEKQnk3HC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGEKQnk3HC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGEKQnk3HC .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uGEKQnk3HC .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uGEKQnk3HC .container {
    padding: 0 20px;
  }
}
.cid-uGEKQnk3HC .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 150px;
  padding: 0 100px;
}
@media (max-width: 1700px) {
  .cid-uGEKQnk3HC .content-wrapper {
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .cid-uGEKQnk3HC .content-wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 992px) {
  .cid-uGEKQnk3HC .content-wrapper {
    display: block;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uGEKQnk3HC .content-wrapper .image-wrapper_1 {
  padding-left: 116px;
}
@media (max-width: 1440px) {
  .cid-uGEKQnk3HC .content-wrapper .image-wrapper_1 {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uGEKQnk3HC .content-wrapper .image-wrapper_1 {
    margin-bottom: 40px;
  }
}
.cid-uGEKQnk3HC .content-wrapper .image-wrapper_1 img {
  height: 370px;
  object-fit: cover;
}
.cid-uGEKQnk3HC .content-wrapper .image-wrapper_1 a {
  display: block;
}
.cid-uGEKQnk3HC .content-wrapper .items-wrapper {
  padding-top: 70%;
}
@media (max-width: 992px) {
  .cid-uGEKQnk3HC .content-wrapper .items-wrapper {
    padding-top: 0;
  }
}
.cid-uGEKQnk3HC .content-wrapper .items-wrapper .item {
  margin-bottom: 40px;
}
.cid-uGEKQnk3HC .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uGEKQnk3HC .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
    margin-bottom: 40px;
  }
}
.cid-uGEKQnk3HC .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.cid-uGEKQnk3HC .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #1e1d1c;
  opacity: .2;
}
.cid-uGEKQnk3HC .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 30px;
}
.cid-uGEKQnk3HC .content-wrapper .image-wrapper_2 {
  padding-right: 116px;
  margin-top: 132%;
}
@media (max-width: 1440px) {
  .cid-uGEKQnk3HC .content-wrapper .image-wrapper_2 {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uGEKQnk3HC .content-wrapper .image-wrapper_2 {
    margin-top: 0;
  }
}
.cid-uGEKQnk3HC .content-wrapper .image-wrapper_2 img {
  height: 370px;
  object-fit: cover;
}
.cid-uGEKQnk3HC .content-wrapper .image-wrapper_2 a {
  display: block;
}
.cid-uGEKQnk3HC .card-number {
  color: #1e1d1c;
}
.cid-uGEKQnk3HC .card-title {
  color: #1e1d1c;
}
.cid-uGEKQnk3HC .card-text {
  color: #1e1d1c;
  text-align: left;
}
.cid-uGFKtUzlbN {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/botanica-poltrona-img-7434.jpg");
}
.cid-uGFKtUzlbN .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-uGFKtUzlbN .img-wrap img {
  width: 42%;
  margin: auto;
}
.cid-uGFKtUzlbN .mbr-text,
.cid-uGFKtUzlbN .mbr-section-btn {
  color: #ffffff;
}
.cid-uGFKtUzlbN .mbr-section-title {
  color: #ffffff;
}
.cid-uGFKtUzlbN .buttons-wrap .link {
  display: flex;
}
.cid-uGFKtUzlbN .mbr-arrow {
  bottom: 0;
}
.cid-vepGWnYje3 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepGWnYje3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepGWnYje3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHlS2oyAxR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHlS2oyAxR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHlS2oyAxR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uHlS2oyAxR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHlS2oyAxR .row {
  flex-direction: row-reverse;
}
.cid-uHlS2oyAxR img {
  width: 100%;
}
.cid-uHlS2oyAxR .mbr-description {
  color: #949494;
}
.cid-uHkQ1Ml31e {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uHkQ1Ml31e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHkQ1Ml31e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHkQ1Ml31e .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uHkQ1Ml31e .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uHkQ1Ml31e .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uHkQ1Ml31e P {
  color: #000000;
  text-align: left;
}
.cid-vepE7C4kdR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vepE7C4kdR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepE7C4kdR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vepFxfw7ar {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepFxfw7ar .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepFxfw7ar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vefiGSsLG1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vefiGSsLG1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vefiGSsLG1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vefiGSsLG1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vefiGSsLG1 .row {
  flex-direction: row-reverse;
}
.cid-vefiGSsLG1 img {
  width: 100%;
}
.cid-vefiGSsLG1 .mbr-description {
  color: #949494;
}
.cid-vefiHwNU1d {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vefiHwNU1d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vefiHwNU1d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vefiHwNU1d .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vefiHwNU1d .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vefiHwNU1d .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vefiHwNU1d P {
  color: #949494;
}
.cid-vepEQm6s3m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vepEQm6s3m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepEQm6s3m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vepGTT830P {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepGTT830P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepGTT830P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHlYWOiNQo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHlYWOiNQo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHlYWOiNQo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uHlYWOiNQo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHlYWOiNQo .row {
  flex-direction: row-reverse;
}
.cid-uHlYWOiNQo img {
  width: 100%;
}
.cid-uHlYWOiNQo .mbr-description {
  color: #949494;
}
.cid-vekQAy7E8C {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vekQAy7E8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vekQAy7E8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vekQAy7E8C .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vekQAy7E8C .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vekQAy7E8C .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vekQAy7E8C P {
  color: #949494;
}
.cid-vepERLpnfb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vepERLpnfb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepERLpnfb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgiss42HpY {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vgiss42HpY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgiss42HpY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgissPFaCH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgissPFaCH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgissPFaCH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vgissPFaCH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgissPFaCH .row {
  flex-direction: row-reverse;
}
.cid-vgissPFaCH img {
  width: 100%;
}
.cid-vgissPFaCH .mbr-description {
  color: #949494;
}
.cid-vgiswO3Rap {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vgiswO3Rap .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgiswO3Rap .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgiswO3Rap .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vgiswO3Rap .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vgiswO3Rap .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vgiswO3Rap P {
  color: #949494;
}
.cid-vgisz6CXe7 {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vgisz6CXe7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgisz6CXe7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgiGfln6eP {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vgiGfln6eP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgiGfln6eP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgiGg5CGX1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgiGg5CGX1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgiGg5CGX1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vgiGg5CGX1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgiGg5CGX1 .row {
  flex-direction: row-reverse;
}
.cid-vgiGg5CGX1 img {
  width: 100%;
}
.cid-vgiGg5CGX1 .mbr-description {
  color: #949494;
}
.cid-vgiGgMa2c7 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vgiGgMa2c7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgiGgMa2c7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgiGgMa2c7 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vgiGgMa2c7 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vgiGgMa2c7 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vgiGgMa2c7 P {
  color: #949494;
}
.cid-vgiGh70fSw {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vgiGh70fSw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgiGh70fSw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vepGUPTp2V {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepGUPTp2V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepGUPTp2V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vefhq3R5sp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vefhq3R5sp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vefhq3R5sp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vefhq3R5sp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vefhq3R5sp .row {
  flex-direction: row-reverse;
}
.cid-vefhq3R5sp img {
  width: 100%;
}
.cid-vefhq3R5sp .mbr-description {
  color: #949494;
}
.cid-vefhqIygRN {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vefhqIygRN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vefhqIygRN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vefhqIygRN .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vefhqIygRN .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vefhqIygRN .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vefhqIygRN P {
  color: #949494;
}
.cid-vepESBws2I {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vepESBws2I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepESBws2I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGEM6qdvkr {
  padding-top: 7rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uGEM6qdvkr .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #ffffff;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uGEM6qdvkr .main_header {
    padding-top: 66px;
  }
  .cid-uGEM6qdvkr .main_header > .row {
    flex-direction: column;
  }
  .cid-uGEM6qdvkr .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uGEM6qdvkr .mbr-section-title {
  color: #202020;
  margin: 25px 2rem 25px;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uGEM6qdvkr .mbr-section-title {
    text-align: center;
  }
}
.cid-uGEM6qdvkr .mbr-text {
  margin: 25px 0;
}
.cid-uGEM6qdvkr .bgImage {
  position: relative;
  width: 100%;
  height: 600px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uGEM6qdvkr .bgImage {
    height: 65vh;
  }
}
.cid-uGEM6qdvkr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uGEM6qdvkr .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uGEM6qdvkr .linkBtn a:after,
.cid-uGEM6qdvkr .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uGEM6qdvkr .linkBtn a:before {
  left: 0;
}
.cid-uGEM6qdvkr .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uGEM6qdvkr .linkBtn a:hover:before,
.cid-uGEM6qdvkr .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uGEM6qdvkr .mbr-text,
.cid-uGEM6qdvkr .linkBtn {
  text-align: left;
}
.cid-uHlg3Tq99I {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uHl08geyuz {
  display: flex;
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/landing-page.jpg");
}
.cid-uHl08geyuz .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uHl08geyuz .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uHl08geyuz {
    align-items: center;
  }
  .cid-uHl08geyuz .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHl08geyuz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHl08geyuz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uHl08geyuz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHl08geyuz .content-wrap {
    width: 100%;
  }
}
.cid-uHl08geyuz .mbr-section-title {
  text-align: center;
}
.cid-uHl08geyuz .mbr-text,
.cid-uHl08geyuz .mbr-section-btn {
  text-align: center;
}
.cid-uGKhVejwmW {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGKhVejwmW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGKhVejwmW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGKhVejwmW .border-item {
  width: 100%;
  height: 1px;
  background-color: #1e1d1c;
  margin-bottom: 50px;
}
.cid-uGKhVejwmW .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uGKhVejwmW .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-uGKhVejwmW .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-uGKhVejwmW .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-uGKhVejwmW .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-uGKhVejwmW .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uGKhVejwmW .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uGKhVejwmW .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uGKhVejwmW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uGKhVejwmW .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uGKhVejwmW .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uGKhVejwmW .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uGKhVejwmW .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-uGKhVejwmW .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-uGKhVejwmW .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uGKhVejwmW .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-uGKhVejwmW .list li:hover {
  color: #000000 !important;
}
.cid-uGKhVejwmW .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uGKhVejwmW .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-uGKhVejwmW .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uGKhVejwmW .social-list {
    justify-content: flex-start;
  }
}
.cid-uGKhVejwmW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uGKhVejwmW .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uGKhVejwmW .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uGKhVejwmW .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uGKhVejwmW .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uGKhVejwmW .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-uGKhVejwmW .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uGKhVejwmW .contact-list li {
    text-align: left;
  }
}
.cid-uGKhVejwmW .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-uGKhVejwmW .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uGKhVejwmW .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-uGKhVejwmW .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-uGKhVejwmW .copyright-container {
    margin-top: 40px;
  }
}
.cid-uGKhVejwmW .copyright {
  color: #747474;
}
.cid-uHkEWoJUlh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uHkEWoJUlh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uHkEWoJUlh .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uHkEWoJUlh .btn {
  font-weight: 400;
}
.cid-uHkEWoJUlh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHkEWoJUlh .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uHkEWoJUlh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHkEWoJUlh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHkEWoJUlh .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uHkEWoJUlh .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uHkEWoJUlh .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uHkEWoJUlh .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uHkEWoJUlh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uHkEWoJUlh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uHkEWoJUlh .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uHkEWoJUlh .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uHkEWoJUlh .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uHkEWoJUlh .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uHkEWoJUlh .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uHkEWoJUlh .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uHkEWoJUlh .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uHkEWoJUlh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uHkEWoJUlh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uHkEWoJUlh .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uHkEWoJUlh .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHkEWoJUlh .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uHkEWoJUlh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHkEWoJUlh .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uHkEWoJUlh .nav-item:focus,
.cid-uHkEWoJUlh .nav-link:focus {
  outline: none;
}
.cid-uHkEWoJUlh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHkEWoJUlh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHkEWoJUlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHkEWoJUlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHkEWoJUlh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHkEWoJUlh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHkEWoJUlh .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uHkEWoJUlh .navbar.opened {
  transition: all 0.25s;
}
.cid-uHkEWoJUlh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHkEWoJUlh .navbar .navbar-logo img {
  width: auto;
}
.cid-uHkEWoJUlh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uHkEWoJUlh .navbar.collapsed {
  justify-content: center;
}
.cid-uHkEWoJUlh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHkEWoJUlh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHkEWoJUlh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uHkEWoJUlh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHkEWoJUlh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHkEWoJUlh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHkEWoJUlh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHkEWoJUlh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHkEWoJUlh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uHkEWoJUlh .navbar {
    min-height: 72px;
  }
  .cid-uHkEWoJUlh .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uHkEWoJUlh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHkEWoJUlh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHkEWoJUlh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHkEWoJUlh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHkEWoJUlh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHkEWoJUlh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHkEWoJUlh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uHkEWoJUlh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHkEWoJUlh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHkEWoJUlh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uHkEWoJUlh .dropdown-item.active,
.cid-uHkEWoJUlh .dropdown-item:active {
  background-color: transparent;
}
.cid-uHkEWoJUlh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHkEWoJUlh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHkEWoJUlh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHkEWoJUlh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHkEWoJUlh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uHkEWoJUlh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uHkEWoJUlh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHkEWoJUlh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uHkEWoJUlh .navbar-buttons {
    text-align: left;
  }
}
.cid-uHkEWoJUlh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHkEWoJUlh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e1d1c;
}
.cid-uHkEWoJUlh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHkEWoJUlh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHkEWoJUlh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHkEWoJUlh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHkEWoJUlh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHkEWoJUlh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHkEWoJUlh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHkEWoJUlh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHkEWoJUlh .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-uHkEWoJUlh .opacityScroll {
  background: #ffffff !important;
}
.cid-uHkEWoJUlh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHkEWoJUlh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHkEWoJUlh .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHkEWoJUlh .navbar {
    height: 70px;
  }
  .cid-uHkEWoJUlh .navbar.opened {
    height: auto;
  }
  .cid-uHkEWoJUlh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHkEWoJUlh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uHkEWoJUlh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uHkEWoJUlh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uHkEWoJUlh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uHkEWoJUlh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uHkEWoJUlh .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uHkEWoJUlh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uHkEWoJUlh .navbar-brand {
    margin-right: auto;
  }
  .cid-uHkEWoJUlh .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uHkEWoJUlh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uHkEWoJUlh .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uHkEWoJUlh .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uHkEWoJUlh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uHkEWoJUlh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uHkEWoJUlh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uHkEWoJUlh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uHkEWoJUlh .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uHkEWoJUlh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHkEWoJUlh .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uHkEWoJUlh .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uHkEWoJUlh .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uGGycXVgUi {
  padding-top: 450px;
  padding-bottom: 390px;
  background-image: url("../../../assets/images/marola.jpg");
}
@media (max-width: 992px) {
  .cid-uGGycXVgUi {
    padding-top: 300px;
    padding-bottom: 260px;
  }
}
@media (max-width: 576px) {
  .cid-uGGycXVgUi {
    padding-top: 210px;
    padding-bottom: 182px;
  }
}
.cid-uGGycXVgUi .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-uGGycXVgUi .icon-wrap span {
  padding-left: 8px;
}
.cid-uGGycXVgUi .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-uGGycXVgUi .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uGGycXVgUi .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uGGycXVgUi .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uGGycXVgUi .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uGGycXVgUi a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uGGycXVgUi a.close:hover {
  color: #ffffff;
}
.cid-uGGycXVgUi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGGycXVgUi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgjgmOVCCE {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-vgjgmOVCCE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgjgmOVCCE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgjg9qTJ5A {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgjg9qTJ5A .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vgiHqgjwFO {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-vgiHqgjwFO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgiHqgjwFO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-vgiHqgjwFO .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-vgiHqgjwFO .mbr-section-title {
  color: #000000;
}
.cid-vgiHqgjwFO .mbr-text,
.cid-vgiHqgjwFO .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vgiHqgjwFO .media-content,
.cid-vgiHqgjwFO .mbr-figure {
  align-self: center;
}
.cid-vgiHqgjwFO .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-vgiHqgjwFO .app-video-wrapper {
  background: transparent;
}
.cid-vgiHqgjwFO .content-head {
  max-width: 800px;
}
.cid-uGGV2QflZK {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uGGV2QflZK .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uGGV2QflZK .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .cid-uGGV2QflZK .row {
    padding: 0 32px;
  }
}
.cid-uGGV2QflZK .item:focus,
.cid-uGGV2QflZK span:focus {
  outline: none;
}
.cid-uGGV2QflZK .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
.cid-uGGV2QflZK .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-uGGV2QflZK .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-uGGV2QflZK .item:hover img {
  transform: scale(1);
}
.cid-uGGV2QflZK .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-uGGV2QflZK .item-content {
  margin-right: auto;
}
@media (min-width: 768px) {
  .cid-uGGV2QflZK .item-left {
    padding: 0 16px 0 0;
  }
  .cid-uGGV2QflZK .item-left .item-wrap {
    padding: 18% 21% 0% 5%;
  }
  .cid-uGGV2QflZK .item-center {
    padding: 0 8px;
  }
  .cid-uGGV2QflZK .item-center .item-wrap {
    padding: 40% 13% 0% 13%;
  }
  .cid-uGGV2QflZK .item-right {
    padding: 0 0 0 16px;
  }
  .cid-uGGV2QflZK .item-right .item-wrap {
    padding: 18% 5% 0% 21%;
  }
}
.cid-uGGV2QflZK .mbr-section-title {
  color: #000000;
}
.cid-uGGV2QflZK .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-uGGV2QflZK .mbr-text,
.cid-uGGV2QflZK .mbr-section-btn {
  text-align: left;
}
.cid-uGGV2QflZK .item-subtitle {
  text-align: center;
}
.cid-uGGV2QflZK .text-art,
.cid-uGGV2QflZK .text-client {
  color: #3d3d3d;
}
.cid-uGGV2QflZK .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-uGGV2QflZK .btn-black-outline {
  border: 1px solid #000000;
}
.cid-uGGV2QflZK .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vek0k4TVAz {
  background-color: #ffffff;
}
.cid-vek0k4TVAz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vek0k4TVAz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vek0k4TVAz .row {
  flex-direction: row-reverse;
}
.cid-vefnm0HIFC {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vefnm0HIFC .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-vefnm0HIFC .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vefnm0HIFC .row {
    padding: 0 32px;
  }
}
.cid-vefnm0HIFC .item:focus,
.cid-vefnm0HIFC span:focus {
  outline: none;
}
.cid-vefnm0HIFC .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
.cid-vefnm0HIFC .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-vefnm0HIFC .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-vefnm0HIFC .item:hover img {
  transform: scale(1);
}
.cid-vefnm0HIFC .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-vefnm0HIFC .item-content {
  margin-right: auto;
}
@media (min-width: 768px) {
  .cid-vefnm0HIFC .item-left {
    padding: 0 16px 0 0;
  }
  .cid-vefnm0HIFC .item-left .item-wrap {
    padding: 18% 21% 0% 5%;
  }
  .cid-vefnm0HIFC .item-center {
    padding: 0 8px;
  }
  .cid-vefnm0HIFC .item-center .item-wrap {
    padding: 40% 13% 0% 13%;
  }
  .cid-vefnm0HIFC .item-right {
    padding: 0 0 0 16px;
  }
  .cid-vefnm0HIFC .item-right .item-wrap {
    padding: 18% 5% 0% 21%;
  }
}
.cid-vefnm0HIFC .mbr-section-title {
  color: #000000;
}
.cid-vefnm0HIFC .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-vefnm0HIFC .mbr-text,
.cid-vefnm0HIFC .mbr-section-btn {
  text-align: left;
}
.cid-vefnm0HIFC .item-subtitle {
  text-align: center;
}
.cid-vefnm0HIFC .text-art,
.cid-vefnm0HIFC .text-client {
  color: #3d3d3d;
}
.cid-vefnm0HIFC .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-vefnm0HIFC .btn-black-outline {
  border: 1px solid #000000;
}
.cid-vefnm0HIFC .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vek03d5WRV {
  background-color: #ffffff;
}
.cid-vek03d5WRV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vek03d5WRV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vek03d5WRV .row {
  flex-direction: row-reverse;
}
.cid-vefod87IUn {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vefod87IUn .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-vefod87IUn .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vefod87IUn .row {
    padding: 0 32px;
  }
}
.cid-vefod87IUn .item:focus,
.cid-vefod87IUn span:focus {
  outline: none;
}
.cid-vefod87IUn .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
.cid-vefod87IUn .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-vefod87IUn .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-vefod87IUn .item:hover img {
  transform: scale(1);
}
.cid-vefod87IUn .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-vefod87IUn .item-content {
  margin-right: auto;
}
@media (min-width: 768px) {
  .cid-vefod87IUn .item-left {
    padding: 0 16px 0 0;
  }
  .cid-vefod87IUn .item-left .item-wrap {
    padding: 18% 21% 0% 5%;
  }
  .cid-vefod87IUn .item-center {
    padding: 0 8px;
  }
  .cid-vefod87IUn .item-center .item-wrap {
    padding: 40% 13% 0% 13%;
  }
  .cid-vefod87IUn .item-right {
    padding: 0 0 0 16px;
  }
  .cid-vefod87IUn .item-right .item-wrap {
    padding: 18% 5% 0% 21%;
  }
}
.cid-vefod87IUn .mbr-section-title {
  color: #000000;
}
.cid-vefod87IUn .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-vefod87IUn .mbr-text,
.cid-vefod87IUn .mbr-section-btn {
  text-align: left;
}
.cid-vefod87IUn .item-subtitle {
  text-align: center;
}
.cid-vefod87IUn .text-art,
.cid-vefod87IUn .text-client {
  color: #3d3d3d;
}
.cid-vefod87IUn .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-vefod87IUn .btn-black-outline {
  border: 1px solid #000000;
}
.cid-vefod87IUn .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vek18FXlWE {
  background-color: #ffffff;
}
.cid-vek18FXlWE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vek18FXlWE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vek18FXlWE .row {
  flex-direction: row-reverse;
}
.cid-vek0WVxSTq {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vek0WVxSTq .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-vek0WVxSTq .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vek0WVxSTq .row {
    padding: 0 32px;
  }
}
.cid-vek0WVxSTq .item:focus,
.cid-vek0WVxSTq span:focus {
  outline: none;
}
.cid-vek0WVxSTq .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
.cid-vek0WVxSTq .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-vek0WVxSTq .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-vek0WVxSTq .item:hover img {
  transform: scale(1);
}
.cid-vek0WVxSTq .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-vek0WVxSTq .item-content {
  margin-right: auto;
}
@media (min-width: 768px) {
  .cid-vek0WVxSTq .item-left {
    padding: 0 16px 0 0;
  }
  .cid-vek0WVxSTq .item-left .item-wrap {
    padding: 18% 21% 0% 5%;
  }
  .cid-vek0WVxSTq .item-center {
    padding: 0 8px;
  }
  .cid-vek0WVxSTq .item-center .item-wrap {
    padding: 40% 13% 0% 13%;
  }
  .cid-vek0WVxSTq .item-right {
    padding: 0 0 0 16px;
  }
  .cid-vek0WVxSTq .item-right .item-wrap {
    padding: 18% 5% 0% 21%;
  }
}
.cid-vek0WVxSTq .mbr-section-title {
  color: #000000;
}
.cid-vek0WVxSTq .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-vek0WVxSTq .mbr-text,
.cid-vek0WVxSTq .mbr-section-btn {
  text-align: left;
}
.cid-vek0WVxSTq .item-subtitle {
  text-align: center;
}
.cid-vek0WVxSTq .text-art,
.cid-vek0WVxSTq .text-client {
  color: #3d3d3d;
}
.cid-vek0WVxSTq .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-vek0WVxSTq .btn-black-outline {
  border: 1px solid #000000;
}
.cid-vek0WVxSTq .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vekW1JT3nq {
  padding-top: 7rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-vekW1JT3nq .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #ffffff;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-vekW1JT3nq .main_header {
    padding-top: 66px;
  }
  .cid-vekW1JT3nq .main_header > .row {
    flex-direction: column;
  }
  .cid-vekW1JT3nq .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-vekW1JT3nq .mbr-section-title {
  color: #202020;
  margin: 25px 2rem 25px;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vekW1JT3nq .mbr-section-title {
    text-align: center;
  }
}
.cid-vekW1JT3nq .mbr-text {
  margin: 25px 0;
}
.cid-vekW1JT3nq .bgImage {
  position: relative;
  width: 100%;
  height: 600px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-vekW1JT3nq .bgImage {
    height: 65vh;
  }
}
.cid-vekW1JT3nq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vekW1JT3nq .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-vekW1JT3nq .linkBtn a:after,
.cid-vekW1JT3nq .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-vekW1JT3nq .linkBtn a:before {
  left: 0;
}
.cid-vekW1JT3nq .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-vekW1JT3nq .linkBtn a:hover:before,
.cid-vekW1JT3nq .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-vekW1JT3nq .mbr-text,
.cid-vekW1JT3nq .linkBtn {
  text-align: left;
}
.cid-vekW0Y6BCK {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uGGycZorG5 {
  background-image: url("../../../assets/images/modelo-wind-poltrona-mg-7888.jpeg");
}
.cid-uGGycZorG5 .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-uGGycZorG5 .icon-wrap span {
  padding-left: 8px;
}
.cid-uGGycZorG5 .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-uGGycZorG5 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uGGycZorG5 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uGGycZorG5 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uGGycZorG5 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uGGycZorG5 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uGGycZorG5 a.close:hover {
  color: #ffffff;
}
.cid-uGGycZorG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGGycZorG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGKhVejwmW {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGKhVejwmW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGKhVejwmW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGKhVejwmW .border-item {
  width: 100%;
  height: 1px;
  background-color: #1e1d1c;
  margin-bottom: 50px;
}
.cid-uGKhVejwmW .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uGKhVejwmW .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-uGKhVejwmW .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-uGKhVejwmW .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-uGKhVejwmW .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-uGKhVejwmW .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uGKhVejwmW .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uGKhVejwmW .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uGKhVejwmW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uGKhVejwmW .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uGKhVejwmW .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uGKhVejwmW .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uGKhVejwmW .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-uGKhVejwmW .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-uGKhVejwmW .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uGKhVejwmW .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-uGKhVejwmW .list li:hover {
  color: #000000 !important;
}
.cid-uGKhVejwmW .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uGKhVejwmW .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-uGKhVejwmW .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uGKhVejwmW .social-list {
    justify-content: flex-start;
  }
}
.cid-uGKhVejwmW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uGKhVejwmW .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uGKhVejwmW .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uGKhVejwmW .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uGKhVejwmW .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uGKhVejwmW .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-uGKhVejwmW .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uGKhVejwmW .contact-list li {
    text-align: left;
  }
}
.cid-uGKhVejwmW .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-uGKhVejwmW .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uGKhVejwmW .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-uGKhVejwmW .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-uGKhVejwmW .copyright-container {
    margin-top: 40px;
  }
}
.cid-uGKhVejwmW .copyright {
  color: #747474;
}
.cid-vek2qIoH4Q {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vek2qIoH4Q .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vek2qIoH4Q .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vek2qIoH4Q .btn {
  font-weight: 400;
}
.cid-vek2qIoH4Q .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vek2qIoH4Q .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vek2qIoH4Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vek2qIoH4Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vek2qIoH4Q .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vek2qIoH4Q .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vek2qIoH4Q .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vek2qIoH4Q .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vek2qIoH4Q .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vek2qIoH4Q .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vek2qIoH4Q .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vek2qIoH4Q .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vek2qIoH4Q .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vek2qIoH4Q .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vek2qIoH4Q .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vek2qIoH4Q .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vek2qIoH4Q .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vek2qIoH4Q .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vek2qIoH4Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vek2qIoH4Q .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vek2qIoH4Q .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vek2qIoH4Q .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vek2qIoH4Q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vek2qIoH4Q .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vek2qIoH4Q .nav-item:focus,
.cid-vek2qIoH4Q .nav-link:focus {
  outline: none;
}
.cid-vek2qIoH4Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vek2qIoH4Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vek2qIoH4Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vek2qIoH4Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vek2qIoH4Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vek2qIoH4Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vek2qIoH4Q .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vek2qIoH4Q .navbar.opened {
  transition: all 0.25s;
}
.cid-vek2qIoH4Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vek2qIoH4Q .navbar .navbar-logo img {
  width: auto;
}
.cid-vek2qIoH4Q .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vek2qIoH4Q .navbar.collapsed {
  justify-content: center;
}
.cid-vek2qIoH4Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vek2qIoH4Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vek2qIoH4Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-vek2qIoH4Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vek2qIoH4Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vek2qIoH4Q .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vek2qIoH4Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vek2qIoH4Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vek2qIoH4Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vek2qIoH4Q .navbar {
    min-height: 72px;
  }
  .cid-vek2qIoH4Q .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vek2qIoH4Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vek2qIoH4Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vek2qIoH4Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vek2qIoH4Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vek2qIoH4Q .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vek2qIoH4Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vek2qIoH4Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vek2qIoH4Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vek2qIoH4Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vek2qIoH4Q .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vek2qIoH4Q .dropdown-item.active,
.cid-vek2qIoH4Q .dropdown-item:active {
  background-color: transparent;
}
.cid-vek2qIoH4Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vek2qIoH4Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vek2qIoH4Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vek2qIoH4Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vek2qIoH4Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vek2qIoH4Q .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vek2qIoH4Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vek2qIoH4Q .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vek2qIoH4Q .navbar-buttons {
    text-align: left;
  }
}
.cid-vek2qIoH4Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vek2qIoH4Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e1d1c;
}
.cid-vek2qIoH4Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vek2qIoH4Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vek2qIoH4Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vek2qIoH4Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vek2qIoH4Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vek2qIoH4Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vek2qIoH4Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vek2qIoH4Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vek2qIoH4Q .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-vek2qIoH4Q .opacityScroll {
  background: #ffffff !important;
}
.cid-vek2qIoH4Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vek2qIoH4Q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vek2qIoH4Q .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vek2qIoH4Q .navbar {
    height: 70px;
  }
  .cid-vek2qIoH4Q .navbar.opened {
    height: auto;
  }
  .cid-vek2qIoH4Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vek2qIoH4Q .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vek2qIoH4Q .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vek2qIoH4Q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vek2qIoH4Q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vek2qIoH4Q .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vek2qIoH4Q .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vek2qIoH4Q .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vek2qIoH4Q .navbar-brand {
    margin-right: auto;
  }
  .cid-vek2qIoH4Q .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vek2qIoH4Q .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vek2qIoH4Q .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vek2qIoH4Q .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vek2qIoH4Q .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vek2qIoH4Q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vek2qIoH4Q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vek2qIoH4Q .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vek2qIoH4Q .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vek2qIoH4Q .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vek2qIoH4Q .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vek2qIoH4Q .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vek2qIoH4Q .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vek2qJJV9d {
  padding-top: 450px;
  padding-bottom: 390px;
  background-image: url("../../../assets/images/mesa-toscana-e-cadeira-verano-dji-967.jpeg");
}
@media (max-width: 992px) {
  .cid-vek2qJJV9d {
    padding-top: 300px;
    padding-bottom: 260px;
  }
}
@media (max-width: 576px) {
  .cid-vek2qJJV9d {
    padding-top: 210px;
    padding-bottom: 182px;
  }
}
.cid-vek2qJJV9d .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-vek2qJJV9d .icon-wrap span {
  padding-left: 8px;
}
.cid-vek2qJJV9d .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-vek2qJJV9d .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-vek2qJJV9d .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vek2qJJV9d .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vek2qJJV9d .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vek2qJJV9d a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-vek2qJJV9d a.close:hover {
  color: #ffffff;
}
.cid-vek2qJJV9d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vek2qJJV9d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vek2qL6MO0 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vek2qL6MO0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vek2qL6MO0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf4BSKV4K2 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf4BSKV4K2 .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vek2qN7nfI {
  background-color: #ffffff;
}
.cid-vek2qN7nfI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vek2qN7nfI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vek2qN7nfI .row {
  flex-direction: row-reverse;
}
.cid-vek2qO6BLw {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vek2qO6BLw .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-vek2qO6BLw .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vek2qO6BLw .row {
    padding: 0 32px;
  }
}
.cid-vek2qO6BLw .item:focus,
.cid-vek2qO6BLw span:focus {
  outline: none;
}
.cid-vek2qO6BLw .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
.cid-vek2qO6BLw .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-vek2qO6BLw .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-vek2qO6BLw .item:hover img {
  transform: scale(1);
}
.cid-vek2qO6BLw .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-vek2qO6BLw .item-content {
  margin-right: auto;
}
@media (min-width: 768px) {
  .cid-vek2qO6BLw .item-left {
    padding: 0 16px 0 0;
  }
  .cid-vek2qO6BLw .item-left .item-wrap {
    padding: 18% 21% 0% 5%;
  }
  .cid-vek2qO6BLw .item-center {
    padding: 0 8px;
  }
  .cid-vek2qO6BLw .item-center .item-wrap {
    padding: 40% 13% 0% 13%;
  }
  .cid-vek2qO6BLw .item-right {
    padding: 0 0 0 16px;
  }
  .cid-vek2qO6BLw .item-right .item-wrap {
    padding: 18% 5% 0% 21%;
  }
}
.cid-vek2qO6BLw .mbr-section-title {
  color: #000000;
}
.cid-vek2qO6BLw .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-vek2qO6BLw .mbr-text,
.cid-vek2qO6BLw .mbr-section-btn {
  text-align: left;
}
.cid-vek2qO6BLw .item-subtitle {
  text-align: center;
}
.cid-vek2qO6BLw .text-art,
.cid-vek2qO6BLw .text-client {
  color: #3d3d3d;
}
.cid-vek2qO6BLw .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-vek2qO6BLw .btn-black-outline {
  border: 1px solid #000000;
}
.cid-vek2qO6BLw .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vek2qPeWkj {
  background-color: #ffffff;
}
.cid-vek2qPeWkj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vek2qPeWkj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vek2qPeWkj .row {
  flex-direction: row-reverse;
}
.cid-vek2qQiTE7 {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vek2qQiTE7 .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-vek2qQiTE7 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vek2qQiTE7 .row {
    padding: 0 32px;
  }
}
.cid-vek2qQiTE7 .item:focus,
.cid-vek2qQiTE7 span:focus {
  outline: none;
}
.cid-vek2qQiTE7 .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
.cid-vek2qQiTE7 .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-vek2qQiTE7 .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-vek2qQiTE7 .item:hover img {
  transform: scale(1);
}
.cid-vek2qQiTE7 .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-vek2qQiTE7 .item-content {
  margin-right: auto;
}
@media (min-width: 768px) {
  .cid-vek2qQiTE7 .item-left {
    padding: 0 16px 0 0;
  }
  .cid-vek2qQiTE7 .item-left .item-wrap {
    padding: 18% 21% 0% 5%;
  }
  .cid-vek2qQiTE7 .item-center {
    padding: 0 8px;
  }
  .cid-vek2qQiTE7 .item-center .item-wrap {
    padding: 40% 13% 0% 13%;
  }
  .cid-vek2qQiTE7 .item-right {
    padding: 0 0 0 16px;
  }
  .cid-vek2qQiTE7 .item-right .item-wrap {
    padding: 18% 5% 0% 21%;
  }
}
.cid-vek2qQiTE7 .mbr-section-title {
  color: #000000;
}
.cid-vek2qQiTE7 .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-vek2qQiTE7 .mbr-text,
.cid-vek2qQiTE7 .mbr-section-btn {
  text-align: left;
}
.cid-vek2qQiTE7 .item-subtitle {
  text-align: center;
}
.cid-vek2qQiTE7 .text-art,
.cid-vek2qQiTE7 .text-client {
  color: #3d3d3d;
}
.cid-vek2qQiTE7 .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-vek2qQiTE7 .btn-black-outline {
  border: 1px solid #000000;
}
.cid-vek2qQiTE7 .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vek2qRnFxb {
  background-color: #ffffff;
}
.cid-vek2qRnFxb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vek2qRnFxb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vek2qRnFxb .row {
  flex-direction: row-reverse;
}
.cid-vek2qSq0HP {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vek2qSq0HP .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-vek2qSq0HP .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vek2qSq0HP .row {
    padding: 0 32px;
  }
}
.cid-vek2qSq0HP .item:focus,
.cid-vek2qSq0HP span:focus {
  outline: none;
}
.cid-vek2qSq0HP .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
.cid-vek2qSq0HP .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-vek2qSq0HP .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-vek2qSq0HP .item:hover img {
  transform: scale(1);
}
.cid-vek2qSq0HP .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-vek2qSq0HP .item-content {
  margin-right: auto;
}
@media (min-width: 768px) {
  .cid-vek2qSq0HP .item-left {
    padding: 0 16px 0 0;
  }
  .cid-vek2qSq0HP .item-left .item-wrap {
    padding: 18% 21% 0% 5%;
  }
  .cid-vek2qSq0HP .item-center {
    padding: 0 8px;
  }
  .cid-vek2qSq0HP .item-center .item-wrap {
    padding: 40% 13% 0% 13%;
  }
  .cid-vek2qSq0HP .item-right {
    padding: 0 0 0 16px;
  }
  .cid-vek2qSq0HP .item-right .item-wrap {
    padding: 18% 5% 0% 21%;
  }
}
.cid-vek2qSq0HP .mbr-section-title {
  color: #000000;
}
.cid-vek2qSq0HP .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-vek2qSq0HP .mbr-text,
.cid-vek2qSq0HP .mbr-section-btn {
  text-align: left;
}
.cid-vek2qSq0HP .item-subtitle {
  text-align: center;
}
.cid-vek2qSq0HP .text-art,
.cid-vek2qSq0HP .text-client {
  color: #3d3d3d;
}
.cid-vek2qSq0HP .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-vek2qSq0HP .btn-black-outline {
  border: 1px solid #000000;
}
.cid-vek2qSq0HP .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vek9tImLiT {
  background-color: #ffffff;
}
.cid-vek9tImLiT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vek9tImLiT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vek9tImLiT .row {
  flex-direction: row-reverse;
}
.cid-vek9ugJTXq {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vek9ugJTXq .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-vek9ugJTXq .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vek9ugJTXq .row {
    padding: 0 32px;
  }
}
.cid-vek9ugJTXq .item:focus,
.cid-vek9ugJTXq span:focus {
  outline: none;
}
.cid-vek9ugJTXq .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
.cid-vek9ugJTXq .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-vek9ugJTXq .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-vek9ugJTXq .item:hover img {
  transform: scale(1);
}
.cid-vek9ugJTXq .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-vek9ugJTXq .item-content {
  margin-right: auto;
}
@media (min-width: 768px) {
  .cid-vek9ugJTXq .item-left {
    padding: 0 16px 0 0;
  }
  .cid-vek9ugJTXq .item-left .item-wrap {
    padding: 18% 21% 0% 5%;
  }
  .cid-vek9ugJTXq .item-center {
    padding: 0 8px;
  }
  .cid-vek9ugJTXq .item-center .item-wrap {
    padding: 40% 13% 0% 13%;
  }
  .cid-vek9ugJTXq .item-right {
    padding: 0 0 0 16px;
  }
  .cid-vek9ugJTXq .item-right .item-wrap {
    padding: 18% 5% 0% 21%;
  }
}
.cid-vek9ugJTXq .mbr-section-title {
  color: #000000;
}
.cid-vek9ugJTXq .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-vek9ugJTXq .mbr-text,
.cid-vek9ugJTXq .mbr-section-btn {
  text-align: left;
}
.cid-vek9ugJTXq .item-subtitle {
  text-align: center;
}
.cid-vek9ugJTXq .text-art,
.cid-vek9ugJTXq .text-client {
  color: #3d3d3d;
}
.cid-vek9ugJTXq .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-vek9ugJTXq .btn-black-outline {
  border: 1px solid #000000;
}
.cid-vek9ugJTXq .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vekWaMfmZw {
  padding-top: 7rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-vekWaMfmZw .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #ffffff;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-vekWaMfmZw .main_header {
    padding-top: 66px;
  }
  .cid-vekWaMfmZw .main_header > .row {
    flex-direction: column;
  }
  .cid-vekWaMfmZw .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-vekWaMfmZw .mbr-section-title {
  color: #202020;
  margin: 25px 2rem 25px;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vekWaMfmZw .mbr-section-title {
    text-align: center;
  }
}
.cid-vekWaMfmZw .mbr-text {
  margin: 25px 0;
}
.cid-vekWaMfmZw .bgImage {
  position: relative;
  width: 100%;
  height: 600px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-vekWaMfmZw .bgImage {
    height: 65vh;
  }
}
.cid-vekWaMfmZw img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vekWaMfmZw .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-vekWaMfmZw .linkBtn a:after,
.cid-vekWaMfmZw .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-vekWaMfmZw .linkBtn a:before {
  left: 0;
}
.cid-vekWaMfmZw .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-vekWaMfmZw .linkBtn a:hover:before,
.cid-vekWaMfmZw .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-vekWaMfmZw .mbr-text,
.cid-vekWaMfmZw .linkBtn {
  text-align: left;
}
.cid-vekWbqNLN3 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vek2qVLDeX {
  background-image: url("../../../assets/images/modelo-mush-ombrelone-mg-x8622-.jpg");
}
.cid-vek2qVLDeX .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-vek2qVLDeX .icon-wrap span {
  padding-left: 8px;
}
.cid-vek2qVLDeX .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-vek2qVLDeX .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-vek2qVLDeX .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vek2qVLDeX .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vek2qVLDeX .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vek2qVLDeX a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-vek2qVLDeX a.close:hover {
  color: #ffffff;
}
.cid-vek2qVLDeX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vek2qVLDeX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vek2qX7DEC {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vek2qX7DEC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vek2qX7DEC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vek2qX7DEC .border-item {
  width: 100%;
  height: 1px;
  background-color: #1e1d1c;
  margin-bottom: 50px;
}
.cid-vek2qX7DEC .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vek2qX7DEC .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-vek2qX7DEC .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-vek2qX7DEC .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-vek2qX7DEC .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-vek2qX7DEC .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-vek2qX7DEC .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vek2qX7DEC .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vek2qX7DEC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-vek2qX7DEC .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-vek2qX7DEC .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vek2qX7DEC .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-vek2qX7DEC .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-vek2qX7DEC .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-vek2qX7DEC .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-vek2qX7DEC .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-vek2qX7DEC .list li:hover {
  color: #000000 !important;
}
.cid-vek2qX7DEC .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-vek2qX7DEC .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-vek2qX7DEC .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-vek2qX7DEC .social-list {
    justify-content: flex-start;
  }
}
.cid-vek2qX7DEC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-vek2qX7DEC .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vek2qX7DEC .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-vek2qX7DEC .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vek2qX7DEC .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-vek2qX7DEC .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-vek2qX7DEC .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vek2qX7DEC .contact-list li {
    text-align: left;
  }
}
.cid-vek2qX7DEC .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-vek2qX7DEC .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-vek2qX7DEC .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-vek2qX7DEC .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-vek2qX7DEC .copyright-container {
    margin-top: 40px;
  }
}
.cid-vek2qX7DEC .copyright {
  color: #747474;
}
.cid-vekbvAb7gt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vekbvAb7gt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vekbvAb7gt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vekbvAb7gt .btn {
  font-weight: 400;
}
.cid-vekbvAb7gt .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vekbvAb7gt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vekbvAb7gt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vekbvAb7gt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vekbvAb7gt .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vekbvAb7gt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vekbvAb7gt .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vekbvAb7gt .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vekbvAb7gt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vekbvAb7gt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vekbvAb7gt .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vekbvAb7gt .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vekbvAb7gt .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vekbvAb7gt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vekbvAb7gt .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vekbvAb7gt .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vekbvAb7gt .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vekbvAb7gt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vekbvAb7gt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vekbvAb7gt .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vekbvAb7gt .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vekbvAb7gt .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vekbvAb7gt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vekbvAb7gt .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vekbvAb7gt .nav-item:focus,
.cid-vekbvAb7gt .nav-link:focus {
  outline: none;
}
.cid-vekbvAb7gt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vekbvAb7gt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vekbvAb7gt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vekbvAb7gt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vekbvAb7gt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vekbvAb7gt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vekbvAb7gt .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vekbvAb7gt .navbar.opened {
  transition: all 0.25s;
}
.cid-vekbvAb7gt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vekbvAb7gt .navbar .navbar-logo img {
  width: auto;
}
.cid-vekbvAb7gt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vekbvAb7gt .navbar.collapsed {
  justify-content: center;
}
.cid-vekbvAb7gt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vekbvAb7gt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vekbvAb7gt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-vekbvAb7gt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vekbvAb7gt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vekbvAb7gt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vekbvAb7gt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vekbvAb7gt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vekbvAb7gt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vekbvAb7gt .navbar {
    min-height: 72px;
  }
  .cid-vekbvAb7gt .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vekbvAb7gt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vekbvAb7gt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vekbvAb7gt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vekbvAb7gt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vekbvAb7gt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vekbvAb7gt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vekbvAb7gt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vekbvAb7gt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vekbvAb7gt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vekbvAb7gt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vekbvAb7gt .dropdown-item.active,
.cid-vekbvAb7gt .dropdown-item:active {
  background-color: transparent;
}
.cid-vekbvAb7gt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vekbvAb7gt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vekbvAb7gt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vekbvAb7gt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vekbvAb7gt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vekbvAb7gt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vekbvAb7gt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vekbvAb7gt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vekbvAb7gt .navbar-buttons {
    text-align: left;
  }
}
.cid-vekbvAb7gt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vekbvAb7gt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e1d1c;
}
.cid-vekbvAb7gt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vekbvAb7gt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vekbvAb7gt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vekbvAb7gt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vekbvAb7gt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vekbvAb7gt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vekbvAb7gt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vekbvAb7gt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vekbvAb7gt .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-vekbvAb7gt .opacityScroll {
  background: #ffffff !important;
}
.cid-vekbvAb7gt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vekbvAb7gt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vekbvAb7gt .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vekbvAb7gt .navbar {
    height: 70px;
  }
  .cid-vekbvAb7gt .navbar.opened {
    height: auto;
  }
  .cid-vekbvAb7gt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vekbvAb7gt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vekbvAb7gt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vekbvAb7gt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vekbvAb7gt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vekbvAb7gt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vekbvAb7gt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vekbvAb7gt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vekbvAb7gt .navbar-brand {
    margin-right: auto;
  }
  .cid-vekbvAb7gt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vekbvAb7gt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vekbvAb7gt .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vekbvAb7gt .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vekbvAb7gt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vekbvAb7gt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vekbvAb7gt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vekbvAb7gt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vekbvAb7gt .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vekbvAb7gt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vekbvAb7gt .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vekbvAb7gt .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vekbvAb7gt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vekbvBRlJd {
  padding-top: 450px;
  padding-bottom: 390px;
  background-image: url("../../../assets/images/tresse-chaise-img-7305.jpeg");
}
@media (max-width: 992px) {
  .cid-vekbvBRlJd {
    padding-top: 300px;
    padding-bottom: 260px;
  }
}
@media (max-width: 576px) {
  .cid-vekbvBRlJd {
    padding-top: 210px;
    padding-bottom: 182px;
  }
}
.cid-vekbvBRlJd .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-vekbvBRlJd .icon-wrap span {
  padding-left: 8px;
}
.cid-vekbvBRlJd .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-vekbvBRlJd .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-vekbvBRlJd .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vekbvBRlJd .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vekbvBRlJd .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vekbvBRlJd a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-vekbvBRlJd a.close:hover {
  color: #ffffff;
}
.cid-vekbvBRlJd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vekbvBRlJd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vekbvDtm2R {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vekbvDtm2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-vekbvDtm2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf4BAnpL94 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf4BAnpL94 .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vekbvFZqLH {
  background-color: #ffffff;
}
.cid-vekbvFZqLH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vekbvFZqLH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vekbvFZqLH .row {
  flex-direction: row-reverse;
}
.cid-vekbvHfbqX {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vekbvHfbqX .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-vekbvHfbqX .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vekbvHfbqX .row {
    padding: 0 32px;
  }
}
.cid-vekbvHfbqX .item:focus,
.cid-vekbvHfbqX span:focus {
  outline: none;
}
.cid-vekbvHfbqX .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
.cid-vekbvHfbqX .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-vekbvHfbqX .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-vekbvHfbqX .item:hover img {
  transform: scale(1);
}
.cid-vekbvHfbqX .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-vekbvHfbqX .item-content {
  margin-right: auto;
}
@media (min-width: 768px) {
  .cid-vekbvHfbqX .item-left {
    padding: 0 16px 0 0;
  }
  .cid-vekbvHfbqX .item-left .item-wrap {
    padding: 18% 21% 0% 5%;
  }
  .cid-vekbvHfbqX .item-center {
    padding: 0 8px;
  }
  .cid-vekbvHfbqX .item-center .item-wrap {
    padding: 40% 13% 0% 13%;
  }
  .cid-vekbvHfbqX .item-right {
    padding: 0 0 0 16px;
  }
  .cid-vekbvHfbqX .item-right .item-wrap {
    padding: 18% 5% 0% 21%;
  }
}
.cid-vekbvHfbqX .mbr-section-title {
  color: #000000;
}
.cid-vekbvHfbqX .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-vekbvHfbqX .mbr-text,
.cid-vekbvHfbqX .mbr-section-btn {
  text-align: left;
}
.cid-vekbvHfbqX .item-subtitle {
  text-align: center;
}
.cid-vekbvHfbqX .text-art,
.cid-vekbvHfbqX .text-client {
  color: #3d3d3d;
}
.cid-vekbvHfbqX .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-vekbvHfbqX .btn-black-outline {
  border: 1px solid #000000;
}
.cid-vekbvHfbqX .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vekbvIwoi3 {
  background-color: #ffffff;
}
.cid-vekbvIwoi3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vekbvIwoi3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vekbvIwoi3 .row {
  flex-direction: row-reverse;
}
.cid-vekbvJLSbs {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vekbvJLSbs .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-vekbvJLSbs .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vekbvJLSbs .row {
    padding: 0 32px;
  }
}
.cid-vekbvJLSbs .item:focus,
.cid-vekbvJLSbs span:focus {
  outline: none;
}
.cid-vekbvJLSbs .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
.cid-vekbvJLSbs .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-vekbvJLSbs .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-vekbvJLSbs .item:hover img {
  transform: scale(1);
}
.cid-vekbvJLSbs .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-vekbvJLSbs .item-content {
  margin-right: auto;
}
@media (min-width: 768px) {
  .cid-vekbvJLSbs .item-left {
    padding: 0 16px 0 0;
  }
  .cid-vekbvJLSbs .item-left .item-wrap {
    padding: 18% 21% 0% 5%;
  }
  .cid-vekbvJLSbs .item-center {
    padding: 0 8px;
  }
  .cid-vekbvJLSbs .item-center .item-wrap {
    padding: 40% 13% 0% 13%;
  }
  .cid-vekbvJLSbs .item-right {
    padding: 0 0 0 16px;
  }
  .cid-vekbvJLSbs .item-right .item-wrap {
    padding: 18% 5% 0% 21%;
  }
}
.cid-vekbvJLSbs .mbr-section-title {
  color: #000000;
}
.cid-vekbvJLSbs .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-vekbvJLSbs .mbr-text,
.cid-vekbvJLSbs .mbr-section-btn {
  text-align: left;
}
.cid-vekbvJLSbs .item-subtitle {
  text-align: center;
}
.cid-vekbvJLSbs .text-art,
.cid-vekbvJLSbs .text-client {
  color: #3d3d3d;
}
.cid-vekbvJLSbs .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-vekbvJLSbs .btn-black-outline {
  border: 1px solid #000000;
}
.cid-vekbvJLSbs .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vekWeP0bhc {
  padding-top: 7rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-vekWeP0bhc .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #ffffff;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-vekWeP0bhc .main_header {
    padding-top: 66px;
  }
  .cid-vekWeP0bhc .main_header > .row {
    flex-direction: column;
  }
  .cid-vekWeP0bhc .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-vekWeP0bhc .mbr-section-title {
  color: #202020;
  margin: 25px 2rem 25px;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vekWeP0bhc .mbr-section-title {
    text-align: center;
  }
}
.cid-vekWeP0bhc .mbr-text {
  margin: 25px 0;
}
.cid-vekWeP0bhc .bgImage {
  position: relative;
  width: 100%;
  height: 600px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-vekWeP0bhc .bgImage {
    height: 65vh;
  }
}
.cid-vekWeP0bhc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vekWeP0bhc .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-vekWeP0bhc .linkBtn a:after,
.cid-vekWeP0bhc .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-vekWeP0bhc .linkBtn a:before {
  left: 0;
}
.cid-vekWeP0bhc .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-vekWeP0bhc .linkBtn a:hover:before,
.cid-vekWeP0bhc .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-vekWeP0bhc .mbr-text,
.cid-vekWeP0bhc .linkBtn {
  text-align: left;
}
.cid-vekWfmAd9u {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vekbvQh5lP {
  background-image: url("../../../assets/images/catamara-6.jpg");
}
.cid-vekbvQh5lP .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-vekbvQh5lP .icon-wrap span {
  padding-left: 8px;
}
.cid-vekbvQh5lP .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-vekbvQh5lP .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-vekbvQh5lP .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vekbvQh5lP .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vekbvQh5lP .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vekbvQh5lP a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-vekbvQh5lP a.close:hover {
  color: #ffffff;
}
.cid-vekbvQh5lP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vekbvQh5lP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vekbvRVeoV {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vekbvRVeoV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vekbvRVeoV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vekbvRVeoV .border-item {
  width: 100%;
  height: 1px;
  background-color: #1e1d1c;
  margin-bottom: 50px;
}
.cid-vekbvRVeoV .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vekbvRVeoV .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-vekbvRVeoV .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-vekbvRVeoV .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-vekbvRVeoV .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-vekbvRVeoV .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-vekbvRVeoV .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vekbvRVeoV .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vekbvRVeoV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-vekbvRVeoV .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-vekbvRVeoV .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vekbvRVeoV .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-vekbvRVeoV .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-vekbvRVeoV .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-vekbvRVeoV .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-vekbvRVeoV .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-vekbvRVeoV .list li:hover {
  color: #000000 !important;
}
.cid-vekbvRVeoV .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-vekbvRVeoV .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-vekbvRVeoV .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-vekbvRVeoV .social-list {
    justify-content: flex-start;
  }
}
.cid-vekbvRVeoV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-vekbvRVeoV .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vekbvRVeoV .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-vekbvRVeoV .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vekbvRVeoV .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-vekbvRVeoV .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-vekbvRVeoV .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vekbvRVeoV .contact-list li {
    text-align: left;
  }
}
.cid-vekbvRVeoV .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-vekbvRVeoV .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-vekbvRVeoV .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-vekbvRVeoV .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-vekbvRVeoV .copyright-container {
    margin-top: 40px;
  }
}
.cid-vekbvRVeoV .copyright {
  color: #747474;
}
.cid-uHlycCBl1n {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uHlycCBl1n .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uHlycCBl1n .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uHlycCBl1n .btn {
  font-weight: 400;
}
.cid-uHlycCBl1n .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHlycCBl1n .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uHlycCBl1n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHlycCBl1n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHlycCBl1n .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uHlycCBl1n .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uHlycCBl1n .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uHlycCBl1n .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uHlycCBl1n .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uHlycCBl1n .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uHlycCBl1n .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uHlycCBl1n .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uHlycCBl1n .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uHlycCBl1n .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uHlycCBl1n .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uHlycCBl1n .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uHlycCBl1n .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uHlycCBl1n .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uHlycCBl1n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uHlycCBl1n .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uHlycCBl1n .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHlycCBl1n .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uHlycCBl1n .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHlycCBl1n .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uHlycCBl1n .nav-item:focus,
.cid-uHlycCBl1n .nav-link:focus {
  outline: none;
}
.cid-uHlycCBl1n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHlycCBl1n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHlycCBl1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHlycCBl1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHlycCBl1n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHlycCBl1n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHlycCBl1n .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uHlycCBl1n .navbar.opened {
  transition: all 0.25s;
}
.cid-uHlycCBl1n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHlycCBl1n .navbar .navbar-logo img {
  width: auto;
}
.cid-uHlycCBl1n .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uHlycCBl1n .navbar.collapsed {
  justify-content: center;
}
.cid-uHlycCBl1n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHlycCBl1n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHlycCBl1n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uHlycCBl1n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHlycCBl1n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHlycCBl1n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHlycCBl1n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHlycCBl1n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHlycCBl1n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uHlycCBl1n .navbar {
    min-height: 72px;
  }
  .cid-uHlycCBl1n .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uHlycCBl1n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHlycCBl1n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHlycCBl1n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHlycCBl1n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHlycCBl1n .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHlycCBl1n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHlycCBl1n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uHlycCBl1n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHlycCBl1n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHlycCBl1n .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uHlycCBl1n .dropdown-item.active,
.cid-uHlycCBl1n .dropdown-item:active {
  background-color: transparent;
}
.cid-uHlycCBl1n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHlycCBl1n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHlycCBl1n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHlycCBl1n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHlycCBl1n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uHlycCBl1n .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uHlycCBl1n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHlycCBl1n .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uHlycCBl1n .navbar-buttons {
    text-align: left;
  }
}
.cid-uHlycCBl1n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHlycCBl1n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e1d1c;
}
.cid-uHlycCBl1n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHlycCBl1n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHlycCBl1n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHlycCBl1n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHlycCBl1n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHlycCBl1n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHlycCBl1n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHlycCBl1n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHlycCBl1n .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-uHlycCBl1n .opacityScroll {
  background: #ffffff !important;
}
.cid-uHlycCBl1n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHlycCBl1n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHlycCBl1n .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHlycCBl1n .navbar {
    height: 70px;
  }
  .cid-uHlycCBl1n .navbar.opened {
    height: auto;
  }
  .cid-uHlycCBl1n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHlycCBl1n .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uHlycCBl1n .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uHlycCBl1n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uHlycCBl1n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uHlycCBl1n .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uHlycCBl1n .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uHlycCBl1n .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uHlycCBl1n .navbar-brand {
    margin-right: auto;
  }
  .cid-uHlycCBl1n .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uHlycCBl1n .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uHlycCBl1n .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uHlycCBl1n .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uHlycCBl1n .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uHlycCBl1n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uHlycCBl1n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uHlycCBl1n .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uHlycCBl1n .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uHlycCBl1n .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHlycCBl1n .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uHlycCBl1n .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uHlycCBl1n .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uHlyczeNHy {
  padding-top: 450px;
  padding-bottom: 390px;
  background-image: url("../../../assets/images/marina5.jpg");
}
@media (max-width: 992px) {
  .cid-uHlyczeNHy {
    padding-top: 300px;
    padding-bottom: 260px;
  }
}
@media (max-width: 576px) {
  .cid-uHlyczeNHy {
    padding-top: 210px;
    padding-bottom: 182px;
  }
}
.cid-uHlyczeNHy .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-uHlyczeNHy .icon-wrap span {
  padding-left: 8px;
}
.cid-uHlyczeNHy .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-uHlyczeNHy .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uHlyczeNHy .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uHlyczeNHy .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uHlyczeNHy .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uHlyczeNHy a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uHlyczeNHy a.close:hover {
  color: #ffffff;
}
.cid-uHlyczeNHy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHlyczeNHy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgjgGE5UQ0 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-vgjgGE5UQ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgjgGE5UQ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgjgHuslfh {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-vgjgHuslfh .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vgiKk5scjt {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-vgiKk5scjt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgiKk5scjt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-vgiKk5scjt .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-vgiKk5scjt .mbr-section-title {
  color: #000000;
}
.cid-vgiKk5scjt .mbr-text,
.cid-vgiKk5scjt .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vgiKk5scjt .media-content,
.cid-vgiKk5scjt .mbr-figure {
  align-self: center;
}
.cid-vgiKk5scjt .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-vgiKk5scjt .app-video-wrapper {
  background: transparent;
}
.cid-vgiKk5scjt .content-head {
  max-width: 800px;
}
.cid-uHlycATwaU {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHlycATwaU .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uHlycATwaU .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .cid-uHlycATwaU .row {
    padding: 0 32px;
  }
}
.cid-uHlycATwaU .item:focus,
.cid-uHlycATwaU span:focus {
  outline: none;
}
.cid-uHlycATwaU .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
.cid-uHlycATwaU .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-uHlycATwaU .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-uHlycATwaU .item:hover img {
  transform: scale(1);
}
.cid-uHlycATwaU .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-uHlycATwaU .item-content {
  margin-right: auto;
}
@media (min-width: 768px) {
  .cid-uHlycATwaU .item-left {
    padding: 0 16px 0 0;
  }
  .cid-uHlycATwaU .item-left .item-wrap {
    padding: 18% 21% 0% 5%;
  }
  .cid-uHlycATwaU .item-center {
    padding: 0 8px;
  }
  .cid-uHlycATwaU .item-center .item-wrap {
    padding: 40% 13% 0% 13%;
  }
  .cid-uHlycATwaU .item-right {
    padding: 0 0 0 16px;
  }
  .cid-uHlycATwaU .item-right .item-wrap {
    padding: 18% 5% 0% 21%;
  }
}
.cid-uHlycATwaU .mbr-section-title {
  color: #000000;
}
.cid-uHlycATwaU .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-uHlycATwaU .mbr-text,
.cid-uHlycATwaU .mbr-section-btn {
  text-align: left;
}
.cid-uHlycATwaU .item-subtitle {
  text-align: center;
}
.cid-uHlycATwaU .text-art,
.cid-uHlycATwaU .text-client {
  color: #3d3d3d;
}
.cid-uHlycATwaU .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-uHlycATwaU .btn-black-outline {
  border: 1px solid #000000;
}
.cid-uHlycATwaU .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vejYWZTEiM {
  background-color: #ffffff;
}
.cid-vejYWZTEiM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vejYWZTEiM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vejYWZTEiM .row {
  flex-direction: row-reverse;
}
.cid-vejWR0LiME {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vejWR0LiME .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-vejWR0LiME .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vejWR0LiME .row {
    padding: 0 32px;
  }
}
.cid-vejWR0LiME .item:focus,
.cid-vejWR0LiME span:focus {
  outline: none;
}
.cid-vejWR0LiME .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
.cid-vejWR0LiME .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-vejWR0LiME .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-vejWR0LiME .item:hover img {
  transform: scale(1);
}
.cid-vejWR0LiME .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-vejWR0LiME .item-content {
  margin-right: auto;
}
@media (min-width: 768px) {
  .cid-vejWR0LiME .item-left {
    padding: 0 16px 0 0;
  }
  .cid-vejWR0LiME .item-left .item-wrap {
    padding: 18% 21% 0% 5%;
  }
  .cid-vejWR0LiME .item-center {
    padding: 0 8px;
  }
  .cid-vejWR0LiME .item-center .item-wrap {
    padding: 40% 13% 0% 13%;
  }
  .cid-vejWR0LiME .item-right {
    padding: 0 0 0 16px;
  }
  .cid-vejWR0LiME .item-right .item-wrap {
    padding: 18% 5% 0% 21%;
  }
}
.cid-vejWR0LiME .mbr-section-title {
  color: #000000;
}
.cid-vejWR0LiME .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-vejWR0LiME .mbr-text,
.cid-vejWR0LiME .mbr-section-btn {
  text-align: left;
}
.cid-vejWR0LiME .item-subtitle {
  text-align: center;
}
.cid-vejWR0LiME .text-art,
.cid-vejWR0LiME .text-client {
  color: #3d3d3d;
}
.cid-vejWR0LiME .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-vejWR0LiME .btn-black-outline {
  border: 1px solid #000000;
}
.cid-vejWR0LiME .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vekWjAdxOE {
  padding-top: 7rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-vekWjAdxOE .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #ffffff;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-vekWjAdxOE .main_header {
    padding-top: 66px;
  }
  .cid-vekWjAdxOE .main_header > .row {
    flex-direction: column;
  }
  .cid-vekWjAdxOE .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-vekWjAdxOE .mbr-section-title {
  color: #202020;
  margin: 25px 2rem 25px;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vekWjAdxOE .mbr-section-title {
    text-align: center;
  }
}
.cid-vekWjAdxOE .mbr-text {
  margin: 25px 0;
}
.cid-vekWjAdxOE .bgImage {
  position: relative;
  width: 100%;
  height: 600px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-vekWjAdxOE .bgImage {
    height: 65vh;
  }
}
.cid-vekWjAdxOE img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vekWjAdxOE .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-vekWjAdxOE .linkBtn a:after,
.cid-vekWjAdxOE .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-vekWjAdxOE .linkBtn a:before {
  left: 0;
}
.cid-vekWjAdxOE .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-vekWjAdxOE .linkBtn a:hover:before,
.cid-vekWjAdxOE .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-vekWjAdxOE .mbr-text,
.cid-vekWjAdxOE .linkBtn {
  text-align: left;
}
.cid-vekWkbZ5CB {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uHlycBvJUW {
  padding-top: 450px;
  padding-bottom: 450px;
  background-image: url("../../../assets/images/modelo-alpendre-sofa-poltrona-mg-8602.jpg");
}
@media (max-width: 992px) {
  .cid-uHlycBvJUW {
    padding-top: 300px;
    padding-bottom: 300px;
  }
}
@media (max-width: 576px) {
  .cid-uHlycBvJUW {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}
.cid-uHlycBvJUW .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-uHlycBvJUW .icon-wrap span {
  padding-left: 8px;
}
.cid-uHlycBvJUW .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-uHlycBvJUW .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uHlycBvJUW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uHlycBvJUW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uHlycBvJUW .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uHlycBvJUW a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uHlycBvJUW a.close:hover {
  color: #ffffff;
}
.cid-uHlycBvJUW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHlycBvJUW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHlycC5vmL {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHlycC5vmL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHlycC5vmL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHlycC5vmL .border-item {
  width: 100%;
  height: 1px;
  background-color: #1e1d1c;
  margin-bottom: 50px;
}
.cid-uHlycC5vmL .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uHlycC5vmL .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-uHlycC5vmL .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-uHlycC5vmL .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-uHlycC5vmL .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-uHlycC5vmL .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uHlycC5vmL .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uHlycC5vmL .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uHlycC5vmL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uHlycC5vmL .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uHlycC5vmL .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uHlycC5vmL .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uHlycC5vmL .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-uHlycC5vmL .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-uHlycC5vmL .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uHlycC5vmL .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-uHlycC5vmL .list li:hover {
  color: #000000 !important;
}
.cid-uHlycC5vmL .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uHlycC5vmL .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-uHlycC5vmL .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uHlycC5vmL .social-list {
    justify-content: flex-start;
  }
}
.cid-uHlycC5vmL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uHlycC5vmL .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uHlycC5vmL .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uHlycC5vmL .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uHlycC5vmL .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uHlycC5vmL .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-uHlycC5vmL .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uHlycC5vmL .contact-list li {
    text-align: left;
  }
}
.cid-uHlycC5vmL .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-uHlycC5vmL .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uHlycC5vmL .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-uHlycC5vmL .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-uHlycC5vmL .copyright-container {
    margin-top: 40px;
  }
}
.cid-uHlycC5vmL .copyright {
  color: #747474;
}
.cid-vgikKQh6PB {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vgikKQh6PB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vgikKQh6PB .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vgikKQh6PB .btn {
  font-weight: 400;
}
.cid-vgikKQh6PB .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgikKQh6PB .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vgikKQh6PB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgikKQh6PB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgikKQh6PB .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vgikKQh6PB .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vgikKQh6PB .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vgikKQh6PB .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vgikKQh6PB .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vgikKQh6PB .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vgikKQh6PB .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vgikKQh6PB .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vgikKQh6PB .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vgikKQh6PB .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vgikKQh6PB .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vgikKQh6PB .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vgikKQh6PB .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgikKQh6PB .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vgikKQh6PB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vgikKQh6PB .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vgikKQh6PB .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgikKQh6PB .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vgikKQh6PB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgikKQh6PB .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vgikKQh6PB .nav-item:focus,
.cid-vgikKQh6PB .nav-link:focus {
  outline: none;
}
.cid-vgikKQh6PB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgikKQh6PB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgikKQh6PB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgikKQh6PB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgikKQh6PB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgikKQh6PB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgikKQh6PB .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vgikKQh6PB .navbar.opened {
  transition: all 0.25s;
}
.cid-vgikKQh6PB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgikKQh6PB .navbar .navbar-logo img {
  width: auto;
}
.cid-vgikKQh6PB .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vgikKQh6PB .navbar.collapsed {
  justify-content: center;
}
.cid-vgikKQh6PB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgikKQh6PB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgikKQh6PB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-vgikKQh6PB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgikKQh6PB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgikKQh6PB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgikKQh6PB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgikKQh6PB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgikKQh6PB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgikKQh6PB .navbar {
    min-height: 72px;
  }
  .cid-vgikKQh6PB .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vgikKQh6PB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgikKQh6PB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgikKQh6PB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgikKQh6PB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgikKQh6PB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgikKQh6PB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgikKQh6PB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vgikKQh6PB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgikKQh6PB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgikKQh6PB .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vgikKQh6PB .dropdown-item.active,
.cid-vgikKQh6PB .dropdown-item:active {
  background-color: transparent;
}
.cid-vgikKQh6PB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgikKQh6PB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgikKQh6PB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgikKQh6PB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgikKQh6PB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vgikKQh6PB .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vgikKQh6PB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgikKQh6PB .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vgikKQh6PB .navbar-buttons {
    text-align: left;
  }
}
.cid-vgikKQh6PB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgikKQh6PB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e1d1c;
}
.cid-vgikKQh6PB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgikKQh6PB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgikKQh6PB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgikKQh6PB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgikKQh6PB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgikKQh6PB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgikKQh6PB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgikKQh6PB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgikKQh6PB .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-vgikKQh6PB .opacityScroll {
  background: #ffffff !important;
}
.cid-vgikKQh6PB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgikKQh6PB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vgikKQh6PB .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgikKQh6PB .navbar {
    height: 70px;
  }
  .cid-vgikKQh6PB .navbar.opened {
    height: auto;
  }
  .cid-vgikKQh6PB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgikKQh6PB .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vgikKQh6PB .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vgikKQh6PB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vgikKQh6PB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vgikKQh6PB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vgikKQh6PB .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vgikKQh6PB .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vgikKQh6PB .navbar-brand {
    margin-right: auto;
  }
  .cid-vgikKQh6PB .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vgikKQh6PB .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vgikKQh6PB .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vgikKQh6PB .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vgikKQh6PB .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vgikKQh6PB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vgikKQh6PB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vgikKQh6PB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vgikKQh6PB .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vgikKQh6PB .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vgikKQh6PB .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vgikKQh6PB .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vgikKQh6PB .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vgikKQxtb6 {
  padding-top: 450px;
  padding-bottom: 390px;
  background-image: url("../../../assets/images/1.jpeg");
}
@media (max-width: 992px) {
  .cid-vgikKQxtb6 {
    padding-top: 300px;
    padding-bottom: 260px;
  }
}
@media (max-width: 576px) {
  .cid-vgikKQxtb6 {
    padding-top: 210px;
    padding-bottom: 182px;
  }
}
.cid-vgikKQxtb6 .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-vgikKQxtb6 .icon-wrap span {
  padding-left: 8px;
}
.cid-vgikKQxtb6 .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-vgikKQxtb6 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-vgikKQxtb6 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vgikKQxtb6 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vgikKQxtb6 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vgikKQxtb6 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-vgikKQxtb6 a.close:hover {
  color: #ffffff;
}
.cid-vgikKQxtb6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgikKQxtb6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgikKQWLKa {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vgikKQWLKa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgikKQWLKa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgikKR9xWw {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgikKR9xWw .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vgikKRihLU {
  background-color: #ffffff;
}
.cid-vgikKRihLU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgikKRihLU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgikKRihLU .row {
  flex-direction: row-reverse;
}
.cid-vgikKRvp5T {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgikKRvp5T .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-vgikKRvp5T .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vgikKRvp5T .row {
    padding: 0 32px;
  }
}
.cid-vgikKRvp5T .item:focus,
.cid-vgikKRvp5T span:focus {
  outline: none;
}
.cid-vgikKRvp5T .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
.cid-vgikKRvp5T .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-vgikKRvp5T .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-vgikKRvp5T .item:hover img {
  transform: scale(1);
}
.cid-vgikKRvp5T .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-vgikKRvp5T .item-content {
  margin-right: auto;
}
@media (min-width: 768px) {
  .cid-vgikKRvp5T .item-left {
    padding: 0 16px 0 0;
  }
  .cid-vgikKRvp5T .item-left .item-wrap {
    padding: 18% 21% 0% 5%;
  }
  .cid-vgikKRvp5T .item-center {
    padding: 0 8px;
  }
  .cid-vgikKRvp5T .item-center .item-wrap {
    padding: 40% 13% 0% 13%;
  }
  .cid-vgikKRvp5T .item-right {
    padding: 0 0 0 16px;
  }
  .cid-vgikKRvp5T .item-right .item-wrap {
    padding: 18% 5% 0% 21%;
  }
}
.cid-vgikKRvp5T .mbr-section-title {
  color: #000000;
}
.cid-vgikKRvp5T .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-vgikKRvp5T .mbr-text,
.cid-vgikKRvp5T .mbr-section-btn {
  text-align: left;
}
.cid-vgikKRvp5T .item-subtitle {
  text-align: center;
}
.cid-vgikKRvp5T .text-art,
.cid-vgikKRvp5T .text-client {
  color: #3d3d3d;
}
.cid-vgikKRvp5T .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-vgikKRvp5T .btn-black-outline {
  border: 1px solid #000000;
}
.cid-vgikKRvp5T .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vgikKSdY51 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-vgikKSdY51 .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #ffffff;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-vgikKSdY51 .main_header {
    padding-top: 66px;
  }
  .cid-vgikKSdY51 .main_header > .row {
    flex-direction: column;
  }
  .cid-vgikKSdY51 .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-vgikKSdY51 .mbr-section-title {
  color: #202020;
  margin: 25px 2rem 25px;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vgikKSdY51 .mbr-section-title {
    text-align: center;
  }
}
.cid-vgikKSdY51 .mbr-text {
  margin: 25px 0;
}
.cid-vgikKSdY51 .bgImage {
  position: relative;
  width: 100%;
  height: 600px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-vgikKSdY51 .bgImage {
    height: 65vh;
  }
}
.cid-vgikKSdY51 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgikKSdY51 .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-vgikKSdY51 .linkBtn a:after,
.cid-vgikKSdY51 .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-vgikKSdY51 .linkBtn a:before {
  left: 0;
}
.cid-vgikKSdY51 .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-vgikKSdY51 .linkBtn a:hover:before,
.cid-vgikKSdY51 .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-vgikKSdY51 .mbr-text,
.cid-vgikKSdY51 .linkBtn {
  text-align: left;
}
.cid-vgikKSq34H {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vgikKSAhu2 {
  padding-top: 450px;
  padding-bottom: 450px;
  background-image: url("../../../assets/images/0.jpg");
}
@media (max-width: 992px) {
  .cid-vgikKSAhu2 {
    padding-top: 300px;
    padding-bottom: 300px;
  }
}
@media (max-width: 576px) {
  .cid-vgikKSAhu2 {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}
.cid-vgikKSAhu2 .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-vgikKSAhu2 .icon-wrap span {
  padding-left: 8px;
}
.cid-vgikKSAhu2 .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-vgikKSAhu2 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-vgikKSAhu2 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vgikKSAhu2 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vgikKSAhu2 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vgikKSAhu2 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-vgikKSAhu2 a.close:hover {
  color: #ffffff;
}
.cid-vgikKSAhu2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgikKSAhu2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgikKT2m7u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgikKT2m7u .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgikKT2m7u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgikKT2m7u .border-item {
  width: 100%;
  height: 1px;
  background-color: #1e1d1c;
  margin-bottom: 50px;
}
.cid-vgikKT2m7u .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vgikKT2m7u .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-vgikKT2m7u .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-vgikKT2m7u .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-vgikKT2m7u .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-vgikKT2m7u .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-vgikKT2m7u .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vgikKT2m7u .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vgikKT2m7u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-vgikKT2m7u .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-vgikKT2m7u .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vgikKT2m7u .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-vgikKT2m7u .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-vgikKT2m7u .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-vgikKT2m7u .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-vgikKT2m7u .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-vgikKT2m7u .list li:hover {
  color: #000000 !important;
}
.cid-vgikKT2m7u .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-vgikKT2m7u .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-vgikKT2m7u .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-vgikKT2m7u .social-list {
    justify-content: flex-start;
  }
}
.cid-vgikKT2m7u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-vgikKT2m7u .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vgikKT2m7u .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-vgikKT2m7u .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vgikKT2m7u .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-vgikKT2m7u .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-vgikKT2m7u .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vgikKT2m7u .contact-list li {
    text-align: left;
  }
}
.cid-vgikKT2m7u .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-vgikKT2m7u .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-vgikKT2m7u .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-vgikKT2m7u .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-vgikKT2m7u .copyright-container {
    margin-top: 40px;
  }
}
.cid-vgikKT2m7u .copyright {
  color: #747474;
}
.cid-vgitCoFAiy {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vgitCoFAiy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vgitCoFAiy .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vgitCoFAiy .btn {
  font-weight: 400;
}
.cid-vgitCoFAiy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgitCoFAiy .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vgitCoFAiy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgitCoFAiy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgitCoFAiy .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vgitCoFAiy .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vgitCoFAiy .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vgitCoFAiy .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vgitCoFAiy .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vgitCoFAiy .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vgitCoFAiy .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vgitCoFAiy .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vgitCoFAiy .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vgitCoFAiy .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vgitCoFAiy .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vgitCoFAiy .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vgitCoFAiy .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgitCoFAiy .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vgitCoFAiy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vgitCoFAiy .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vgitCoFAiy .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgitCoFAiy .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vgitCoFAiy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgitCoFAiy .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vgitCoFAiy .nav-item:focus,
.cid-vgitCoFAiy .nav-link:focus {
  outline: none;
}
.cid-vgitCoFAiy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgitCoFAiy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgitCoFAiy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgitCoFAiy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgitCoFAiy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgitCoFAiy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgitCoFAiy .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vgitCoFAiy .navbar.opened {
  transition: all 0.25s;
}
.cid-vgitCoFAiy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgitCoFAiy .navbar .navbar-logo img {
  width: auto;
}
.cid-vgitCoFAiy .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vgitCoFAiy .navbar.collapsed {
  justify-content: center;
}
.cid-vgitCoFAiy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgitCoFAiy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgitCoFAiy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-vgitCoFAiy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgitCoFAiy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgitCoFAiy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgitCoFAiy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgitCoFAiy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgitCoFAiy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgitCoFAiy .navbar {
    min-height: 72px;
  }
  .cid-vgitCoFAiy .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vgitCoFAiy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgitCoFAiy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgitCoFAiy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgitCoFAiy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgitCoFAiy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgitCoFAiy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgitCoFAiy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vgitCoFAiy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgitCoFAiy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgitCoFAiy .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vgitCoFAiy .dropdown-item.active,
.cid-vgitCoFAiy .dropdown-item:active {
  background-color: transparent;
}
.cid-vgitCoFAiy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgitCoFAiy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgitCoFAiy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgitCoFAiy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgitCoFAiy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vgitCoFAiy .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vgitCoFAiy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgitCoFAiy .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vgitCoFAiy .navbar-buttons {
    text-align: left;
  }
}
.cid-vgitCoFAiy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgitCoFAiy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e1d1c;
}
.cid-vgitCoFAiy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgitCoFAiy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgitCoFAiy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgitCoFAiy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgitCoFAiy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgitCoFAiy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgitCoFAiy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgitCoFAiy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgitCoFAiy .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-vgitCoFAiy .opacityScroll {
  background: #ffffff !important;
}
.cid-vgitCoFAiy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgitCoFAiy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vgitCoFAiy .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgitCoFAiy .navbar {
    height: 70px;
  }
  .cid-vgitCoFAiy .navbar.opened {
    height: auto;
  }
  .cid-vgitCoFAiy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgitCoFAiy .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vgitCoFAiy .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vgitCoFAiy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vgitCoFAiy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vgitCoFAiy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vgitCoFAiy .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vgitCoFAiy .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vgitCoFAiy .navbar-brand {
    margin-right: auto;
  }
  .cid-vgitCoFAiy .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vgitCoFAiy .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vgitCoFAiy .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vgitCoFAiy .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vgitCoFAiy .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vgitCoFAiy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vgitCoFAiy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vgitCoFAiy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vgitCoFAiy .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vgitCoFAiy .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vgitCoFAiy .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vgitCoFAiy .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vgitCoFAiy .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vgitCoYP5O {
  padding-top: 450px;
  padding-bottom: 390px;
  background-image: url("../../../assets/images/za.jpg");
}
@media (max-width: 992px) {
  .cid-vgitCoYP5O {
    padding-top: 300px;
    padding-bottom: 260px;
  }
}
@media (max-width: 576px) {
  .cid-vgitCoYP5O {
    padding-top: 210px;
    padding-bottom: 182px;
  }
}
.cid-vgitCoYP5O .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-vgitCoYP5O .icon-wrap span {
  padding-left: 8px;
}
.cid-vgitCoYP5O .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-vgitCoYP5O .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-vgitCoYP5O .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vgitCoYP5O .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vgitCoYP5O .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vgitCoYP5O a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-vgitCoYP5O a.close:hover {
  color: #ffffff;
}
.cid-vgitCoYP5O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgitCoYP5O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgitCpqC3B {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vgitCpqC3B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgitCpqC3B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgitCpCCMJ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgitCpCCMJ .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vgitCpM994 {
  background-color: #ffffff;
}
.cid-vgitCpM994 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgitCpM994 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgitCpM994 .row {
  flex-direction: row-reverse;
}
.cid-vgitCq0S3d {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgitCq0S3d .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-vgitCq0S3d .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vgitCq0S3d .row {
    padding: 0 32px;
  }
}
.cid-vgitCq0S3d .item:focus,
.cid-vgitCq0S3d span:focus {
  outline: none;
}
.cid-vgitCq0S3d .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
.cid-vgitCq0S3d .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-vgitCq0S3d .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-vgitCq0S3d .item:hover img {
  transform: scale(1);
}
.cid-vgitCq0S3d .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-vgitCq0S3d .item-content {
  margin-right: auto;
}
@media (min-width: 768px) {
  .cid-vgitCq0S3d .item-left {
    padding: 0 16px 0 0;
  }
  .cid-vgitCq0S3d .item-left .item-wrap {
    padding: 18% 21% 0% 5%;
  }
  .cid-vgitCq0S3d .item-center {
    padding: 0 8px;
  }
  .cid-vgitCq0S3d .item-center .item-wrap {
    padding: 40% 13% 0% 13%;
  }
  .cid-vgitCq0S3d .item-right {
    padding: 0 0 0 16px;
  }
  .cid-vgitCq0S3d .item-right .item-wrap {
    padding: 18% 5% 0% 21%;
  }
}
.cid-vgitCq0S3d .mbr-section-title {
  color: #000000;
}
.cid-vgitCq0S3d .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-vgitCq0S3d .mbr-text,
.cid-vgitCq0S3d .mbr-section-btn {
  text-align: left;
}
.cid-vgitCq0S3d .item-subtitle {
  text-align: center;
}
.cid-vgitCq0S3d .text-art,
.cid-vgitCq0S3d .text-client {
  color: #3d3d3d;
}
.cid-vgitCq0S3d .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-vgitCq0S3d .btn-black-outline {
  border: 1px solid #000000;
}
.cid-vgitCq0S3d .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vgitCqg7fN {
  padding-top: 7rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-vgitCqg7fN .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #ffffff;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-vgitCqg7fN .main_header {
    padding-top: 66px;
  }
  .cid-vgitCqg7fN .main_header > .row {
    flex-direction: column;
  }
  .cid-vgitCqg7fN .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-vgitCqg7fN .mbr-section-title {
  color: #202020;
  margin: 25px 2rem 25px;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vgitCqg7fN .mbr-section-title {
    text-align: center;
  }
}
.cid-vgitCqg7fN .mbr-text {
  margin: 25px 0;
}
.cid-vgitCqg7fN .bgImage {
  position: relative;
  width: 100%;
  height: 600px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-vgitCqg7fN .bgImage {
    height: 65vh;
  }
}
.cid-vgitCqg7fN img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgitCqg7fN .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-vgitCqg7fN .linkBtn a:after,
.cid-vgitCqg7fN .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-vgitCqg7fN .linkBtn a:before {
  left: 0;
}
.cid-vgitCqg7fN .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-vgitCqg7fN .linkBtn a:hover:before,
.cid-vgitCqg7fN .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-vgitCqg7fN .mbr-text,
.cid-vgitCqg7fN .linkBtn {
  text-align: left;
}
.cid-vgitCquJdL {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vgitCqExvp {
  padding-top: 450px;
  padding-bottom: 450px;
  background-image: url("../../../assets/images/zanocchi-1.jpg");
}
@media (max-width: 992px) {
  .cid-vgitCqExvp {
    padding-top: 300px;
    padding-bottom: 300px;
  }
}
@media (max-width: 576px) {
  .cid-vgitCqExvp {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}
.cid-vgitCqExvp .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-vgitCqExvp .icon-wrap span {
  padding-left: 8px;
}
.cid-vgitCqExvp .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-vgitCqExvp .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-vgitCqExvp .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vgitCqExvp .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vgitCqExvp .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vgitCqExvp a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-vgitCqExvp a.close:hover {
  color: #ffffff;
}
.cid-vgitCqExvp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgitCqExvp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgitCr9hhZ {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgitCr9hhZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgitCr9hhZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgitCr9hhZ .border-item {
  width: 100%;
  height: 1px;
  background-color: #1e1d1c;
  margin-bottom: 50px;
}
.cid-vgitCr9hhZ .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vgitCr9hhZ .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-vgitCr9hhZ .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-vgitCr9hhZ .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-vgitCr9hhZ .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-vgitCr9hhZ .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-vgitCr9hhZ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vgitCr9hhZ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vgitCr9hhZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-vgitCr9hhZ .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-vgitCr9hhZ .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vgitCr9hhZ .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-vgitCr9hhZ .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-vgitCr9hhZ .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-vgitCr9hhZ .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-vgitCr9hhZ .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-vgitCr9hhZ .list li:hover {
  color: #000000 !important;
}
.cid-vgitCr9hhZ .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-vgitCr9hhZ .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-vgitCr9hhZ .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-vgitCr9hhZ .social-list {
    justify-content: flex-start;
  }
}
.cid-vgitCr9hhZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-vgitCr9hhZ .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vgitCr9hhZ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-vgitCr9hhZ .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vgitCr9hhZ .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-vgitCr9hhZ .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-vgitCr9hhZ .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vgitCr9hhZ .contact-list li {
    text-align: left;
  }
}
.cid-vgitCr9hhZ .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-vgitCr9hhZ .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-vgitCr9hhZ .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-vgitCr9hhZ .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-vgitCr9hhZ .copyright-container {
    margin-top: 40px;
  }
}
.cid-vgitCr9hhZ .copyright {
  color: #747474;
}
.cid-vgiQ77xKly {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgiQ77xKly .mbr-text {
  color: #000000;
}
.cid-vgiQ77xKly .mbr-section-subtitle {
  color: #000000;
}
.cid-vgiQ77xKly .mbr-section-title {
  color: #000000;
}
.cid-uHkEWoJUlh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uHkEWoJUlh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uHkEWoJUlh .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uHkEWoJUlh .btn {
  font-weight: 400;
}
.cid-uHkEWoJUlh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHkEWoJUlh .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uHkEWoJUlh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHkEWoJUlh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHkEWoJUlh .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uHkEWoJUlh .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uHkEWoJUlh .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uHkEWoJUlh .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uHkEWoJUlh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uHkEWoJUlh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uHkEWoJUlh .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uHkEWoJUlh .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uHkEWoJUlh .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uHkEWoJUlh .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uHkEWoJUlh .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uHkEWoJUlh .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uHkEWoJUlh .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uHkEWoJUlh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uHkEWoJUlh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uHkEWoJUlh .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uHkEWoJUlh .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHkEWoJUlh .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uHkEWoJUlh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHkEWoJUlh .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uHkEWoJUlh .nav-item:focus,
.cid-uHkEWoJUlh .nav-link:focus {
  outline: none;
}
.cid-uHkEWoJUlh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHkEWoJUlh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHkEWoJUlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHkEWoJUlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHkEWoJUlh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHkEWoJUlh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHkEWoJUlh .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uHkEWoJUlh .navbar.opened {
  transition: all 0.25s;
}
.cid-uHkEWoJUlh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHkEWoJUlh .navbar .navbar-logo img {
  width: auto;
}
.cid-uHkEWoJUlh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uHkEWoJUlh .navbar.collapsed {
  justify-content: center;
}
.cid-uHkEWoJUlh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHkEWoJUlh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHkEWoJUlh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uHkEWoJUlh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHkEWoJUlh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHkEWoJUlh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHkEWoJUlh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHkEWoJUlh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHkEWoJUlh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uHkEWoJUlh .navbar {
    min-height: 72px;
  }
  .cid-uHkEWoJUlh .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uHkEWoJUlh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHkEWoJUlh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHkEWoJUlh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHkEWoJUlh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHkEWoJUlh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHkEWoJUlh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHkEWoJUlh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uHkEWoJUlh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHkEWoJUlh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHkEWoJUlh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uHkEWoJUlh .dropdown-item.active,
.cid-uHkEWoJUlh .dropdown-item:active {
  background-color: transparent;
}
.cid-uHkEWoJUlh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHkEWoJUlh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHkEWoJUlh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHkEWoJUlh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHkEWoJUlh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uHkEWoJUlh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uHkEWoJUlh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHkEWoJUlh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uHkEWoJUlh .navbar-buttons {
    text-align: left;
  }
}
.cid-uHkEWoJUlh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHkEWoJUlh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e1d1c;
}
.cid-uHkEWoJUlh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHkEWoJUlh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHkEWoJUlh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHkEWoJUlh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHkEWoJUlh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHkEWoJUlh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHkEWoJUlh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHkEWoJUlh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHkEWoJUlh .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-uHkEWoJUlh .opacityScroll {
  background: #ffffff !important;
}
.cid-uHkEWoJUlh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHkEWoJUlh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHkEWoJUlh .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHkEWoJUlh .navbar {
    height: 70px;
  }
  .cid-uHkEWoJUlh .navbar.opened {
    height: auto;
  }
  .cid-uHkEWoJUlh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHkEWoJUlh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uHkEWoJUlh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uHkEWoJUlh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uHkEWoJUlh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uHkEWoJUlh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uHkEWoJUlh .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uHkEWoJUlh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uHkEWoJUlh .navbar-brand {
    margin-right: auto;
  }
  .cid-uHkEWoJUlh .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uHkEWoJUlh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uHkEWoJUlh .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uHkEWoJUlh .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uHkEWoJUlh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uHkEWoJUlh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uHkEWoJUlh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uHkEWoJUlh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uHkEWoJUlh .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uHkEWoJUlh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHkEWoJUlh .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uHkEWoJUlh .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uHkEWoJUlh .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vgj0zJ44wY {
  padding-top: 450px;
  padding-bottom: 390px;
  background-image: url("../../../assets/images/capa-2.jpg");
}
@media (max-width: 992px) {
  .cid-vgj0zJ44wY {
    padding-top: 300px;
    padding-bottom: 260px;
  }
}
@media (max-width: 576px) {
  .cid-vgj0zJ44wY {
    padding-top: 210px;
    padding-bottom: 182px;
  }
}
.cid-vgj0zJ44wY .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-vgj0zJ44wY .icon-wrap span {
  padding-left: 8px;
}
.cid-vgj0zJ44wY .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-vgj0zJ44wY .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-vgj0zJ44wY .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vgj0zJ44wY .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vgj0zJ44wY .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vgj0zJ44wY a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-vgj0zJ44wY a.close:hover {
  color: #ffffff;
}
.cid-vgj0zJ44wY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgj0zJ44wY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgj2Hxkh15 {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgj2Hxkh15 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgj2Hxkh15 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vgj2Hxkh15 .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vgj2Hxkh15 .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
.cid-vgj2Hxkh15 .card-wrapper {
  background: #ffffff;
}
.cid-vgj2Hxkh15 .mbr-text,
.cid-vgj2Hxkh15 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vgj2Hxkh15 .card-title,
.cid-vgj2Hxkh15 .card-box {
  text-align: right;
  color: #000000;
}
.cid-vgj2Hxkh15 .card-title,
.cid-vgj2Hxkh15 .card-box DIV {
  text-align: center;
}
.cid-vgj2Hxkh15 .mbr-section-subtitle {
  text-align: center;
}
.cid-vgiQliVZOg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgiQliVZOg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgiQliVZOg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vgiQliVZOg .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vgiQliVZOg .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
.cid-vgiQliVZOg .card-wrapper {
  background: #ffffff;
}
.cid-vgiQliVZOg .mbr-text,
.cid-vgiQliVZOg .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vgiQliVZOg .card-title,
.cid-vgiQliVZOg .card-box {
  text-align: left;
  color: #000000;
}
.cid-vgiTLXio4q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgiTLXio4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgiTLXio4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vgiTLXio4q .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vgiTLXio4q .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
.cid-vgiTLXio4q .card-wrapper {
  background: #ffffff;
}
.cid-vgiTLXio4q .mbr-text,
.cid-vgiTLXio4q .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vgiTLXio4q .card-title,
.cid-vgiTLXio4q .card-box {
  text-align: left;
  color: #000000;
}
.cid-vgiUhdtrAB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgiUhdtrAB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgiUhdtrAB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vgiUhdtrAB .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vgiUhdtrAB .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
.cid-vgiUhdtrAB .card-wrapper {
  background: #ffffff;
}
.cid-vgiUhdtrAB .mbr-text,
.cid-vgiUhdtrAB .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vgiUhdtrAB .card-title,
.cid-vgiUhdtrAB .card-box {
  text-align: left;
  color: #000000;
}
.cid-vgiUMtRaEh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgiUMtRaEh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgiUMtRaEh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vgiUMtRaEh .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vgiUMtRaEh .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
.cid-vgiUMtRaEh .card-wrapper {
  background: #ffffff;
}
.cid-vgiUMtRaEh .mbr-text,
.cid-vgiUMtRaEh .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vgiUMtRaEh .card-title,
.cid-vgiUMtRaEh .card-box {
  text-align: left;
  color: #000000;
}
.cid-vgiVb7QcJi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgiVb7QcJi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgiVb7QcJi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vgiVb7QcJi .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vgiVb7QcJi .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
.cid-vgiVb7QcJi .card-wrapper {
  background: #ffffff;
}
.cid-vgiVb7QcJi .mbr-text,
.cid-vgiVb7QcJi .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vgiVb7QcJi .card-title,
.cid-vgiVb7QcJi .card-box {
  text-align: left;
  color: #000000;
}
.cid-vgiWf8HcMC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgiWf8HcMC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgiWf8HcMC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vgiWf8HcMC .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vgiWf8HcMC .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
.cid-vgiWf8HcMC .card-wrapper {
  background: #ffffff;
}
.cid-vgiWf8HcMC .mbr-text,
.cid-vgiWf8HcMC .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vgiWf8HcMC .card-title,
.cid-vgiWf8HcMC .card-box {
  text-align: left;
  color: #000000;
}
.cid-vgiWIG9kr1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgiWIG9kr1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgiWIG9kr1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vgiWIG9kr1 .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vgiWIG9kr1 .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
.cid-vgiWIG9kr1 .card-wrapper {
  background: #ffffff;
}
.cid-vgiWIG9kr1 .mbr-text,
.cid-vgiWIG9kr1 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vgiWIG9kr1 .card-title,
.cid-vgiWIG9kr1 .card-box {
  text-align: left;
  color: #000000;
}
.cid-vgiX7iTzvn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgiX7iTzvn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgiX7iTzvn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vgiX7iTzvn .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vgiX7iTzvn .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
.cid-vgiX7iTzvn .card-wrapper {
  background: #ffffff;
}
.cid-vgiX7iTzvn .mbr-text,
.cid-vgiX7iTzvn .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vgiX7iTzvn .card-title,
.cid-vgiX7iTzvn .card-box {
  text-align: left;
  color: #000000;
}
.cid-vgiXwierv5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgiXwierv5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgiXwierv5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vgiXwierv5 .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vgiXwierv5 .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
.cid-vgiXwierv5 .card-wrapper {
  background: #ffffff;
}
.cid-vgiXwierv5 .mbr-text,
.cid-vgiXwierv5 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vgiXwierv5 .card-title,
.cid-vgiXwierv5 .card-box {
  text-align: left;
  color: #000000;
}
.cid-vgiXUjoB3Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgiXUjoB3Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgiXUjoB3Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vgiXUjoB3Z .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vgiXUjoB3Z .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
.cid-vgiXUjoB3Z .card-wrapper {
  background: #ffffff;
}
.cid-vgiXUjoB3Z .mbr-text,
.cid-vgiXUjoB3Z .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vgiXUjoB3Z .card-title,
.cid-vgiXUjoB3Z .card-box {
  text-align: left;
  color: #000000;
}
.cid-vgiYFOxLaC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgiYFOxLaC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgiYFOxLaC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vgiYFOxLaC .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vgiYFOxLaC .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
.cid-vgiYFOxLaC .card-wrapper {
  background: #ffffff;
}
.cid-vgiYFOxLaC .mbr-text,
.cid-vgiYFOxLaC .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vgiYFOxLaC .card-title,
.cid-vgiYFOxLaC .card-box {
  text-align: left;
  color: #000000;
}
.cid-vgiZ4PAbdA {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #f7f7f7;
}
.cid-vgiZ4PAbdA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgiZ4PAbdA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vgiZ4PAbdA .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vgiZ4PAbdA .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
.cid-vgiZ4PAbdA .card-wrapper {
  background: #ffffff;
}
.cid-vgiZ4PAbdA .mbr-text,
.cid-vgiZ4PAbdA .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vgiZ4PAbdA .card-title,
.cid-vgiZ4PAbdA .card-box {
  text-align: left;
  color: #000000;
}
.cid-vgj54gQ0jD {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/modelo-wind-poltrona-mg-7890.jpeg");
}
@media (max-width: 992px) {
  .cid-vgj54gQ0jD {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (max-width: 576px) {
  .cid-vgj54gQ0jD {
    padding-top: 105px;
    padding-bottom: 105px;
  }
}
.cid-vgj54gQ0jD .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-vgj54gQ0jD .icon-wrap span {
  padding-left: 8px;
}
.cid-vgj54gQ0jD .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-vgj54gQ0jD .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-vgj54gQ0jD .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vgj54gQ0jD .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vgj54gQ0jD .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vgj54gQ0jD a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-vgj54gQ0jD a.close:hover {
  color: #ffffff;
}
.cid-vgj54gQ0jD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgj54gQ0jD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGKhVejwmW {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGKhVejwmW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGKhVejwmW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGKhVejwmW .border-item {
  width: 100%;
  height: 1px;
  background-color: #1e1d1c;
  margin-bottom: 50px;
}
.cid-uGKhVejwmW .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uGKhVejwmW .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-uGKhVejwmW .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-uGKhVejwmW .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-uGKhVejwmW .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-uGKhVejwmW .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uGKhVejwmW .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uGKhVejwmW .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uGKhVejwmW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uGKhVejwmW .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uGKhVejwmW .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uGKhVejwmW .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uGKhVejwmW .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-uGKhVejwmW .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-uGKhVejwmW .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uGKhVejwmW .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-uGKhVejwmW .list li:hover {
  color: #000000 !important;
}
.cid-uGKhVejwmW .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uGKhVejwmW .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-uGKhVejwmW .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uGKhVejwmW .social-list {
    justify-content: flex-start;
  }
}
.cid-uGKhVejwmW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uGKhVejwmW .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uGKhVejwmW .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uGKhVejwmW .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uGKhVejwmW .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uGKhVejwmW .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-uGKhVejwmW .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uGKhVejwmW .contact-list li {
    text-align: left;
  }
}
.cid-uGKhVejwmW .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-uGKhVejwmW .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uGKhVejwmW .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-uGKhVejwmW .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-uGKhVejwmW .copyright-container {
    margin-top: 40px;
  }
}
.cid-uGKhVejwmW .copyright {
  color: #747474;
}
