.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((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.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ba663c !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #fad329 !important;
}
.bg-danger {
  background-color: #ba663c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ba663c !important;
  border-color: #ba663c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #784227 !important;
  border-color: #784227 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #784227 !important;
  border-color: #784227 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fad329 !important;
  border-color: #fad329 !important;
  color: #231d01 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #c8a305 !important;
  border-color: #c8a305 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #231d01 !important;
  background-color: #c8a305 !important;
  border-color: #c8a305 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ba663c !important;
  border-color: #ba663c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #784227 !important;
  border-color: #784227 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #784227 !important;
  border-color: #784227 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ba663c;
  color: #ba663c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #784227 !important;
  background-color: transparent!important;
  border-color: #784227 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ba663c !important;
  border-color: #ba663c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fad329;
  color: #fad329;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c8a305 !important;
  background-color: transparent!important;
  border-color: #c8a305 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #231d01 !important;
  background-color: #fad329 !important;
  border-color: #fad329 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ba663c;
  color: #ba663c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #784227 !important;
  background-color: transparent!important;
  border-color: #784227 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ba663c !important;
  border-color: #ba663c !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: #ba663c !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #fad329 !important;
}
.text-danger {
  color: #ba663c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6d3c23 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b99704 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #6d3c23 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ba663c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #fad329;
}
.alert-danger {
  background-color: #ba663c;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ba663c;
  border-color: #ba663c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ba663c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #deaf98;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffcf0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #deaf98;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ba663c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ba663c;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ba663c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ba663c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ba663c;
  border-bottom-color: #ba663c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ba663c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%23ba663c' %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-sLaXIH4uve {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/img-2157-1616x656.png");
}
.cid-uPINn3I5v1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPINn3I5v1 img,
.cid-uPINn3I5v1 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uPINn3I5v1 .item:focus,
.cid-uPINn3I5v1 span:focus {
  outline: none;
}
.cid-uPINn3I5v1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uPINn3I5v1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uPINn3I5v1 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uPINn3I5v1 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPINn3I5v1 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uPINn3I5v1 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uPINn3I5v1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uPINn3I5v1 .mbr-section-title {
  color: #ba663c;
}
.cid-uPINn3I5v1 .mbr-text,
.cid-uPINn3I5v1 .mbr-section-btn {
  text-align: left;
}
.cid-uPINn3I5v1 .item-title {
  text-align: left;
}
.cid-uPINn3I5v1 .item-subtitle {
  text-align: left;
}
.cid-s48P1Icc8J {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ba663c;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sLmbIaFJcD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sLmbIaFJcD nav.navbar {
  position: fixed;
}
.cid-sLmbIaFJcD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLmbIaFJcD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sLmbIaFJcD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sLmbIaFJcD .dropdown-item:hover,
.cid-sLmbIaFJcD .dropdown-item:focus {
  background: #ba663c !important;
  color: white !important;
}
.cid-sLmbIaFJcD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sLmbIaFJcD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sLmbIaFJcD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sLmbIaFJcD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sLmbIaFJcD .nav-link {
  position: relative;
}
.cid-sLmbIaFJcD .container {
  display: flex;
  margin: auto;
}
.cid-sLmbIaFJcD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLmbIaFJcD .dropdown-menu,
.cid-sLmbIaFJcD .navbar.opened {
  background: #ffffff !important;
}
.cid-sLmbIaFJcD .nav-item:focus,
.cid-sLmbIaFJcD .nav-link:focus {
  outline: none;
}
.cid-sLmbIaFJcD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sLmbIaFJcD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLmbIaFJcD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sLmbIaFJcD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLmbIaFJcD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLmbIaFJcD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLmbIaFJcD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sLmbIaFJcD .navbar.opened {
  transition: all 0.3s;
}
.cid-sLmbIaFJcD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sLmbIaFJcD .navbar .navbar-logo img {
  width: auto;
}
.cid-sLmbIaFJcD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLmbIaFJcD .navbar.collapsed {
  justify-content: center;
}
.cid-sLmbIaFJcD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLmbIaFJcD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sLmbIaFJcD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sLmbIaFJcD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLmbIaFJcD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLmbIaFJcD .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-sLmbIaFJcD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLmbIaFJcD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLmbIaFJcD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sLmbIaFJcD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLmbIaFJcD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLmbIaFJcD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLmbIaFJcD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLmbIaFJcD .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-sLmbIaFJcD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sLmbIaFJcD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLmbIaFJcD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLmbIaFJcD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sLmbIaFJcD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sLmbIaFJcD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sLmbIaFJcD .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLmbIaFJcD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sLmbIaFJcD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sLmbIaFJcD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLmbIaFJcD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLmbIaFJcD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLmbIaFJcD .dropdown-item.active,
.cid-sLmbIaFJcD .dropdown-item:active {
  background-color: transparent;
}
.cid-sLmbIaFJcD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLmbIaFJcD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLmbIaFJcD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLmbIaFJcD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLmbIaFJcD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLmbIaFJcD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLmbIaFJcD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sLmbIaFJcD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sLmbIaFJcD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sLmbIaFJcD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sLmbIaFJcD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLmbIaFJcD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLmbIaFJcD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLmbIaFJcD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLmbIaFJcD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLmbIaFJcD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLmbIaFJcD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLmbIaFJcD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLmbIaFJcD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sLmbIaFJcD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLmbIaFJcD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLmbIaFJcD .navbar {
    height: 70px;
  }
  .cid-sLmbIaFJcD .navbar.opened {
    height: auto;
  }
  .cid-sLmbIaFJcD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfcLo2Qt9n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapp-image-2025-06-09-at-04.39.56-27-1080x1080.jpg");
}
.cid-vfcLPgRgm2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfcLPgRgm2 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vfcLPgRgm2 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-vfcLPgRgm2 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfcLPgRgm2 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vfcLPgRgm2 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ba663c;
}
.cid-vfcLPgRgm2 .mbr-section-title {
  color: #ba663c;
}
.cid-vfcLo4prBN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ba663c;
}
.cid-vfcLo4prBN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vfcLo4prBN .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vfcLo4prBN .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vfcLo4prBN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vfcLo4prBN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vfcLo4prBN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vfcLo4prBN .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vfcLo4prBN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vfcLo4prBN .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vfcLo4prBN .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vfcLo4prBN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vfcLo4prBN .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vfcLo4prBN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vfcLo4prBN .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vfcLo4ZMn0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vfcLo4ZMn0 nav.navbar {
  position: fixed;
}
.cid-vfcLo4ZMn0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfcLo4ZMn0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vfcLo4ZMn0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vfcLo4ZMn0 .dropdown-item:hover,
.cid-vfcLo4ZMn0 .dropdown-item:focus {
  background: #ba663c !important;
  color: white !important;
}
.cid-vfcLo4ZMn0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfcLo4ZMn0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfcLo4ZMn0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfcLo4ZMn0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfcLo4ZMn0 .nav-link {
  position: relative;
}
.cid-vfcLo4ZMn0 .container {
  display: flex;
  margin: auto;
}
.cid-vfcLo4ZMn0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfcLo4ZMn0 .dropdown-menu,
.cid-vfcLo4ZMn0 .navbar.opened {
  background: #ffffff !important;
}
.cid-vfcLo4ZMn0 .nav-item:focus,
.cid-vfcLo4ZMn0 .nav-link:focus {
  outline: none;
}
.cid-vfcLo4ZMn0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfcLo4ZMn0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfcLo4ZMn0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfcLo4ZMn0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfcLo4ZMn0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfcLo4ZMn0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfcLo4ZMn0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vfcLo4ZMn0 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfcLo4ZMn0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfcLo4ZMn0 .navbar .navbar-logo img {
  width: auto;
}
.cid-vfcLo4ZMn0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfcLo4ZMn0 .navbar.collapsed {
  justify-content: center;
}
.cid-vfcLo4ZMn0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfcLo4ZMn0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfcLo4ZMn0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vfcLo4ZMn0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfcLo4ZMn0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfcLo4ZMn0 .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-vfcLo4ZMn0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfcLo4ZMn0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfcLo4ZMn0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfcLo4ZMn0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfcLo4ZMn0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfcLo4ZMn0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfcLo4ZMn0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfcLo4ZMn0 .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-vfcLo4ZMn0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfcLo4ZMn0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfcLo4ZMn0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfcLo4ZMn0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfcLo4ZMn0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfcLo4ZMn0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfcLo4ZMn0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vfcLo4ZMn0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vfcLo4ZMn0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vfcLo4ZMn0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfcLo4ZMn0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfcLo4ZMn0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfcLo4ZMn0 .dropdown-item.active,
.cid-vfcLo4ZMn0 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfcLo4ZMn0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfcLo4ZMn0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfcLo4ZMn0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfcLo4ZMn0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vfcLo4ZMn0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfcLo4ZMn0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfcLo4ZMn0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfcLo4ZMn0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vfcLo4ZMn0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfcLo4ZMn0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vfcLo4ZMn0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfcLo4ZMn0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfcLo4ZMn0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfcLo4ZMn0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfcLo4ZMn0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfcLo4ZMn0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfcLo4ZMn0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfcLo4ZMn0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfcLo4ZMn0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfcLo4ZMn0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfcLo4ZMn0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfcLo4ZMn0 .navbar {
    height: 70px;
  }
  .cid-vfcLo4ZMn0 .navbar.opened {
    height: auto;
  }
  .cid-vfcLo4ZMn0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfcHMGAv0I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapp-image-2025-06-09-at-04.39.56-27-1080x1080.jpg");
}
.cid-vfcHMH0IoI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfcHMH0IoI img,
.cid-vfcHMH0IoI .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vfcHMH0IoI .item:focus,
.cid-vfcHMH0IoI span:focus {
  outline: none;
}
.cid-vfcHMH0IoI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vfcHMH0IoI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfcHMH0IoI .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vfcHMH0IoI .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfcHMH0IoI .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vfcHMH0IoI .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vfcHMH0IoI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfcHMH0IoI .mbr-section-title {
  color: #ba663c;
}
.cid-vfcHMH0IoI .mbr-text,
.cid-vfcHMH0IoI .mbr-section-btn {
  text-align: left;
}
.cid-vfcHMH0IoI .item-title {
  text-align: left;
  color: #ba663c;
}
.cid-vfcHMH0IoI .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vfs8RbR0en {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfs8RbR0en img,
.cid-vfs8RbR0en .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vfs8RbR0en .item:focus,
.cid-vfs8RbR0en span:focus {
  outline: none;
}
.cid-vfs8RbR0en .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vfs8RbR0en .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfs8RbR0en .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vfs8RbR0en .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfs8RbR0en .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vfs8RbR0en .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vfs8RbR0en .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfs8RbR0en .mbr-section-title {
  color: #ba663c;
}
.cid-vfs8RbR0en .mbr-text,
.cid-vfs8RbR0en .mbr-section-btn {
  text-align: left;
}
.cid-vfs8RbR0en .item-title {
  text-align: left;
  color: #ba663c;
}
.cid-vfs8RbR0en .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vfcHMJDgFp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ba663c;
}
.cid-vfcHMJDgFp .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vfcHMJDgFp .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vfcHMJDgFp .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vfcHMJDgFp .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vfcHMJDgFp .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vfcHMJDgFp .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vfcHMJDgFp .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vfcHMJDgFp .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vfcHMJDgFp .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vfcHMJDgFp .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vfcHMJDgFp .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vfcHMJDgFp .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vfcHMJDgFp .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vfcHMJDgFp .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vfcHMJZrUV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vfcHMJZrUV nav.navbar {
  position: fixed;
}
.cid-vfcHMJZrUV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfcHMJZrUV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vfcHMJZrUV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vfcHMJZrUV .dropdown-item:hover,
.cid-vfcHMJZrUV .dropdown-item:focus {
  background: #ba663c !important;
  color: white !important;
}
.cid-vfcHMJZrUV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfcHMJZrUV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfcHMJZrUV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfcHMJZrUV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfcHMJZrUV .nav-link {
  position: relative;
}
.cid-vfcHMJZrUV .container {
  display: flex;
  margin: auto;
}
.cid-vfcHMJZrUV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfcHMJZrUV .dropdown-menu,
.cid-vfcHMJZrUV .navbar.opened {
  background: #ffffff !important;
}
.cid-vfcHMJZrUV .nav-item:focus,
.cid-vfcHMJZrUV .nav-link:focus {
  outline: none;
}
.cid-vfcHMJZrUV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfcHMJZrUV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfcHMJZrUV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfcHMJZrUV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfcHMJZrUV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfcHMJZrUV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfcHMJZrUV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vfcHMJZrUV .navbar.opened {
  transition: all 0.3s;
}
.cid-vfcHMJZrUV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfcHMJZrUV .navbar .navbar-logo img {
  width: auto;
}
.cid-vfcHMJZrUV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfcHMJZrUV .navbar.collapsed {
  justify-content: center;
}
.cid-vfcHMJZrUV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfcHMJZrUV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfcHMJZrUV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vfcHMJZrUV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfcHMJZrUV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfcHMJZrUV .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-vfcHMJZrUV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfcHMJZrUV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfcHMJZrUV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfcHMJZrUV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfcHMJZrUV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfcHMJZrUV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfcHMJZrUV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfcHMJZrUV .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-vfcHMJZrUV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfcHMJZrUV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfcHMJZrUV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfcHMJZrUV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfcHMJZrUV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfcHMJZrUV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfcHMJZrUV .navbar.navbar-short {
  min-height: 60px;
}
.cid-vfcHMJZrUV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vfcHMJZrUV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vfcHMJZrUV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfcHMJZrUV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfcHMJZrUV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfcHMJZrUV .dropdown-item.active,
.cid-vfcHMJZrUV .dropdown-item:active {
  background-color: transparent;
}
.cid-vfcHMJZrUV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfcHMJZrUV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfcHMJZrUV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfcHMJZrUV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vfcHMJZrUV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfcHMJZrUV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfcHMJZrUV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfcHMJZrUV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vfcHMJZrUV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfcHMJZrUV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vfcHMJZrUV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfcHMJZrUV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfcHMJZrUV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfcHMJZrUV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfcHMJZrUV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfcHMJZrUV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfcHMJZrUV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfcHMJZrUV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfcHMJZrUV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfcHMJZrUV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfcHMJZrUV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfcHMJZrUV .navbar {
    height: 70px;
  }
  .cid-vfcHMJZrUV .navbar.opened {
    height: auto;
  }
  .cid-vfcHMJZrUV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veTAIZ0XV9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapp-image-2025-06-09-at-04.39.56-27-1080x1080.jpg");
}
.cid-veTB4FXCdv {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veTB4FXCdv img,
.cid-veTB4FXCdv .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-veTB4FXCdv .item:focus,
.cid-veTB4FXCdv span:focus {
  outline: none;
}
.cid-veTB4FXCdv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veTB4FXCdv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veTB4FXCdv .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-veTB4FXCdv .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veTB4FXCdv .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-veTB4FXCdv .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-veTB4FXCdv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veTB4FXCdv .mbr-section-title {
  color: #ba663c;
}
.cid-veTB4FXCdv .mbr-text,
.cid-veTB4FXCdv .mbr-section-btn {
  text-align: left;
}
.cid-veTB4FXCdv .item-title {
  text-align: left;
  color: #ba663c;
}
.cid-veTB4FXCdv .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vf5PW48myk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vf5PW48myk img,
.cid-vf5PW48myk .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vf5PW48myk .item:focus,
.cid-vf5PW48myk span:focus {
  outline: none;
}
.cid-vf5PW48myk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vf5PW48myk .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vf5PW48myk .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vf5PW48myk .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vf5PW48myk .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vf5PW48myk .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vf5PW48myk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vf5PW48myk .mbr-section-title {
  color: #ba663c;
}
.cid-vf5PW48myk .mbr-text,
.cid-vf5PW48myk .mbr-section-btn {
  text-align: left;
}
.cid-vf5PW48myk .item-title {
  text-align: left;
  color: #ba663c;
}
.cid-vf5PW48myk .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vfbbXKP1pu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbbXKP1pu img,
.cid-vfbbXKP1pu .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vfbbXKP1pu .item:focus,
.cid-vfbbXKP1pu span:focus {
  outline: none;
}
.cid-vfbbXKP1pu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vfbbXKP1pu .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfbbXKP1pu .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vfbbXKP1pu .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfbbXKP1pu .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vfbbXKP1pu .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vfbbXKP1pu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfbbXKP1pu .mbr-section-title {
  color: #ba663c;
}
.cid-vfbbXKP1pu .mbr-text,
.cid-vfbbXKP1pu .mbr-section-btn {
  text-align: left;
}
.cid-vfbbXKP1pu .item-title {
  text-align: left;
  color: #ba663c;
}
.cid-vfbbXKP1pu .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vfbdBF5Ru0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbdBF5Ru0 img,
.cid-vfbdBF5Ru0 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vfbdBF5Ru0 .item:focus,
.cid-vfbdBF5Ru0 span:focus {
  outline: none;
}
.cid-vfbdBF5Ru0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vfbdBF5Ru0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfbdBF5Ru0 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vfbdBF5Ru0 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfbdBF5Ru0 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vfbdBF5Ru0 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vfbdBF5Ru0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfbdBF5Ru0 .mbr-section-title {
  color: #ba663c;
}
.cid-vfbdBF5Ru0 .mbr-text,
.cid-vfbdBF5Ru0 .mbr-section-btn {
  text-align: left;
}
.cid-vfbdBF5Ru0 .item-title {
  text-align: left;
  color: #ba663c;
}
.cid-vfbdBF5Ru0 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vfbeklqm7x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbeklqm7x img,
.cid-vfbeklqm7x .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vfbeklqm7x .item:focus,
.cid-vfbeklqm7x span:focus {
  outline: none;
}
.cid-vfbeklqm7x .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vfbeklqm7x .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfbeklqm7x .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vfbeklqm7x .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfbeklqm7x .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vfbeklqm7x .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vfbeklqm7x .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfbeklqm7x .mbr-section-title {
  color: #ba663c;
}
.cid-vfbeklqm7x .mbr-text,
.cid-vfbeklqm7x .mbr-section-btn {
  text-align: left;
}
.cid-vfbeklqm7x .item-title {
  text-align: left;
  color: #ba663c;
}
.cid-vfbeklqm7x .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vfbUHUoJ5K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbUHUoJ5K img,
.cid-vfbUHUoJ5K .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vfbUHUoJ5K .item:focus,
.cid-vfbUHUoJ5K span:focus {
  outline: none;
}
.cid-vfbUHUoJ5K .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vfbUHUoJ5K .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfbUHUoJ5K .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vfbUHUoJ5K .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfbUHUoJ5K .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vfbUHUoJ5K .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vfbUHUoJ5K .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfbUHUoJ5K .mbr-section-title {
  color: #ba663c;
}
.cid-vfbUHUoJ5K .mbr-text,
.cid-vfbUHUoJ5K .mbr-section-btn {
  text-align: left;
}
.cid-vfbUHUoJ5K .item-title {
  text-align: left;
  color: #ba663c;
}
.cid-vfbUHUoJ5K .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-veTAJ8otJi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ba663c;
}
.cid-veTAJ8otJi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veTAJ8otJi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-veTAJ8otJi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-veTAJ8otJi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-veTAJ8otJi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-veTAJ8otJi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-veTAJ8otJi .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-veTAJ8otJi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-veTAJ8otJi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-veTAJ8otJi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-veTAJ8otJi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-veTAJ8otJi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-veTAJ8otJi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-veTAJ8otJi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-veTAJcbwTq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veTAJcbwTq nav.navbar {
  position: fixed;
}
.cid-veTAJcbwTq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veTAJcbwTq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veTAJcbwTq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veTAJcbwTq .dropdown-item:hover,
.cid-veTAJcbwTq .dropdown-item:focus {
  background: #ba663c !important;
  color: white !important;
}
.cid-veTAJcbwTq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veTAJcbwTq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veTAJcbwTq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veTAJcbwTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veTAJcbwTq .nav-link {
  position: relative;
}
.cid-veTAJcbwTq .container {
  display: flex;
  margin: auto;
}
.cid-veTAJcbwTq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veTAJcbwTq .dropdown-menu,
.cid-veTAJcbwTq .navbar.opened {
  background: #ffffff !important;
}
.cid-veTAJcbwTq .nav-item:focus,
.cid-veTAJcbwTq .nav-link:focus {
  outline: none;
}
.cid-veTAJcbwTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veTAJcbwTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veTAJcbwTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veTAJcbwTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veTAJcbwTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veTAJcbwTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veTAJcbwTq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-veTAJcbwTq .navbar.opened {
  transition: all 0.3s;
}
.cid-veTAJcbwTq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veTAJcbwTq .navbar .navbar-logo img {
  width: auto;
}
.cid-veTAJcbwTq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veTAJcbwTq .navbar.collapsed {
  justify-content: center;
}
.cid-veTAJcbwTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veTAJcbwTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veTAJcbwTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-veTAJcbwTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veTAJcbwTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veTAJcbwTq .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-veTAJcbwTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veTAJcbwTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veTAJcbwTq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veTAJcbwTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veTAJcbwTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veTAJcbwTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veTAJcbwTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veTAJcbwTq .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-veTAJcbwTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veTAJcbwTq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veTAJcbwTq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veTAJcbwTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veTAJcbwTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veTAJcbwTq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veTAJcbwTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-veTAJcbwTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veTAJcbwTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veTAJcbwTq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veTAJcbwTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veTAJcbwTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veTAJcbwTq .dropdown-item.active,
.cid-veTAJcbwTq .dropdown-item:active {
  background-color: transparent;
}
.cid-veTAJcbwTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veTAJcbwTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veTAJcbwTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veTAJcbwTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veTAJcbwTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veTAJcbwTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veTAJcbwTq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veTAJcbwTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veTAJcbwTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veTAJcbwTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veTAJcbwTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veTAJcbwTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTAJcbwTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veTAJcbwTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veTAJcbwTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTAJcbwTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veTAJcbwTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veTAJcbwTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veTAJcbwTq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veTAJcbwTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veTAJcbwTq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veTAJcbwTq .navbar {
    height: 70px;
  }
  .cid-veTAJcbwTq .navbar.opened {
    height: auto;
  }
  .cid-veTAJcbwTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfbADCz2vE {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/whatsapp-image-2025-06-09-at-04.39.56-27-1080x1080.jpg");
}
.cid-vfbC8uczSV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfbC8uczSV img,
.cid-vfbC8uczSV .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vfbC8uczSV .item:focus,
.cid-vfbC8uczSV span:focus {
  outline: none;
}
.cid-vfbC8uczSV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vfbC8uczSV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfbC8uczSV .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vfbC8uczSV .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfbC8uczSV .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vfbC8uczSV .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vfbC8uczSV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfbC8uczSV .mbr-section-title {
  color: #ba663c;
}
.cid-vfbC8uczSV .mbr-text,
.cid-vfbC8uczSV .mbr-section-btn {
  text-align: left;
}
.cid-vfbC8uczSV .item-title {
  text-align: left;
  color: #ba663c;
}
.cid-vfbC8uczSV .item-subtitle {
  text-align: left;
}
.cid-vfbADE32vu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ba663c;
}
.cid-vfbADE32vu .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vfbADE32vu .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vfbADE32vu .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vfbADE32vu .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vfbADE32vu .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vfbADE32vu .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vfbADE32vu .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vfbADE32vu .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vfbADE32vu .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vfbADE32vu .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vfbADE32vu .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vfbADE32vu .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vfbADE32vu .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vfbADE32vu .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vfbADEoJlO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vfbADEoJlO nav.navbar {
  position: fixed;
}
.cid-vfbADEoJlO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfbADEoJlO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vfbADEoJlO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vfbADEoJlO .dropdown-item:hover,
.cid-vfbADEoJlO .dropdown-item:focus {
  background: #ba663c !important;
  color: white !important;
}
.cid-vfbADEoJlO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfbADEoJlO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfbADEoJlO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfbADEoJlO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfbADEoJlO .nav-link {
  position: relative;
}
.cid-vfbADEoJlO .container {
  display: flex;
  margin: auto;
}
.cid-vfbADEoJlO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfbADEoJlO .dropdown-menu,
.cid-vfbADEoJlO .navbar.opened {
  background: #ffffff !important;
}
.cid-vfbADEoJlO .nav-item:focus,
.cid-vfbADEoJlO .nav-link:focus {
  outline: none;
}
.cid-vfbADEoJlO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfbADEoJlO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfbADEoJlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfbADEoJlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfbADEoJlO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfbADEoJlO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfbADEoJlO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vfbADEoJlO .navbar.opened {
  transition: all 0.3s;
}
.cid-vfbADEoJlO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfbADEoJlO .navbar .navbar-logo img {
  width: auto;
}
.cid-vfbADEoJlO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfbADEoJlO .navbar.collapsed {
  justify-content: center;
}
.cid-vfbADEoJlO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfbADEoJlO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfbADEoJlO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vfbADEoJlO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfbADEoJlO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfbADEoJlO .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-vfbADEoJlO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfbADEoJlO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfbADEoJlO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfbADEoJlO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfbADEoJlO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfbADEoJlO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfbADEoJlO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfbADEoJlO .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-vfbADEoJlO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfbADEoJlO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfbADEoJlO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfbADEoJlO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfbADEoJlO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfbADEoJlO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfbADEoJlO .navbar.navbar-short {
  min-height: 60px;
}
.cid-vfbADEoJlO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vfbADEoJlO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vfbADEoJlO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfbADEoJlO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfbADEoJlO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfbADEoJlO .dropdown-item.active,
.cid-vfbADEoJlO .dropdown-item:active {
  background-color: transparent;
}
.cid-vfbADEoJlO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfbADEoJlO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfbADEoJlO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfbADEoJlO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vfbADEoJlO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfbADEoJlO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfbADEoJlO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfbADEoJlO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vfbADEoJlO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfbADEoJlO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vfbADEoJlO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfbADEoJlO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfbADEoJlO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfbADEoJlO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfbADEoJlO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfbADEoJlO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfbADEoJlO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfbADEoJlO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfbADEoJlO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfbADEoJlO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfbADEoJlO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfbADEoJlO .navbar {
    height: 70px;
  }
  .cid-vfbADEoJlO .navbar.opened {
    height: auto;
  }
  .cid-vfbADEoJlO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfcQir4RmA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapp-image-2025-06-09-at-04.39.56-27-1080x1080.jpg");
}
.cid-vfcQirSnaZ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfcQirSnaZ img,
.cid-vfcQirSnaZ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vfcQirSnaZ .item:focus,
.cid-vfcQirSnaZ span:focus {
  outline: none;
}
.cid-vfcQirSnaZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vfcQirSnaZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfcQirSnaZ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vfcQirSnaZ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfcQirSnaZ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vfcQirSnaZ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vfcQirSnaZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfcQirSnaZ .mbr-section-title {
  color: #ba663c;
}
.cid-vfcQirSnaZ .mbr-text,
.cid-vfcQirSnaZ .mbr-section-btn {
  text-align: left;
}
.cid-vfcQirSnaZ .item-title {
  text-align: left;
  color: #ba663c;
}
.cid-vfcQirSnaZ .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vfcQisO99G {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ba663c;
}
.cid-vfcQisO99G .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vfcQisO99G .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vfcQisO99G .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vfcQisO99G .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vfcQisO99G .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vfcQisO99G .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vfcQisO99G .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vfcQisO99G .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vfcQisO99G .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vfcQisO99G .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vfcQisO99G .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vfcQisO99G .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vfcQisO99G .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vfcQisO99G .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vfcQitp4UF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vfcQitp4UF nav.navbar {
  position: fixed;
}
.cid-vfcQitp4UF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfcQitp4UF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vfcQitp4UF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vfcQitp4UF .dropdown-item:hover,
.cid-vfcQitp4UF .dropdown-item:focus {
  background: #ba663c !important;
  color: white !important;
}
.cid-vfcQitp4UF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfcQitp4UF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfcQitp4UF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfcQitp4UF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfcQitp4UF .nav-link {
  position: relative;
}
.cid-vfcQitp4UF .container {
  display: flex;
  margin: auto;
}
.cid-vfcQitp4UF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfcQitp4UF .dropdown-menu,
.cid-vfcQitp4UF .navbar.opened {
  background: #ffffff !important;
}
.cid-vfcQitp4UF .nav-item:focus,
.cid-vfcQitp4UF .nav-link:focus {
  outline: none;
}
.cid-vfcQitp4UF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfcQitp4UF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfcQitp4UF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfcQitp4UF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfcQitp4UF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfcQitp4UF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfcQitp4UF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vfcQitp4UF .navbar.opened {
  transition: all 0.3s;
}
.cid-vfcQitp4UF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfcQitp4UF .navbar .navbar-logo img {
  width: auto;
}
.cid-vfcQitp4UF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfcQitp4UF .navbar.collapsed {
  justify-content: center;
}
.cid-vfcQitp4UF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfcQitp4UF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfcQitp4UF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vfcQitp4UF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfcQitp4UF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfcQitp4UF .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-vfcQitp4UF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfcQitp4UF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfcQitp4UF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfcQitp4UF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfcQitp4UF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfcQitp4UF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfcQitp4UF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfcQitp4UF .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-vfcQitp4UF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfcQitp4UF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfcQitp4UF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfcQitp4UF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfcQitp4UF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfcQitp4UF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfcQitp4UF .navbar.navbar-short {
  min-height: 60px;
}
.cid-vfcQitp4UF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vfcQitp4UF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vfcQitp4UF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfcQitp4UF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfcQitp4UF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfcQitp4UF .dropdown-item.active,
.cid-vfcQitp4UF .dropdown-item:active {
  background-color: transparent;
}
.cid-vfcQitp4UF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfcQitp4UF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfcQitp4UF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfcQitp4UF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vfcQitp4UF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfcQitp4UF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfcQitp4UF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfcQitp4UF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vfcQitp4UF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfcQitp4UF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vfcQitp4UF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfcQitp4UF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfcQitp4UF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfcQitp4UF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfcQitp4UF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfcQitp4UF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfcQitp4UF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfcQitp4UF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfcQitp4UF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfcQitp4UF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfcQitp4UF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfcQitp4UF .navbar {
    height: 70px;
  }
  .cid-vfcQitp4UF .navbar.opened {
    height: auto;
  }
  .cid-vfcQitp4UF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfcQVr0WeI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapp-image-2025-06-09-at-04.39.56-27-1080x1080.jpg");
}
.cid-vfcQVru5QL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfcQVru5QL img,
.cid-vfcQVru5QL .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vfcQVru5QL .item:focus,
.cid-vfcQVru5QL span:focus {
  outline: none;
}
.cid-vfcQVru5QL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vfcQVru5QL .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfcQVru5QL .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vfcQVru5QL .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfcQVru5QL .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vfcQVru5QL .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vfcQVru5QL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfcQVru5QL .mbr-section-title {
  color: #ba663c;
}
.cid-vfcQVru5QL .mbr-text,
.cid-vfcQVru5QL .mbr-section-btn {
  text-align: left;
}
.cid-vfcQVru5QL .item-title {
  text-align: left;
  color: #ba663c;
}
.cid-vfcQVru5QL .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-viie4ZgDM0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viie4ZgDM0 img,
.cid-viie4ZgDM0 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-viie4ZgDM0 .item:focus,
.cid-viie4ZgDM0 span:focus {
  outline: none;
}
.cid-viie4ZgDM0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-viie4ZgDM0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-viie4ZgDM0 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-viie4ZgDM0 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-viie4ZgDM0 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-viie4ZgDM0 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-viie4ZgDM0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-viie4ZgDM0 .mbr-section-title {
  color: #ba663c;
}
.cid-viie4ZgDM0 .mbr-text,
.cid-viie4ZgDM0 .mbr-section-btn {
  text-align: left;
}
.cid-viie4ZgDM0 .item-title {
  text-align: left;
  color: #ba663c;
}
.cid-viie4ZgDM0 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vfcQVseVMu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ba663c;
}
.cid-vfcQVseVMu .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vfcQVseVMu .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vfcQVseVMu .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vfcQVseVMu .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vfcQVseVMu .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vfcQVseVMu .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vfcQVseVMu .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vfcQVseVMu .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vfcQVseVMu .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vfcQVseVMu .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vfcQVseVMu .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vfcQVseVMu .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vfcQVseVMu .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vfcQVseVMu .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vfcQVsJefC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vfcQVsJefC nav.navbar {
  position: fixed;
}
.cid-vfcQVsJefC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfcQVsJefC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vfcQVsJefC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vfcQVsJefC .dropdown-item:hover,
.cid-vfcQVsJefC .dropdown-item:focus {
  background: #ba663c !important;
  color: white !important;
}
.cid-vfcQVsJefC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfcQVsJefC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfcQVsJefC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfcQVsJefC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfcQVsJefC .nav-link {
  position: relative;
}
.cid-vfcQVsJefC .container {
  display: flex;
  margin: auto;
}
.cid-vfcQVsJefC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfcQVsJefC .dropdown-menu,
.cid-vfcQVsJefC .navbar.opened {
  background: #ffffff !important;
}
.cid-vfcQVsJefC .nav-item:focus,
.cid-vfcQVsJefC .nav-link:focus {
  outline: none;
}
.cid-vfcQVsJefC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfcQVsJefC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfcQVsJefC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfcQVsJefC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfcQVsJefC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfcQVsJefC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfcQVsJefC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vfcQVsJefC .navbar.opened {
  transition: all 0.3s;
}
.cid-vfcQVsJefC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfcQVsJefC .navbar .navbar-logo img {
  width: auto;
}
.cid-vfcQVsJefC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfcQVsJefC .navbar.collapsed {
  justify-content: center;
}
.cid-vfcQVsJefC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfcQVsJefC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfcQVsJefC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vfcQVsJefC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfcQVsJefC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfcQVsJefC .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-vfcQVsJefC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfcQVsJefC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfcQVsJefC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfcQVsJefC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfcQVsJefC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfcQVsJefC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfcQVsJefC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfcQVsJefC .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-vfcQVsJefC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfcQVsJefC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfcQVsJefC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfcQVsJefC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfcQVsJefC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfcQVsJefC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfcQVsJefC .navbar.navbar-short {
  min-height: 60px;
}
.cid-vfcQVsJefC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vfcQVsJefC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vfcQVsJefC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfcQVsJefC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfcQVsJefC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfcQVsJefC .dropdown-item.active,
.cid-vfcQVsJefC .dropdown-item:active {
  background-color: transparent;
}
.cid-vfcQVsJefC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfcQVsJefC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfcQVsJefC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfcQVsJefC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vfcQVsJefC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfcQVsJefC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfcQVsJefC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfcQVsJefC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vfcQVsJefC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfcQVsJefC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vfcQVsJefC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfcQVsJefC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfcQVsJefC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfcQVsJefC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfcQVsJefC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfcQVsJefC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfcQVsJefC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfcQVsJefC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfcQVsJefC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfcQVsJefC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfcQVsJefC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfcQVsJefC .navbar {
    height: 70px;
  }
  .cid-vfcQVsJefC .navbar.opened {
    height: auto;
  }
  .cid-vfcQVsJefC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfcSCJYG4i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapp-image-2025-06-09-at-04.39.56-27-1080x1080.jpg");
}
.cid-vfcSCKBqk9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfcSCKBqk9 img,
.cid-vfcSCKBqk9 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vfcSCKBqk9 .item:focus,
.cid-vfcSCKBqk9 span:focus {
  outline: none;
}
.cid-vfcSCKBqk9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vfcSCKBqk9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfcSCKBqk9 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vfcSCKBqk9 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfcSCKBqk9 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vfcSCKBqk9 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vfcSCKBqk9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfcSCKBqk9 .mbr-section-title {
  color: #ba663c;
}
.cid-vfcSCKBqk9 .mbr-text,
.cid-vfcSCKBqk9 .mbr-section-btn {
  text-align: left;
}
.cid-vfcSCKBqk9 .item-title {
  text-align: left;
  color: #ba663c;
}
.cid-vfcSCKBqk9 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vfcSCLeDpC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ba663c;
}
.cid-vfcSCLeDpC .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vfcSCLeDpC .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vfcSCLeDpC .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vfcSCLeDpC .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vfcSCLeDpC .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vfcSCLeDpC .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vfcSCLeDpC .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vfcSCLeDpC .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vfcSCLeDpC .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vfcSCLeDpC .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vfcSCLeDpC .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vfcSCLeDpC .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vfcSCLeDpC .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vfcSCLeDpC .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vfcSCLJ7tz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vfcSCLJ7tz nav.navbar {
  position: fixed;
}
.cid-vfcSCLJ7tz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfcSCLJ7tz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vfcSCLJ7tz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vfcSCLJ7tz .dropdown-item:hover,
.cid-vfcSCLJ7tz .dropdown-item:focus {
  background: #ba663c !important;
  color: white !important;
}
.cid-vfcSCLJ7tz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfcSCLJ7tz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfcSCLJ7tz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfcSCLJ7tz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfcSCLJ7tz .nav-link {
  position: relative;
}
.cid-vfcSCLJ7tz .container {
  display: flex;
  margin: auto;
}
.cid-vfcSCLJ7tz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfcSCLJ7tz .dropdown-menu,
.cid-vfcSCLJ7tz .navbar.opened {
  background: #ffffff !important;
}
.cid-vfcSCLJ7tz .nav-item:focus,
.cid-vfcSCLJ7tz .nav-link:focus {
  outline: none;
}
.cid-vfcSCLJ7tz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfcSCLJ7tz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfcSCLJ7tz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfcSCLJ7tz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfcSCLJ7tz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfcSCLJ7tz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfcSCLJ7tz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vfcSCLJ7tz .navbar.opened {
  transition: all 0.3s;
}
.cid-vfcSCLJ7tz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfcSCLJ7tz .navbar .navbar-logo img {
  width: auto;
}
.cid-vfcSCLJ7tz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfcSCLJ7tz .navbar.collapsed {
  justify-content: center;
}
.cid-vfcSCLJ7tz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfcSCLJ7tz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfcSCLJ7tz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vfcSCLJ7tz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfcSCLJ7tz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfcSCLJ7tz .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-vfcSCLJ7tz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfcSCLJ7tz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfcSCLJ7tz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfcSCLJ7tz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfcSCLJ7tz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfcSCLJ7tz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfcSCLJ7tz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfcSCLJ7tz .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-vfcSCLJ7tz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfcSCLJ7tz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfcSCLJ7tz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfcSCLJ7tz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfcSCLJ7tz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfcSCLJ7tz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfcSCLJ7tz .navbar.navbar-short {
  min-height: 60px;
}
.cid-vfcSCLJ7tz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vfcSCLJ7tz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vfcSCLJ7tz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfcSCLJ7tz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfcSCLJ7tz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfcSCLJ7tz .dropdown-item.active,
.cid-vfcSCLJ7tz .dropdown-item:active {
  background-color: transparent;
}
.cid-vfcSCLJ7tz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfcSCLJ7tz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfcSCLJ7tz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfcSCLJ7tz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vfcSCLJ7tz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfcSCLJ7tz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfcSCLJ7tz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfcSCLJ7tz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vfcSCLJ7tz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfcSCLJ7tz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vfcSCLJ7tz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfcSCLJ7tz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfcSCLJ7tz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfcSCLJ7tz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfcSCLJ7tz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfcSCLJ7tz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfcSCLJ7tz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfcSCLJ7tz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfcSCLJ7tz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfcSCLJ7tz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfcSCLJ7tz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfcSCLJ7tz .navbar {
    height: 70px;
  }
  .cid-vfcSCLJ7tz .navbar.opened {
    height: auto;
  }
  .cid-vfcSCLJ7tz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
